-
Author
-
September 12, 2017 at 21:32 #173476wilhalphotoParticipant
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,
- Is there a way to fill this Client Page with something?
- if not, is there a way to make items displayed by KLEO Posts Carousel NOT-CLICKABLE?
I certainly preferred solution for #1 🙂
Thank you!
-willPS: homepage of my website, “Partners” row, one row above footer widgets.
September 13, 2017 at 17:54 #173563LauraModeratorHello 🙂
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 portfolioHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
September 14, 2017 at 02:41 #173609wilhalphotoParticipantHi Laura,
Sorry, I am not understanding what you suggested.
And I’m already using Portfolio for something else.thanks!
-willSeptember 14, 2017 at 05:08 #173635wilhalphotoParticipantI already added an URL in the client’s link field, but where should i click to bring me to that url?
thanks!
-willAttachments:
You must be logged in to view attached files.September 15, 2017 at 08:07 #173731LauraModeratorHello, 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 solutionLaura 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 🙂
September 15, 2017 at 16:45 #173788wilhalphotoParticipantWell, 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 toA bug? i did something wrong?
thanks!
-whAttachments:
You must be logged in to view attached files.September 16, 2017 at 07:23 #173864LauraModeratorHello, 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 solutionLaura 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 🙂
September 18, 2017 at 17:37 #174025RaduModeratorHi,
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 CODEfunction 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 solutionSeptember 26, 2017 at 15:54 #174818wilhalphotoParticipantThanks, 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!
-willSeptember 26, 2017 at 17:23 #174849RaduModeratorYes. 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 solutionSeptember 26, 2017 at 19:12 #174867wilhalphotoParticipantHi 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!
-willSeptember 27, 2017 at 15:52 #174951RaduModeratorIn 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 solutionSeptember 27, 2017 at 17:03 #174971wilhalphotoParticipantI 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!
-willSeptember 27, 2017 at 18:13 #174998RaduModeratorHi,
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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.