dhruvsompura
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Checkout] The new update disrupts the site!I am facing problem in woocommerce functionality when i updated plugin to latest version to “5.0.9”. I see that add to cart and remove cart functionality is not working. After enabling the debug, i see below fatal error
PHP message: PHP Fatal error: ?Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes)
Website is working find before updating the plugin. I tried to change memory limit from 256MB to 512MB but its still not working.
Please resolve it as soon as possible.
Thanks.
Hello @diegootgs,
Thank you for the reply. We already updated french language message. But we want to change this english message.
Can you please let me know how to change that message?
Hey @takayukister
Wordpress version = 6.1.1
Contact Form 7 version = 5.4.1@takayukister , Thank you for the reply.
Not all users are getting this error. Some of users are getting this error.
Here is the form : https://www.kingswim.com.au/cancellation-form/- This reply was modified 1 year, 11 months ago by dhruvsompura.
- This reply was modified 1 year, 11 months ago by dhruvsompura.
- This reply was modified 1 year, 11 months ago by dhruvsompura.
Forum: Plugins
In reply to: [WooCommerce] Free shipping coupon is not workingcool thank you…
You have to add free shipping method to all your zones.
Its working for me.I solved it by commenting on plugin file : sassy-social-share/includes/class-sassy-social-share-shortcodes.php
Line number : 193
global $post;
if ( ! is_object( $post ) ) {
//return;
}Can you please update this line or you have to add extra parameter like enable in ajax, if enable ajax then you have to disable this line of code.
- This reply was modified 2 years, 10 months ago by dhruvsompura.
Forum: Plugins
In reply to: [Yoast SEO] Title meta tag content is not updated what we added in backendHello @suascat_wp and @mikes41720
As per your instructions, i created staging site in my localhost. I deactivate all plugin and activate default theme but still title tag is not updated.
let me know what you need from me to look in to it to fix the issue.
Thank you.
Forum: Plugins
In reply to: [Yoast SEO] Title meta tag content is not updated what we added in backendPlease check my two screenshot of function file and header file, we already added theme support for the title tag and not added the title tag in the header file.
Here is screenshot of the function file : https://ibb.co/3pb9YmY
Here is the screenshot of the header file : https://ibb.co/GPSGK95
Still the title tag is not updated what added in yoast seo title field.
Thank you.
- This reply was modified 3 years, 8 months ago by dhruvsompura.
Forum: Plugins
In reply to: [Yoast SEO] Title meta tag content is not updated what we added in backendHere i am sending post URL and settings of yoast seo for this post.
post : https://www.scsgroup.com.au/industries/health/
Screenshot : https://nimb.ws/Ul5xnE
Thank you.
Forum: Plugins
In reply to: [Yoast SEO] Title meta tag content is not updated what we added in backendWe try everything you mentioned in your article, but it doesn’t work for us. We removed add_theme_support for title-tag and enable the force rewrite rule for the title tag, but not worked.
We checked everything and all settings are looks good.Any other solutions ?
Thank you.
- This reply was modified 3 years, 8 months ago by dhruvsompura.
thanks Kuba for keep this conversation going.
As per your code i modify my code, now working fine but still some of attributes, style tags and comments are not allowed.
We are using the litmus email template so we want to allow everything.Please check the below document. I added all missing tags and attributes list.
How can i allow this attributes and tags and comments in email template ?
https://drive.google.com/file/d/1lzfquoWwzgymevvwUkheIm8zuKc5kPHT/view?usp=sharing
on other note . what sort of function you recommend if we are plan to go ahead with allow all html tag
Thank you.
- This reply was modified 3 years, 8 months ago by dhruvsompura.
- This reply was modified 3 years, 8 months ago by dhruvsompura.
- This reply was modified 3 years, 8 months ago by dhruvsompura.
- This reply was modified 3 years, 8 months ago by dhruvsompura.
oh yes , i missed that ,thanks , that fixed the issue . I have go ahead and added table ,td and tr tag and classes to that tags and it works fine , please add that tag in future release as email template use this tags , here is tags i have added
public function allow_html_tags( $allowed_tags ) {
$allowed_tags[‘style’] = [];
$allowed_tags[‘table’] = [
‘style’ => true,
‘class’ => true,
];
$allowed_tags[‘tr’] = [
‘style’ => true,
‘class’ => true,
];
$allowed_tags[‘td’] = [
‘style’ => true,
‘class’ => true,
];
$allowed_tags[‘div’] = [
‘class’ => true,
‘style’ => true,
];return $allowed_tags;
}Hope this helps . Thanks again Kuba for your super fast support ??
Hello,
I updated the code that you send me, but style attributes are still not saved.Please check the screenshot of the file.
screenshot : https://ibb.co/vwg4nZQ
Path : notification\src\classes\Defaults\Field\CodeEditorField.phpThanks for super fast response and quick fix . you save my day . of course will add review ??
Thanks Kuba for quick reply , You are super fast ??