Sharaz Shahid
Forum Replies Created
-
Hi @pomonthebeach ,
Please add the following snippet in your theme funcations.php. It will hide sticky add to cart. If the product already added to the cart.
add_filter( 'wsatc_product_hide', 'wsatc_hide_sticky_bar', 10, 2 ); function wsatc_hide_sticky_bar( $is_hide, $product_id ) { global $woocommerce; foreach($woocommerce->cart->get_cart() as $key => $val ) { $_product = $val['data']; if($product_id == $_product->id ) { return true; } } return $is_hide; }
- This reply was modified 4 years, 3 months ago by Sharaz Shahid.
Forum: Reviews
In reply to: [Code Widget] Perfect solution@victoriaokiyi Thanks for your appreciation ??
Forum: Plugins
In reply to: [Video Conferencing with Zoom] No screen and sound when Join Via Web BrowserI’m using pro but the same issue on my client website. When I clicked on join via browser page open with the black screen. I found some error in chrome
Uncaught TypeError: Cannot set property ‘i18n’ of undefined
at c (zoomus-websdk.umd.min.js:3)
at Object.w [as prepareJssdk] (zoomus-websdk.umd.min.js:3)
at Object.init (zoom-meeting.min.js:1)
at HTMLDocument.<anonymous> (zoom-meeting.min.js:1)
at i (jquery.js?v=1.405:2)
at Object.fireWith [as resolveWith] (jquery.js?v=1.405:2)
at Function.ready (jquery.js?v=1.405:2)
at HTMLDocument.J (jquery.js?v=1.405:2)- This reply was modified 4 years, 6 months ago by Sharaz Shahid.
Forum: Plugins
In reply to: [Code Widget] Support for mobile ?Hi @ijichan
Sorry for the late response. Let me check why it behaving like that. Are you still facing the issue?
Forum: Plugins
In reply to: [Code Widget] Support for mobile ?Hi @ijichan
Let me check why it behaving like that. Are you still facing the issue?
Forum: Reviews
In reply to: [Code Widget] Perfect@toborino Thanks for you support.
Forum: Reviews
In reply to: [Code Widget] Great JobNice to listen to these Words.
Thank YouForum: Reviews
In reply to: [Code Widget] Love it!Awsome ??
Hi @kaizencoders,
Thanks for your suggestion. At the time no filter available to change the share link. BTW I forwarded your request to the dev team. I will update you soon as I receive a reply from the dev team.
Stay Safe!
Hi @artesvelata,
We can’t open direct APP because some users don’t have the app. That’s why we are opening the web link.
We are adding these classes for styling purposes if someone wants to add style for specific posts. But we will look at how we can fix this issue. Thanks for your suggestion.
Hi,
Sorry for the trouble. It looks strange. Can you share your site URL it helps us fix the issue?
Looking Forward,
Team SSBHi,
Sorry for the trouble. Can you share your site URL it help us fix the issue?
Looking Forward,
Team SSBHello @performancefoundry,
Sorry for the late reply. If you are facing issues with Open Graph Tags, you can disable the Simple Social Buttons Open Graph Tags and can use open graph tags from some other SEO plugins.
In order to disable the open graph tags from Simple Social Buttons go to Simple Social Buttons>Settings>Advanced Settings> and here disable the open graph tags
Forum: Plugins
In reply to: [Code Widget] Leave widget title blank?Hi @wordpresswes,
You can hide the title using CSS.
Currently, the code widget has not functionality to parse title using PHP. you can add your title text in widget body.
But I noted your suggestion.