Germont
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Removing 'page' link separator from breadcrumb trailYour solution unfortunately doesn’t work either, it just deactivates the my home url but doesn’t hide it.
If you need that, you better also delete breadcrumbs-home, without the two ” symbols.
Just tested and worked for me.
I would also check if Google still display the breadcrumbs in search results. That’s why I put back the home breadcrumb. https://www.google.com/webmasters/tools/richsnippetsNever used woocomerce, but I assume that when you edit a category, WP Seo has also a field for a new category crumb name. Maybe you could try replace with
Forum: Plugins
In reply to: [Yoast SEO] Removing 'page' link separator from breadcrumb trailSorry, but I didn’t manage paying much attention to your topic. Sorry, the previous message is a mistake ??
Just tested this and it worked for me.
I removed the line get_home_url(), from the function bellow: wordpress-seo/frontend/class-breadcrumbs.php/** * Add Homepage crumb to the crumbs property */ private function add_home_crumb() { $this->add_predefined_crumb( $this->options['breadcrumbs-home'], get_home_url(), true ); }
Forum: Plugins
In reply to: [Yoast SEO] Removing 'page' link separator from breadcrumb trailWhat do you think about this one https://wpbacon.com/tutorials/truncate-wordpress-seo-breadcrumbs/
I changed the limit value to 0. And deleted the three dots.
$truncated .= '...';
I will register there.
Thank you for most complete answer ! I rated sometime ago 5 stars for Quick Cache. No disappointment so far ??Forum: Plugins
In reply to: [SEO Facebook Comment] 100% is being written in as 100 PX!Senior Jose:
Something related to server config
https://www.ads-software.com/support/topic/fatal-error-uncaught-curlexception-7-failed-to-connect-to-2a0328802110cf01?replies=6Ohh, I just remember to check the Pro features ?? I am sorry for not reading first.
Well, that leaves only updating Tags and Category events.
I would by the Pro if you add this feature.What do you think about the trick with widgets in iframe ? Could I use Widget cache with quick cache ?
Forum: Plugins
In reply to: [Yoast SEO] Permalinks: category base checkbox disappeared?!I assume you unchecked and saved the config.
That’s what was written there before:
The feature for stripping the category base will be removed in version 1.6 of WordPress SEO. We suggest using FV Top Level Categories if you insist on keeping this but do know that the feature is very error prone and not that important for your SEO.
As soon as you disable the feature below, the option will no longer be available.
Cons:
* can’t set expiration time for cache
* can’t choose cache clear events. I dislike when I need to update or uninstall a plugin, or add a new tag to an article, and the cache clears automatically. Cheap hosting, for some installations it takes time to rebuild cache, and I need a lot of editing and testing.
* can’t disallow (or allow) a client side cache, the same for logged in users.It’s still not clear to me if this caching works ok with user agent strings (iPhone, Ipad and so on). I use Weaver theme and it delevers 4 versions of the site.
Pros
I have the cheapest hosting service and caching job consume very few resources so far, even if it handles gzip versions for cache. Quick cache doesn’t care about gzip.
Thank you for this addition ??Hi !
I converted this CIDR range 199.27.128.0/21 from Cloudflare to: 199.27.128.0 – 199.27.135.255
I just tried the formula below, and Wordfence accepted it. Does it really work ?
199.27.[128-135].[0-255]Forum: Plugins
In reply to: [Hide Real Download Path] Allowed Referred– Allowed referral is name of site from which you wish to allow hotlinking.
Let’s supose the name of my site is ‘Cool Blog’. What should I paste in that field:
Cool Blog
www.coolblog.net
or just
coolblog.net
And every second time I save a configuration it displays:
Opps Jack, Something unexpected has occured, Please try again.
Thank you !Forum: Plugins
In reply to: [Generate Cache] Cache generation is now in progress…It’s not working for me either. There could be a mismatch between this two plugins, like it happens with ‘Warm Cache’ which require Google Sitemap Generator.
Anyway, I don’t intend to check if my guess is right.
Too much trouble disabling the options.I just saved html sitemaps and imported into Flashget, and using just a single download at once, in 40 minutes every page from my blog it’s indexed.
Still waiting for a cache trigger with more options, or included in Quick Cache.Forum: Plugins
In reply to: [Generate Cache] Cache generation is now in progress…I just installed this plugin and I use it with Quick Cache. I suppose it’s not working maybe because it doesn’t find the sitemap. WordPress Seo by Yoast generate sitemap_index.xml (with other 4 links), other plugins sitemap.xml
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Best WordPress Cache Plugin.supports full caching across all devices (mobile, tablet, desktop, etc.).
I am using Weaver Pro. That meaning when I load on Iphone a non-cached page, it will be created a cached version for that mobile type ?
Is there a way to check Page Source on mobiles like we do on desktops ? Thank you !Forum: Plugins
In reply to: [BJ Lazy Load] how to fix size placeholder?Good question ! On my site it’s the placeholder for share button that annoys me, it’s huge before it start loading.
https://tinyurl.com/ouwprj7Forum: Plugins
In reply to: [Yoast SEO] How Can I Remove "HOME > " from Breadcrumbs?I removed titles from breadcrumbs, and then ‘Home’. And after 5 days I found out that I worked for nothing, breadcrumbs disappeared from Google search page, but just for some articles (only 5 days).
Am I the only one ?