-
Author
-
May 19, 2017 at 21:09 #162145Salle32Participant
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.May 22, 2017 at 00:24 #162229LauraModeratorHello, 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 🙂
May 23, 2017 at 11:03 #162388Salle32ParticipantHi,
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
FredrikMay 24, 2017 at 20:41 #162622RaduModeratorHi,
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 solutionMay 26, 2017 at 18:17 #162763RaduModeratorYou’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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.