Home Forums Free Themes WEN Corporate Changing slider directing.

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #10234
    Ohrtmann
    Participant

    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.

    #10296
    wensolutions
    Keymaster

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

    #10317
    Ohrtmann
    Participant

    Hello 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.

    #10353
    wensolutions
    Keymaster

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

    #10390
    Ohrtmann
    Participant

    That 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?

    #10411
    wensolutions
    Keymaster

    Hello,

    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.

    #10419
    Ohrtmann
    Participant

    Hello,

    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.

    #10443
    wensolutions
    Keymaster

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

    #10493
    wensolutions
    Keymaster

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

    #10544
    Ohrtmann
    Participant

    OFcourse, 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)

    #10605
    wensolutions
    Keymaster

    Hello,

    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.

    #10621
    Ohrtmann
    Participant

    Dear support,

    That solved all my problems, thank you very much indeed.

    Best regards,

    Ohrtmann

    #10631
    wensolutions
    Keymaster

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

    Regards
    CHEERS!!!

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