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,686 through 2,700 (of 3,469 total)
  • Author
    Posts
  • in reply to: Sticky Menu #36679

    Hi Waldjunge,

    You can try below CSS code. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:

    .narrow-layout .info-bar {
        position: fixed;
        width: 1230px;
        z-index: 100;
    }
    .narrow-layout .hgroup-wrap {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 34px;
        width: 1230px;
        z-index: 100;
    }
    @media only screen and (max-width: 1290px) {
    	.narrow-layout .info-bar,
            .narrow-layout .hgroup-wrap {
    		width: 964px;
    	}
    }
    @media only screen and (max-width: 1023px) {
    	.narrow-layout .hgroup-wrap,
            .narrow-layout .info-bar {
    		width: 708px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.narrow-layout .hgroup-wrap,
            .narrow-layout .info-bar {
    		width: 300px;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.narrow-layout .hgroup-wrap,
            .narrow-layout .info-bar {
    		width: 460px;
    	}
    }
    @media only screen and (max-width: 767px) {
            .narrow-layout .hgroup-wrap {
                    top: 0;
            }
    }

    Thank you!

    in reply to: Slider @ 3.0.1 #36678

    Hi beatriz,

    To have the slider please follow this instruction https://www.themehorse.com/theme-instruction/attitude/#slider
    Please create your own topic rather then posting in others topic.

    Thank you!

    in reply to: Responsive on ipad mini #36649

    Hi lbdc.design,

    We have set the featured image as background image so that the background image cover up your whole screen with 100%.
    To have the same featured image for smaller devices you have to add the custom css. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:

    @media only screen and (max-width: 1023px) and (min-width: 480px) and (max-width: 767px) {
    	.featured-slider .featured-image {
    		padding: 0;
    	}
    }

    Thank you!

    in reply to: Block Quote #36648

    Hi Lemonpath,

    To change font just for block quote you have to add the cutstom css. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    blockquote {
        font-family: arial, serif;
    }

    Note: Please change above font-family arial to your own font-family.

    Thank you!

    in reply to: theme-option.php why disappear?!? #36645

    Hi AriellebarnettgQA,

    You can have the previous version here https://wordpress.org/themes/download/interface.2.0.3.zip?nostats=1

    Thank you!

    in reply to: demo data #36629

    Thank you! @Saeco25

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

    Thank you!

    in reply to: Problem with Blog #36619

    Hi Lisa,

    We have replied you here
    Please do not create two topic with same issue. Do search the forum first before posting the topic.

    Thank you!

    in reply to: Show title box but no text on featured page slider pictures #36617

    Hi Jim,

    To hide the featured content go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-text .featured-content {
        display: none;
    }

    Thank you!

    Hi Manuel,

    To get rid from target_blank and open the link in the same page while using “Featured Clients/ Products” Widget it needs code customize you have to hire a developer.

    Thank you!

    in reply to: New Paragraph / Line in Title #36613

    Hi Manuel,

    What you have done to break the title of the slider?
    You can not break the title of the slider.

    Thank you!

    in reply to: theme-option.php why disappear?!? #36610

    Hi AriellebarnettgQA,

    We have moved the Theme Options settings to Customizer as of WordPress.org guidelines where you can customize or modify appearance settings in a live Preview.
    Now We cannot create any themes with theme options settings as before. All new and old themes of wordpress.org will not be able to have theme options settings and it is WordPress.org guidelines which all the theme author have to follow.

    Now you have to make a compatible with new version without theme-options.php.
    If you don’t want to update to latest version then you can move back to previous version as well.

    Thank you!

    in reply to: Block Quote #36609

    Hi Lemonpath,

    Default CSS for blockquote is as below:

    blockquote {
        border-left: 4px solid #5f85b0;
        border-right: 1px solid #bbb;
    }

    And to change the font you can set via Appearance > Theme Options > Design Options > Typography Options. There you will find to style the font as you like.

    Thank you!

    in reply to: My Team Page #36569

    Hi Jeff,

    We have released version 3.0.3 and fixed clearfix issue that you have reported.
    Login to you account and download the new version.

    Thank you!

    in reply to: Changing widget settings #36528

    Hi Jeanlucgarnier,

    There is already a Business Template you can set and have the widgets there as of your choice.

    Thank you!

    Hi Manuel,

    Sorry! You can not placed the Promo Widget code directly in the default page because we have designed this widget for only our Business, Services and Our Team Template but not for the default page.

    Thank you!

Viewing 15 posts - 2,686 through 2,700 (of 3,469 total)