Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • in reply to: Login widget problem #2301
    georgesotiro
    Support Expired
    This reply has been marked as private.
    in reply to: Login widget problem #2186
    georgesotiro
    Support Expired

    sorry not resovled. i set it as resolved by mistake. How to fix it? Thanks

    in reply to: product tabs #2185
    georgesotiro
    Support Expired

    Thanks for you reply. I made them sticky but i dont know if on click i could scroll to top.
    is this possible? Thanks

    in reply to: Login widget problem #2163
    georgesotiro
    Support Expired

    Hi 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();
    });
    in reply to: Login widget problem #2106
    georgesotiro
    Support Expired

    is possible to tell me the fix? Because another team is working on it now. Thanks

    in reply to: Login widget problem #1937
    georgesotiro
    Support Expired

    hi i updated to the latest version but seems you didn’t fix the issue with the login issue

    in reply to: Login widget problem #1698
    georgesotiro
    Support Expired
    This reply has been marked as private.
    in reply to: unavailable class #1549
    georgesotiro
    Support Expired
    This reply has been marked as private.
    in reply to: unavailable class #1528
    georgesotiro
    Support Expired

    will be there any solution to my problem?

    in reply to: unavailable class #1519
    georgesotiro
    Support Expired

    This 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

    in reply to: unavailable class #1506
    georgesotiro
    Support Expired
    This reply has been marked as private.
    in reply to: unavailable class #1502
    georgesotiro
    Support Expired
    This reply has been marked as private.
    in reply to: unavailable class #1457
    georgesotiro
    Support Expired
    This reply has been marked as private.
    in reply to: unavailable class #1456
    georgesotiro
    Support Expired

    I 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 set

    in reply to: unavailable class #1440
    georgesotiro
    Support Expired

    I replied as private but it deosnt post it. i will reply again but make it private please

Viewing 15 posts - 1 through 15 (of 30 total)