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,401 through 2,415 (of 3,489 total)
  • Author
    Posts
  • in reply to: Revolution Slider with Attitude Pro #43957

    Hi Pkaufman37,

    Yes we have already removed the Revolution Slider Plugin from the theme file because of WordPress.org guideline.
    Please contact to our sales team via Email with the order detail and they will reply you in the same email.

    Thank you!

    in reply to: Home page slider #43956

    Hi Mr.earl.lee,

    It seems that you have already added content in that page and it is displaying blue and grey overlay boxes in your slider. If there is anything then let us know.

    Thank you!

    Hi Timothy,

    We have visit your site in the iPad and iPhone devices and seems like your images are not loading properly please see all the image by going to your WordPress Dashboard > Media and check all the images properly may it was not uploaded properly. Also do try deactivating all plugins one by one.

    Thank you!

    in reply to: custom body background for mobile screen sizes #43846

    Hi Heidi,

    First try adding below CSS code so that your current background image works fine in mobile devices. To add below custom CSS code go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 767px) {
        body.custom-background {
            background-attachment: scroll;
        }
    }

    Thank you!

    in reply to: Free Interface Theme: Home Page Menu #43845

    @contact22 some of the CSS code have been override by one of the plugins that you have installed into your site so please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

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

    Thank you for using our theme.

    in reply to: Contact Info Bar Background Image #43765

    Hi Patricia,

    Sorry for late reply. We missed you topic.
    Anyways could you please provide us the site URL? So that we can have a look into the contact info bar background image.

    Thank you!

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

    Oh! Yes do add below CSS code too so that your last line will not be overlapped.

    #main {
        padding-bottom: 50px;
    }

    Thank you!

    in reply to: Using theme buttons on pages #43522

    Hi Ryan,

    Just add below code in your page with the link.

    <a class="call-to-action" href="http://addyourlinkhere.com" title="Button text">Button text</a>

    Thank you!

    Hi Nina,

    You can contact to our sales team via Email for the latest version of Revolution Slider with your purchased order detail.
    Also if you purchased it directly from the codecanyon.net you will have the auto update feature as well as have the dedicated support from the main plugin author.

    Thank you!

    Hi Henderson,

    We have encounter override css in your child theme style.css file.
    Please remove below code in your child theme style.css file to have the padding between site-title tagline and top menu

    .hgroup-wrap {
        padding-bottom: 10px;
    }

    Thank you!

    in reply to: Cannot download pro file #43482

    Hi Reiner,

    You have to login to our site with the same username here and you will be redirected to your account page where you can download the latest version in the available download section.

    Thank you!

    in reply to: Contact Info Bar in tablet e mobile #43383

    Hi Marcello,

    To show the top “Contact Info Bar” in tablet go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 767px) {
    	#masthead .info-bar {
    		display: none;
    	}
    }

    Thank you!

    in reply to: Slider- start sliding link to a page of the menu #43302

    Hi there,

    Oh! This features is not available in the free version you have to upgrade it to pro version to have the individual link for the slider as we have additional Image featured slider where you can add any link for the image.

    Thank you!

    in reply to: Menu bar and Footer menu #43299

    Hi Sgeorge,

    Sorry! It needs code customization you need to hire a developer as it is a new feature to add in the theme.

    Thank you!

    in reply to: Logo and mainmenu centered? #43298

    Hi Heidi,

    To make site logo and main navigation to be centered and main menu to be below the logo go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (min-width: 768px) {
    	.hgroup-wrap {
    		text-align: center;
    	}
    	#site-logo {
    		float: none;
    		margin: 0 auto;
    		padding: 19px 0 0;
    	}
    	#site-title {
    		float: none;
    		margin-right: 0;
    	}
    	.hgroup-right {
    		float: none;
    		min-width: inherit;
    		padding-right: 0;
    	}
    	.main-navigation {
    		float: none;
    	}
    	.main-navigation li {
    		display: inline-block;
    		float: none;
    	}
    	.main-navigation ul li ul li {
    		display: block;
    		text-align: left;
    	}
    }

    Thank you!

Viewing 15 posts - 2,401 through 2,415 (of 3,489 total)