This topic has 13 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #173476
     wilhalphoto
    Participant

    Hi,

    I’m querying/displaying KLEO Clients using KLEO Posts Carousel elements but when users click on a client’s image, it goes to an empty page. So,

    1. Is there a way to fill this Client Page with something?
    2. if not, is there a way to make items displayed by KLEO Posts Carousel NOT-CLICKABLE?

    I certainly preferred solution for #1 🙂

    Thank you!
    -will

    PS: homepage of my website, “Partners” row, one row above footer widgets.

    #173563
     Laura
    Moderator

    Hello 🙂
    At clients, you can choose to add an url, this should how at the clients page, you can just ad an url to a page where you explain the project but for that is better to use portfolio

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #173609
     wilhalphoto
    Participant

    Hi Laura,

    Sorry, I am not understanding what you suggested.
    And I’m already using Portfolio for something else.

    thanks!
    -will

    #173635
     wilhalphoto
    Participant

    I already added an URL in the client’s link field, but where should i click to bring me to that url?

    thanks!
    -will

    Attachments:
    You must be logged in to view attached files.
    #173731
     Laura
    Moderator

    Hello, should be displayed at the clients carousel element 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #173788
     wilhalphoto
    Participant

    Well, I attached 3 screenshots:
    – i created a client: steel this magazine, with custom url link configured
    – when i clicked it the image (queried by kleo post carousel), i was brought to…
    – a blank client page at my site —- and not to where the custom url is set to

    A bug? i did something wrong?

    thanks!
    -wh

    Attachments:
    You must be logged in to view attached files.
    #173864
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #174025
     Radu
    Moderator

    Hi,

    You can de-activate the link for the clients using this CSS..

    COPY CODE
    
    .page-id-16832 .kleo-carousel-items.kleo-carousel-post ul li a {
        z-index:1;
       pointer-events: none;
    
    }
    

    To can have the editor on clients you will have to replace this file content : /wp-content/themes/kleo/lib/clients.php

    with this content: https://pastebin.com/raw/jFmpKxZm

    Then add in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    
    function add_editor_to_kleo_clients() {
        /**** CPT REGISTER ARGS ***/
        $supports = array('title','thumbnail','editor');
        return $supports;
    }
    add_filter('kleo_clients_cpt_supports', 'add_editor_to_kleo_clients');
    
    

    NOTE : Child theme needs to be installed and activated.

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #174818
     wilhalphoto
    Participant

    Thanks, Radu!

    Shouldn’t the action of clicking the image on Client-carousel take you to the Client-link specified in the setting? (see my message above dated: SEPTEMBER 15, 2017 AT 16:45)
    If this works, it should be perfect solution for me/my site.

    thanks!
    -will

    #174849
     Radu
    Moderator

    Yes. by default, you are driven to client specified link

    Using my solution you can disable the link click over the images.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #174867
     wilhalphoto
    Participant

    Hi Radu,

    It should but it doesn’t work on my site.
    Could it be related to my “click to linked-url” problem that I just submitted today SEPTEMBER 26, 2017 AT 15:41 #174813 ?

    Please browse my site and try it yourself.
    I did the setting like you pointed up in your reply (SEPTEMBER 15, 2017 AT 16:45 message for proof/screenshot)

    thanks!
    -will

    #174951
     Radu
    Moderator

    In the click on the images, not works… remove the css that I have provided to you in this reply, first solution: https://archived.seventhqueen.com/forums/topic/use-of-kleo-client/#post-174025

    Also, I cannot see reply 174813 can you link to it, please?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #174971
     wilhalphoto
    Participant

    I haven’t incorporated the css additions that you suggested above, so nothing to remove.

    And, link to 174813 is https://archived.seventhqueen.com/forums/topic/footer-area-unable-to-click-linked-url

    thanks!
    -will

    #174998
     Radu
    Moderator

    Hi,

    If you pull the clients via post carousel will link to the client post itself… the link will be available only using the client’s visual element from visual composer.

    No quick solution to make the clients links to work via kleo post carousel.

    I will reply to that ticket immediately

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?