MindCreatesMeaning
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] PixelFed ? Mastodon ?Thank you for such a quick and precise response. I’ll hold off any further (and hopefully unnecessary troubleshooting) for after I migrate this site to my root directory.
It sounds like this may sort itself out, at that time.Forum: Plugins
In reply to: [ActivityPub] PixelFed ? Mastodon ?Is there a private means by which I can provide my URL for your inspection?
Using Site Health I discovered this error notice.Note: My site is within a subdirectory (domain.com/summer), yet the Webfinger endpoint points to the main domain only.
Would this be the culprit? Although, I’m not certain why PixelFed would be working while Mastodon is not.
Your answer informs me that initial plugin styles are not stored within CSS stylesheets, but rather they are stored within json files for each individual block. Am I interpreting your answer correctly?
I’ve checked the following files for attributes with no success:
- /essential-blocks/blocks/name-of-block/block.json
- /essential-blocks/blocks/name-of-block/index.asset.php
- ‘/essential-blocks/blocks/name-of-block/index.js
The closest I feel I’ve come to finding what I need is:
- /wp-content/plugins/essential-blocks/lib/style-handler/style-handler.php
I still cannot locate references to the colors I wish to change.
An Example:
If I were to desire to change the default color scheme for the ‘Essential Advanced Tabs’ Block – what are the specific files storing the attributes for this block?Where are the default color values for Essential Blocks stored?
I’d like to have the default colors pull from a theme’s CSS color variables which are edited from Appearance > Editor > Styles > Colors and stored within a theme’s “Theme.json” file.I am able to accomplish this by including CSS which overrides the default elements using the ‘!important‘ property. But this introduces the negative effect of also preventing Users from selecting their own values from individual Block Settings.
By way of testing, I have used inspector to block network access to all CSS files associated with Essential Blocks. As expected, formatting successfully breaks – but colors remain?!What file is responsible for Essential Block Colors?
- This reply was modified 1 year, 6 months ago by MindCreatesMeaning.
I regret to inform you that currently, we do not have any predefined theme colour or an option to set a single colour for all the blocks. However, we offer Global Controls within Essential Blocks, which provide extensive control over the design and styling of the blocks.
Please give it a try and let me know how it works for you. I’m eagerly awaiting your valued response.
@mahbubshovanI had given your approach a try prior to my initial posting. The workflow you describe is a mildly inconvenient workflow (time intensive). I was hoping for a different answer. I do appreciate your answering my inquiry in a prompt manner; thank you.
- This reply was modified 1 year, 6 months ago by MindCreatesMeaning.
TT3’s ‘Theme.json’ does not contain the CSS for any of the following:
- ‘Body’ tag
- ‘.home’ class selector
- ‘.page-template-default’ or ‘.page’ selectors
@thelmachido , thank you for your prompt reply. Unfortunately, this answer appears to be incorrect.
I still am unable to locate the appropriate Editor Styles setting that enables modification of TT3’s default white ‘Body’ tag border.
I could use custom overriding CSS, but this is a brute force solution. Where has TT3 placed this CSS if not in the theme’s “Theme.json” file?@aicee11 I will follow your provided instructions: deleting the plugin and removing the database tables beginning with ‘zbs‘ within the next 72 hours.
Please keep this thread open as I will return to report my ‘success/failure’.Thank you @erania-pinnera for clarifying the current ‘in-progress’, beta status of the JetpackCRM API. I can be patient if I know that something is still being worked on, so I appreciate this insight.
I do hope that the JetpackCRM API will provide more thorough interactivity with JetpackCRM Tags. It’s pretty foundational in importance; Tags drive the core of any CRM.
Does the JetpackCRM API allow for actions on the website and from other plugins to dynamically add/remove/update Tags (without forcing sale of automation extension)?It’s only meant to create new [tags] for the time being.?
****
I have visited and read through https://automattic.github.io/jetpack-crm-api-docs/ .
I acknowledge the incomplete status of the JetpackCRM API documentation. In the meantime, can you point me to the JSON endpoint for ‘creating a tag’ (as there is no documented mention of Tags currently).
I greatly appreciate your forthright, clear and concise insights into developing status of the JetpackCRM API. Thank you.
Thank you, @aicee11 . This is a concise and clear answer.
Forum: Themes and Templates
In reply to: [Ona] Future Release Request: Support for Custom Uploaded FontsCustom font selector is definitely on our TODO list.
Excellent News!Regarding?Editor > Typography > Headings?Ona theme does not make any modifications to this section, so it’s coming directly from the editor.
Thanks for the insight.Forum: Plugins
In reply to: [WP Image Mask] Can’t Activate: Fatal Error ‘No file “src/init.php”‘.@barb0ss Thank you! I see the pushed update, will try now.
Forum: Themes and Templates
In reply to: [Catch FSE] Errors on Pages Using Default ThemeI began anew with a fresh installation and I was able to clear out whatever had caused the problem of “Warning: array_merge() expects at least 1 parameter, 0 given in /Users/nameomitted/Local Sites/wordpress-23/app/public/wp-content/plugins/gutenberg/build/block-library/blocks/navigation.php on line 362” on the frontend.
Not certain what occurred to cause it, I’m certain it was due to a a corruption somewhere in my database from any number of things (not all of which were related to your theme).
You have pointed me to a Preferences > Blocks > Visibility section I did not know existed. Thank you.
However, There seems to be no visibility toggle for ‘FlipBox 3D Container’.
In fact, when the only greenshift blocks which are activated are ‘container’ and ‘rows’ – FlipBox 3D Container is still visible in the inserter.
How do I turn it off?
Forum: Themes and Templates
In reply to: [Catch FSE] Errors on Pages Using Default Theme@tikarambhandari , no luck I’m afraid. I couldn’t track it down. I had to begin again with an entirely fresh WordPress install and run content importer.
While I have your attention, can you offer direction on how to use Appearance > Editor > Templates to designate an existing (or newly created) Catch FSE template as the ‘Default Template’ for a given post type?
Forum: Plugins
In reply to: [Font Awesome] CSS urls block renderingHello,
I too wish to eliminate the render blocking characteristics of the way in which the css files ‘font-awesome-official‘ and ‘font-awesome-official-v4shim‘ are loaded by ‘Official FontAwesome‘ Plugin.
I have tried the following strategies to only 50% success. I am able to eliminate the render blocking for ‘font-awesome-official’, but not ‘font-awesome-official-v4shim’.
Here’s what I’ve tried:
- Using a Font Awesome Kit via API Token which I plug into the ‘Official Font Awesome Plugin. (This is the method provided by @mlwilkerson and does not eliminate render blocking.)
- Dequeuing both files via Code Snippet. (This only works for the file ‘font-awesome-official’, it does not dequeue ‘font-awesome-official-v4shim’.)
Your assistance in this matter is greatly appreciated.
Thank you.- This reply was modified 2 years, 3 months ago by MindCreatesMeaning.