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,896 through 2,910 (of 5,207 total)
  • Author
    Posts
  • in reply to: Twitter image #23927

    Hi Burim,

    The only one options is code customization. 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!

    in reply to: Changing or removing the green bar #23926

    hi Flemming,

    please create a new forum topic because other users may get notified when you post the inside other forum topic. And also provide your site Url too. If you are a Pro user then please add this topic in Interface Pro forum topic.

    Thank you!

    in reply to: Remove "Continue reading" and "Category" from blog list. #23925

    Hi henrik.jensen,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .entry-meta .cat-links, .entry-meta .cat-links a, .tag-links, .tag-links a {
      display: none;
    }

    Thank you!

    in reply to: Mobile Response Stopped Working #23924

    Hi phyllis,

    Did you made any changes in code? If not then the responsive site must work fine. It would be great if you provide your site Url too. Once deactivate all the plugins that you have installed in your site and check whether the same problem occurs or not.

    Thank you!

    in reply to: Problems creating custom page with custom right sidebar #23894

    Hi shawnhoffman,

    Yes create a sidebar_right_page.php on the theme folder of your child theme. Its great. Then after doing it you change the template name
    e.g:-

    <?php
    /**
     * Template Name: Contact Page Template right
     *
     * Displays the contact page template right.
     *
     * @package Theme Horse
     * @subpackage Attitude
     * @since Attitude 1.0
     */
    ?>
    <?php get_header();
    if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar( 'attitude_right_page_sidebar' ) ):
    	endif;
    get_footer(); ?>
    

    After doing it your template file is created. Select this page template (Contact Page Template right) from pages and now your widgets is called.

    Thank you!

    in reply to: Remove Read More on Blog Page (Full text display error) #23890

    Hi info66,

    To display full post content instead of excerpt there is only one way. This feature is same in Pro and Free version. Create any pages and at the right side there is template. Select the template to blog full content then it will display your full blog post.
    Goto dashboard-> setting-> reading-> chhoose static front page (leave it to blank)

    If you don’t like doing this way then it needs code customization.

    Thank you!

    in reply to: Slider Featured Page not showing #23889

    Ok that’s great CATMOSE

    Thank you!

    Hi henrik.jensen,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    a.readmore {
      display: none;
    }

    Thank you!

    in reply to: Contact bar email link not producing email #23887

    Hi technical1,

    We have designed our theme this way. We are sorry for this. We cannot implement any mail application. We just kept it as default. If you like to use in your own way then it needs code customization so you need to hire a developer to fix it.

    Thank you!

    in reply to: Revolution slider #23886

    Hi Richard,

    Just view this link for more instruction.
    https://www.themehorse.com/theme-instruction/ultimate-pro/

    If you are not able to set the business layout then you may send your temporary username and password at Email Us and also don’t forget to send this forum Url too. We will set the business template in your site.

    Thank you!

    in reply to: [the-year] & [site-link] tags in footer not working.. #23859

    Yes exactly it will help someone else. Thanks for helping us too.

    Thank you!

    in reply to: Way to reduce image size for responsive layouts? #23858

    Hi Brett,

    This revolution slider works in this way. So we cannot do anything with this slider. We have just implemented it in our theme. If you need to load the small images in responsive design then you need code customization in plugins.

    Thank you!

    in reply to: Mini-menu not dropping down #23857

    ok that’s great Brett

    Thank you!

    in reply to: Contact bar email link not producing email #23856

    Hi technical1,

    I just visited to your site and your email address is working fine. Is there outlook express or windows live mail in your PC. If there is no any live mail or outlook express then it doesn’t seems to works.

    Thank you!

    in reply to: Revolution slider #23855

    That’s great Richard

    We don’t have any instructions for revolution slider. We just only made to support the slider in Ultimate Pro theme. If we get any instructions for revolution slider then we will let you know.

    Thank you!

Viewing 15 posts - 2,896 through 2,910 (of 5,207 total)