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,761 through 2,775 (of 3,469 total)
  • Author
    Posts
  • in reply to: slider shows only the title, not the image #28914

    Hi Peter1,

    You have not used our theme OR you have activate a different theme.
    Please activate our theme in your site OR contact to the main author of the theme that you have activate in your site.

    Thank you!

    in reply to: Set transparend background to area id=access #28913

    Hi M.steinholtz,

    You can add background color for the menu bar as below CSS code but change the rgba color as your choice.

    #access {
        background-color: rgba(74, 137, 195, 0.5);
        border: 0 none;
    }

    Thank you!

    in reply to: Problem with Slider and Quick Keys #28862

    Hi Sergey,

    We have checked the Image Slider Option and It is working fine with more than one slide.

    What you have to do is choose the Image Slider Option and go back to the main settings and refresh the customize page and you will see the Image Slider Option as shown in this screenshot where you can set the Image Slider.

    Thank you!

    in reply to: Issue service page #28861

    Hi Segurini,

    Could you please provide us the temporary username and password via Email? So that we can have a look into the issue.
    Please do not share any username and password here in this forum. This forum is public and visible to all customer.

    Thank you!

    in reply to: slider image width #28860

    Hi Jcalliste,

    You have uploaded a square images in the featured slider.
    You have to add the image with recommended size.

    Anyways you can use the CSS code to align it into the left. Go to Appearance -> Customize/Theme Options -> Design Options -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-slider figure {
        text-align: left;
    }

    Thank you!

    in reply to: Install basic page setup #28859

    Hi Laura,

    It’s very easy to set the data in our theme.
    We made the theme simple and minimal so that customer can add their content easily.
    If you want to set it by us then please provide us the temporary username and password via Email. So that our support team fill up the dummy content in your site.
    Please do not share any username and password here in this forum. This forum is public and visible to all customer.

    Thank you!

    in reply to: Use text widget on business layout #28858

    Hi Thomas,

    You have to choose the recommended widgets only for the Business Template.
    If you want to use the text widget to be presented in line with the rest of the layout wrap your text content with <div class="container"> for example see the code below:

    <div class="container">
    Your text here
    </div>

    Thank you!

    in reply to: Webmaster HTML code entry section not working #28827

    Hi Serkan,

    Oh! Yes there is an issue. We will fix it in next version update.

    Thank you for reporting the issue.

    in reply to: Problem with Slider and Quick Keys #28820

    Hi Sergey,

    1. Please deactivate all the plugins one by one and check. Also it would be better if you share you site URL where you have set the 4 Image Slider. So that we can find the exact issue into the slider.
    2. To set the Business Page Template follow the instruction here

    Thank you for using our theme.

    in reply to: Issue service page #28819

    Hi Segurini,

    Please see this screenshot http://awesomescreenshot.com/08e59zhb94 to set the featured image in the page.

    Thank you!

    in reply to: Navbar #28818

    Hi Sergey,

    Sorry! You have to customize the code. You have to hire a developer for this.
    Also you can Google for the plugin to have this feature.

    Thank you!

    in reply to: PHP code for copyright year doesn't work #28816

    Hi Fabio1rst,

    Yes you can change the footer information in the Pro version.
    Yes you can use it into the multiple site of yours but you will not get support for all the sites.

    Thank you!

    in reply to: Fixed Header / Fixed Menu #28815

    Hi David,

    Sorry! For this you have to customize the code.
    You have to hire a developer.

    Thank you!

    in reply to: Centering Service Widget Icons #28814

    Hi Jen,

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

    Thank you!

    in reply to: Centering Service Widget Icons #28793

    Hi Jen,

    If you want the same width as other with centered the services item then please remove above CSS code from the custom CSS option and paste the following CSS code and Click on save all changes button:

    #interface_child_service_widget-4.widget_service .one-third,
    #interface_child_service_widget-2.widget_service .one-third {
        margin: 0 0 0 12%;
    }
    @media only screen and (max-width: 1078px) {
    	#interface_child_service_widget-4.widget_service .one-third,
            #interface_child_service_widget-2.widget_service .one-third {
    		margin: 0 0 0 2.90%;
    	}
    }
    @media only screen and (max-width: 767px) {
    	#interface_child_service_widget-4.widget_service .one-third,
            #interface_child_service_widget-2.widget_service .one-third {
    		margin: 0;
    	}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	#interface_child_service_widget-4.widget_service .one-third,
            #interface_child_service_widget-2.widget_service .one-third {
    		margin: 0 0 0 3.44%;
    	}
    }

    Thank you!

Viewing 15 posts - 2,761 through 2,775 (of 3,469 total)