bgbloke
Forum Replies Created
-
Just adding in that I am having the same issue so I can get notified via email when there are replies.
Hello,
The issue is happening with the following URL:
https://www.temporary-url.com/623AA
I have used a temporary as I do not want it to be public for long.
In firefox mobile I get this screen:
https://www.dropbox.com/scl/fi/eq71ri5k4liesu81d64du/Screenshot_2024-07-18-15-34-49-88_3aea4af51f236e4932235fdada7d1643.jpg?rlkey=w1myu9t8eeaysook6weorl00q&dl=0
… which you can see has your plugins text displaying in “Reader Mode” rather than the actual page.Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Missing field ‘review’Hello,
I believe I have done this correctly yes.
Please see screenshot..
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Missing field ‘review’Hello,
I installed the plugin and then went through the settings to set up. On each product page it is set to fetch product schema automatically.
As you asked, the Product Default Review option was ticked already.
All schema is being pulled through aside from the review and aggregate rating which you can see here:
and here …
https://search.google.com/test/rich-results/result?id=_wRvSoyg565-lvC6sYJqhg
I have recorded a video of the settings and have then made the change that you asked for above, which is essentially turning the default review off and on again.
Video – https://bangtesting.uk/vids/schemanotworking.mp4
Please do let me know if you spot anything I may have missed.
Many thanks.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Missing field ‘review’Hello,
Thank you for the screenshot, it was very helpful.
I can tell you that Product Default Review was already ticked.
I have unticked it, saved, ticked it again and saved in the hopes that it will make a difference. Sadly it did not.
After running google validation I can tell you that the following is apparent for all products:
2 warnings
Missing field ‘review’ (optional)
Missing field ‘aggregateRating’ (optional)Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Missing field ‘review’Hello,
Do I do this by turning off auto fetch in the “Schema and Structured Data on this post” section on each product page and filling out what is missing?
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Missing field ‘review’Hello,
It is set to grab the product schema automatically. Are you suggesting that I need to fill it out for each product instead?
It was working fine until a couple of weeks ago. Then the reviews stopped appearing in search results and google search console showed errors.
- This reply was modified 2 years, 5 months ago by bgbloke.
I had exactly the same issue just now.
“Schedule Revision” no longer appears in the button after a new date is selected.
Wordpress and all plugins are up to date. No java related errors.
Thank you. While waiting for a response as to a way to achieve with code, I have tried registration magic and am testing the process now.
I have found the below code which works for what I need it to do … but with one problem, it doesn’t save the registration form details before redirecting. The user is created, they get logged in straight away and get redirected to the chosen page. It’s just their registration details are not saved to the database .. i guess because this supersedes the profile grid functions.
Might you be able to comment on a line that can be added to allow for profile grid to finish doing it’s thing and then redirect?
—————————————————————
// Auto Login after registration
function auto_login_new_user( $user_id ) {
wp_set_current_user($user_id);
wp_set_auth_cookie($user_id);
wp_redirect( ‘## ‘ ); // You can change home_url() to the specific URL,such as “wp_redirect( ‘https://www.wpcoke.com’ )”;
exit();
}
add_action( ‘user_register’, ‘auto_login_new_user’ );`Thank you for the response.
I was using registration magic but when I saw that I could add custom fields to the form using your registration process (employment status, phone number etc.) I didn’t see a point in it. It also seemed that I couldn’t add the additional required fields using registration magic.
Are you aware as to if it is possible to drag the fields created in profile grids registration process over?
Forum: Plugins
In reply to: [WP Better Emails] Has this plugin been abandoned?Forum: Plugins
In reply to: [ElementsKit Elementor addons] Submenu Icons Not WorkingScrap that! Fixed it.
The issue was as follows:
(In case it helps someone else)
??
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Change textNevermind!
I didn’t spot the “Opt In” tab until just now.
Text settings are there for anyone else that missed them!
Forum: Plugins
In reply to: [WP Better Emails] Has this plugin been abandoned?You have actual broken functionality have you?
I haven’t noticed that after WordPress updates.
What is happening with your sites?
I would love for this plugin to carry in being up to date and in use.