Forum Replies Created

Viewing 15 posts - 91 through 105 (of 563 total)
  • Author
    Posts
  • in reply to: how to enable topbar in mobile? #11587
    root
    Keymaster

    Hi mate,

    pinkmart does not this option yet
    but header and footer builder that release soon you can handle the header style in mobile Devices

    Regards

    in reply to: Questions about design options #11586
    root
    Keymaster

    Hi mate, sale badge by default is red and you need to change it with Custom CSS
    if you have problem with custom label please send your website login detail to help.kitestudio@gmail.com to check it out

    Regards

    in reply to: Socials – Telegram #11585
    root
    Keymaster

    Hi mate,
    please send your website login details to help.kitestudio@gmail.com to check it out 🙂

    Regards

    in reply to: Footer Widget in all pages #11584
    root
    Keymaster

    Hi mate,

    Please check the following option in the page setting :

    https://tinyurl.com/y5sx5x2s

    Regards

    in reply to: Questions about design options #11583
    root
    Keymaster

    Hi!

    I can’t change the badge background color from the Custom Badge Background Color settings. It comes red by default. It can’t assign the color I have determined.

    in reply to: Socials – Telegram #11581
    root
    Keymaster

    Pinkmart Theme -> Socials -> First Custom Social Network.

    I fill the relevant fields. On the Main Page the custom social logo is not seeing good.
    why does it look that way?

    How can i use theme icons First Custom Social Network?

    in reply to: How can i change mega menu to full width ? #11576
    root
    Keymaster

    Hello again
    I want to edit the JavaScript file. Which application or library I will convert the file I edited to min.js.
    The code I want to change

     /*-----------------------------------------------------------------------------------*/
      /*  Navigation
      /*-----------------------------------------------------------------------------------*/
    
            nav: function () {
    
                var self = this;
    
                if (self.windowWidth <= 1140)
                    return;
    
                var $checkFixed = self.$ktheader.attr("data-fixed"); // Check menu fixed option is enable (1) or disable (0)
    
                var $menuItem = $('.navigation > ul li.menu-item-has-children');
    
                $menuItem.each(function () {
    
                    var $menuWrapper = $(this).find('.menu-item-wrapper'),
                        $secondlevelItems = $menuWrapper.find('> ul > li'),
                        $rightOffset = 0;//store the offset of megamenu from right side of screen
    
                    if ($(this).hasClass('mega-menu-parent')) {
                        $menuWrapper.find('.special-last-child').closest('.menu-item-wrapper').addClass('has-special-last-child');
    
                        $menuWrapper.width($secondlevelItems.length * $secondlevelItems.eq(0).outerWidth());
                        $menuWrapper.height($menuWrapper.find('> ul').height());
                        $menuWrapper.css('margin-left', '');//Reset margin-left to calculate correct position
                        var $rightOffset = self.windowWidth - ($menuWrapper.offset().left + $menuWrapper.outerWidth());
                        if ($rightOffset < 0) {
                            $menuWrapper.css('margin-left', $rightOffset); // cause mega menu be in window 
                        }
                        if ($menuWrapper.parents('.catmenu').length != 0) {
                            if ($menuWrapper.find('> ul').height() < $('nav.catmenu').height()) {
                                $menuWrapper.height($('.category-menu-container').height() - 40);
                                $menuWrapper.find('li.has-bg').height($('.category-menu-container').height() - 40);
                            }
                        }
                    }
                    else {
                        var $subMenuWidth = $(this).find('> ul').eq(0).outerWidth();
                        var $rightOffset = self.windowWidth - ($(this).offset().left + $subMenuWidth);
                        if ($rightOffset < $subMenuWidth) {
                            $(this).addClass('left-submenus');
                        }
                    }
                    if ($(this).parents('.catmenu').length != 0) {
                        var $menu_height = $(this).parents('.catmenu').siblings('.allcats').width();
                        if (self.windowWidth > 1140) {
                            var $left = parseInt($menu_height) + parseInt($(this).parents('.catmenu').siblings('.allcats').css('marginLeft').replace('px', ''));
                            if ( $('body').hasClass('rtl') ) {
                                $menuWrapper.css('right', $left);
                            } else {
                                $menuWrapper.css('left', $left);
                            }
                            if (!$(this).hasClass('mega-menu-parent') && $(this).parents('.mega-menu-parent').length == 0)
                                if ( $('body').hasClass('rtl') ) {
                                    $(this).find('> ul.sub-menu').css('right', $left);
                                } else {
                                    $(this).find('> ul.sub-menu').css('left', $left);
                                }
                        }
                    }
                });
    
    in reply to: How can i change cookie law popup code. #11574
    root
    Keymaster

    Hi mate,

    Regarding the cookie law policy please check the following option :
    theme setting -> Cookie Law :
    https://www.awesomescreenshot.com/image/5872035/e6f73e698a988d18b87bbcd58df2010a

    Regards

    in reply to: How can i change mega menu to full width ? #11573
    root
    Keymaster

    Hi mate, there is no option for this style right now
    You need to handle it with custom CSS

    if you need any customization functionality please contact kiteStudio Agency :
    http://kitestudio.co/agency

    Regards

    in reply to: Questions about design options #11572
    root
    Keymaster

    Hi mate, thank you for the warm Feedback

    Regarding the stock availability progress bar check the following link :
    https://www.awesomescreenshot.com/video/2242092?key=1bdd444ff03cef7ddf0ce37de84e6251

    Regarding the badge :
    Out of Stock generate automatically when a product not in Stock any more!
    Regarding the sale check the following option :
    theme setting -> shop page -> On-Sale Products Percentage Badge
    https://tinyurl.com/yb2j6ewg

    Regarding the custom badge check the following video :
    https://www.awesomescreenshot.com/video/2242103?key=be706f2674cc6a45c137923403914af0

    – This tab generate by WCFM Plugin, Pinkmart is compatible with WCFM and Dokan Plugin

    Regards

    in reply to: My Account Icon #11563
    root
    Keymaster

    Your Welcome

    in reply to: My Account Icon #11562
    root
    Keymaster

    thanks!

    in reply to: Redux crashing site #11561
    root
    Keymaster

    Glad to hear that issue has been fixed

    we are here if you need more help

    Regards

    root
    Keymaster

    Hi mate and nice to hear that
    Please check the following image

    https://imgur.com/1txJyRU

    make sure click on the sync button

    if the issue not fixed, please send your website login information to check it out

    Regards

    in reply to: Field redux_options_object could not be displayed. #11558
    root
    Keymaster

    hi, dhayabarank, where this error is shown?
    please share website login information to help.kitestudio@gmail.com
    to check it out

    Regards

Viewing 15 posts - 91 through 105 (of 563 total)