Home › Forums › Free Themes › WEN Corporate › Where is the Slider?
- This topic has 13 replies, 1 voice, and was last updated 3 years, 2 months ago by Laspert.
-
AuthorPosts
-
April 12, 2019 at 3:19 am #95052deesParticipant
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?
April 12, 2019 at 3:48 am #95053wensolutionsKeymasterHello ,
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/naw9f1Also 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.
April 13, 2019 at 12:46 pm #95138deesParticipantThank you! super helpful.
April 13, 2019 at 11:21 pm #95158wensolutionsKeymasterHello @heidi
Glad that we could help you,
Feel free to reach us for any further query/confusion,
Best Regards!!
April 25, 2019 at 12:24 am #96096deesParticipantHi,
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.
April 25, 2019 at 2:42 am #96101wensolutionsKeymasterHello @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!!
April 25, 2019 at 5:10 am #96106deesParticipantAmazing, thank you!
April 25, 2019 at 6:07 am #96110wensolutionsKeymasterMay 2, 2019 at 12:25 pm #96757deesParticipantHi,
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.
May 3, 2019 at 2:04 am #96806wensolutionsKeymasterHello @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.
May 3, 2019 at 10:57 am #96823deesParticipantHi
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.
May 9, 2019 at 3:12 am #97277deesParticipantHi,
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.
May 9, 2019 at 6:36 am #97289wensolutionsKeymasterHello @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.
August 29, 2021 at 12:19 pm #156631LaspertParticipantWe 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.
-
AuthorPosts
- You must be logged in to reply to this topic.