Forum Replies Created
-
AuthorPosts
-
September 18, 2014 at 4:52 am in reply to: Several questions: featured titles, post titles, categories, sidebar links #16204
Theme Horse Support Team
KeymasterOk that’s great Christina
Thank you!
Theme Horse Support Team
KeymasterHi Ann,
We don’t have this features in theme options. You need to customise the code. Thanks for your suggestion, we will think about it.You may add some custom css under the custom field. for <h> tags to define the size.
Thank you!
Theme Horse Support Team
KeymasterHi All,
for Naresh and illianduggan
If you have not customise any code then you are safe to upgrade our new version and the content will not be lost. But if you have customise the code then ofcourse you may loose the code.Just goto the dashboard -> appearance -> themes
First activate any theme twentyfourteen or twenty twelve or any theme you have in your dashboardThen click on theme and at the right side there is delete options. Then you may delete the theme.
Hi debbie2up,
We are sorry for this error. We have update our theme compatible to WordPress 4.0 and disable some function that make error for the site.
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 fileThank you!
September 17, 2014 at 5:22 am in reply to: How do I upgrade to so I have Revolutionary slider 1.6? #16138Theme Horse Support Team
KeymasterHi Jacqueline,
If you have downloaded our latest version of theme version 1.7 there there is revolution slider ziped and packed in this theme. I think you have activated the revolution slider before so you are getting the old version as it is previously installed. Just delete the revolution slider from ftp -> wp-content -> plugins -> revslider
and after doing this go to the dashboard and install the fresh revolution slider with latest version.
Thank you!
Theme Horse Support Team
Keymasterhi grendizer,
I will set you a simple example. Not of this cleanretina_featured_post_slider() function but also helps you to create a child theme
for example:- (the below code is only the sample code)
unhook functions // Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'cleanretina_404_content', 'cleanretina_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook cleanretina_header add_action( 'cleanretina_404_content', 'cleanretina_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function cleanretina_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'attitude' ); ?></a></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }Theme Horse Support Team
Keymasterhi ahernandez,
ITs displaying fine here. Just view your site screenshot.http://awesomescreenshot.com/0583hzmc33
Thank you!
Theme Horse Support Team
KeymasterHi Lisa,
You can increase the excerpt word to increase the character limit. But one thing if you do this then all content from the excerpt will increase. So its better to customise the code but We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank you!
Theme Horse Support Team
KeymasterHi dbj,
Thanks for sharing a bit of information with us.
Thank you!
Theme Horse Support Team
KeymasterHi Eowyn77,
We have update our theme compatible to WordPress 4.0 and disable some function that make error for the site.
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 fileThank you!
Theme Horse Support Team
KeymasterYes esactly ehugh045
Thank you!
Theme Horse Support Team
KeymasterHi Oscarld,
Did you update latest version of WordPress or our theme ? In our theme we have not changed anything but it may be problem of WordPress 4. You may post your forum topic at wordpress.org/support to find solution. If any solution or any idea we know then we will let you know.Thank you!
Theme Horse Support Team
KeymasterHi Lisa,
Just update the fresh WordPress there may be something missing in dashboard. After that whether your problem will solve or not let us know. If still the same problem then switch to twenty fourteen theme and check it whether the same problem occurs or not. I think we don’t have any issue regarding to the theme.
Thank you!
Theme Horse Support Team
KeymasterHi amfiska,
We have designed our theme this way. The header image arise at the top of the page. You need code customisation for it. The file is inside theme folder -> inc -> structure -> header-extension.phpYou may customise the code but We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank you!
Theme Horse Support Team
KeymasterHi ahernandez,
Just see our demo site.
https://www.themehorse.com/preview/interface/contact-us/
Its working fine here and we have designed our theme this way. Just check it once.Thank You!
Theme Horse Support Team
KeymasterHi kamarty,
Could you please provide the site url ?Thank you!
-
AuthorPosts
