william william
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Issue Loading when Multli LanguageHi,
here https://prnt.sc/tL5rmTgNoI9Q
If you try to use the contact form on the translated version (in my case origin version is English, translated is French) on the website I shared here: https://wordpress-613932-3264803.cloudwaysapps.com/fr/index.php/contact/
you can see that the error (https://prnt.sc/9Ok_izWJRe1k) is because contact form 7 is trying to load >
domaine.com/FR/index.php/wp-json/contact-form-7/v1/contact-forms/7/feedback”
the /fr/ is the issue
BEst
- This reply was modified 2 years, 1 month ago by william william.
Forum: Plugins
In reply to: [Contact Form 7] Issue Loading when Multli LanguageActually this demo has no plugins> Just contact form 7, elementor and Gtranslate.io plugins
the theme is Hello Elementor, but I tried too with twenty twenty
Forum: Plugins
In reply to: [Contact Form 7] Issue Loading when Multli LanguageHi, sure you can see here
https://wordpress-613932-3264803.cloudwaysapps.com/index.php/contact/
if you use the French flag the domaine name will add the /fr/… and so the form never sends (you can see the error in the console
Many thanks
Forum: Plugins
In reply to: [Yoast SEO] Loading backendHI,
any update for your your pagination query issue?Best
Forum: Plugins
In reply to: [Yoast SEO] Loading backendGreat
Any idea when the new version will released?Best
Forum: Plugins
In reply to: [Yoast SEO] Loading backendHi,
I tried as well with the version 14.7 to verify, My backend listings load in this case, but looks like the complete loading is very slow (like never finishing) due to the fact yoast is trying to get all info from other pagination. (my pagination is on 20, but even with 10 its difficult to get)here new screenshot to help you https://prnt.sc/uiakef & https://prnt.sc/uial24
as you see Yoast is trying to load +25000 rows
looks like the problem is with
o_action(‘manage_posts_extra_tablenav’)
&
WP_List_Table->display()Hope can help
BestForum: Plugins
In reply to: [Yoast SEO] Loading backendI tried already to not show the Yoast metabox https://prnt.sc/ugsrdh & https://prnt.sc/ugst5p but its didn’t help
only when yoast is deactivated it loads in backendLooks like it s trying to load many queries like all media id, post…
I have to reload the page 10 times to finally get a non blank page, and when checking the queries I have a very long list like here https://prnt.sc/ugsudp
Best
Forum: Plugins
In reply to: [Yoast SEO] Loading backendHi,
I am using a template & plugin for real estate > houzez
Yes last plugin > 14.9 and WordPress version 5.5.1I don’t have other plugin at this time, only yoast and plugins from template.
Its happeaned when I reached + 1000 listings
got PHP errors were triggered during an Ajax request. See your browser developer console for details.
https://drive.google.com/file/d/1Ur8IlDdwkBqbmacOfaYZccNl_aF2G43G/view?usp=sharingAny way to deactivate this specific Yoast request for this specific page in backend?
best
Thanks. Is the speed to transfer/copy from media librry to S3 is limited with the free version?
BestForum: Plugins
In reply to: [Yoast SEO] SEO tagfrom the custom field plugin
I have
_yoast_wpseo_primary_property_area
_yoast_wpseo_primary_property_city
_yoast_wpseo_primary_property_feature
_yoast_wpseo_primary_property_label
_yoast_wpseo_primary_property_state
_yoast_wpseo_primary_property_status
_yoast_wpseo_primary_property_typeSo I tried all of them such as %%__yoast_wpseo_primary_property_city%%
but nothing. I checked the code course or even better a chrome extension to check the SEO (ie: SEO META extension)
??Forum: Plugins
In reply to: [Yoast SEO] SEO tagHI, Any helps?
Many thanks
Many Thanks.
Yes, setting & URL into wp_option will be changed to the new URL, and the new bucket info too.
When you say “Be care with these records as they are PHP serialized values.”
If I run this function in my phpmyadmin, “existing url= path to my old bucket, new url=path to my new bucket, should be ok? to update all my image link
UPDATE wp_postmeta SET meta_value = replace(meta_value,’Existing URL’,’New URL’);
I guess if I use their tool, it will update directly my database images link of my old bucket with my new bucket link?
Best