Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi jeanlucgarnier,
You want to link the silder image to different link? If yes then this feature is not available in free version. In Pro version you can have image link to any page you want using the image slider. In this free post/page slider this is not possible so it needs code customisation. So you need to hire a developer to fix the issue.Thank you!
Theme Horse Support Team
KeymasterOk that’s great jeanlucgarnier
Thank you!
Theme Horse Support Team
KeymasterHi catherinehedberg,
Could you please post this topic in the particular fourm. Your topic will be replied there. and also could you make it more clear and also send the site url too?Thank you!
Theme Horse Support Team
KeymasterHi otwds,
We have designed our theme this way. Inside the Promobox only the text will be displayed. Whatever you type that will be displayed. We are sorry for this.Thank you!
December 4, 2014 at 5:21 am in reply to: Posts not formatting correctly (losing formatting when published) #19065Theme Horse Support Team
KeymasterHI tr.knight,
Could you please send the site url too?Thank you!
Theme Horse Support Team
KeymasterHi catherinehedberg,
Which top color bar are you talking? Could you specify it clearly and also send the site url too?Thank you!
Theme Horse Support Team
KeymasterOk that’s great spectrum_7
Thank you!
Theme Horse Support Team
KeymasterIs it working now spectrum_7 ?
Thank you!
Theme Horse Support Team
KeymasterHi Morten,
Yes it needs code customisation so you need to hire a developer to fix it. We don’t have this feature in our theme.Thank you!
Theme Horse Support Team
KeymasterHi crustumkenilworth,
We have updated the latest version of revolution slider in our theme.
Login to our site with the same username and password while you have purchase the theme and download the latest version of the theme.
If you have still one year subscription, you will have access to the download the update file. First delete the revolution slider from the ftp and upload the new version from dashboard / ftp.If you remove the plugin form the theme then, if you are using revolution slider then your slider will be lost. So you may use the post/page slider or image slider.
Thank you!
Theme Horse Support Team
KeymasterHi rynopolis.studios,
Once you deactivate the plugins and check it whether the link is still broken or not. This might be the plugin issues.Thank you!
Theme Horse Support Team
KeymasterHi rynopolis.studios,
Once you deactivate the plugins and check it whether the link is still broken or not. This might be the plugin issues.Thank you!
Theme Horse Support Team
Keymasterhi Craig,
There may be a lots of plugins that is making your site slow. If other information we found then we will let you know.Thank you!
Theme Horse Support Team
KeymasterThat’s great Craig
Thank you!
Theme Horse Support Team
KeymasterHi spectrum_7,
This is a simple example to unhook the functions. This hook is for page 404.php but you do the same way to unhook the functions for header-extension.phpunhook functions // Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'attitude_404_content', 'attitude_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header add_action( 'attitude_404_content', 'attitude_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function attitude_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'attitude' ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }
If you are unable to unhook the functions then you need to hire a developer to fix the issue.
Thank you!
-
AuthorPosts