Adam
Forum Replies Created
-
That make sense. I’m glad you found it. Good luck
I opened your example website again in FF and CH, and it’s fine now.
edit: I refreshed and opened again in FF and it flickers again. It looks like it happens randomly. Try couple of time refreshing and unfold. It happens only when unfolding.
- This reply was modified 5 years, 2 months ago by Adam.
Ok, makes sense, thanks for clarification.
Mac Chrome 79.0.3945.79 (Official Build) (64-bit)
Mac Firefox 71.0 (64-bit)Great, thanks Ben.
Yes, I see the same on this link. It’s not unfolds smoothly, there is some lag in the middle. It folds fine, but unfolds with lag.
Hi Fahim Murshed, here is the screenshot https://imgur.com/a/nqlodEU. As you can see the image is not centered. This is just row with:
– col1 – native heading, native paragraph
– col2 – native imageHi,
thanks for your reply. Our problem turn out to be the problem with Clearfy, which removes HTML comments (Gutenberg meta) from saved posts. We had to tweak, with some settings. Now it works fine, and Qubely works well with Reusable Blocks.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Seems not to work with Reusable Blocks?Hi Fahim, it turn out to be problem with different plugin (Clearfy), which removes HTML comments from saved posts. Qubely plugin works well with Reusable Blocks, sorry for confusion.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Support for REMThank you Fahim, Qubely plugin is one of my favorites Gutenberg extensions, and the support is great as well.
Hi, thanks for fast reply.
I can’t share a link because it’s on local dev Mac. I wanted to record a short video, or make a gif, but this forum not allow attachments.
The component has default setting with just 3 letters in heading and 3 letters in content, two items like this. Nothing else on the page.
Forum: Plugins
In reply to: [Async JavaScript] can breaks any dynamicaly injected external scriptInteresting. I used to work with React single page apps, and they are always generated dynamically by JS, so we have a very little HTML and planty of JS responsible for building DOM structure. But maybe WP have a way to generate result HTML on demand from the React templates it stores, and serve mostly HTML+CSS, which is possible. I will check that out.
Thank you Frank, for all the value!
Forum: Plugins
In reply to: [Async JavaScript] can breaks any dynamicaly injected external scriptHmm, we just escape Elementor, because it produces way too deep DOM structure with a lot of attributes on every level. The same problem with other builders. This is why we saw hope in Gutenberg, but because Gutenberg is React and React is JS by nature, we will never have only HTML+CSS when using Gutenberg. We are looking for PHP only solution that generates only HTML + some CSS and if necessary a bit of JS (accordion).
I will check siteorigin pagebuilder, and if it’s not any better than the others maybe we will end up with Classic Editor + reusable blocks with Shortcodes ??
ps. Siteorigin use Autoptimize on their website ??
- This reply was modified 5 years, 2 months ago by Adam.
Forum: Plugins
In reply to: [Async JavaScript] can breaks any dynamicaly injected external scriptThanks.
By pagebuilder you mean this https://www.ads-software.com/plugins/siteorigin-panels/?
Forum: Plugins
In reply to: [Async JavaScript] can breaks any dynamicaly injected external scriptThanks for the hint.
We need to implement various things on the front like hero banner with button and heading, left-right image+text 2 columns with image always on the top on mobile etc. We try to dump Elementor and switch to something lightweight that product very little DOM deepth. We thought Gutenberg would be the most lightweight solution that gives some extra features like reusable-components, but we can be wrong.
Can you give a hint what would be alternative to Gutenberg to achieve this?
ps. Do you suggest to always switch to Classic Editor if the post/page is just bunch of paragraphs and headings?