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,641 through 2,655 (of 3,489 total)
  • Author
    Posts
  • Здравствуй,,

    Чтобы установить ползунок следовать этой инструкции.
    Также это будет легко для нас, чтобы ответить вам, если вы используете английский язык.

    Спасибо за использование нашего тему.

    in reply to: Revolution Slider #39346

    Hi Michael,

    To use the Slider Revolution first you have to purchase a single license from here and activate it in our theme then to set the slider Go to Appearance > Customize > Ambition Theme Options > Featured Content Setting.

    Thank you!

    in reply to: where can I change read more in the code #39345

    Hi Sebastian,

    We can not say which plugins works fine with this theme. There are so many free/premium plugins in the internet.
    You have to Google for the plugins as of your needs and use it in our theme by yourself.

    Thank you for using our theme.

    in reply to: Content for Home Page not showing #39341

    Sorry! What you are trying to say?

    Thank you!

    in reply to: Change height of page title background color? #39313

    Hi Micha,

    To increase the height of the page title Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    .page-title-wrap {
        padding: 50px 0;
    }

    Thank you!

    in reply to: Responsive behavior on mobiles #39298

    Hi Sebastian,

    Responsive is working fine you donot have to add any Custom CSS.
    Are you trying to display content area and sidebar at a same time.

    Thank you!

    in reply to: true full width for mobile #39297

    Hi Uehara000,

    Please use below Custom CSS code to have the full width for small devices:

    @media only screen and (min-width: 320px) and (max-width: 767px) {
    	#main .container {
    	    width: 96%;
    	    max-width: 96%;
    	}
    }

    Thank you!

    in reply to: STOP the Themes Bundle Package PopUp #39294

    Hi Johann,

    Oh! We have already fix that issue.
    Login to your account and download the latest version.

    Thank you!

    in reply to: Customize Screen Isn't Loading #39290

    Hi Wilnesse,

    We have checked and it’s working fine here.Could you please provide us the temporary username and password to your site via Email. So, that we can see the exact issue.
    Please do not share any username and password here in this forum because this forum is public and visible to all customers.

    Thank you!

    in reply to: Header Logo won't load :D HELP x x #39262

    You can Email us here.

    Thank you!

    in reply to: Tabulator for text on business home page #39256

    Hi Thomas,

    To have the text widget as the width of service widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .business-layout .widget_text {
        margin: 0 auto;
        max-width: 978px;
        padding: 60px 0;
    }
    @media only screen and (max-width: 1078px) {
    	.business-layout .widget_text {
       		width: 708px;
       		padding: 30px 0;
    	}
    	.narrow-layout .widget_text {
     		width: 668px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.business-layout .widget_text{
    		width: 300px;
    	}
    	.narrow-layout .widget_text {
    		width: 280px;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.business-layout .widget_text {
    		width: 460px;
    	}
    	.narrow-layout .widget_text {
    		width: 440px;
    	}
    }

    And for the background image we have set it to covered the full screen size with background centered and it’s not an issue.

    Thank you!

    in reply to: Center Align Menu Items, Make Menu Full Width #39255

    Hi,

    It needs code customization. You have to hire a developer for this as it is a new feature to be add in the theme.

    You can use our another theme Ultimate Pro OR Attitude Pro as well for the full with menu.

    Thank you!

    in reply to: ask to align center navigation menu plz~ #39254

    Hi Sunghoon,

    It seems that you have already align the menu in center via theme settings.

    Thank you for using our theme.

    in reply to: Top Navigation Menu Vertical Position #39253

    Hi Kyle,

    To align the menu vertically centered as of your logo height. Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    .main-navigation a {
        height: 67px;
        padding: 42px 0 0;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation ul li ul {
        top: 109px;
    }
    .search-toggle {
        margin-top: 42px;
    }
    #search-box {
        top: 90px;
    }
    @media only screen and (max-width: 767px) {
        .menu-toggle {
            margin-top: 36px;
        }
    }

    Thank you!

    in reply to: Display "menu" text next to responsive menu and Woocommerce #39252

    Hi Jon1,

    To create a child theme you need to create style.css first. Just create a ultimate-pro-child folder inside wp-content/themes. Under style.css file add below code:

    /*
    Theme Name: ultimate Pro Child Theme
    Author: Self-Help WordPress User
    Template: ultimate
    */
    
    @import url("../ultimate-pro/style.css");
    
    .menu-toggle:before {
        content: "menu";
    }
    .menu-toggle {
        margin-top: 12px;
    }

    We are busy moving theme options settings to WP customizer.
    It will take some time to be fully woo-commerce compatible.

    Thank you!

Viewing 15 posts - 2,641 through 2,655 (of 3,489 total)