Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHI 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi mitesh patel,
If you have any issues let us know.
Thank you!
Theme Horse Support Team
KeymasterHi carl,
Please paste below custom css to show the hierarchy via Dashbaord > Appearance > Customize > Additional Cssul.children { padding-left: 15px; }
Thank you
Theme Horse Support Team
KeymasterThat’s great lukasz9689,
Thank you!
November 8, 2017 at 7:34 am in reply to: No responsive menu on iphone after update to Attitude 4.0 #53978Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi emerrell,
Please go to the specific page and add the featured image for your services listed page.
Thank you!
Theme Horse Support Team
KeymasterHI 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!
November 6, 2017 at 5:40 am in reply to: two seperate site identity for French and English web site #53941Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterThat’s great.
If you have any issues let us know.
Thank You!
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi christopher.j.mclean,
The button is limited to only two even in Pro version.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts