masterross
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] How to remove all WebP files and symlinks?Hi,
Thank you for your reply.
I manually deleted files with
find . -name “*.webp” -type f -delete
and .htaccess from wp-content too
Is there another .htaccess ?It is compatible but you can edit CSS only in Pro version.
Forum: Plugins
In reply to: [Yoast SEO] Search Console mass fixed?Hi again,
Actually I found a bug.
If I use Search to find problematic urls and than use Bulk Actions, nothing happens!
Urls are not marked as fixed.Check please.
Forum: Plugins
In reply to: [Yoast SEO] Search Console mass fixed?Hi,
Can I run some mysql query and purge them?
Forum: Plugins
In reply to: [Yoast SEO] Search Console mass fixed?Hi,
In this way I can select only current page, not all 40 pages.
So need other solution.Thank you!
Forum: Plugins
In reply to: [Ad Injection] Banners not showing after WordPress updated to v5No problem here.
Only php 7.2 trows warning.Forum: Developing with WordPress
In reply to: get_posts helpHi,
Thx for the hint!
I did it this way:$posts = get_posts('numberposts=1000'); shuffle($posts); $posts_five=array_slice($posts, 0, 5, true); foreach ($posts_five as $post) : setup_postdata( $post ) ?>
Not sure how efficient it is ’cause I’m not programmer, but does the job.
Thanks once again!Forum: Plugins
In reply to: [Yoast SEO] Yoast not working, snippet box not showingStrange!
Now is working!
Not sure how i did it because deactivate the yoast and I removed some old plugins and after that activate Google XML sitemaps.
After few hours I re-activate yoast and found it’s working again.
Hmmm…Forum: Plugins
In reply to: [Yoast SEO] Yoast not working, snippet box not showingI cant tell what is causing this problem.
I’m thinking to restore some old backup to check.
Not sure when exactly this appeared.
It was fine last week.Forum: Plugins
In reply to: [Yoast SEO] Yoast not working, snippet box not showingI have same problem and I can confirm that is not related to PHP version because on same server i have few WP and only one had this issue!
Forum: Plugins
In reply to: [RSS Digest] [Plugin: RSS Digest] Multiple RSS/Atom feeds?+1
It will be great!It works ok for me Jason.
Thx for the info.
I’ll send an email.Hi guy,
Do you know where the plugin gone?
I’ve installed a week ago on:
https://www.costofbreastaugmentation.orgAnd today I’ve tried to install it on other site:
But it seems to be missing?