Replies: 0
Suivez les instructions simple, et voila ssl installé en moins d’une heure 😉
❤
Replies: 0
Suivez les instructions simple, et voila ssl installé en moins d’une heure 😉
❤
Replies: 0
Hello,
I am starting to have a problem with my AMP pages.
I don’t know if this is caused by AMP plugin or by the last update of Yoast Plugin or schema and structured data for wp plugin.
I already talked to developers from AMP for WP and they say it’s caused by this Schema Plugin.
Now it shows this erros on some of my AMP pages: https://ibb.co/1vWGSks
Can you check please?
Best Regards
Replies: 1
Hi, How can I export and Import my form to another wordpress site ?
The page :https://cff.dwbooster.com/documentation#import-export-form
explain that there is this option, but I can’t see it in setting> Calculated Fiels Form I get exactly the same view as in Calculated Fiels Form there is no Import/Export Area
Regards,
Replies: 0
Hello
Thanks for that great plugin that i use in many websites.
I would like to integrate the captcha of this plugin into my custom form.
Here is how i create a new form in my plugin using shortcode. The process and validation is done by js/ajax.
How can i add the do do_action( ‘anr_captcha_form_field’ ); or [anr_captcha] in that form?
thanks
add_shortcode( ‘rorycontact’, ‘rorycontact_function’);
public function rorycontact_function() {
$formrory=”<form class=’formrorycontact’ id=’formrorycontact’>”;
$formrory.=”<label for=’roryname’>Your name </label>”;
$formrory.= ‘<input type=”text” class=”roryparam” value=”” />’;
$formrory.= “<input type=’submit’ id=’submit’ value=’Submit’>”;
$formrory.=”<form>”;
return $formrory;
}
Replies: 0
After restoring my posts and pages are not imported!
Plugins etc yes, but not my content!!
I cannot find the posts or pages in any of the backup files.
Disaster, please help!
Free version
Replies: 0
Seven years ago I started my story site with Responsive Free. A beautiful theme, and with my child theme even more beautiful. Until version 3.4, last year.
Then the Cyberchimps totally renewed Responsive Free, it destroyed every child theme completely. When one is not a professional developer, it is impossible to cope with this totally different theme!
I still use the latest version (3.4) before the Drastic Change, the Cyberchimps promised me that will not affect my WP site. But I feel so betrayed. Why didn’t they make a totally new theme, e.g. Responsive Two?
So only ONE star, because for six years I was so pleased with Responsive Free. Now I feel betrayed and put in a corner where it is out of my control.
Replies: 0
Hello,
I just updated to the last version of this plugin and an erros is showing on my AMP pages.
Can you please check?
Best Regards
Replies: 0
It would seem that some of my site’s categories don’t hashtag right. I have “Movies & TV” and it sends the hashtag as a jumble. I think it’s due to the “&”. Also, It seems to not handle the periods well either for example my category “U.S. News” comes out as “#u.s.news” (ignore the lower case I wish the plugin wouldn’t mess with the capitalization of the categories though), but only the “#u” is hashtagged the rest of the category “.s.news” is just text.
For an example look here: https://twitter.com/TheThinkCritic/status/1257324041595043841
But if you could fix these things and possibly stop it from removing capitalization I’d really love it. I just got the “pro” version and otherwise, it’s working well. Thanks!
Replies: 0
stderr: PHP message: payment_method was called incorrectly. Order properties should not be accessed directly. Backtrace: do_action(‘wp_ajax_woocommerce_mark_order_status’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::mark_order_status, WC_Order->update_status, WC_Order->save, WC_Order->status_transition, do_action(‘woocommerce_order_status_processing_to_completed’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Paylike->maybe_capture_warning, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message was added in version 3.0., referer: https://www.tartaruguita.pt/wp-admin(…..)
I’ve already fix the code on my side, but could you please fix all the references?
payment-gateway-via-paylike-for-woocommerce\woocommerce-gateway-paylike.php
Line 471: if ( ‘paylike’ != $order->payment_method ) {
Line 533: if ( ‘paylike’ != $order->payment_method ) {
Replies: 0
Hi,
I get a Please Wait, Loading… after clicking on the Enable Page Cache Button.
I could debug the following:
I hope someone can help me.
Replies: 0
Nice plugin
and Good Support Live Chat 🙂
(Gianna C.)
Replies: 0
When I use the Left Sidebar template, the Left Sidebar menu only shows up on desktop but does not appear on mobile.
Replies: 0
Facebook for WooCommerce plugin provides a product feed, which the facebook servers will keep checking according to set schedule, and updating the product catalog for associated Facebook page and instagram account.
– The product feed provides WooCommerce product details in csv format required by FB Catalog Manager
– The feed request URL is format of:
https://<website>/?wc-api=wc_facebook_get_feed_data&secret=<key>
When SG Optimizer is enabled, the request fails with FB Error message:
– Fetching the feed from HTTP server failed due to the following reason (Curl error code: 18)(HTTP Status Code: 200).
Excluding the URL with *wc_facebook_get_feed_data* in SG Optimizer does not help.
Disabling the SG Optimizer plugin will resolve the issue.
Reference Plugin: https://wordpress.org/plugins/facebook-for-woocommerce/
Replies: 0
Our company orders portal deals in 1000’s of product sales.
I am trying to add a thousand separator to the quantity fields on the single product pages, basket page and the menu area which gives cart total.
I’ve been trying to add in some custom code to my child theme functions page:
// define the woocommerce_quantity callback
function filter_woocommerce_quantity( $quantity, $product ) {
// filter
return number_format($stock_quantity,0,”.”,”,”);
};
// add the filter
add_filter( ‘woocommerce_quantity’, ‘filter_woocommerce_quantity’, 10, 2 );
So far, not luck.
Is there anything obvious that i’m doing wrong, or is this a more complex problem?
Replies: 0
210/5000
Bookly is the best scheduling plugin I know. I have used several others, but this is the only one that synchronizes the times, regardless of the length of your appointment. Great support and easy to use. Great!!
Replies: 0
I hope so
Replies: 0
Good afternoon, is the plugin compatible with polylang?
Replies: 0
Hi,
I spent hours to figure out why suddenly the shipping cost couldn’t be calculated anymore, and it’s in fact only for bundled products.
When I choose «Apply to the whole bundle», customers has the message «No shipping options were found» (in cart page and in payment method choice).
I fixed this by selecting «Apply to each bundled product» to each pack I previously made … I don’t know if this is a bug or if I didn’t understand the interface.
What is the difference between «Apply to each» and «Apply to the whole bundle» ?
(sorry I posted it on «review» part, I’m not used to use wordpress forums and I didn’t search enough the support page ^^ ).
Replies: 0
Just updated to Square version 2.1.3 and cannot sync with woocommerce. Tried disconnecting from Square and reconnecting but did not work. I also updated to the latest version of WordPress. Not sure if that is an issue but the new version update for Square was for the purpose of working with new version of WordPress.
Replies: 0
You guys did a great job with the plugin. Thank you for the incredible customer support!