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,146 through 2,160 (of 3,476 total)
  • Author
    Posts
  • in reply to: There is NO ZIP file! #49232

    Hi Deborah,

    First thank you for purchasing our theme.

    There is .zip file where you can upload it to your WordPress theme directory directly.
    Please go to your account and and click on download tab to download the latest version of Clean Retina Pro theme.

    And $15 is for subscription renew charge.
    Actually after the purchase of our theme you will get free update from your account page and get support for one year via support forum.
    After one year if you want to continue with the update and support for the theme you will have to pay small amount $15 for another year.
    But you can continue to use the theme for the lifetime without renewing the yearly subscription.

    Thank you!

    in reply to: Menu doesn't work #49231

    Hi Mta,

    It seems that cothemes-shortcode plugin which integrate bootstrap css is overriding the theme main CSS code. To work the menu properly disable the cothemes-shortcode plugin otherwise go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on Save & Publish Button:

    #access a {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    Thank you!

    in reply to: Weird display second-level menus (pro) #49196

    Hi Jeanlucgarnier,

    It seems that bootstrap that you are using is overriding the theme main CSS code. To work the menu properly disable the bootstrap CSS otherwise go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on Save & Publish Button:

    #access a {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    in reply to: Menu doesn't work #49195

    Hi Mta,

    Could you please remove (back up before removing custom CSS code) all those custom CSS that you have placed for menu? So that we can see your site menu with default style and provide you a CSS code to styled as you say.

    Thank you!

    in reply to: How to reduce space in header? #49194

    Hi Stefan,

    For to reduce the header spaces around the logo go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .hgroup-wrap {
        padding-bottom: 20px;
    }

    Thank you for using our theme.

    in reply to: "Read More" Text on Homepage Buttons Too Dark #49193

    Hi Zaheer,

    Some CSS code may override the above code. Could you please try below CSS code.

    a.more-link {
        color: #666 !important;
    }

    Note: Change the above HEX color code #666 into your own HEX color code.

    Thank you!

    in reply to: Change hover color in the menu #49192

    Hi Maria,

    To change the menu hover color go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    
    #access a:hover, 
    #access ul li.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a,
    #access ul li:hover > a,
    #access ul li ul li a:hover,
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item ul li a:hover {
    	color: #a9181f;
    }

    You can upgrade to Attitude Pro where you can change theme color skin easily as well as have lots of option that you will enjoy.

    Thank you for using our theme.

    in reply to: Menu doesn't work #48991

    Hi Mta,

    We checked it and it’s working fine here.
    Could please provide us your site URL? So that we can see the exact issue into your site.

    Thank you!

    in reply to: Change hover effect on posts #48913

    Hi l-mahon,

    To make the post smaller go to Appearance > Customize > WP Portfolio Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .column-fourth .column-wrap {
        width: 20%;
    }

    Thank you!

    Hi Jeffrey,

    Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #main ul a,
    #main ol a {
        color: #476d04 !important;
    }

    Thank you!

    in reply to: Remove / Hide Page Title Container #48911

    Hi Jimzook,

    Sorry we could not see such section in your site.
    Are you talking about to remove the section where there is ADVANCED DELIVERY SYSTEMS link in your site?

    Thank you!

    in reply to: Dropdown menu disappears #48910

    Hi Lorna,

    Could you please activate our theme? So that we can see the issue and help you.

    Thank you!

    in reply to: How to align elements in the sidebar? #48829

    Hi Guitaristforhim,

    Sorry! We missed your topic.
    As of your reques. For the first item you can align to right by adding below custom css

    a#bbblink.rbhzbul {
        left: 48px;
    }

    and for second one edit your text widget and add below code
    <div style="width: 160px; left:88px; position:relative;">
    instead of
    <div style="width: 160px;>

    Thank you!

    in reply to: Image slider height Ambition Pro #48729

    Hi Jeffrey,

    Could you please email us your temporary username and password to your site?
    So that we can see the exact issue in the slider. Don’t forget to send this forum link too.
    Also don’t reply with any username and password in this forum. This forum is public and visible to everyone.

    Thank you!

    in reply to: Test results : Ambition Pro Version 1.0.6 #48728

    Hi Jens,

    PHP7 is a latest and a new version so we need to compatible our themes to PHP7.
    We will soon update all our themes to support PHP7.

    Thank you for reporting.

Viewing 15 posts - 2,146 through 2,160 (of 3,476 total)