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,026 through 2,040 (of 3,477 total)
  • Author
    Posts
  • in reply to: How to turn on slider ONLY on mobile devices #53963

    Hi @lukasz9689,

    Sorry! We have updated above custom css please use it and let us know.

    Thank you!

    in reply to: Mobil device doesn't not show photo under the slider #53907

    HI Barbara,

    It’s due to the background-attachment fixed which is not supported my some browser in mobile devices.
    To fix it just add below custom css code:

    @media only screen and (max-width: 767px) {
        .header-main, 
        .widget_promotional_bar .promotional_bar_content,
        #colophon .info-bar {
            background-attachment: scroll; 
        }
    }

    Thank you!

    in reply to: 'Read more' has disappeared #53905

    Hi Russ,

    Thank you for sending login credential.
    We will reply you via email related with this issue.

    Thank you!

    Hi @ce-ibanez

    Please use below css code to change the grey color to white for thick box around main content on every page.

    #page {
       background-color: #fff;
    }

    Thank you for using our theme.

    in reply to: 5 services in a line #53861

    Hi Rnazarioc,

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

    Thank you!

    in reply to: Responsive doesn´t work in mobile #53831

    Hi Paula.macia,

    Please remove the advertisement that you have placed in the footer sidebar. Its takes its exact width and will not look nice for mobile devices. Add the advertisement only which support responsiveness.

    Thank you!

    Hi rnazarioc,

    That’s because you have not selected the business template for your main page. You need to choose Business Template via Template drop down. If you have any issue while setup the theme here is Theme Instruction

    Thank you!

    in reply to: Upgrading to version 3.0.7 #53741

    Hi Greyhare,

    Yes it will stay the same. No any data will be lost from your site. You can update it without any issue.
    What we would like to know you is we have moved some options from Appearance > Theme Options to Appearance > Customize
    Please see the changelog. There are lots of features and bug fixes.
    If you have customize the theme code just backup the old version of the theme before updating a new one.
    If you got any issue then please let us know.

    Thank you!

    Regards,
    Theme Horse

    in reply to: I need to Copy the DEMO "ULTIMATE PRO" into my new website #53690

    Hi @escoluis,

    First thank you for selecting our theme.
    We have received your email and will reply you via email for further enquiry about your request.

    Thank you!

    Regards,
    Theme Horse

    in reply to: I want to copy the Demo #53689

    Hi @escoluis,

    First thank you for selecting our theme.
    We have received your email and will reply you via email for further enquiry about your request.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Question: Does this theme have a slider for testimonials? #53602

    Hi Tim,

    Sorry there is no testimonials section that rotate but you can add some plugin that have rotate testimonial slider features in this theme.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Attitude Pro – Header #53581

    Hi Jquincy,

    First add the logo from go to Appearance > Customize > Design Option > Custom Header there you can see header logo option add the logo and select header logo only option.

    And now go to Appearance > Customize > Design Option > Custom CSS and paste the below css code.

    #branding {
    	background-color: #000;
    }
    #access {
    	background-color: #fff;
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: Change colour silide homepage? #53580

    Hi Khanhedu,

    Apologies for the late reply,
    We are having issue in our support forum.

    Regarding to your question 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-color: #63c6ae;
    }

    Note: Change the above HEX color code #63c6ae to your own color code.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Slider is not responsive #53579

    Hi Martin,

    We have designed our theme this way. Image will automatically resized as of your device.
    We have used the image in background so it needs customization you need to hire developer or purchase a Revolution Slider Plugin which is compatible to our theme. there you can have lots of option foe your slider.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Logo and topmenu one below the other #53578

    Hi Heidi,

    To make site logo and main navigation to be left aligned 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 {
    		height: inherit;
    	}
    	#site-logo {
    		float: none;
    	}
    	#site-title {
    		float: none;
    		margin-right: 0;
    	}
    	.hgroup-right {
    		float: none;
    		min-width: inherit;
    		padding-right: 0;
    	}
    	nav#site-navigation .current-menu-item:hover {
    		border: 0 none;
    	}
    	.main-navigation {
    		float: none;
    	}
    	.main-navigation li {
    		margin-right: 25px;
    		margin-left: 0;
    	}
    }

    Thank you!

Viewing 15 posts - 2,026 through 2,040 (of 3,477 total)