Forum Replies Created
-
AuthorPosts
-
March 24, 2015 at 5:02 am in reply to: Light blue box that appears under menu repeating page title #23416
Theme Horse Support Team
KeymasterHi tamielizabeth,
This feature is not available in our theme. It needs code customization. once you may try this below css too.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.page-title-wrap { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi downtownuk,
Once check in your child theme under functions.php on line no 11. I think there you have defined other functions.
// Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'attitude_footer', 'attitude_footer_info', 30 ); } add_action('init','unhook_thematic_functions'); add_action( 'attitude_footer', 'attitude_footer_info', 30 ); /** * function to show the footer info, copyright information */ function attitude_footer_info() { $output = '<div class="copyright">'.__( 'Copyright ©', 'attitude' ).' '.attitude_the_year().' ' .attitude_site_link().' | ' . ' '.__( 'Theme by:', 'attitude' ).' '.attitude_themehorse_link().' | '.' '.__( 'Powered by:', 'attitude' ).' '.attitude_wp_link() .'</div><!-- .copyright -->'; echo $output; }hope this may help you
Thank you!
Theme Horse Support Team
KeymasterThat’s great Dinna
Thank you!
Theme Horse Support Team
KeymasterYou welcome maylocnuocvietseo
Thank you!
Theme Horse Support Team
KeymasterHi wickedpork,
Is your problem solved or still facing. Yes you must be able to change your permalinks into post name.
Thank you!
Theme Horse Support Team
Keymasterhi themehorse4,
Yes you can but while updating to our new version all your customization code will be lost. So make a child theme before making any changes in the theme. If you won’t make child theme then each and every time you update to our new version same customization you have to do.
Thank you!
Theme Horse Support Team
KeymasterHi gayayang,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text { left: 30px; }Thank you!
Theme Horse Support Team
KeymasterHi hypercomputer_9800,
Just view this below link how to set home page slider. Hope this may help you.
https://www.themehorse.com/theme-instruction/ultimate/#sliderThank you!
Theme Horse Support Team
KeymasterYou welcome Jason
Thank you!
Theme Horse Support Team
KeymasterThat’s great velencei13
Thank you!
Theme Horse Support Team
KeymasterHi Diff with previous version: https://themes.trac.wordpress.org/changeset?old_path=attitude/1.3&new_path=attitude/1.4,
No you have to see the version difference. For example:- Diff with previous version: https://themes.trac.wordpress.org/changeset?old_path=attitude/1.3&new_path=attitude/1.4
While we update the theme all the theme is checked by the admin and then only it goes to live. We cannot make it directly live.
Thank you!
Theme Horse Support Team
KeymasterHi I have removed your post from next forum. I would like you to check your .htaccess file. Go to the root of you ftp (public_html) and under it go to wordpress directory (there you can see wp-content, wp-admin, wp-includes and with other php files such as wp-config.php etc.). There is also available .htaccess file open it and paste the below code
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressHope this may help you
Thank you!
Theme Horse Support Team
KeymasterHi beingworkedon,
This feature is not available in free version of our theme. We are sorry for this.
Thank you!
Theme Horse Support Team
KeymasterThat’s great henrik.jensen
Thank you!
Theme Horse Support Team
KeymasterHi Jason,
For your first issue:
Go to dashboard-> settings-> reading and select static home page and on the post page leave it as blank. View this below screenshot.
http://awesomescreenshot.com/0e94mpvu2dSo that your slider will not be displayed in the blog page and will only display in home page.
For your second issue:
Yes we have made the slider content off to display in mobile display. Because too many text will voilate the design. We have designed our theme this way. If you want to display text in your tablet then please add this below custom css@media only screen and (max-width: 767px) { .featured-text { display: block; } }Thank you!
-
AuthorPosts
