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,096 through 4,110 (of 5,207 total)
  • Author
    Posts
  • in reply to: Problem with Menu position and structure #16401

    Hi cips.harsha92,
    We are sorry for it. We don’t provide such help. We are here to support the issue in our theme only. For this you need to hire a developer to fix it.

    Thank you!

    in reply to: Demo theme database and content copy #16400

    Hi krolswiata,
    We are sorry for it. Just follow the theme instruction and you will be able to implement exactly the same as in our demo.

    Thank you!

    in reply to: How to increase text size? #16399

    Hi eugeneyeboah1,
    This feature is not available in our free version. You have to purchase a pro version for it. Not only for paragraph text you can manually increase the text size for each and every title too in pro version.

    Thank you!

    in reply to: css to change color on contact info bar #16398

    That’s great whymatt

    Thank you!

    in reply to: Enable Comments on Blog Posts #16397

    Hi Janelle,

    Go to dashbaord -> click on posts -> at the top there is screen options (click on it and check the comments box.)

    Then go to the particular post and at the top there is screen options ( click on it and check the comments box and also discussion box as you did before)

    Then you will be able to display the comments.

    Thank you!

    in reply to: Default theme template Slider #16396

    Hi Jordi,
    To set the home page slider just follow this instruction.
    https://www.themehorse.com/theme-instruction/interface-pro/#slider

    There you may even use revolution slider or our image slider.
    The settings is inside dashboard -> appearance -> theme options -> slider options

    From there you will be able to set up the slider.
    We are sorry that we don’t set the default configuration.

    Thank you!

    in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #16288

    Hi patmatt69,
    If you have upgraded to our new version 1.7 then this update notifier error is not possible. Could you please send the url of your site to check the version.

    Thank you!

    in reply to: Visual Editor not working #16287

    Hi Birch Studio,

    This is not the theme relating issue. Just upgrade to your new version. Hope that may solve the problem.

    Thank you!

    in reply to: Warnings/ error messages – not seeing option to update theme? #16286

    Thanx a lot ehugh045 for helping us. The notification is working fine. There may be some technical problem so you are not getting any notification.

    Thank you!

    in reply to: Error messages in WordPress Dashboard #16285

    Hi all,
    If you have not customised any code then nothing will be lost.

    How to download ?
    Just login to themehorse.com and then click on account. Then you can see the download button and you can download it.

    Thank you!

    in reply to: Error messages in WordPress Dashboard #16284

    Hi all,
    If you have not customised any code then nothing will be lost.

    How to download ?
    Just login to themehorse.com and then click on account. Then you can see the download button and you can download it.

    Thank you!

    in reply to: Can't add media to pages #16283

    Hi
    This is not a theme issue. So you may consult with the developer to fix it. If any solution we found then we will let you know. Just once deactivate all the plugin you have installed. There may also be some plugin conflict.

    Thank you!

    in reply to: Header image only showing up on certain pages #16281

    Hi smythep,

    Did you customise any code ? If not then Just deactivate plugin one by one. This may be the plugin issue.

    Thank you!

    in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #16280

    Hi Patmatt69,
    After Upgrading to version 1.7 you don’t need to send the admin details for us. We are sorry for it.

    Hi Vincent,
    We are sorry our mistake. Version 1.6 is fixing the dashboard and version 1.7 is the latest version of revolution slider that is zipped in our theme. You can see the readme.txt file that what we have updated.

    This is the change log.

    == Changelog ==
    
    = 1.7 =
    * Revolution Slider version 4.6 included
    
    = 1.6 =
    * Revolution Slider version 4.5 included
    * Error message in dashboard issue fixed
    
    = 1.5 =
    * bbPress compatible
    * Missing required hCard added
    
    = 1.4 =
    * Heading tag placement fixed for better SEO
    
    = 1.3 =
    * Titles Heading tag changed for better SEO
    * Theme Option design modified
    
    = 1.2 =
    * Update notifier issue fixed
    * Custom CSS call priority fixed
    * Revolution slider version 4.1.4 included
    * Missing strings for translation added
    * Fixed Slider and Testimonial controller conflict
    * POT file updated
    * Theme Option design fixed with respect to new version of WordPress 3.8
    
    = 1.1 =
    * Revolution Slider now works for all pages added in the page array option of Revolution Slider Option.
    * Page title hide option works for Default, Contact and Corporate page template.
    * Breadcrumb fix.
    * Missing Translation Added.
    * Menu Postion option added.
    * Latest version of Rev slider added.
    * Drop down menu display issue fixed.
    * Page Excerpt Option box added for pages.
    * Pot file updated.
    
    = 1.0 =
    * Initial Release
    in reply to: Child theme and modified code #16279

    Hi grendizer,
    Yes exactly there is not add_action so you need code customisation to fix it.

    First you need to unhook this functions

    add_action( 'cleanretina_header', 'cleanretina_headerdetails', 10 );
    

    by and remove this action using
    `remove_action(‘cleanretina_header’, ‘cleanretina_headerdetails’, 10 );

    }
    add_action(‘init’,’unhook_thematic_functions’); // removes the header content by using hook cleanretina_header

    
    
    Now whatever you need you need to add and where you need modification replace it or remove it and add your code
    
    

    add_action( ‘cleanretina_header’, ‘cleanretina_child_headerdetails’, 10 );
    /**
    * Shows Header Part Content
    *
    * Shows the site logo, title, description, searchbar, social icons etc.
    */
    function cleanretina_child_headerdetails() {

    // add your code under it .just only add the specific code you need. This will work for your header parts from social icons to slogan / slider.

    }`

    If you are still unable then you may hire a developer to fix it or better consult with a programmer.

    Thank you!

Viewing 15 posts - 4,096 through 4,110 (of 5,207 total)