CCC
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress v6.2.1 Breaks the Shortcode Block in TemplatesThank you! Template part workaround fixed my site!
Albeit I probably reintroduced the security issue. WordPress team please keep working on a new solution.
thanks
Is there any hope you will continue to enhance this product?
There have been no updates in months. Sorry to say, I have to move away due to lack functionality.
When can I expect an update to fix this?
Thanks for the fix, it works great!
Hi
I’m also getting SPF alignment fails. How do I fix SPF alignment? DKIM and DMARC passed.DMARC Compliance SPF DKIM
2 29 100.00% Authentication Alignment Policy Authentication Alignment Policy
IP Address Email Volume Pass Fail Rate Pass Fail Pass Fail Pass Pass Fail Pass Fail Pass
176.9.183.143 28 28 0 100.00% 28 0 0 28 0 28 0 28 0 28
176.9.183.137 1 1 0 100.00% 1 0 0 1 0 1 0 1 0 1Mark this closed I was able to work around it. That said, seems reasonable that removing a plugin would remove all tables in the wp database. Or at least an option for a complete removal.
i.e. wp_aioseo_cache, wp_aioseo_notifications, wp_aioseo_posts
Add + activate AIOSEO, removed the #site_title … lines in the generated HTML.
The Title becomes correct: <title>Flagpole Photographers Camera Club – Newtown, Connecticut USA — Photographs are copyrighted</title>
Deactivate AIOSEO, changes the title to only have AIOSEO tags and thus wrong
<title>#site_title #separator_sa #tagline – Newtown, Connecticut USA — Photographs are copyrighted</title>What a pain.
Hi
I do not have any SEO plugin installed. I’ve been unable to find the AIOSEO smart tags in any file on my site. I did find these AIESEO tables days after removing the AIOSEO plugin.wp_aioseo_cache, wp_aioseo_notifications, wp_aioseo_posts
#site_title is in the following tables:
– wp_aioseo_posts
– wp_options
– wp_postmeta, e.g.
`(7302434, 6, ‘_aioseo_title’, ‘#site_title #separator_sa #tagline’),
(7302435, 6, ‘_aioseo_description’, ‘#tagline’),
(7302436, 6, ‘_aioseo_keywords’, ”),
(7302437, 6, ‘_aioseo_og_title’, NULL),
(7302438, 6, ‘_aioseo_og_description’, NULL),
(7302439, 6, ‘_aioseo_og_article_section’, ”),
(7302440, 6, ‘_aioseo_og_article_tags’, ”),
(7302441, 6, ‘_aioseo_twitter_title’, NULL),
(7302442, 6, ‘_aioseo_twitter_description’, NULL),`I’ll try installing AIOSEO and uninstalling to see if that will clean up the issue.
Hi
Here is my version info:Qubely Pro 1.3.6
Qubely 1.7.9
WordPress 5.9
Server architecture Linux 4.19.150-76.ELK.el7.x86_64 x86_64
Web server Apache
PHP version 7.4.27 (Supports 64bit values)OK
Hi
When you change the size of the window, for example, make the window smaller, the image will be smaller and the text will wrap inside the image. All is well.
The issue is, with the case mentioned above, the block is not wrapping the text at all. It should be wrapping the text like it does when the window sizes change. I’m asking if you can change the block text wrapping logic to fix this issue.thanks
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Updating caption text on Gallery blockHi
I understand.If you have a chance, in your Gallery documentation can you add a note that says update your captions before creating the gallery.
thanks
I found the CSS that helps render a page I used global settings on. Thus I could recreate my colors, header settings and 2 other typo settings.
FYI – I’ve done this twice today, I’m becoming very sure the Modern Events Calendar plugin is the issue.
Example
All is well …Now move to Modern Events Calendar and made a trivial change on an event. No Quebly blocks on this page.
Modern Events Calendar “crashes” – WordPress stack trace mentions nextgen gallery.
Deactivate NextGen Gallery and NextGen Gallery Pro. Now Modern Events Calendar works and I can edit a calendar entry. Finish a trivial edit (not QUbely blocks)
Go to edit any post new or old page, Qubley Global Settings are gone!
Recreate Global Settings by hand, active it … back to all is well.
e.g.
:root {
–qubely-color-1: #02006e;
–qubely-color-2: #b20016;
–qubely-color-3: #ffc800;
–qubely-color-4: #204802;
–qubely-color-5: #4c4c4c;
–qubely-color-6: #999999;
–qubely-color-7: #d9d9d9;
–qubely-color-8: #000000;
–qubely-color-9: #ffffff;
}:root {
–qubely-typo1-font-size: 2.5em;
–qubely-typo1-letter-spacing: 0.5px;
}:root {
–qubely-typo1-font-family: ‘Oxygen’, sans-serif;
–qubely-typo1-font-weight: 700;
–qubely-typo1-font-style: normal;
}
…This happened again –
I created a calendar entry in M.E. Calendar and imported a layout then went to style it and Qubley Glocal Settings is empty. Just the “Add new preset”. My existing presets are gone. I deactivated and reinstalled Quebly and Quebly Pro. Still no presents.I believe this is a block conflict with Modern Events Calendar.
If I try editing a page that I used global settings on all the colors/fonts are lost. I did not write down what I entered into global settings, thus I’m not sure how to create. Just trial and error.
Can you tell me which wordpress database table has the global settings, that might help me recreate what I had.
thanks