badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 4,276 through 4,290 (of 5,207 total)
  • Author
    Posts
  • in reply to: Bullets with WP Job Manager Plugin #13347

    Hi sphereme,
    Just use this code inside custom css

    #content ul, #content ol {
    list-style: none;
    }

    Thank you!

    in reply to: Page Name Bar on Home Page #13346

    Hi titleboxing,
    This feature is not available you need code customisation for it. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    The file is inside interface -> inc -> structure -> header-extension.php on line no 418 to 427 remove this code

    <div class=”page-title-wrap”>
    <div class=”container clearfix”>
    <h1 class=”page-title”>Boxing It’s in Your Blood</h1>
    <!– .page-title –>
    </div>
    </div>

    Thank you!

    in reply to: Page Name Bar on Home Page #13345

    Hi titleboxing,
    This feature is not available you need code customisation for it. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    The file is inside interface -> inc -> structure -> header-extension.php on line no 418 to 427 remove this code

    <div class=”page-title-wrap”>
    <div class=”container clearfix”>
    <h1 class=”page-title”>Boxing It’s in Your Blood</h1>
    <!– .page-title –>
    </div>
    </div>

    Thank you!

    in reply to: Editable CSS #13342

    Hi titleboxing,
    If you want to add css then you can add it from dashboard -> appearance -> theme options -> design options -> custom css
    From here you just write the css.

    The other way is that you just create a child theme and import the css.

    /*
     Theme Name:   Interface Child
     Theme URI:    https://www.themehorse.com
     Description:  Theme Horse Child Theme
     Author:       Sunil JUng Chhetri
     Author URI:   http://example.com
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  Interface-child
    */
    
    @import url("../interface/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */ 
    

    Then activate your child theme and then you will be able to change the css

    Thank you!

    Ok that’s great David,
    Thank you!

    in reply to: full width featured image with extract on homepage #13320

    HI Cerstin,
    You want to set you blog in blog image large or blog image medium ? If you want to set any of this layout then you just simple go to any pages and at the right side there is template(click on dropdown) then select the blog image large, blog image medium or blog full content. After selecting it, this will display according to your need.

    Thank you!

    in reply to: SSL Problem #13319

    HI woodlandsp,
    If you don’t create child theme then all your customisation code will be lost while updating to our new version. We are sorry for that about it update. We will let you know if we get any update on about this issue.

    Thank you!

    in reply to: Change menu text search #13318

    Hi Usuario1988,

    You need pot file to create it in spanish. Then it will work your search button in spanish. We have already replied this topic in forum too.
    you need pot file to change it.I think its spanish language so inside wp-config.php file you need to add
    define(‘WPLANG’, ‘es_ES’); and replace define(‘WPLANG’, ”); We don’t this pot file in interface so you need to create it.
    Thank you!

    in reply to: Services link in Menu #13317

    Ok that’s great.

    Thank you!

    in reply to: Bullets with WP Job Manager Plugin #13316

    Hi sphereme,

    Just send your site url ? We will look over it. This bullet is appearing from the plugins.

    Thank you!

    Hi David,

    In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.

    Just making same file structure in the child theme like /library/widgets won’t overwrite the parent file. Hope this helps.

    Thank you!

    in reply to: Business template #13275

    Hi pure8421,
    If you want exact the same business layout as we have in our demo site then you just create a page and at the right side there is template. Select the business template and then publish / update it.
    After doing this got to the dashboard -> appearance -> widgets
    There is business page section sidebar.
    you drag the services widgets in this sidebar and select the page which you want to display. Then it works fine.

    hope this may help you
    thank you!

    in reply to: Removing a page title #13273

    hi paperdavid,
    We have designed out theme this way so this feature is not available in our theme. You need code customisation for it. If you are unable then you may hire a developer to fix the issue.

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Thank you!

    in reply to: Interface pro and video? #13272

    hi Jazoo123,
    The pro version gallery is only the image gallery not the video gallery. We are sorry for this.

    Thank you!

    in reply to: Display header and title for a custom PHP form/page #13271

    HI Bruce,
    We support only the theme issue here. To have a custom file you need code customisation and if you are unable then you may hire a developer to fix the issue.

    Thank you!

Viewing 15 posts - 4,276 through 4,290 (of 5,207 total)