tristup
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Max Entries hook is not workingHi @611shabnam ,
Yes, that is what I am trying.Forum: Plugins
In reply to: [Yoast SEO] Max Entries hook is not workingHi @611shabnam ,
I added the priority to the filter and it started working, but unfortunately, it works only with the small values like 100. When increased to 5000, which is higher than default 1000 it is not working. Can you please help on this. Also is there any option to increase the value only for Author / User sitemap only ?
function max_entries_per_sitemap() {
return 100;
}
add_filter( 'wpseo_sitemap_entries_per_page', 'max_entries_per_sitemap', 10, 0 );- This reply was modified 7 months, 1 week ago by tristup.
Forum: Plugins
In reply to: [Yoast SEO] Max Entries hook is not workingHi @611shabnam ,
Sorry, I can’t share the URL right now, but the code shown in the URL you shared is not working after adding the same code tofunctions.php
.Forum: Plugins
In reply to: [Yoast SEO] Max Entries hook is not workingHi @maybellyne,
I have already tried thewpseo_sitemap_entries_per_page
filter, which didn’t work. And I didn’t find the second option you mentioned.Can you please be specific about the filter you are referring to. Also please add some screenshot for 2nd option to understand it.
Thanks again, will wait for your quick response.Forum: Fixing WordPress
In reply to: Playlist showing File Index NoticesHi @threadi ,
As you have suggested, I have activated the default theme Twenty Twenty Four and deactivated all the plugins but it shows the same errors. The setups are following:- Theme: Twenty Twenty Four
- Plugin: All are deactivated
- WordPress version : 6.4.2
- PHP version: 7.4.33
Is it a known issue or some conflict with the above setups, can you please guide me on this.
Thanks
Forum: Fixing WordPress
In reply to: Playlist showing File Index NoticesHi @threadi ,
I have access to the plugins, but I was trying to test without deactivating any of them. I can back trace root cause of the issue, if I find out the exact file or method is generating the error. Can you please guide me to find out that. If you find the similar issue in past, please refer to that.Thanks
Forum: Fixing WordPress
In reply to: Playlist showing File Index NoticesHi @threadi ,
I have selected the MP3 file and it is showing correctly in frontend. Currently I am using WordPress version 6.4.2. And there is no option to deactivate the plugins. Can you please enlighten a bit on this.Thanks
Forum: Plugins
In reply to: [ElasticPress] Custom Search Result tab for ElasticPress in Yoast SEO pluginHi Team,
Still waiting for your response.Thanks
Forum: Plugins
In reply to: [Yoast SEO] Custom Search Result tab for ElasticPressHi @amboutwe,
Thanks for confirming it.Forum: Plugins
In reply to: [Yoast SEO] Custom Search Result tab for ElasticPressHi Team,
Still waiting for your feedback on the above.Thanks
Forum: Plugins
In reply to: [Enable Media Replace] Not Replacing the Image in Media Library ListHi Gerard,
Thanks for your response, but I have already seen this article and tried the solution suggested. But it didn’t work. For your information we are using the WP Offload Media plugin, for storing the image in AWS S3 Buckets.
Apart from that, I would request you guide me to the hook called on completion of replacement. So we can call some other method on it.
Thanks
Forum: Plugins
In reply to: [Enable Media Replace] Not Replacing the Image in Media Library ListAnd also, if you can please guide on any hook that can be used to call an event after completion of replacing the media.
Hi @t-p ,
The namespace link might be copied wrongly from somewhere. I would request you for further assistance on this.
Hi @t-p ,
Not understand your point. I have simply updated the composer by command and also run the command to update the plugin through the npm build and other.
But it seems that namespace stop working after that, and need to include class files one by one rather using the use keyword with namespaceHi,
This not a CPT page, just a admin page which have the post_type parameter. The page does not follow the WordPress rules, and custom HTML is added to show the output. Now customer want to show the Rank Math metabox as it is in the WordPress page or Post.
Hope I am able to clarify it.
Thanks