Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi spching2006,
Could you please provide the site Url too? We will look over it.
Thank you!
Theme Horse Support Team
KeymasterHi b.shantiko,
Do you mean to say uninstall and reinstall new version? If then you may simply activate the WordPress default theme twentyfourteen/ twentyfifteen theme and delete the old version and download the latest version of interface and upload it and re activate it.
If you have made any customization on the core file then all your customization code will be lost. If no changes on the core file then you are safe to update a new version too.Thank you!
Theme Horse Support Team
KeymasterYou welcome birgitta_roos
Thank you!
Theme Horse Support Team
KeymasterOk that’s great felipe1
Thank you!
Theme Horse Support Team
KeymasterOk that’s great felipe1
Thank you!
Theme Horse Support Team
KeymasterHi Isabelle,
You may try some plugins that are in wordpress.org, This plugins may help you. We will support only the theme regarding issues.
https://wordpress.org/plugins/the-events-calendar/changelog/Thank you!
Theme Horse Support Team
KeymasterHi Roy,
You may increase the memory size from .htaccess file or from the wp-config.php file.Or you may try this plugins too.
https://wordpress.org/plugins/add-from-server/
Hope this may help youThank you!
February 6, 2015 at 6:05 am in reply to: Left / Right Sidebar – Different menus Depending on Page #21649Theme Horse Support Team
KeymasterHi All,
Sorry we can not update the theme with this features. It needs code customisation. You have to hire a developer for this. Make sure that first create a child theme before customizing the code.
Thank you!
Theme Horse Support Team
KeymasterHi birgitta_roos,
Just add this below code//mod content function hatom_mod_post_content ($content) { if ( in_the_loop() && !is_page() ) { $content = '<span class=”entry-content”>'.$content.'</span>'; } return $content; } add_filter( 'the_content', 'hatom_mod_post_content'); //add hatom data function add_mod_hatom_data($content) { $t = get_the_modified_time('F jS, Y'); $author = get_the_author(); $title = get_the_title(); if(is_single()) { $content .= '<div class=”hatom-extra”><span class=”entry-title”>'.$title.'</span> was last modified: <span class=”updated”> '.$t.'</span> by <span class=”author vcard”><span class=”fn”>'.$author.'</span></span></div>'; } return $content; } add_filter('the_content', 'add_mod_hatom_data');Thank you!
Theme Horse Support Team
KeymasterHi felipe1,
This services widgets is displayed from the theme folder -> inc -> widgets -> interface_widgets.php line no 278 and you will fine this codeif ( has_post_thumbnail() ) { echo'<div class="service-icon">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</div>'; }and replace it with this below code
if ( has_post_thumbnail() ) { echo '<a href="' . get_permalink( $post->ID ) . '" title="' . esc_attr( $post->post_title ) . '">'; echo'<div class="service-icon">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</div>'; echo '</a>'; }Before making any changes first make child theme and then only customize the code. If you add this code directly inside the interface_widgets.php file then it will work but while updating to our new version all your customisation code will be lost. If you didn’t make any changes then you need to make the same changes for each and every time.
Thank you!
Theme Horse Support Team
KeymasterHi Bruno,
Did you change the Url of your site in database? You need to change the Url of database in the new server while importing.
Thank you!
February 5, 2015 at 5:33 am in reply to: Where do I go to change the default teal color of the theme? #21606Theme Horse Support Team
KeymasterHi Lanai,
To change the Typography font family and sizes
Go to Dashboard-> Appearance-> Theme Options-> Design Options-> Typography Options there you can change the google font with sizes.
And to change the color of the text
Go to Dashboard-> Appearance-> Theme Options-> Design Options-> color Options and change the text color.Thank you!
Theme Horse Support Team
KeymasterHi scott foster,
We got your message. Yes your website is almost hacked.
First change all of your ftp and WordPress dashboard administrator password and install the fresh copy of WordPress as well as all the themes and plugins with new database before doing it, first make a backup of your current site.We also recommended you to use the security plugins for your WordPress Site and use strong password on Ftp, Cpanel and WordPress dashboard. You can also find more security articles via google too.
Thank you!
Theme Horse Support Team
KeymasterHi christian,
This feature is not available in our theme. We only support theme issue. You may just follow this link for more reference
http://wpquestions.com/question/showChrono/id/9252
http://stackoverflow.com/questions/21584610/hide-header-if-in-iframeThank you!
Theme Horse Support Team
Keymasterok that’s great Toan
Thank you!
-
AuthorPosts
