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 - 991 through 1,005 (of 5,207 total)
  • Author
    Posts
  • in reply to: Implementing Google Tag manager #54042

    HI mail25,

    You header file is located at themefolder > header.php. Don’t make code customization from appearance -> editor. While customizing the code all your customized code will be lost. So child theme is required to be safe from data loss while updating to new version.

    The path location of headr.php is first you need to login to your ftp account and inside public_html -> wp-content -> themes -> attitude -> header.php.

    Thank you!

    in reply to: Version 3.0.3 Problems #54040

    Hi dominique-perarnaud,

    Just visited to your site and found that wp faster cache plugin was used in your site for caching. So please clear the cache from your browser and server. You can see this link to clear the cache from the plugin that you are using.

    Thank you!

    in reply to: Multiple Links in Header's Image #54038

    Hi facundo6991,

    This feature is not available in our theme. It needs code customization as this is a completely a new feature to be added in the theme. You need to hire a developer to add this feature.

    Thank you!

    in reply to: Implementing Google Tag manager #54037

    hi mail25,

    Go to theme folder > haeader.php and you will see do_action( 'attitude_before' ); code on line no 53. You can add your code just before this line to display your code in header and the added code will be displayed in every page of your website.

    We recommended you not to change the code. If you need to customize the code then we recommended you to create a child theme and use this hook do_action( 'attitude_before' ); and add your action into your functions.php of child theme. So that while updating to new version your customized code will not be lost.

    Otherwise each and every time while updating to new version same code customization is required in header.php

    Thank you!

    in reply to: Logo #54014

    Hi mitesh patel,

    If you have any issues let us know.

    Thank you!

    in reply to: widget 'categories' does not show the hierarchy #53998

    Hi carl,
    Please paste below custom css to show the hierarchy via Dashbaord > Appearance > Customize > Additional Css

    ul.children {
        padding-left: 15px;
    }

    Thank you

    in reply to: How to turn on slider ONLY on mobile devices #53979

    That’s great lukasz9689,

    Thank you!

    in reply to: No responsive menu on iphone after update to Attitude 4.0 #53978

    Hi gordon,

    If you have not made any code customization then once remove all the cache from your server and also from your browser. There may be some caching issue. If no code customization is made then you don’t to replace style.css and functions.php. Also remove custom css too but make a backup of it and keep it safely.

    Thank you!

    in reply to: Insert items in web page #53965

    Hi emerrell,

    Please go to the specific page and add the featured image for your services listed page.

    Thank you!

    in reply to: Switching to wide layout on mobile device only #53947

    HI geyjo,

    Go to Appearance -> Customize -> Design options -> Custom CSS and paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    @media only screen and (max-width: 767px) {
       .narrow-layout .wrapper {
           width: 100%;
       }
       .narrow-layout .container{
           padding : 0 15px;
       }
    }

    Thank you!

    in reply to: two seperate site identity for French and English web site #53941

    Hi Pierre,

    Which Plugins are you using to translate into different language? It would be better if you contact to plugin author for translation into different language.

    Thank you!

    in reply to: Menu and Sub-Menu #53940

    That’s great.

    If you have any issues let us know.

    Thank You!

    in reply to: How to turn on slider ONLY on mobile devices #53939

    Hi lukasz9689,
    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.

    .featured-slider {
           display: none;
    }
    @media only screen and (max-width: 767px){
       .featured-slider {
           display: block;
       }
    }

    Thank you

    in reply to: Question about buttons #53938

    Hi christopher.j.mclean,

    The button is limited to only two even in Pro version.

    Thank you!

    in reply to: Elementor needs "the_content" function #53937

    Hi simbolon.risonly,

    Sakola theme is not our product. You need to contact to the sakola theme author support. This support forum is only for Theme Horse product.

    Thank you!

Viewing 15 posts - 991 through 1,005 (of 5,207 total)