Home › Forums › Pro Themes › WEN Business Pro › How to disable pause on feature slider
- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by wensolutions.
-
AuthorPosts
-
December 11, 2018 at 2:32 pm #86865Brattis LTDParticipant
Hello I am using Wen business pro ver1.4 and I have enabled Featured slider but my problem is that pauses every time my mouse cursor is on the image.
Is it possible to disable the auto pause in featured slider?Thank you in advance
ArmandosDecember 11, 2018 at 11:34 pm #86877wensolutionsKeymasterHello @armandosarris,
Currently, there is no such feature in the theme and as much as we would love to help you we are unable to do so as it requires higher code customization.
Hope you understand.
Regards!!
December 12, 2018 at 10:38 am #86931Brattis LTDParticipantHi thank you for your reply.
I understand the issue and in order to solve my problem I have downloaded the MetaSlider free version plugin.
I have inserted a slider in front page widget area but I cant make it to be stretched (full width) in my page. In theme I have the option fluid and not the option boxed.How I can make it to be in full width do I have to add a coding or the theme doesn’t let me.
my site is http://www.bratti.euThank you in advance
ArmandosDecember 13, 2018 at 12:32 am #86978wensolutionsKeymasterHello @armandosarris,
Since the issue is completely unrelated to the theme we really could help you with this. However, if we have inspected your URL and come with the fixes.
To fix the issue please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media screen and (min-width: 768px) { .home .site-content { overflow: hidden; } .home .site-content > .container { padding: 0; width: 100%; } .home .site-content .wen_business_widget_special_pages, .home .site-main > .page { max-width: 1170px; margin: 0 auto; padding-left: 15px; padding-right: 15px; } }
Hope this helps.
Regards!!
December 13, 2018 at 12:10 pm #87146Brattis LTDParticipantIt works great thank you very much.
I have one more question.Is it possible to have a deferent page color in home page then the whole other site?
I would like to have dark grey color with light grey text in home page and light grey with dark grey text in all other pages.Can I do that?Thank you in advance
ArmandosDecember 13, 2018 at 11:45 pm #87172wensolutionsKeymasterHello @armandosarris,
For the home page try this code. body.home a { color: #D3D3D3; } body.home #site-navigation, body.home .site-header, body.home, body.home #primary, body.home #footer-widgets, body.home #colophon { background-color: #A9A9A9; } body.home .special-pages-item { background-color: #909090; border-bottom: 5px solid #9C9C9C; }
For other pages, we need to write lots of CSS code so it is beyond the support we offer for our product.
If you require to manage other pages then please hire our professional developer.
To hire a developer please refer to below given link:
http://themepalace.com/hire-a-customizer
Hope this helps.
Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.