Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi levi0322,
We don’t ask ftp so we can’t customise the code. So you need to hire a developer to fix it. We are sorry for this.
Can you send a child theme folder at [email protected]
We will look over it. Please while sending the email don’t forget to send this forum url too. You topic will be replied on monday only.Thank you!
Theme Horse Support Team
KeymasterHi info19,
You need to create a .po and .mo file to translate the language. If you directly customise the code then while updating to our new version all your customisation code will be lost and you need to do each and every time while you update the theme.The file is inside attitude -> library -> structure -> content-extension.php on line no 156, 329, 488, 603 and 720
If you customise the code then first make child theme and then only customise the code.
Thank you!
Theme Horse Support Team
Keymasterhi Brochec,
if you customise the code then while updating to our new version all your customisation code will be lost. You can add manually using the #code of color by clicking on select color.Thank you!
Theme Horse Support Team
KeymasterHi info19,
You need to create a .po and .mo file to translate the language. If you directly customise the code then while updating to our new version all your customisation code will be lost and you need to do each and every time while you update the theme.The file is inside attitude -> library -> structure -> content-extension.php on line no 150, 323 and 482
If you customise the code then first make child theme and then only customise the code.
Thank you!
Theme Horse Support Team
Keymasterhi levi0322,
Just add this functions inside functions.php at the top of the page.<?php add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX); function enqueue_child_theme_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_uri(), array('parent-style') ); }
make sure that your child theme is created or not and from dashboard -> appearance -> themes
If yes then activate the child theme first. Once send you site url too. If still you are unable then you need to hire a developer. Because we don’t ask ftp. And from the dashboard only its not possible to customise the code.
Thank you!
Theme Horse Support Team
KeymasterHi Dona,
We will send you the new interface.pot file in your mail. Just add this folder inside language folder. If this works then we will get update about it. You did not send the .mo file so its not working here. So if it works or not let us know in this forum.Thank You!
Theme Horse Support Team
KeymasterThat’s great caseteando
Thank you!
Theme Horse Support Team
KeymasterYou welcome Bru
Thank you!
Theme Horse Support Team
KeymasterHi je,
We don’t have this feature so you need to hire a developer to fix this issue.Thank you!
Theme Horse Support Team
Keymasterhi Magnus,
i just visited to your site and its working fine. The bug you got may be due to your server slow or due to your internet connection problem. I did not find any issue.Thank you!
Theme Horse Support Team
KeymasterHi Kathy,
Did you customise any css or any code? If not then could you provide us your temporary username and password. We will look over it. While sending your temporary username and password please send this forum link too.Thank you!
Theme Horse Support Team
KeymasterHi all,
Sorry we don’t probie the shortcodes to allow layout building.Thank you!
Theme Horse Support Team
KeymasterHi info19,
Yes exactly you are right. We don’t create Pot file. You need to create it to support in your language.Thank you!
Theme Horse Support Team
KeymasterHi d.fiebig89,
Our interface theme is also not compatible with woo commerce.Thank you!
Theme Horse Support Team
KeymasterHi stefano,
At first login to the dashboard -> pages
Create a new page (named it as home) and at the right side there is template, Click on dropdown and select the business template.Then doing after this create some pages and at the right buttom select the featured image, Create over 3 pages. After doing it go to dashboard -> appearance -> widgets
drag the services widgets to business page sidebar.
Select the three page you have created and under this home page you will be able to implement as in our demo.
For more information
https://www.themehorse.com/theme-instruction/attitude-pro/#businesslayoutThank you!
-
AuthorPosts