dreamplango
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cenote] Infinite scrollHello,
not using jetpack. I saw the css line declaration at style.css and was wondering if there was a en extra functionality hidden in the theme.
Forum: Themes and Templates
In reply to: [Cenote] Infinite scrollthank you for your reply. I was just wondering about the possibility of adding infinite scroll to the theme.
Hello,
I fixed the issue via CSS selectors and iframe / blocks classes (in this case for Gutenberg core/html blocks).
I inverted the css
display: none;
todisplay: block;
rule assigned to.entry-content iframe
so all elements are visible.Then used a parent selector rule to
display: none;
the first iframe element of the content (or block). This way, I’m able to add more iframes / blocks to the rest of the content and not be limited to just one per post.Basically ALL elements are displayed in
.entry-content
but I want the first one to go away. You could of course assign the rule to the last one or anyone.I could have done it via jquery but this seemed easier to me. Also using a child theme. This is the code:
.wp-block-emded: Gutenberg block by default for youtube and media embeds.
.single-embed-top: first Core/xhtml block class assigned to the page, the one that s cloned to the top. The class was added via .js
.single .format-video .entry-content figure.wp-block-embed, .single .format-audio .entry-content figure.single-embed-top { display: none; } .single .format-audio .entry-content > figure.single-embed-top ~ figure.single-embed-top, .single .format-video .entry-content > figure.wp-block-embed ~ figure.wp-block-embed{ display: block; }
Hope this help.
Let me know if you guys are going to fix this in a next update so I’m aware of the changes or if I can help.
Thanks,
- This reply was modified 4 years, 7 months ago by dreamplango.
- This reply was modified 4 years, 7 months ago by dreamplango.
- This reply was modified 4 years, 7 months ago by dreamplango.
Hello,
same thing happened to me. It appears that when resizing the browser window in the backend and frontend the function doesn’t work. The site didn’t break on tablet or mobile tho. Seem that the viewport on desktop stayed fixed or something like that.
I’m using W3cache. I went back to my original settings without the last Elementor update Version 2.5.12 and this happened again after I updated it.
I’m not sure what the problem is but is a bit scary.
Any fixes or ideas on how to fix this?Please and many thanks
Hello, sorry for my late reply.
I tested the issue and apparently is a conflict with the YOAST SEO plugin. It started happening right after I upgraded the plugin to its newest version.
The problem is still there. Its happening everytime I add a new location, then another one duplicates and so on. Very Strange.
No problem,
thank you so much for replying.
Hello,
sorry for my late reply. The issue faded a couple of days ago. I tested on different devices and browsers. I’m not sure what happened but everything seem to be set back to normal now. I will try finding an explanation from my side and if this happens again I will document it better.
Thank you Again!
Yes, Version 5.8.1.1
running under WordPress 4.8.3. I’m running 2 test sites, one locahost and one online, both of them experiencing the same problem.
Hello,
I have a couple of screenshots:
1. from single event post:
https://www.goatsandhorses.com/test/em-cat-test1.png
2. from single category list:
https://www.goatsandhorses.com/test/em-cat-test2.png
Very strange, I multi-browser tested it and is very odd. Cache cleaned.
Thank you, this is the only issue that is keeping me to go live.
Hello,
that plugin rock but i exactly need to export the locations table (including images attached) from the events plugin itself. I could just enter all the locations data one by one by hand (100 in total) but I’m just curious on how to save a 3 or 4 hours of my time, I’m just also curious ?? thank you!