badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,071 through 2,085 (of 5,207 total)
  • Author
    Posts
  • in reply to: button instead of menu links #42079

    Hi Cucerescu,

    This feature is not available in our theme. It needs code customization. you need to hire a developer to fix it.

    Thank you1

    in reply to: Adding google map image #42078

    Hi Kathryn,

    Could you provide your site Url too So that it will be more easy to debug us.

    Thank you!

    in reply to: widgets homepage #42077

    Hi 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!

    in reply to: Change Header Image #41974

    Hi Jim,

    Just go to dashbaord -> appearance -> customize -> header image and view below screenshot.http://awesomescreenshot.com/0125l6o083

    Hope this may help you!
    Thank you!

    in reply to: Events Calendar Pro by Modern Tribe #41972

    Hi 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!

    in reply to: Child Theme with functions.php and style.css #41969

    Hi 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!

    in reply to: Visual problems after update to 3.0.3 #41968

    Hi 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!

    in reply to: Title size, slider link #41966

    Hi Andra,

    If you like direct changes in the code for site title then goto theme folder -> library-> structure-> header-extension.php on line no184 to 192 remove 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!

    in reply to: Allowing line breaks in featured-content #41918

    Hi 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!

    in reply to: One page doesn't show on cellphones #41916

    hi 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!

    in reply to: Edit header html #41915

    Hi contact18,

    The header section for site title is <h1> tag and 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> tag and the header title should be <h2> and site description <h3> tag. Because two <h1> tag cannot 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> tag

    There is nothing new on the pro version.

    Thank you!

    in reply to: search form do not work #41914

    That’s great Magnus

    Thank you!

    in reply to: Next Page Option #41913

    hi 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!

    in reply to: One page doesn't show on cellphones #41880

    Hi 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!

    in reply to: hyperlink issue in bullet paragraphs #41879

    You welcome shawn

    Thank you!

Viewing 15 posts - 2,071 through 2,085 (of 5,207 total)