KVNHNF
Forum Replies Created
-
Hi Dave, thank you for your swift reply
Indeed all cronjobs are overdue here…
There is an error on connecting back to the site
wp_remote_post() test back to this server failed! Response was: 403 Forbidden
This additional info may help you diagnose the issue. The response headers we received were:HTTP/1.1 403 Forbidden
Date: Tue, 24 Dec 2019 02:31:50 GMT
Content-Type: text/html; charset=iso-8859-1
Transfer-Encoding: chunked
Connection: close
Set-Cookie: __cfduid=dd4c04720de2017251564aea4be6508001577154710; expires=Thu, 23-Jan-20 02:31:50 GMT; path=/; domain=.finelovedolls.com; HttpOnly; SameSite=Lax; Secure
CF-Cache-Status: DYNAMIC
Strict-Transport-Security: max-age=15552000; preload
X-Content-Type-Options: nosniff
Expect-CT: max-age=604800, report-uri=”https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct”
Alt-Svc: h3-24=”:443″; ma=86400, h3-23=”:443″; ma=86400
Server: cloudflare
CF-RAY: 549f294a5f694211-MSP
Content-Encoding: gzip<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don’t have permission to access /wp-admin/admin-ajax.php
on this server.<br />
</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2.4.39 (Unix) mod_hive/6.27 OpenSSL/1.0.1e-fips mod_fastcgi/2.4.6 Server at https://www.finelovedolls.com Port 443</address>
</body></html>Forum: Plugins
In reply to: [Two Factor Authentication] new update not workingDavid,
Sorry to read that, where are you based (just to see if that is country blocking). Thank you for your reply, after further investigation it was because of WPBAKERY VISUAL COMPOSER.
BUT, both used to worked perfectly fine together. So you might want to have a look into that on your end, as a lot of websites are using this plugin. Anyone who has had, like me, wrapped it into a raw html block, to add more content to the page (for example 2FA FAQs tabs) will not work anymore as it used to.
Forum: Plugins
In reply to: [YITH Essential Kit for WooCommerce #1] 2.0.7 Update error messageWow. Eagle’s eye and lightspeed reply, thank you very much.
Will try just that, much appreciated! And will upgrade YTM and YWCWL too, I have been using the free versions for long enough, you guys definitely deserve that.
Best regards
Forum: Plugins
In reply to: [Album Gallery - Embed Flickr Album on WordPress] Spinning wheelHi guys, sorry for my late reply, resetting the API did the trick for me. Sometimes API act up.
Try to generate a new API key and it should do the trick
Forum: Plugins
In reply to: [Schema] ERRORS: Structured Data > hatom (markup: microformats.org)If you are getting this on pages, you can add this to your function.php file:
//mod content function hatom_mod_post_content ($content) { if ( in_the_loop() && !is_page() ) { $content = '<span class="entry-content">'.$content.'</span>'; } return $content; } add_filter( 'the_content', 'hatom_mod_post_content'); //add hatom data function add_mod_hatom_data($content) { $t = get_the_modified_time('F jS, Y'); $author = get_the_author(); $title = get_the_title(); if(is_single() || is_page() || is_archive()) { $content .= '<div class="hatom-extra"><span class="entry-title">'.$title.'</span> was last modified: <span class="updated"> '.$t.'</span> by <span class="author vcard"><span class="fn">'.$author.'</span></span></div>'; } return $content; } add_filter('the_content', 'add_mod_hatom_data'); function wpb_last_updated_date( $content ) { $u_time = get_the_time('U'); $u_modified_time = get_the_modified_time('U'); if ($u_modified_time >= $u_time + 86400) { $updated_date = get_the_modified_time('F jS, Y'); $updated_time = get_the_modified_time('h:i a'); $custom_content .= '<p class="last-updated">Last updated on '. $updated_date . ' at '. $updated_time .'</p>'; } $custom_content .= $content; return $custom_content; } add_filter( 'the_content', 'wpb_last_updated_date' );
It did the trick for me, make sure to have a FTP access to change the file back remotely if any issue arises, but that code should do the trick
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Received failed orders recentlyHi Doug,
I will ask the customer, it seems to be the first time yes indeed.
Duly noted many thanks for your reactive reply!
Best regards
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Plugin text translation problemHi,
Found the solution actually, use id field instead of the filter one
Qtranslate settings >> integration >> Custom fields >> id
Add the following: #yith_wcwl_wishlist_title #yith_wcwl_browse_wishlist_text #yith_wcwl_already_in_wishlist_text #yith_wcwl_product_added_text #yith_wcwl_add_to_cart_text
Then go to YITH WISHLIST PLUGIN SETTINGS and change every input fields with the following format:
[:en][:fr] if your website has English and French for example.
[:en]This is the English text[:fr]This is the French text[:]
Then click save. It should now work fine and only display the relevant language
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Plugin text translation problemHi Elena,
In Qtranslate settings >> integration >> Custom filters field
You need to manually add the filter of the related field so that Qtranslate will detect it as a translatable field and add a blue border on the left.
I am bumping into the same problem right now and I need to know the filter name for that very field.
Dear Yith team can you give us that?
Thanks
Forum: Plugins
In reply to: [Storefront Product Pagination] Incorrect ThumbnailsSame here, any support @storefront?