Home › Forums › Free Themes › WEN Corporate › Changing slider directing.
Tagged: slider redirect to post
- This topic has 12 replies, 2 voices, and was last updated 8 years, 5 months ago by wensolutions.
-
AuthorPosts
-
June 9, 2016 at 8:36 am #10234OhrtmannParticipant
Dear WEN Corporate users/developers,
In WEN Corporate, i’m using the slider to show some pictures with some text. However, when you click on the slider it directs you to the post, wich i don’t want it to do. I would want it to direct to a page, or not direct at all! How do i manage this?
Thank you very much in advance.
June 9, 2016 at 11:54 pm #10296wensolutionsKeymasterHello @Ohrtmann
Hope your are doing well.
Going into your issue, when you click on the slider it redirect to to the posts that you have selected as slider. Your request of not direct at all! would be much easier that redirecting it to a page.
So we would like to give you the solution of not direct at all!.For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced.
In this section you will see a box to write custom CSS. You need to copy and paste the following CSS..cycle-slide-active{ pointer-events: none; cursor: default; }
Hope this will help to resolve your issue.
Let us know how it goes.Best Regards!!!
June 10, 2016 at 2:10 am #10317OhrtmannParticipantHello WEN Solutions,
Thank you for your kind reply, however my slider is still happily directing to the post, so i’m afraid it’s not working.
Here is a screenshot of how i put the CSS in:
[img]http://i.imgur.com/71H95d5.jpg[/img]
After that i pressed “save and publish”, but really nothing changed…
Any suggestions on this problem?
Thank you very much in advance.
June 10, 2016 at 5:00 am #10353wensolutionsKeymasterHello @Ohrtmann
Try adding below custom CSS with addition to above given CSS. It will now do the trick for you.
.cycle-caption{ pointer-events: none; cursor: default; }
Hope this will solve your issue.
Let us know how it goes.Regards!!
June 10, 2016 at 2:34 pm #10390OhrtmannParticipantThat did it for me! Thank you, you’ve been very helpfull.
On mobile devices though, when klicked on the slider, it still shows the author and date of the post. Is is possible to hide that as well?
June 10, 2016 at 11:44 pm #10411wensolutionsKeymasterHello,
Try adding the below given CSS in addition to the above given CSS
@media only screen and (max-width: 800px){ .cycle-slide-active{ pointer-events: none; cursor: default; } .cycle-caption{ pointer-events: none; cursor: default; } }
I hope it helps,
Best regards.June 11, 2016 at 3:52 am #10419OhrtmannParticipantHello,
I’m afraid that last CSS did not have an effect, it’s still showing my name and date on mobile devices whenever i tap the slider. (it also shows the text of the post, but thats ok ofcourse).
Best regards.
June 11, 2016 at 10:33 am #10443wensolutionsKeymasterHello @ohrtmann
Can you post your site URL so that it will be easy for us to debug your issue in much more details and provide you with some possible solutions.
Best Regards!!!
June 12, 2016 at 11:13 am #10493wensolutionsKeymasterHello @Ohrtmann
As far as we have inspected your site when clicked on the slider we don’t see name and date on mobile devices.
Is your issue fixed??
If not can you please explain your issue in much more details.Regards!!!
June 13, 2016 at 8:13 am #10544OhrtmannParticipantOFcourse, the link is:
http://www.strafrechtswinkelutrecht.nl
So, when opened on a mobile device, you see this screen:
[img]http://i.imgur.com/euwlIlN.png[/img] (actual screenshots of my mobile Phone)
You can see the slider, so now when you click (tap) the slider, you go to this screen:
[img]http://i.imgur.com/auN7kgs.png[/img]
There, below “gratis rechtshulp” is my name and the date. (in Dutch, its a Dutch website)
June 13, 2016 at 11:42 pm #10605wensolutionsKeymasterHello,
You can add the below given custom css to Dashboard -> Appearance -> Customize -> Theme Option -> Advanced Options to remove the date and author
.entry-meta { display: none; }
Hope it helps.
Best regards.June 14, 2016 at 4:19 am #10621OhrtmannParticipantDear support,
That solved all my problems, thank you very much indeed.
Best regards,
Ohrtmann
June 14, 2016 at 4:42 am #10631wensolutionsKeymasterHello @Ohrtmann
Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/wen-corporateRegards
CHEERS!!! -
AuthorPosts
- You must be logged in to reply to this topic.