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,416 through 2,430 (of 3,480 total)
  • Author
    Posts
  • in reply to: Homepage Slider (Business Layout) #42968

    Hi Alton,

    1. To force the opaque text box that appears over the slider image on front please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .featured-text .featured-title {
        background: rgba(5, 169, 197, 1);
    }
    .featured-text .featured-content {
        background: rgba(85, 85, 85, 1);
    }

    2. Yes we have hide the featured slider title/content in smaller devices because of overlapping issue in the image.

    3. Please clarify what you are trying to do for description box?

    4. Yes you can set the slider number as your wish for that please go to Appearance -> Customize/Theme Options > Featured Post/ Page Slider Slider Options there you can set the number of slider you want to have in you site.

    Thank you!

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

    Hi Sara,

    If you would like to add this font then you have to customize some code. Before customizing code first of all create a child theme. So that your code will not be lost while you update the theme to the newer version.
    Here is the instruction how to create a Child Theme
    and download the font FrentehH1 from here and paste that font folder inside the child theme folder that you have created then add the below code in the style.css of the child theme.

    @font-face {
        font-family: 'frente_h1regular';
        src: url('FrenteH1-Regular-webfont.eot');
        src: url('FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('FrenteH1-Regular-webfont.woff') format('woff'),
             url('FrenteH1-Regular-webfont.ttf') format('truetype'),
             url('FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    body, input, textarea {
        font-family: 'FrenteH1', sans-serif;
    }

    Note: Please correct the font path above in src URL:

    Thank you!

    in reply to: Upgrade to Pro leaves setting unchanged? #42966

    Hi Robert,

    Login to your site dashboard(admin section) Appearance > Customize > Design Options > Custom Header there you can add the logo where it will display in left by default.

    – $55(currently $44) is a only for a one time fee.
    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.

    – Free version content/data is fully compatible to the premium version. You need not have to set all the things again for the premium version. But it depends upon what few changes you have made in the free version.

    Thank you for using our theme.

    in reply to: Last page line is hided by bottom bar #42965

    Hi Ben,

    Remove your custom CSS and add the below one.

    #site-generator {
        position:fixed;
        bottom:0;
        width:100%;
        background-color: #fff;
    }
    #colophon .widget-wrap {
        padding-bottom: 64px;
    }

    Thank you!

    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!

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