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 - 1,876 through 1,890 (of 5,207 total)
  • Author
    Posts
  • in reply to: Category Desription #43888

    Hi Pavel,
    The description is not prominent by default. So it needs code customization and you need to hire someone to fix it.

    Thank you!

    in reply to: titels slider disapeared on ipad and mobile #43863

    Hi Ben,

    Yes exactly we have designed our theme this way. The title and content will not be displayed in smaller devices. Could you provide your site Url too. Once just add this below css in your custom css.

    @media only screen and (max-width: 1078px)
    .featured-title, .featured-content {
        display: block;
    }
    

    Hope this may help you!
    Thank you!

    in reply to: Full width footer widget ? #43862

    Hi david.pagnon88,

    I don’t think there is other to do it. It there will be available any code to do it simply then we will let you know.

    Thank you!

    in reply to: Site Logo #43844

    That’s great cecillemaquito

    Thank you!

    in reply to: Home page slider #43841

    Hi mr.earl.lee,

    You just add the content on the same page and then the grey boxes will be available.

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #43840

    Hi senerertas,

    Please create your own topic and post in forum for next time. Don’t post on other’s forum. If you do this then the main user of this forum could not get answers.

    To have that section according to your image, You can add recent work. Create a page and then go to dashboard -> widgets -> Drag and drop theme horse: featured recent work widgets to business page section sidebar add the page you created before.

    Thank you!

    in reply to: Full width footer widget ? #43839

    Hi David,

    It don’t think unhooking the functions will work. Either make a direct change in the code and unhook the functions.

    You can unhook this action hook functions

    add_action( 'interface_footer_sidebar', 'interface_display_footer_sidebar', 10 );

    Otherwise you need to hire someone to figure it out.

    Thank you!

    in reply to: Services Widget is appearing as a menu as well #43820

    That’s great james5

    Thank you!

    in reply to: Site seal logo below social icons in footer #43816

    Hi Jeff Payne,

    You can add in footer edit section. Goto dashboard -> appearance -> customize -> advance options -> edit footer options and add image in this way.

    <img src="pic_mountain.jpg" alt="Mountain View">

    Thank you!

    in reply to: Import Template Content #43815

    Hi Scott,

    We don’t provide any xml file. To set as in our demo site, visit theme instruction

    If you still have a problem to set as in our demo site let us know.

    Thank you!

    in reply to: Theme settings not working #43814

    Hi onthegomommy5,

    Could you provide your Site Url too? Also make confirm. Go to dashboard -> appearance -> widgets -> and check in left sidebar, is there any widgets or not. If no then drag and drop the widgets to this sidebar.

    Thank you!

    in reply to: Full width footer widget ? #43813

    Hi David,

    %1$s and %2$s uses the first and second parameter of widgets and it is called dynamically. If you drag nav menu widget then it will display nav-menu similarly for others. If you like to change it to full width then you need to add your own div instead of using one-third then goto theme folder -> inc -> structure -> sidebar-extension.php on line no 73, 84 and 94, create a new div class and write the css for it at custom css or child theme’s style.css

    Thank you!

    in reply to: custom css re: responsive #43812

    Hi dmroliff,

    We have tested in our site and the custom css is working fine. If you want to downgrade then you can download from here.

    To get rid of the comments section you have to go to specific page/ post and your will see discussion. Uncheck
    Allow comments and
    Allow trackbacks and pingbacks on this page.

    Thank you!

    in reply to: exchanging header #43764

    Hi Michaela,

    Could you Email Us your temporary username and password. We will have a look over it. Don’t forget to send this forum Url too. Also don’t send your username and password to this forum because, this forum is visible to public.

    Thank you!

    in reply to: Can I stop repeated information being displayed #43736

    Hi Brendan.

    Do you want to hide the page title. If yes then Go to Appearance -> Customize -> Design options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .page-title-wrap {
        display: none;
    }

    Hope this may help you
    Thank you!

Viewing 15 posts - 1,876 through 1,890 (of 5,207 total)