Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Tamara,
Actually we have designed our theme in this way. If we add page title then the page title will appear in two place. So in default page we have removed the page title. If you want to have page title then it needs code customization. Create a child theme and then make a customization on it.
You need to add a child theme folder inside the theme folder (wp-content/themes/) and name that folder name to attitude-pro-child.Create 2 files.
style.css and functions.php
Under style.css file add below code/* Theme Name: Attitude Pro Child Theme Theme URI: https://www.themehorse.com/themes/attitude-pro Author: Theme Horse Author URI: https://www.themehorse.com Description: Attitude Pro is the Premium version of popular free theme Attitude. It is a clean, superflexible and responsive retina ready WordPress theme. Suitable for Business, Blogging, Portfolio, Photography and any type of sites. It comes with tons of options so you can modify layout, styling, colors and fonts directly from within the backend and create the Website that you want in no time. Version: 3.0.4 License: GNU General Public License, version 3 (GPLv3) License URI: http://www.gnu.org/licenses/gpl-3.0.txt Tags: white, light, blue, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, custom-background, custom-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post Text Domain: attitude Template: attitude-pro */ @import url("../attitude-pro/style.css"); .page .entry-title { display: none; }and under functions.php file add below code
<?php if ( ! function_exists( 'attitude_header_title' ) ) : /** * Show the title in header * * @since Attitude Pro 1.0 */ function attitude_header_title() { if( is_archive() ) { $attitude_header_title = single_cat_title( '', FALSE ); } elseif( is_404() ) { $attitude_header_title = __( 'Page NOT Found', 'attitude' ); } elseif( is_search() ) { $attitude_header_title = __( 'Search Results', 'attitude' ); } elseif( is_page_template() ) { $attitude_header_title = get_the_title(); } else { $attitude_header_title = get_the_title(); } return $attitude_header_title; } endif; ?>HOpe this may help you
Thank you!Theme Horse Support Team
KeymasterYou welcome Todd
Thank you!
Theme Horse Support Team
KeymasterHi Casey,
You can google for such plugins which have widgets for customer login and drag and drop to the Home page section sidebar.
Thank you!
Theme Horse Support Team
KeymasterThat’s great chriswieser
Thank you!
Theme Horse Support Team
KeymasterHi chriswieser,
Yes it you haven’t made a child theme and made direct changes in the code then your customized code will be lost. So better make your backup first from you ftp if you are not getting access to backend.
Thank you!
Theme Horse Support Team
KeymasterHi toddw,
That’s not the promobox. That is the page title. You remove the promobox widgets from our team sidebar. Doing it you will get only one title. If you add breadcrumb plugins then you don’t need to do anything. Its already the same as in our demo site. We have already added that code in our theme. So you don’t need to add it again.
The only difference is we got
/and you are having>. You can change it from breadcrumb settings.Thank you!
Theme Horse Support Team
KeymasterHi omaimahalawa,
Yes you can but we cannot guarantee that every third party plugins will work fine. If there needs code customization then you need to fix it and also before making changes on it create a child theme and then customize the code. So updating to new version your customized code will not be lost.
Thank you!
Theme Horse Support Team
KeymasterHi Amir,
Switching changes will take only effect for the first time only. So no removing the ambition pro theme and also reactivating the theme will not solve the issues because the settings for ambition pro is already setup in your data base. So the only way is you need to drag and drop all the widgets that you have added in your free version. We are sorry for the issues you got.
One thing you can do is download this plugins for widgets importer and exporter. Install this plugins in your dashboard and activate Ambition Free theme. Export the widgets using widget importer plugins. View below screenshot.
http://awesomescreenshot.com/0b25oeiq9aSimilarly, activate the theme ambition-pro and import the widgets content using the same plugins.
View below screenshot.
http://awesomescreenshot.com/03c5oej189Hope this may help you
Thank you!Theme Horse Support Team
KeymasterHi viktorpushenko,
When did you send us an email? Could you again Email Us your temporary username and password. Don’t forget to send your site Url and also this forum link too.
Also ask to set demo of Ultimate Pro while mailing us.
Thank you!
Theme Horse Support Team
KeymasterHi chriswieser,
Did you made code customization? If yes then First install the fresh copy of interface-pro theme before doing it make a backup of it. There some thing might went wrong.
After solving the issues on parent then then only make modification on the child theme you want. Please don’t make any changes in the parent theme because while updating to new version your customized code will be lost.
Thank you!
Theme Horse Support Team
KeymasterHi blog1,
To translate the words into your own language you need to create a .po and .mo file and that file must be added inside the language folder of child theme.
View more about language translation.
https://make.wordpress.org/polyglots/handbook/tools/poedit/Thank you!
Theme Horse Support Team
KeymasterHi Amir,
It means that you have customized some code on php file OR you have activated ambition pro theme before settings “Business Page Section” in free version. Free theme data/contents are only compatible for the first time you activate the pro theme. After that the setting for Widgets/Sidebar for free and pro version will be individually set. So that you have to drag and drop again for the pro version.
Thank you!
Theme Horse Support Team
KeymasterHi Amir,
If you haven’t customized any php or css code from the theme folder then no worry. You will not loose anything while upgrading to ambition pro. As our free theme is compatible with the pro theme.
Goto dashboard -> appearance -> themes -> add ambition-pro.zip theme and activate it.Thank you!
Theme Horse Support Team
KeymasterYou welcome tayfun
Thank you!
Theme Horse Support Team
KeymasterHi oliviakurtiz78,
We are sorry that we cannot guarantee that third party plugins will work fine in our theme. As you need to try using it. Also please create a new topic and post your questions. Don’t post your questions on other’s forum.
Thank you!
-
AuthorPosts
