SamDF
Forum Replies Created
-
Forum: Plugins
In reply to: [Navigation Block with Mega Menu] How to use?Yeah, you are requiring people to have flagged / embedded support in their themes for FPE (which is in beta). Hence my question.
Anyway, the above code works for themes without support for the WordPress feature currently in Beta.
Thanks.
Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Colour issueHey
Thanks for the response… So one last question… Should I not be expecting bootstrap styles to work either for the root elements such as accordion?
Example: apply styles to this element (accordion) image 5
Result on page (we know styles are loading): image 6
The primary colour should be as displayed in image 5, but on page.. shows like image 6.
Which to me says in the backend, this is working… checking inspector i see:
Image 7Edit: So my point here is the bootstrap styles are also not passed to live site, just showing in editor via react.
Many thanks for your help and swift responses here.
- This reply was modified 3 years, 8 months ago by SamDF.
Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Colour issueHey thanks for the reply,
Being as detailed as possible:
Both checkboxes are enabled on the page you suggested, I have tried unchecking and rechecking – however this is moot as per the next paragraph.
I can confirm this is a blank installation, using the Twenty Twenty theme.
No 404’s, no errors on server logs for PHP, the image following shows this, and the fact bootstrap is loading. (image 2)I tried to make the previous image in my last post clear clear but I shall try again:
When selecting the main accordion element (blue line around to show its selected) and specifying a colour for text, Image 1 – same as prev, this does not work as the value is not passed through.
Usually this would result in the WordPress style being passed through. If this was intended because of the fact I can overlay a bootstrap class.. that would be fine. But I assume not, as even selecting a bootstrap class at the accordion level does nothing.
Created a new image here, which may help visualise:
image 3. No styles are passed through at this level, the accordion is still “default” styles.On a default WordPress block (outside or inside the accordion), lets say paragraph for the example, both the bootstrap elements and “colours” pull through. So for example, this “paragraph” would inherit the bootstrap class: image 4
My goal was to be able to use this at the accordion level, as it is offered at this level? But it does not work. Only on “sub elements”. The same for “colours” as per the first and third images.
Hopefully this provides some more detail.
edit1: typos
edit2: Hope this image also helps… Image 5 – showing some selected styles and missing pass throughManyt thanks