radwoc
Forum Replies Created
-
Thanks,
as I supposed, problem is not connected straight to your plugin,
but to Worfenece behavior in Extened Protection Mode which affects to
other sites in different directories.I found both thread and answer ere:
https://ww.wp.xz.cn/support/topic/affecting-multiple-websites/And here is how to do this:
https://www.wordfence.com/help/firewall/optimizing-the-firewall/#basic-wordpress-protection-vs-extended-protectionThanks!
I didn’t noticed your solution here,
I found solution and posted to your previous message!- This reply was modified 6 years, 1 month ago by radwoc.
Forum: Plugins
In reply to: [Udinra All Image Sitemap] Bug: “Hide Notice” doesn’t hide itStill not fixed…
Maybe it is no coincidence that the developers don’t want to remove the plug-in ad…If you want to hardcode this, find via FTP file udinra_init_func.php in your wp-content/plugins/udinra-all-image-sitemap/lib/
then edit file and find inside function udinra_sitemap_admin_ignore() function: second from the top and change it to this:function udinra_sitemap_admin_ignore() { global $current_user; $user_id = $current_user->ID; if ( isset($_GET['udinra_sitemap_admin_ignore']) == $_GET['udinra_sitemap_admin_ignore'] ) { add_user_meta($user_id, 'udinra_sitemap_admin_notice', 'true', true); } }Hi, I had the same problem.
I made clean installation of wordpress and chosed twenty twenty template,
then clean installation of Learnpress with
sample course.
When I choose courses (from menu or “preview”)
it shows me white screen.The only solution I found is to change template.
The problem exist with 2020 (twenty twenty) template, but works fine with
2017 i 2019 templates.Does anyone knows how to force twenty twenty to work with LearnPress?
greet
- This reply was modified 6 years, 2 months ago by radwoc.
Forum: Themes and Templates
In reply to: [Fukasawa] Posts are clashing, but after refresh they are fineHi,
@csathaba this is known issue.
Fucusawa theme is using masonry.js (part of LazyPack) to load images.
You can read about the issue hereMaybe helpful posts from Author, but not working for me:
https://ww.wp.xz.cn/support/topic/fukasawa-1-20-and-wp-5-0-1/#post-11009767Greetings
Forum: Themes and Templates
In reply to: [Koji] First page (mason) is mangled@gastan, which previous fukusawa theme you mean? previous version? Which number?
Forum: Themes and Templates
In reply to: [Koji] First page (mason) is mangledForum: Plugins
In reply to: [Imsanity] Error: (Resized image was larger than the original)Hi,
I had the same issue,
that is my solution works for me:
I increased JPG image quality to 90.
That means after resizing image was LARGER (capacity in bytes not size in pixels
and that is how to read “Resized image was larger than the original” error.I think the idea of Imsanity plugin is to “optimize” not change resolution.
So if you increased quality, after bulk even smaller (in pixels) picture
may bacome LARGER (in kilobytes)I hope it helps someone