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 - 2,416 through 2,430 (of 3,476 total)
  • Author
    Posts
  • in reply to: Changing position of primary Menu in Header Container #42964

    Hi Chris,

    Please add the above custom CSS and provide us the site URL so that we can see the exact issue. And what slashes into the quote-marks of the URL section you are talking about? Could you please clarify it once again?

    Thank you!

    in reply to: Centering header image #42963

    Hi Mark4,

    Sorry! Custom header image will not be left justified. It will be 100% full width by default. Please set the custom header in your site so that we can see the issue.

    Thank you for using our theme.

    in reply to: Remove page menus #42962

    Hi John,

    Yes that will be more better to hide the sidebar in woocommerce page. 🙂

    Thank you!

    in reply to: Updating to latest version #42928

    Hi K,

    Sorry! You do not have to pay a full price again to renew your subscription.

    Actually after the purchase of our single theme you will get free update and support for one year from our support forum.
    After one year if you want to continue with the update and support for the single theme that you have purchased than you will have to pay $15 for another year.

    But you can continue to use the theme for the lifetime without renewing the yearly subscription but if you want to update the theme up to date you have to renew your subscription per year.

    To renew your subscription please login to our site with the same username that you have purchase the theme before and you will be redirected to your account page where you can see your order detail as well as renew option to renew the subscription.

    Thank you!

    in reply to: Theme looks completely different when installed or previewe #42927

    Hi Robertsberkislv,

    WordPress.org preview link display the theme latest post as default. To have the same like screenshot you have to set your home page to business page which you can do it easily after activating our theme. You can see the full demo of the business template here.

    Thank you!

    in reply to: Header and primary menu fixed #42926

    @mail16 Sorry! Please add below Custom CSS too

    .header-main {
        margin-top: 155px;
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.hgroup-wrap, #access {
    		position: fixed;
    	}
    	.header-main {
    		margin-top: 0;
    	}
    }

    Thank you!

    in reply to: How to set Video Slider #42924

    Hi Mikako,

    To set the video slider first you have to activate the Revolution Slider Plugin where you can purchase the single license from here.

    After that activate the plugin in the site and create a slider via revolution slider option and go to Appearance > Customize > Ambition Theme Options > Featured Content Setting and choose Revolution Slider option then go back and refresh the page you will see the revolution slider option where you can set the revolution slider that you have set.

    Thank you!

    in reply to: Frame Around Website #42843

    Hi Toddw,

    To add the 20px border appears around the entire site go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #page {
        background-color: #2a2a2a;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }

    Thank you!

    in reply to: Change font for title – Frente H1 #42842

    Hi Sara,

    We have integrate the Google fonts in the theme and seems like ‘Frente’ font is not a Google font.
    Do you have a license to use ‘Frente’ font in your site? If not you have to had the license to use that font in your site.

    Thank you!

    in reply to: Modify Footer #42841

    Hi Markus,

    You can edit the footer copyright information in the premium version.
    Why you want that area? If you can edit footer copyright easily via Appearance -> Customize -> Ambition Theme Options -> Edit Footer

    Thank you!

    in reply to: Header and primary menu fixed #42840

    Hi Benjamin,

    To fix header and primary menu at the top of the pages go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap,
    #access {
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .hgroup-wrap {
        background-color: #fff;
        top: 0;
    }
    #access {
        top: 105px;
    }

    Thank you!

    in reply to: Change height of slider #42837

    Hi Markus,

    Could you please provide us your site URL? so that we can see why the above CSS code is not working.

    Thank you!

    in reply to: How to Remove Navigation Links at Bottom of Posts Only #42835

    🙂

    in reply to: Removing Duplicate Entry Title / Page Title #42834

    Great !
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

    in reply to: Changing position of primary Menu in Header Container #42833

    Hi Chris,

    To adjust your image to cover the whole menu section with your picture please add below Custom CSS too.

    .hgroup-wrap {
        background-position: center center;
        background-size: cover;
    }

    Thank you!

Viewing 15 posts - 2,416 through 2,430 (of 3,476 total)