Home Forums Pro Themes WEN Business Pro How to disable pause on feature slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #86865
    Brattis LTD
    Participant

    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
    Armandos

    #86877
    wensolutions
    Keymaster

    Hello @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!!

    #86931
    Brattis LTD
    Participant

    Hi 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.eu

    Thank you in advance
    Armandos

    #86978
    wensolutions
    Keymaster

    Hello @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!!

    #87146
    Brattis LTD
    Participant

    It 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
    Armandos

    #87172
    wensolutions
    Keymaster

    Hello @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!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.