Jen
Forum Replies Created
-
I have the same error in console. I’m using SiteOrigin Page Builder. Deactivating Yoast SEO resolves this. Refer https://imgur.com/9KZTXMK
- This reply was modified 6 years, 6 months ago by Jen. Reason: added screenshot
Not sure if this will help you, but I disabled the Wordfence Firewall and was able to get Gzip working.
Forum: Plugins
In reply to: [Facebook Comments] Recover facebook comments lost after moving to SSLBTW – if you use the Really Simple SSL plugin, you can recover your pre-ssl facebook comments by adding this function to your theme/child theme functions.php
function rsssl_exclude_http_url($html) { //replace the https url back to http $html = str_replace('data-href="https://www.yourdomain.com', 'data-href="http://www.yourdomain.com', $html); return $html; } add_filter("rsssl_fixer_output","rsssl_exclude_http_url");Forum: Plugins
In reply to: [Facebook Comments] Recover facebook comments lost after moving to SSLDon’t waste your money on the heateor paid add-on recommended above as it does not recover pre ssl facebook comments.
Forum: Plugins
In reply to: [WooCommerce] Variable product prices not showing after product csv importAn update for anyone who stumbles across this thread with the same issue.
We discovered the reason our variable product prices were getting wiped after doing a merge with WooCommerce Product CSV Import Suite was because we did not have anything in the regular_price field for variable products in the ‘products’ file. We only had regular_price values in the ‘variations’ file. While having the regular_price field blank worked for earlier version of WooCommerce, now it seems you need a number in regular_price field for variable (parent) products if doing a merge. It can be any number from 1, but at the end of the merge, the price will set correctly. Have not tested on WC 3.0 yet though so it may change again.
Forum: Plugins
In reply to: [Facebook Comments] Broken with WP-4.7.2 – No comments showI have the same problem. Since activating SSL sitewide, all my old comments have disappeared. Is there any way to get them back other than deactivating SSL?
Forum: Plugins
In reply to: [WooCommerce] Variable product prices not showing after product csv importHi all
I have had an open ticket on woocommerce.com regarding this issue for almost a year now. My last contact with a support person on my ticket was 2 months ago. I think they have put it in the too hard basket.
I can confirm that the prices still get wiped from variable products after doing a product merge with woocommerce product csv import suite. Prices are wiped on front-end of shop/category pages and individual product pages. Yes prices are still stored with variations in backend on the edit product screen and reappear only after clicking the update button. This is because the _price meta field gets wiped on merged variable products. The import does not reset this field as it should during the merge.
We do product and variation merges every 4-6 weeks with woocommerce product csv import suite to update prices, categories, tags, attributes and content on 5000 products. We have been getting around the price wipe issue by doing a stock level sync using WP All Import + WooCommerce add-on. This resets the price on our 600 odd variable products that were merged previously. We run daily scheduled stock syncs with WP All Import anyway to keep our warehouse (serving 20 physical stores) and online shop inventory in sync.
Fingers crossed woocommerce developers release a fix for the import suite soon.
- This reply was modified 9 years, 4 months ago by Jen.
Hi Caroline – I reported this in the Event Calendar Pro Forum also and Hunter created a bug report to be fixed in an upcoming release. Refer https://theeventscalendar.com/support/forums/topic/event-sub-nav-next-events-link-getting-smashed-by-googlebot/#post-1225690
Following as related to https://ww.wp.xz.cn/support/topic/track-downloads-outgoing-links-in-advanced-custom-fields/
I have the same question. Anyone?
I’m going to uninstall and re-install wordfence. It’s difficult to isolate the malcious code from all the other stuff in those files config.php, attack-data.php, rules.php, ips.php.
Have also changed db and FTP passwords.
PS. I note that the “Order Notes” are also not visible on the Checkout page after returning from PayPal Express. This is used by approx 10% or our customers.
FYI – here are screenshots of the checkout page after returning from PayPal Express (no custom checkout fields present) and the Checkout Page using PayPal Standard – so you can see our custom checkout fields
This issue was fixed in the update released yesterday – v1.1.0
Update – looks like we got smashed by Bingbot after moving hosts this week. Bingbot was smashing the filters generating lots of queries and causing the layered nav queries to hang each time a category or tag page was re-loaded. So we’ve directed it to ignore ‘filter’ query paramters.