Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Cucerescu,
This feature is not available in our theme. It needs code customization. you need to hire a developer to fix it.
Thank you1
Theme Horse Support Team
KeymasterHi Kathryn,
Could you provide your site Url too So that it will be more easy to debug us.
Thank you!
Theme Horse Support Team
KeymasterHi soid42001,
We did not get exactly what you are trying to say and also your image is broken. Could you make it more clear and also are you trying to implement as in our demo site. Visite theme instruction page
https://www.themehorse.com/theme-instruction/interface/Thank you!
Theme Horse Support Team
KeymasterHi Jim,
Just go to dashbaord -> appearance -> customize -> header image and view below screenshot.http://awesomescreenshot.com/0125l6o083
Hope this may help you!
Thank you!Theme Horse Support Team
KeymasterHi administrator,
It seems that entry-header content was disabled by your calendar plugin. So its not displaying. You can add below Custom CSS and it will work fine. Go to dashbaord -> appearance -> customize -> design options -> custom css and paste the below CSS code
.entry-header { display: block !important; }Thank you!
Theme Horse Support Team
KeymasterHi Laura,
If you have both free and premium interface theme in your dashboard then remove the interface free theme. The above child theme must works well. If there is interface free theme then the child theme will work for interface free theme so you need to remove it.
Thank you!
Theme Horse Support Team
KeymasterHi vlazickas,
Sorry to know that you have an issues but there is nothing new code for tag and featured images. Did you made any code customization before updating to new version? If you have made a direct code customization on theme without child theme then all your customized code will be lost. So we always recommended you all always to create a child theme before making any changes in the code.Thank you!
Theme Horse Support Team
KeymasterHi Andra,
If you like direct changes in the code for site title then goto theme folder -> library-> structure-> header-extension.php on line no
184 to 192remove previous code and add this below code<div id="site-logo" class="clearfix"> <?php if(is_home() || is_archive() || is_search() || is_page_template( 'page-template-corporate.php' ) || is_page_template( 'page-template-gallery-four-column.php' ) || is_page_template( 'page-template-gallery-three-column.php' ) || is_page_template( 'page-template-gallery-two-column.php' ) || is_page_template( 'page-template-blog-image-large.php' ) || is_page_template( 'page-template-blog-image-medium.php' ) || is_page_template( 'page-template-blog-full-content.php' ) ){?> <h1 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> <sup> TM</sup></a></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2> <?php } else { ?> <h3 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> <sup> TM</sup></a></h3> <h4 id="site-description"><?php bloginfo( 'description' ); ?></h4> <?php } ?> </div><!-- #site-logo -->Note: If you made direct changes in the code then while updating to new version all your customized code will be lost. So better make a child theme and add the above code. If you are unable to do it then make direct changes in the code and each and everry time you update to new theme then same customization you have to do.
After that add below code inside dashbaord -> appearance-> customize -> design options -> custom css
sup { font-size: 16px; bottom:23px; }Thank you!
Theme Horse Support Team
KeymasterHi rodrigozamorano,
This is not possible. it needs code customization. We have used
get_the_excerpt()function. Go to theme folder -> library -> structure -> header-extension.php on line no 379 you will see this code
$excerpt = get_the_excerpt();remove it and add this below code
$excerpt = get_the_content();Now one thing. If you make a direct changes in the code then while updating to new version each and every time you need to add the same thing again and again.
Other way is making a child theme. First unhook the function and create a child theme and customize the code. Don’t do anything in parent theme. So that while updating to new version your customized code will not be lost.
Thank you!
Theme Horse Support Team
Keymasterhi renateho,
We have checked on mobile devices and also could you confirm checking this above link from other mobile device too. From which mobile device and which browser have you used? Could you please send the screenshot of your site?
Thank you!
Theme Horse Support Team
KeymasterHi contact18,
The header section for site title is
<h1> tagand site description is<h2> tagalready. As we have done it for seo friendly. When you go to other page then that page title must be<h1> tagand the header title should be<h2>and site description<h3> tag. Because two<h1> tagcannot be added in the same page.You can also view it in our demo site that only on home page the site title is using
<h1> tagand other page it is using<h2> tagThere is nothing new on the pro version.
Thank you!
Theme Horse Support Team
KeymasterThat’s great Magnus
Thank you!
Theme Horse Support Team
Keymasterhi lemonpath,
This is not a theme issue. We have tested it in our local environment and its working fine. So could you Email Us your temporary username and password. We will have a look on it.
please don’t forget to send this forum Url and also don’t post your username and password. Please Email us.Thank you!
Theme Horse Support Team
KeymasterHi renateho,
We have just check the above link in our mobile devices and its working fine with no issues. Just confirm it again and let us know.
Thank you!
Theme Horse Support Team
KeymasterYou welcome shawn
Thank you!
-
AuthorPosts
