Creativemind18
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Why would schema markup disappear from only a specific product@Oyadeyi
Yes you are correct, plugin/theme conflict can cause something like this but this case is unusual because it’s only affecting just a single product in the entire store.
In my years of experience in wordpress i have never seen a situation where plugin/theme conflict cause issue on a single product in the entire store without affecting other products in the same store because they are all the same post type.
Come to think of it, if you check the source code you will see that woocommerce product schema is still present on the page just like every other products in the store. But i just cannot tell why this particular product is not passing Google rich result test like the other products in the same store.
This is really weird!
- This reply was modified 3 years, 4 months ago by Creativemind18.
Forum: Plugins
In reply to: [WooCommerce] Why would schema markup disappear from only a specific productThis is not Google issue at all.
You can clearly see that there is no product schema from your screenshot above. What you are seeing there is breadcrumbs and sitelink-searchbox schema by yoast which is present on every page on my site.
As you can see from your test results, there neither schema called “PRODUCT” non REVIEW SNIPPETS, meanwhile this is a product page with 112 reviews.
Below is an example of a link of a product page without issues, you can test this link and compare your results with the one that has issues.
https://www.jobsgivers.com/past-questions-answers/heritage-bank-aptitude-test-exam/
Thanks you delpierro, I have already found a better way to resolve the issue without having to modify the plugin filles.
I resolved the issue by adding a few lines of code snippet to my site.I will advise the plugin author to update his plugin files with this correction in his next update to give it a permanent global solution.
Cheers!.
- This reply was modified 3 years, 5 months ago by Creativemind18.
- This reply was modified 3 years, 5 months ago by Creativemind18.
Ok, thanks for your quick response.
I’m expecting your feedback.Sorry for bothering you with this issue all this while, the problem was actually caused by my theme. I reached out to the theme author and they promised to fix the bug in their next update.
Cusrev plugin has been very wonderful, I also like the fact that you guyz are never lazy but always up and doing bringing new features and fixing known bug where necessary, not to talk of the friendly support. You guyz are really awesome and you deserve more than 5 star.
please keep up the good work.
Sorry i could not get back to you since your last reply. You requested that i provide you with urls with the issues, below are some product pages where i added review shortcode:
SINGLE PRODUCT PAGES:
You can check the single product pages below on Google rich result testing:https://www.jobsgivers.com/past-questions-answers/fupre-recruitment-exam-question-papers/
There is also a static page where i just added review shortcode to show various reviews across my site. But your plugin added structural data to the page with many errors even though it’s not a product page.
You can check the static page below on Google rich result testing:
https://www.jobsgivers.com/customers-reviews-ratings-for-our-exams-past-questions/
Hope to hear from you soon.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Broken emails after update 4.1.3+Yes you are correct, 4.1.3.1 did not resolve broken mail.
My entire WordPress mailing system still remain broken even after updating to 4.1.3.1
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Broken emails after update 4.1.3+My own issue is even more serious that than that lenks.
After version 4.1.3 and 4.1.3.1 all wordpress email system on my site is completely broken.
Both the mail coming from various plugins and even the default email send by wordprees are broken, in fact all email system on my site is broken.
What i get in my mail from user now is a bunch of code and what users also get in their mail from my site is also a bunch of code.
Your plugin is temporarily on deactivation to keep my site running.
You can not just sit back there and say you do not have plans to make your plugin compatible with others. I don’t think there is any WordPress website on earth that use only one plugin, there must be the need to work with few other plugin and LEARNPRESS can not be different.
Now that LEARNPRESS has also broken my default worpress mailing system, are you saying you do not also have plan to make your plugin compatible with wordpress CMS.
This is a major bug on your plugin and you have no option than to fix it, i think this is the right thing to do as a respected and popular plugin like LEARNPRESS.
Sorry if i am too hash but i’m really not happy the way you replied lenks when you plugin users passing through stress because of your update.
Thanks.
The solution i seek is how to disable your markup, just help me with this and it’s all.
Thanks.
- This reply was modified 3 years, 8 months ago by Creativemind18.
Please i want to know if it’s safe to upload such error log in a public forum like this. Just cautions of security
Why waiting for your response to my previous reply, i did another conflict troubleshooting and discovered that it’s my theme core plugin that is causing the issue.
When i reverted to twenty twenty default theme and deactivated the theme core plugin the problem was gone.
My challenge is that this plugin causing the issued is installed by the theme author by default and my theme depends on this core plugin to function properly. Without the plugin the site can’t function.
Kindly advise me further.
Thanks.
As recommended by you, i have disabled plugins and this does not resolve the issue. I have also switched theme to default wordpress Twenty Twenty theme and this did not also resolve the issue.
I need you to further look into this issue please.
Thanks.
Forum: Plugins
In reply to: [WP Job Manager] How do i remove External “Apply for Job” link field in adminI used the snippet below to remove External “Apply for Job” link field from job submission form in front-end.
add_filter( 'submit_job_form_fields', 'gma_custom_submit_job_form_fields' ); function gma_custom_submit_job_form_fields( $fields ) { unset($fields['job']['apply_link']); return $fields; }
The above snippet only worked on front-end but i need a snippet that will enable me achieve the the same thing in the back-end (job listing form in admin area)
Thanks
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to hide dots in slider modeThe display property is hard coded hence: display: none; will not work.
Instead, use: visibility: hidden;
I had similar challenge but visibility: hidden; resolved it for me.
Hope it work for you too.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Problem with Structural data markup on Product Review SnippetDeactivating customer-reviews-woocommerce plugin initially resolved the problem and i tried to contact the plugin author. But surprisingly, this is no longer the case.
Deactivating customer-reviews-woocommerce plugin no longer resolve the issue. I have tried deactivating the plugin again several times but problem persist.
I,m somehow confused, 1 really don’t know what to do next. Please help me look into this.
Thanks.