Home Forums Free Themes WEN Corporate Where is the Slider?

Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #95052
    dees
    Participant

    Hi, I have installed Wen Corporation theme. Where can I find my slider section to upload a photo to be added as a banner in my home page?

    #95053
    wensolutions
    Keymaster

    Hello ,

    First of all thank you very much for using the theme.

    Setting up the slider in the Wen Corporate theme is very easy. To set the slider just go to Admin Panel > Appearance > Customize > Featured Slider Slider type and chose the page.

    Also since the image in the section comes frem the featured image section of the page edit screen so make sure to upload the image here.

    Screenshot:
    http://prntscr.com/naw9f1

    Also for any confusion further, you can refer to theme official documentation below:

    https://themepalace.com/instructions/themes/wen-corporate/

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    #95138
    dees
    Participant

    Thank you! super helpful.

    #95158
    wensolutions
    Keymaster

    Hello @heidi

    Glad that we could help you,

    Feel free to reach us for any further query/confusion,

    Best Regards!!

    #96096
    dees
    Participant

    Hi,

    Currently, I have my home page slider as a ‘post’ (which brings you to another page when click on image – not what I want). How do I have a slider on my homepage without using the ‘post’ option – whereby clicking on image slider does not direct you anywhere else?

    Note – Elementor plugin has Image Carousel feature for slider. However, I was not able to include that in my ‘Home’ section because ‘Home’ is not a ‘Page’ and Elementor seems to be only working in a ‘Page’. Thus, I was not able to include Image Carousel in my ‘Home’ section.

    Please help. Thanks.

    #96101
    wensolutions
    Keymaster

    Hello @heidi,

    To make the image and the title unclickable, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #main-slider .cycle-caption {
        pointer-events: none;
    }
    
    #main-slider img {
        pointer-events: none;
    }

    Including the eliminator slider in the front page requires higher code customization.

    So if you want then you can hire our professional developer.

    To hire a developer please refer to below given link:

    https://themepalace.com/hire-a-customizer

    Hope this helps.

    Regards!!

    #96106
    dees
    Participant

    Amazing, thank you!

    #96110
    wensolutions
    Keymaster

    Hello @heidi,

    Glad to help you.

    If you have any issues further then kindly let us know.

    Thank you.

    #96757
    dees
    Participant

    Hi,

    The below code that you have provided only allows image and title unclickable when using a desktop/laptop, it is still clickable when browse through phone. How do i have it permanently unclickable regardless or device?

    #main-slider .cycle-caption {
    pointer-events: none;
    }

    #main-slider img {
    pointer-events: none;
    }

    Also, how do I arrange the picture slider permanently? e.g. picture A is picture number one, picture B is picture number 2 etc ?

    Please help. Thanks.

    #96806
    wensolutions
    Keymaster

    Hello @heidi,

    Please add below given CSS to resolve the issues in the mobile view.

    @media only screen and (max-width: 479px){
    #main-slider .cycle-caption {
        pointer-events: none;
        
    }
    }

    Hope this helps.

    Thank you.

    #96823
    dees
    Participant

    Hi

    Thank you for the code above however it did not work. I have added the above code you have provided in Admin Panel > Appearance > Customize > Additional CSS, but slider is still clickable and brings me to a ‘Post’ page when browsing through mobile device. How do I prevent this from happening on mobile device?

    Also, how do I arrange the picture slider permanently? e.g. picture A is picture number one, picture B is picture number 2 etc ? currently, slier picture order changes every time I refresh the page.

    Many thanks.

    #97277
    dees
    Participant

    Hi,

    Could you please provide me with another CSS code that could prevent slider being clickable on mobile view?

    Your effort is very much appreciated! Thank you.

    #97289
    wensolutions
    Keymaster

    Hello @heidi,

    Once replace above given CSS with the CSS given below:

    @media only screen and (max-width: 730px){
    	.cycle-caption h3 a { 
    		pointer-events: none !important; 
    	}
    	#content div li a {
    		pointer-events: none !important; 
    	}
    
    }

    Hope this helps.

    Thank you.

    #156631
    Laspert
    Participant

    We have released the update, please update the theme.

    In the new update, we have replaced the site title and page title tag with H1 tag.

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