Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterThat’s great eileen.abert,
Thank you
Theme Horse Support Team
KeymasterHi
If you are getting that issue means you don’t have the latest version of theme. The current version of our theme is 3.0.6
You can check it hereIf you have removed that code only then you must not get that syntax error. It means you made mistake while removing the above mentioned code.
Please note: make a backup of the Theme inside your WordPress installation folder/wp-content/themes/attitude-pro
To update the Theme, login to your account here, head over to your downloads section and re-download the theme like you did when you bought it.
Extract the zip’s contents, look for the extracted theme folder, and after you have all the new files upload them using FTP to the /wp-content/themes/attitude-pro folder overwriting the old ones (this is why it’s important to backup any changes you’ve made to the theme files ).
If you didn’t make any changes to the theme files, you are free to overwrite them with the new ones without the risk of losing theme settings, pages, posts, etc.
Thank you!
Theme Horse Support Team
KeymasterIf you have not customize the code then no you will not loose anything. If you have made code customization in theme then yes your customized code will be lost while updating to new version. You can make a backup from your ftp. Login to ftp/public_html/wp-content/themes/interface-pro
From there you can make a backup of it.
Thank you
Theme Horse Support Team
KeymasterHi Jeff,
We are sorry that we are not known any plugins which create a web form and gather information in fields and to export to excel. If we know any then we will let you know. Also you can try export wordpress data plugins
Thank you!
Theme Horse Support Team
KeymasterHi john,
Our theme is compatible with php7. Which version are you using? Currently the new version is 3.0.3. If you have not used the latest version then download it from account page. Simply deactivate interface pro theme and delete it. Install a new version of it.please make the backup of interface pro theme which you have currently installed on your dashboard before deleting it.
Thank you!
Theme Horse Support Team
KeymasterHi Bartłomiej Roszak,
You can Email us with your login details and site url. We will set a demo content for you. Please don’t post your temporary username and password to this support forum because this forum is public to everyone.
Thank you!
Theme Horse Support Team
KeymasterHi Sheena Bell,
Follow link which helps you to set dropdown menus and helps you to know more about it.
Thank you!
Theme Horse Support Team
KeymasterYou welcome Marc
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ambition
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi office9,
We have already fixed this issues since a year ago. I means you are not updating new version. Upgrade to new version will solve all your issues.
Also goto theme folder (attitude pro) -> functions.php on line no114 you will see this code
require_once( ATTITUDE_FUNCTIONS_DIR . '/update_notifier.php' );
Remove the above code will solve your issues but we recommended you to install the latest version of our theme.Thank you
Theme Horse Support Team
KeymasterHi Hi beachinteachers,,
Oh sorry.
Go to dashboard -> Appearance -> Customize -> Design Options -> Home page layout options -> Blog Display Type on Home Page and select Blog Full ContentThank you!
Theme Horse Support Team
KeymasterHi Sheena Bell,
You can create a dropdowm menu also with free version.
Go to Appearance->Menus.
Give your menu a name and build it up using little widgets on the right.
You can add pages, categories or custom URL’s.
Now simply select the theme location(Primary Menu in our case) for your newly created menus using a widget on the left. Afterwards, click Save.Thank you
June 19, 2017 at 4:36 am in reply to: Hide header underneath featured page images on homepage (business page) #51813Theme Horse Support Team
KeymasterHi Monique,
Could you provide us your site url so that we can help you with exact custom css?
Thank you
Theme Horse Support Team
KeymasterHi Marc,
Can you provide your site Url so that we can know what the exact issue is going on?
Thank you!
Theme Horse Support Team
KeymasterHi Tamara,
You are not getting blog title on your post because you have added below code in your child theme style.css file. Please remove below css code from attitude pro child theme.
.page .entry-title { display: none; }
To hide one title from single page
Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.single .entry-title { display: none; }
Yes the featured image will not be displayed in single page. We have designed our theme this way. If you want image than you can add image from your media.
Thank you!
Theme Horse Support Team
Keymasterhi eileen.abert,
You added
the_content();
functions incorrectly. ok what you do is go again theme folder -> inc -> structure -> content-extension.php on line no 965 remove their functions from line no 965-978 and add below code.add_action( 'ambition_business_template_content', 'ambition_business_template_widgetized_content'); /** * Displays the widget as contents */ function ambition_business_template_widgetized_content() { ?> <div id="main"> <?php // Calling the footer sidebar the_content(); if( is_active_sidebar( 'ambition_business_page_sidebar' ) ) : dynamic_sidebar( 'ambition_business_page_sidebar' ); endif; ?> </div><!-- #main --> <?php }
Thank you!
-
AuthorPosts