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,421 through 3,435 (of 3,476 total)
  • Author
    Posts
  • in reply to: Remove Title Bar #10279

    Hi Teesang,

    To completely remove the top section above the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        display: none;
    }

    Note: Hiding top section above header image will also hide your site title/description and social profiles too.

    Thank you for using our theme.

    in reply to: Position of page title in default page #10276

    Hi TheTwister,

    Yes the page title designed will be changed if you choose the default template for contact page. If you want to remove the right sidebar you will have to consider with the page title design. For now it is not possible to make the same page title for all the pages as contact page have. We will think about it and update it in near future.

    Thank you!

    in reply to: screen resolution #10275

    Hi LABRAT,
    Add this code

    	.wrapper {
    		width: 1008px;
    	}
    }
    @media only screen and (max-width: 1023px) {

    below
    @media only screen and (max-width: 1078px) {
    in style.css

    Make sure that before updating the theme your edited file will be replaced with new update version. After update you need to edit all the file accordingly as before to have a same effect on the site.

    Thank you!

    in reply to: @Rabin: border around tablet layout #10274

    Hi Jane,

    you need to add this code <meta name="viewport" content="width=1078" /> instead of <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> inside theme folder library -> structure -> header-extentions.php and also remove all the media CSS queries at the bottom of the style.css file.
    Make sure that all the edited file will be replaced by a new one while you update the theme. After update you need to edit all the file accordingly as before to have a same effect on the site.

    Thank you!

    Hi Trina,

    Sorry, We could not found any email that have username and password with the email id Social@laborfinders.com and name Trina Sanders in our mail box. Make sure that you have send email to our email at support@themehorse.com

    Thank you!

    in reply to: @Rabin: border around tablet layout #10232

    Hi Jane,

    What you exactly need to do? Are you want to remove the responsiveness and look the websites as it display on desktop view OR you want to remove the responsiveness for specific devices only. Clarify us so that we can help you to the exact point.

    Thank you for using our theme.

    Regards,
    Theme Horse

    Hi Trina,

    Could you specify your name, subject and email address that you have send an email. There is lots of email with username and password in our inbox.

    Thank you!

    in reply to: Sub Pages disapear when trying to click #10230

    Hi Brentallen,

    It seems that you have already change the theme. Could you please activate our theme so that we can look what the exact issue was?

    Thank you!

    in reply to: Change Comment Font Size #10229

    Hi ErikaMarie,

    To change the comment font size Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .comment-content {
        font-size: 13px;
    }

    Note: Increase/decrease above font size 13px to change the font size of the comment.

    Thank you for using our theme.

    in reply to: Styling Mailchimp forms #10228

    Hi Weliajolijn,

    Please try below CSS

    #content #mc_embed_signup .mc-field-group input[type="text"],
    #content #mc_embed_signup .mc-field-group input[type="email"],
    #content #mc_embed_signup .mc-field-group input[type="password"]{
        margin: 0 15px;
        width: 20%;
    }
    @media only screen and (max-width: 767px) {
    #content #mc_embed_signup .mc-field-group input[type="text"],
    #content #mc_embed_signup .mc-field-group input[type="email"],
    #content #mc_embed_signup .mc-field-group input[type="password"] {
            margin: 0 0 30px;
            width: 100%;
        }
    }

    If it still doesn’t work then email us you temporary username and password to support@themehorse.com we will set it for you.

    Thank you for using our theme

    in reply to: Position of page title in default page #10223

    Hi TheTwister,

    We have design the page title that way for contact template. We will update this in next version soon.
    Also, To remove right column widget from the contact page please edit your contact page and set it to default page template from the right part of the editor page as shown in this screenshot http://awesomescreenshot.com/0d72s99i5b then go to your bottom of the editor page and set the page layout to No sidebar, Full Width as shown in this screenshot http://awesomescreenshot.com/0742s99lbd

    Hope this solve your problem.

    Thank you for using our theme.

    in reply to: Styling Mailchimp forms #10207

    Hi Weliajolijn,

    Simply Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button and your are all done.

    #mc_embed_signup input[type="text"],
    #mc_embed_signup input[type="email"],
    #mc_embed_signup input[type="password"] {
        margin: 0 15px;
        width: 20%;
    }
    @media only screen and (max-width: 767px) {
        #mc_embed_signup input[type="text"],
        #mc_embed_signup input[type="email"],
        #mc_embed_signup input[type="password"] {
            margin: 0 0 30px;
            width: 100%;
        }
    }

    Hope this helps.
    Thank you for using our theme.

    Hi Trina,

    We have just log in to your site and not found any slider. Could you please activate a slider in your home page so that we can find the issue and solve them. Also In which browser you have seen that the header section are pushed out to 3 lines.

    Thank you!

    in reply to: Corporate home vs corporate page templates #10086

    Hi Erica,

    You can easily change the color of headings/footer/background/links via theme option for this
    Go to Appearance -> Theme Options -> Design Options Tab -> Color Options there you can see the color options for different sections change the color for the sections you like and click on save all changed button.

    Thank you!

    Hi DD,

    We have already edit the language file and we will update it in next version. For a temporary open the file es_ES.po in notepad and search for NEVEGACION and replace it by NAVEGACION after this save the file and again open it from poedit software then update the file and save it.

    Thank you!

    Regards,
    Theme Horse

Viewing 15 posts - 3,421 through 3,435 (of 3,476 total)