Anh Tran
Forum Replies Created
-
We’re working on more settings (but still minimal) for Slim SEO. Stay tuned.
Regarding the home label in breadcrumbs, it already supports SVG or symbols. Simply paste the SVG code into the shortcode attributes to use it.
Haven’t you found the meta description on your site? See our docs to understand how it’s generated.
In case you don’t see it, please post your page URL here.
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Remove Organization SchemaAre you using Slim SEO Schema? If so, please check all the schemas to ensure the Organization schema is not refered in any property. See this docs for details.
Also, if you use Slim SEO free, then please disable the schema feature from Slim SEO to let it not output the default schemas to the site (so you use only schemas from Slim SEO Schema).
Hi @xochi4711 ,
Yes, you can. There’s an attribute “display_current” which controls this behavior:
- “true”: display the current page title
- “false”: do not display
For more details, please see this docs.
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Author @id settingsHi @xochi4711
In the latest version, we avoid using the author page URL because it expose the user login, which can be used for brute force attack. It’s kind of a security concern.
We’re now using an encrypted @id for author schema which has the following form:
'@id' => home_url( '/#/schema/person/' . md5( $user->user_login ) ),
Which hides the user login from the schemas. This will be available in the next version.
Hi @dukearmi ,
Do you use any cache plugin like LiteSpeed Cache? We have an issue with LS Cache that we’re fixing.
Forum: Plugins
In reply to: [Meta Box - WordPress Custom Fields Framework] Where is Meta Box Use on Site?To understand what the plugin does on the site, please visit these links:
Briefly, Meta Box allows you to create custom fields to enter data for your posts, pages or custom post types. If you see any inputs when editing a post, page or a custom post type, then probably they’re created with Meta Box. Meta Box Show Hide & Meta Box Conditional Logic are 2 premium extensions of Meta Box that toggle some fields based on other fields’ values, to provide a better user experience.
Hi @usmanmehar123 ,
The layout of the field in the backend is hard-coded in the plugin and there are no options to change it from the field settings. However, you can change the styling, order the elements with CSS. I don’t have a specific snippet that you can copy & paste for now, but I guess it’s doable. Please try.
Probably we’ll get it fixed early next week. A quick-dirty code change can be done, but to ensure nothing breaks for other field types, including groups, nested groups and various configurations, we’re writing a comprehensive test cases for them. So it takes some time.
Hi @arjhun ,
We’re working on that. There’s incompatibility in the data format which is quite complicated in many cases, especially text list or inside groups. We’re working hard on this to fix this bug.
We’ve fixed it with your code and will release a new version soon!
Hi @niwin ,
Thanks for your feedback! We’ve added this to our todo list and will fix that soon.
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Weird SitemapHi @mairag ,
I’ve checked your sitemap and see posts, pages, products are available. Here is a screenshot of the sitemap for pages:
https://monosnap.com/direct/oMwKekdzSLA9YoenQtfiUGilkiDI9r
Have you resolved it?
Hi @cotajp ,
I’m really sorry for the experience that you had with both plugins.
We’re happy to help you troubleshoot to find the problems and fix them for you. Would you mind contact us with more details about your site and help us to fix them?
WP Maps Pro is a premium plugin and we don’t have access to it. And we also haven’t received any support ticket from you. So we haven’t been aware of this problem. It would be very kind of you to provide us more details, so we can try to debug and fix it.
Thanks,
Anh