-
Author
-
July 12, 2015 at 13:03 #67866m1coParticipant
Tried to place Kleo Button to the main page with Galaxy Particles running – button shows up, is not clickable.
How to solve? Don’t think Z-index works, because particles are taking cursor focus instead of button focus, so there must be some other workaround…
July 12, 2015 at 13:18 #67874sharmstrModeratorIt does work: http://seventhqueen.com/themes/kleo/get-connected/
So, whats different with your page/site?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 13, 2015 at 14:29 #68015sharmstrModeratorCan you update Kleo please. The latest version is 3.0.4
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 13, 2015 at 22:53 #68085m1coParticipantIs there a way to manually update KLEO without messing up your current styling, page layouts and all the settings?
I’m not using child theme, I have heavily modified the KLEO theme adding custom stuff to functions.php etc.
Maybe if I’d know which files got updated or something…
July 14, 2015 at 13:02 #68189sharmstrModeratorYou’ll have to use a compare file program. On windows I use WinMerge
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 15, 2015 at 14:05 #68386taniesillaParticipantHello, I am having the exact same problem and I am using version 3.0.4
I want to use a “modal box” button to open a vimeo video as a pop up and is not working.
I noticed that the only button that works when I have the galaxy particles is the “advanced button” which is maybe what you are using on the demo, but this option does not support pop up.
The modal box works fine as long as is not part of the galaxy particles. So, this issue must be only when working along the particles.
July 15, 2015 at 15:57 #68410sharmstrModeratorI found this code change in the next version of K-elements. Seems to fix it.
Go to /plugins/k-elements/shortcodes/templates/kleo_particles.php and change this line (around line 31)
COPY CODEjQuery.when( jQuery('#particles-js').parentsUntil('section').css({position: 'static'}), jQuery('#particles-js').closest('.wpb_column').siblings().css( {"z-index" : "1", "position": "relative"} ) ).then(function() { <pre> to this <pre> jQuery.when( jQuery('#particles-js').parentsUntil('section').css({position: 'static'}), jQuery('#particles-js').closest('.wpb_column').siblings().css( {"z-index" : "1", "position": "relative"} ), jQuery('#particles-js').siblings().css( {"z-index" : "1", "position": "relative"} ) ).then(function() {
Make sure you refresh the page (even a few times) and clear any CDN or server cache.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 15, 2015 at 16:08 #68414taniesillaParticipantThanks for the quick response. Problem solved!
Great support system guys!
July 16, 2015 at 04:26 #68523sharmstrModeratorI didnt fix it. The devs did. I just found the code 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.