Okay
  Public Ticket #2624895
shop page
Closed

Comments

  •  1
    Sisi started the conversation

    Hello! I want my shop page to look like Side Leftbar Shop Layout page from the demo. But there are some issues in this shop page, which I don't know how to fix it. I will write it down bellow.


    First: The grid view is invisible. It appear only the text that is grid view when you click with the mouse it appear, but the list view become visible. In the Side Leftbar Shop Layout page the list view and the grid view are visible.


    Second: When I choose the page bellow the products the number of the chosen page becomes invisible and the next pages are showen. I want to see every page like the demo of Side Leftbar Shop Layout page.


    Third: When I try to edit the name of the URL slug in premalink and then update the link automatic change it again to ..../shop-2 . I want to be only ..../shop .


    Fourth: How can I add the color and size from the demo version on Side Leftbar Shop Layout page.



  •  2,567
    Kevin replied

    Hi Sisi

    I have corrected for display issues
    # to set the filter go to Appearance-> widget, select the sidebar "Product Category Sidebar"
    and add filter properties
    #Note let's create variation products with attributes added in Product-> attribute so that it can be displayed on store page.

    thanks

  •  1
    Sisi replied

    Hello! 

    To set the filter I have to add filter and then add widget to Product Category sidebar, right? I sent a screenshot to show it what I mean. (Capture 16)

    I created 2 color attributes but it doesn't appear on the site and also it's not allow me to add the attributes in the product. I don't know what I do wrong. 

    # for the display issues - How can I change the pages above the footer to look like Capture 13/ Demo of Side Leftbar Shop Layout page.



  •  2,567
    Kevin replied

    Hi Sisi

    Create Product-> attribute and create varation product without attributes to create filter on the sidebar
    # I have selected footer at Appearance-> Widget, 3 sidebars "Footer Top; Footer Middle and Footer Bottom"

    thanks

  •  1
    Sisi replied

    Hello! I added the attributes and created variation to create filter on the sidebar. But now I don't know why whenever I click on the site it shows black screen over my site and when I click on the X on the top right the screen doesn't cancel. And the attributes also aren't shown on the page. How can I remove this black screen?

  •  2,567
    Kevin replied

    Hi Sisi!

    you need to create a variation product for this filter to work

    Please open editing directly on the site through Appearance-> Editor so I can fix the problem with the lightbox
    Please clear the Cache and check again
    thanks

  •  1
    Sisi replied

    Hello, Kevin!

    I added it 3 variations product and clear the cache of the wordpress and the browser, but the black screen doesn't disappear and I can't see the results in the shop page. Also in my Appearance there is no Editor menu.

  •  2,567
    Kevin replied

    Hi Sisi  !

    This is a problem with the WP 5.6 update using lightbox with swipebox, to fix this problem go to Appearance-> Editor / assets / js / customjs (or global.js) and search for js then delete them

     $( '.swipebox' ).swipebox( {    useCSS : true, // false will force the use of jQuery for animations    useSVG : true, // false to force the use of png for buttons    initialIndexOnArray : 0, // which image index to init when a array is passed    hideCloseButtonOnMobile : false, // true will hide the close button on mobile devices    removeBarsOnMobile : true, // false will show top bar on mobile devices    hideBarsDelay : 3000, // delay before hiding bars on desktop    videoMaxWidth : 1140, // videos max width    beforeOpen: function() {}, // called before opening    afterOpen: null, // called after opening    afterClose: function() {}, // called after closing    loopAtEnd: false // true will return to the first image after the last image is reached   } );

    Your problem will be solved

    We are continuing to optimize the issue, all themes will be updated to fix the problem and related issues, please follow the above themes. https://themeforest.net/user/themeftc/portfolio

    thanks

  •  1
    Sisi replied

    Hello, Kevin!

    I deleted the code, but the black screen doesn't disappear.

  •  2,567
    Kevin replied

    Hi Sisi  

    please clear Cache and ctrl + f5, reload the page and check again

    thanks