This topic has 10 replies, 3 voices, and was last updated 9 years by sharmstr.

  • Author
  • #67866
     m1co
    Participant

    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…

    #67874
     sharmstr
    Moderator

    It 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #67948
     m1co
    Participant
    This reply has been set as private.
    #68015
     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #68085
     m1co
    Participant

    Is 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…

    #68189
     sharmstr
    Moderator

    You’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #68386
     taniesilla
    Participant

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

    #68410
     sharmstr
    Moderator

    I 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 CODE
    
    jQuery.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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #68414
     taniesilla
    Participant

    Thanks for the quick response. Problem solved!

    Great support system guys!

    #68494
     m1co
    Participant

    sharmstr is my new god

    #68523
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 11 posts - 1 through 11 (of 11 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?