badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,211 through 3,225 (of 3,476 total)
  • Author
    Posts
  • in reply to: Customizing a few things on my new site #17978

    Hi Melissa,

    To remove date, author and categories from each post 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,
    .entry-meta .by-author, 
    .entry-meta .date, 
    .entry-meta .comments {
        display: none;
    }

    And to hide search form go to Dashboard -> Appearance -> Theme options -> Design options -> Custom header there you can find the option to hide the search form.

    Thank you!

    in reply to: Featured Image for Home Page #17977

    Hi manderava and Bru,

    Try using Yoast plugin to display featured image for your home page for different social profiles as well as for better SEO too.
    We have set the featured images for the post and the page not for the home page.

    Thank you!

    in reply to: Goofed login #17928

    Hi Wedell71,

    Yes we found username gwedell who have ordered our Attitude on 14 Aug 2014 20:51:25 BST with Transaction ID: 3FV71070J2734133R
    To download the theme update file you have to login with the same username gwedell OR use the email address [email protected].
    If you forget your password please request it here https://www.themehorse.com/my-account/lost-password/.
    After this it will automatically send you a link to reset the password to your same email at [email protected] and you can easily reset the password.

    Thank you!

    in reply to: IPhone Text Cut Off #17927

    Hi Billy,

    We have made a responsive for the iFrame tag but we can not make the content responsive inside iFrame tag.
    You have to write CSS code manually for your content to make it responsive So, that it can not be cutoff and user can see your button.

    Thank you!

    in reply to: Remove 'white space' in the homepage #17926

    Hi Piotr.illichosky,

    Could your please provide us your site url too? So that we can have a look into it.

    Thank you!

    in reply to: Line Between Sidebar and Content #17925

    Hi Slan,

    Sorry! It needs CSS customization as well as media queries CSS. You have to hire a developer for this.

    in reply to: Wide layout problem! #17719

    Hi info19,

    We have designed this way. If we make the whole part stretch then there will be a reading problem for visitors if they view the site form large display.

    Thank you!

    in reply to: Wide layout problem! #17641

    Hi info 19,

    For this you have to change overall structure of CSS.
    Wide layout means not only it stretch to the whole part of the browser.

    Thank you!

    in reply to: Add colored sitebar #17640

    Hi Arjen,

    To change the background-color of the sidebar go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #secondary {
        background-color: pink;
        padding: 2%;
        width: 27.28%;
    }

    And for the white color you can change it from theme option.

    Thank you!

    Thank you!

    in reply to: Breadcrumbs and page (entry) title #17639

    Hi Namdar,

    To delete the gray background go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .page-title-wrap {
        display: none;
    }

    Thank you!

    in reply to: Slider width #17492

    Sorry that is the header image not the revolution slider. Here is the screenshot of your site http://awesomescreenshot.com/06e3nicnb7 and we haven’t seen any free space. If we are having misunderstand please provide us the screenshot what you are trying to do?

    Thank you!

    in reply to: css of original menu… #17458

    Hi Fredrik,

    To Remove the default menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 767px) {
            .menu-toggle {
    		display: none;
    	}
    }
    

    Note: Please remove above CSS to show the default built-in menu.

    Thank you!

    in reply to: Slider width #17363

    Sorry we haven’t seen any revolution slider here in this page http://manuelhesse.de/wordpresskorrotherm/ueber-uns/

    Thank you!

    in reply to: PromoBox Layout (interface free) #17360

    Hi Bru,

    To change the appearance style of the promo box as you said Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_promotional_bar {
        text-align: center;
    }
    .widget_promotional_bar .call-to-action {
        float: none;
        margin-top: 16px;
    }
    .widget_promotional_bar .promotional-text {
        float: none;
        width: 100%;
    }

    Thank you!

    in reply to: Centralise the menu #17356

    Hi Benlifton,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:

    
    .hgroup-right {
        float: none;
    }
    #access {
        float: none;
        text-align: center;
    }
    #access li {
        display: inline-block;
        float: none;
    }

    Thank you!

Viewing 15 posts - 3,211 through 3,225 (of 3,476 total)