eyewayonline
Forum Replies Created
-
Hi @karzin
I have changed the Login prevention method from “logout right after login” to “Use login filter from woocommerce”. The issue got resolved but this method prevents system to send account creation mail to the customer that also contain verification link. It is also verifying the customer automatically without pressing any verification link.
kindly assist
Hi @mohsinbsf
It worked for that moment, but the issue remain after refreshing the page.
I am using Jetpack plugin with some basic settings, it helps me getting connected to app, even not using any jetpack blocks on this particular page. Is there any specific setting you are asking for ?
I have also used the same Specta Slider on my subdomain page to give it a try and its working fine there on every screen size.
Thanks.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue with sliderHi @mohsinbsf
It must be some glitch. issue got resolved.
thanks
- This reply was modified 1 year, 5 months ago by eyewayonline.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue with sliderForum: Plugins
In reply to: [PWA] Sharing pages and products in PWAThanks @westonruter
Forum: Plugins
In reply to: [PWA] Sharing pages and products in PWAHow to share page in PWA when display on standalone ?
Forum: Plugins
In reply to: [PWA] Splash screen erupts frequentlyThanks @westonruter
facing the same issue with version 3.7.7
Forum: Plugins
In reply to: [Google for WooCommerce] Delete Google merchant sub-accounthey @mrwawe0 ,
Did you get the solution ?
i got stuck in similar situation.
please share the resolution of the said problem .
Thanks.Forum: Plugins
In reply to: [PWA] Adding shortcuts feature in PWAHey @westonruter
Issue resolved, ThanksForum: Plugins
In reply to: [PWA] Adding shortcuts feature in PWAhello @westonruter
I have done as you stated and used the same way.
But the issue still persist, icons are not visible with the corresponding shortcuts.
regards.Forum: Plugins
In reply to: [PWA] Adding shortcuts feature in PWAHey @westonruter
I am on PHP 7.4, and the icons are still not visible with shortcuts after using above mentioned code.
kindly assist further.Forum: Plugins
In reply to: [PWA] Adding shortcuts feature in PWAadd_filter( ‘web_app_manifest’, function ( $manifest ) {
$manifest[‘shortcuts’] = array(
array(
‘name’ => ‘Sunglasses’,
‘short_name’ => ‘Sunglasses’,
‘Description’ => ‘Sunglasses’,
‘url’ => ‘https://www.demosite.com/sunglasses/’,
‘icons’ => [‘src’ =>’https://www.demosite.com/wp-content/uploads/2022/08/Sunglasses-Gradient-Round-96.png’, ‘size’ => ’96×96′],),
array(
‘name’ => ‘Eyeglasses’,
‘short_name’ => ‘Eyeglasses’,
‘Description’ => ‘Eyeglasses’,
‘url’ => ‘https://www.demosite.com/eyeglasses/’,
‘icons’ => [‘src’ =>’https://www.demosite.com/wp-content/uploads/2022/08/Eyeglasses-Gradient-Round-96.png’, ‘size’ => ’96×96′],
),array(
‘name’ => ‘Contact Lenses’,
‘short_name’ => ‘Contacts’,
‘Description’ => ‘Contact Lenses’,
‘url’ => ‘https://www.demosite.com/contact-lenses/’,
‘icons’ => [‘src’ =>’https://www.demosite.com/wp-content/uploads/2022/08/Contact-Lens-Gradient-Round-96.png’, ‘size’ => ’96×96′],
),
);
return $manifest;
} );`- This reply was modified 2 years, 2 months ago by eyewayonline.
Forum: Plugins
In reply to: [PWA] Item in cart is not getting removedThanks @westonruter
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Elementskit Nav Menu not working on tab/MobileHello @prosenjitbarman
Thanks for assisting.
I have gone through conflict test and found out that it is conflicting with jetpack.
I am using that plugin since beginning as it help me to have access on mobile.
They were working fine earlier
kindly assist how to proceed further.
thanks.