wordpresslover7
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Efficiency nightmare and code bloatthe bug was also reported in 2018… today is 2022, still not solved out.
https://github.com/WordPress/gutenberg/issues/11173
I use just MS Word or sometimes google docs.
Gutenberg is free, that’s why nobody cares about such “insignificant” issues. 3645 opened tickets right now. Not enough skilled enthusiasts who could fix at least half of them.
Forum: Reviews
In reply to: [Gutenberg] Efficiency nightmare and code bloat/h2 /h3 is not applicable to a selected text.
1. sample text 2. you select that sample text 3. keyboard shortcut does not work
You can find that shortcuts in an official wordpreess manual – Some do not work in Gutenberg like headings.
Are you saying that your fomratting does not hold when you move it over from your word processor?
Yes, I am. WP sometimes adds extra blank lines, headings are usually well copied but sometimes more text is marked as heading tag after copying.
I used to format each text in a classic editor, TINY MCE was also helpful with working keyboard shortcuts. Not all copywriter remeber to add right headings in exteranal word processors
Forum: Reviews
In reply to: [Gutenberg] Efficiency nightmare and code bloat@piyopiyofox for exmaple SHIFT alt 3 – adding heading. Usually peaople paste text from WORD file and then improve it, format the text in WordPress. in gutenberpg proofreading, adding comments etc it would takes ages. Imagine you add 6 headings per article, 50 articles a month, With gutenberg you need to generate 4 clikcs to format text into heading no. 3, so in my case I need 1200 clicks to add just stupid headings! This is only one of efficiency nightmares of Gutenberg. classic editor had that shortcuts working.guteberg has no option to define own shortcuts.
Another exmaple?
permalink – in classic editor is is available out of the box under title, added after saving a draft, with Gutenberg is nested somwhere deep, and visible only after the post/page is published.Even more examples?
@walton gave you a tip. Blocks add some WordPress codes that have nothing to do with css, html or php. Look at Oxygen builidier plugin and compare it with Gutenberg. Gutenberg is made for beginners, hobby writers who want to pubilsih a a simple text online once a month, not made for anything professional ot at least a bit professional.Forum: Plugins
In reply to: [Advanced Editor Tools] Bullet Spacing?That’s a pure css issue. Get to know css padding attribute better.
Solved out by turning on the following advanced option:
Mobile device support. (External plugin or theme required. See the FAQ for further details.)
Forum: Plugins
In reply to: [WP Super Cache] Cache works but not on homepageIt’s because of Polyang plugin which propably sets some cookie, but how to solve it?
Forum: Plugins
In reply to: [WP Super Cache] DONOTCACHEPAGE defined. Caching disabled. issueHello @dellspeedprop
Did you solve the problem? I have the same problem on my main page. In source code I cannot find any donotcachepage.
Forum: Plugins
In reply to: [LiteSpeed Cache] LS Cache incompability with WP 5.6, Avada theme 7.2Hey,
1) Thanks for help. Turning HTML minification OFF solved the issue.
2) How am I supposed to do search βob_startβ in my plugins/themes? Shall I do it in wp-content folder on server or locally?
3) LS cache breaks the icons on the aformentioned page: https://rekinfinansow.pl/konto-przekorzystne-pekao/ – see lists – red and green li – what’s the solution for that?
4) is LS cache plugin itself or with extended paid service able to
a) eliminate render blocking css and js of theme on mobile devices
b) unused css and jss from loading
c) speed up contenful paint by 2 seconds?Please take a look at the report: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Frekinfinansow.pl%2F&tab=mobile
Forum: Plugins
In reply to: [LiteSpeed Cache] LS Cache incompability with WP 5.6, Avada theme 7.2LS cache creates random blank pages. It is so unstable. Deactivation and Uninstallation do not help. Only WordPress removal via FTP and reupload really helps.
Could you please investige the issue deeply?
Examples of LS cached pages which are blank.
https://rekinfinansow.pl/konto-przekorzystne-pekao/
https://rekinfinansow.pl/kredyty/Forum: Themes and Templates
In reply to: [Loose] Incompability with WP 5.6Hi,
The problem was caused by minification of JS scripts by Let’s Review WordPress Plugin.
However combo LS cache, Let’s Review Plugin in the orginal setting works fine with other themes.
Thanks for your answer, this is not important problem anymore.
Forum: Plugins
In reply to: [Flamingo] CSV export problem (bushes and broken lines)To be more specific, bushes still exists in excel. I need to first open csv file in a notepad or ither text editor. This is for sure some UTF coding issue.
How that can be solved?
I will do it but that’s not the solution.
To be more specific. Pages are not saved with fusion bulidier only if they were already published.
The problem occures though I marked the following options:
Do Not Cache Roles
Selected roles will be excluded from cache:
– Administrator
– AuthorI suspected browser caching but clearing it out, even using another browser do not help. Suprisingly Avada developers tested it on their side and couldn’t replicate the problem.
Any other suggestions at the moment?
I will try to exclude caching from uri “page edit”: /wp-admin/post.php?post=29874&action=edit
but what should be the correct rule to apply to all pages? “/wp-admin/” ?
Forum: Plugins
In reply to: [Flamingo] Remove All MessagesI used phpmyadmin, SQL tab and pasted
delete from wp_posts where post_status=’trash’;
It removed all trash records from falimingo, posts and pages.
Forum: Plugins
In reply to: [W3 Total Cache] Browser cache – Blank page or incorrect page renderingThat was not possible as I got monster CPU VPS and had not such problems in previous versions of WP.
I finally moved to Litespeed cache – works like a charm with full minification and gzip.
Thanks for you help Marko.
Forum: Plugins
In reply to: [Flamingo] Remove All MessagesHello @tinuch1976 @takayukiste !
How to delete all records from flamingo – addres book and messages – step by step? I got over 7000 records.
I have phpMYadmin, but if there is any other more convinient option I will be so grateful.
I regret @takayukiste used wp_posts instead of seprate SQL table for flamingo which was very bad decision in terms of large websites performance, and even deleting all records for not that advanced users like me.
Nevertheless @takayukiste is a living legend of Web history π