Forum Replies Created
-
AuthorPosts
-
georgesotiroSupport ExpiredThis reply has been marked as private.georgesotiroSupport Expired
sorry not resovled. i set it as resolved by mistake. How to fix it? Thanks
georgesotiroSupport ExpiredThanks for you reply. I made them sticky but i dont know if on click i could scroll to top.
is this possible? ThanksgeorgesotiroSupport ExpiredHi i added this. Worked but when you press login button it doesnt do something.
Also i changed code to this to work
jQuery(document).ready(function ($) { 'use strict'; function account_side() { var $account_side = $('body .header-group-action .site-header-account a'); var $account_active = $('body .header-group-action .site-header-account .account-dropdown'); $(document).mouseup(function (e) { if ($account_side.has(e.target).length == 0 && !$account_active.is(e.target) && $account_active.has(e.target).length == 0) { $account_active.removeClass('active'); } }); $account_side.on('click', function (e) { e.preventDefault(); e.stopPropagation(); $account_active.toggleClass('active'); }); } account_side(); });
georgesotiroSupport Expiredis possible to tell me the fix? Because another team is working on it now. Thanks
georgesotiroSupport Expiredhi i updated to the latest version but seems you didn’t fix the issue with the login issue
georgesotiroSupport ExpiredThis reply has been marked as private.georgesotiroSupport ExpiredThis reply has been marked as private.georgesotiroSupport Expiredwill be there any solution to my problem?
georgesotiroSupport ExpiredThis is not your theme that works with the test page. This is the plugin that works as itself.
Your theme doesn’t support additional class for product availability and that is clearly because if it supported it would work with plugins i mentioned. Especially with the official plugin from woocommerce for product availability.
I don’t want you to make extra work. But this is a prerequisite item for a theme that is made for delivery
georgesotiroSupport ExpiredThis reply has been marked as private.georgesotiroSupport ExpiredThis reply has been marked as private.georgesotiroSupport ExpiredThis reply has been marked as private.georgesotiroSupport ExpiredI don’t know what happens. I made many replies but they don’t appear.
as i said i use many other themes and plugins for delivery systems.now i used your theme to work on a new project.
previous themes support CSS classes for product availability-purchasable.
classes like.product-item:not(.purchasable) or product-loop.unavailable
etc.
So there many delivery plugins or plugins with scheduled time availability that works with product availability points there and you can set them with CSS unavailable.
I will try my next post add an example i build in my theme.
I setgeorgesotiroSupport ExpiredI replied as private but it deosnt post it. i will reply again but make it private please
-
AuthorPosts