This topic has 5 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #162145
     Salle32
    Participant

    Hi,

    There is some conflict that occured lately with the Eventon plugin.

    On this page – while clicking on a event – it slides down  – and under “Event details” there is a link “Mer” – (Load More).

    This link worked/works on older event added to the page.

    But for new events added – it does not work anymore.

    Eventon claims it is due to the Theme Kleo.

    I changed to WP theme 2015 and there it works.

    Could you please check?

    Best Regards

    Fredrik

    Attachments:
    You must be logged in to view attached files.
    #162229
     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 🙂

    #162388
     Salle32
    Participant

    Hi,

    I found this piece of code:

    element.style {
    }

    app.min.css?ver=4.2.5:1
    .wpb_wrapper {
    clear: both;
    position: relative;
    }

    And I changed it to:

    element.style {
    }

    app.min.css?ver=4.2.5:1
    .wpb_wrapper {
    clear: both;
    position: inherit;
    }

    Does not know if that will be good or bad for the page, but it is working right now.

    Best Regards
    Fredrik

    #162622
     Radu
    Moderator

    Hi,

    I see, ok but you should prefix the rule to be applied only on that page, 4948 represents the page id

    COPY CODE
    
    .page-id-4948 .wpb_wrapper {position: inherit !important;}
    

    So revert back that change and add this CSS to wp-admin -> theme options -> general settings -> quick CSS

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

    Great!

    Thank you!

    #162763
     Radu
    Moderator

    You’re welcome

    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 6 posts - 1 through 6 (of 6 total)

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

Log in with your credentials

Forgot your details?