pbalazs
Forum Replies Created
-
Forum: Plugins
In reply to: [Superdraft] Autotag Tags but not CategoriesHi @prowhiz thank you for your suggestion, I’ll definitely consider adding such option in an update soon. Let me know if you have any other ideas to improve the plugin 🙂
[…]
Hi @hendridm
Here’s a piece of CSS code to make the Analysis area scrollable inside the meta box and take up less vertical space:
div#rank-math-serp-checklist { max-height: 290px; overflow: scroll; }It will look something like this: https://take.ms/l7Rio
If you are familiar with WP’s action and filter hooks, you can use the
admin_headfilter hook to insert the code for the admin pages: https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
Otherwise, you can use a plugin like this one: https://ww.wp.xz.cn/plugins/add-admin-css/Hope that helps.
Hi,
Could you please share the current contents of the config file? You can use pastebin or similar service if the content is long.If the file contains a
http {...}block then please try adding theserverblock inside of that.Hope that helps.
Hello @seomandarin
Please try the following format:
server { rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last; rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last; }If that doesn’t help, please check the server’s error log right after nginx breaks to see the exact cause of the issue, and let us know what it says, so we can suggest a solution.
Thank you.
Hello @aleksbagin
Please try adding the following filter code to the functions.php file of your theme:
add_filter( 'rank_math/snippet/rich_snippet_recipe_entity', function( $entity ) { unset( $entity['review'] ); return $entity; }, 10, 1);That should remove the
reviewproperty altogether from the Recipe posts. If that doesn’t help, please share the URL of the page that produces the error, so we can take a closer look. Thank you.Forum: Reviews
In reply to: [VS Meta Description] 1 description duplicated sitewide = bad seoHi, I decided to give your plugin a try because of your exemplary response here – this is how (bad) reviews should be handled.
Forum: Fixing WordPress
In reply to: attachment_link filter hook not passing IDYes, that was it, thanks.
Hey nixonvs,
Do you know what the plugin author gets when you use his free plugin? Nothing. He probably spent several hours creating and maintaining this plugin, and made it available for you to use it for free.Did you give back anything to the WordPress community for all the free stuff you get? I don’t think so. You have no right to complain.