Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Serkan,
Oh! Yes there is an issue. We will fix it in next version update.
Thank you for reporting the issue.
Theme Horse Support Team
KeymasterHi Sergey,
- 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.
- To set the Business Page Template follow the instruction here
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Segurini,
Please see this screenshot http://awesomescreenshot.com/08e59zhb94 to set the featured image in the page.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi David,
Sorry! For this you have to customize the code.
You have to hire a developer.Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts