macnux
Forum Replies Created
-
I’ve done that and it creates only one version for desktop.
Forum: Plugins
In reply to: [Fast Velocity Minify] Bug in version 3.2.2The solution now is to enable the option called: Disable JS Inline Minification.
It works when enabling this option and semicolons are now appeared and the script runs successfully.
Forum: Plugins
In reply to: [Fast Velocity Minify] Bug in version 3.2.2Any help?
Forum: Plugins
In reply to: [Fast Velocity Minify] Bug in version 3.2.2Hi,
This is the exact input script:
<script> cb.cmd.push(function(){ cb({ playerId:"1c29db-b110-4350-9460-5346a3b47"}).render("612e04d63a69bed46a146c9a4") ;}); </script>
And after using FVM 3.2.2 The generated output is:
<script id="612e04d63a69bed46a146c9a4" type="fvm-script-delay"> cb.cmd.push(function(){ cb{ playerId:"501c29db-b110-4350-9460-0453476a3b47"}).render("612e04d63a69bed46a146c9a4") }) </script>
FVM omits some brackets and semicolons as you can see.
- This reply was modified 3 years, 4 months ago by macnux.
Hi @webzunft
Since I did not publish what I did, I share with you what I’ve done on localhost:
https://imgur.com/a/UMMX706
As you can see the fixed widget covers all widgets after it.
I want the fixed widget to push all blew widgets down not cover it as in the image.Regards,
The only way it appears correctly is that I must make the sticky widget the last widget on the sidebar so no widgets after it.
Forum: Plugins
In reply to: [Fast Velocity Minify] Inline combined CSSI’m not enabling this option, but I enabled it now.
Here is the funny part. The CLS value is decreased !!!!!!
I don’t have an explanation for this!!!
Can you please explain how this option (Merge Fonts and Icons Separately) works?Best Regads,
Forum: Plugins
In reply to: [Fast Velocity Minify] Inline combined CSSHi Raul,
You right, but I noticed that loading a preloaded CSS file makes a small CLS shift.
While inline CSS does not.According to the theme I use, it uses Bootstrap grid and the shift comes from the grid itself which needs to be inlined.
Regards,
I’m sorry one last question.
Is there is a service or website that checks if my website is GDPR * TCF compatible?
Just to ensure that I’ve done everything right.Regards,
I just tried Quantcast Choice and after enabling & configuring it the ads disappear.
Also, I use the following code in functions.php of my template to change the default theme:
add_filter( 'syntax_highlighting_code_block_style', function() { return 'github'; } );
But nothing changed.
I edit one of my current posts using block editor and I add a new code block and add some code and save and no code highlight!!
Thanks for reply!
What about the existing code tags?
I have hundreds of articles that contain code snippets.
I can do any regex replacement for the entire database if needed.
Regards,Forum: Plugins
In reply to: [Mammoth .docx converter] Plugin doesn’t preserve pre tagsThank you very much for your great response!
Have a great day!Forum: Plugins
In reply to: [Mammoth .docx converter] Plugin doesn’t preserve pre tagsI’m sorry, one final question.
Can you add an option to make image alt text and description from its name?
It would be a good feature for this time-consuming process for tens of images in some cases.Best Regards,