Okay
  Public Ticket #2452694
Theme Configuration doesn't work
Closed

Comments

  •  4
    Urbanluxcz started the conversation

    Hi,

    when some admin configurations are set, they wont take any effect. For example. MGS -> Theme Setting v1.1.4 -> Catalog section:

    • Hide Add to Cart button -> YES - button is still visible
    • Hide Add to Wishlist button -> YES - button is still visible
    • Hide Add to Compare button -> YES - button is still visible etc.

    There was simmilar issue, but link from search is broken:

    https://arrowhitech.ticksy.com//ticket/2303694/


    Anyway, we have cleared the cache etc. of course.

    Developing on Magento 2.3.4 and Supro Theme 1.1.4. after fresh update (settings not tested od 1.1.3). We are able to change background color of a header for example, but mentioned settings just wont work.

    Any ideas please ?

  • [deleted] replied

    Dear  Urbanluxcz,

    Thanks for contacting us,

    Could you please give me your site info ( admin url, admin account and ftp access detail ) we will check and help you.

  • [deleted] replied

    Hello,

    This is answer from tm88493:

    "

    Hi Urbanluxcz,

    I noticed that some of these setting doesn't work but you can fix these issues in your own child theme. For example I put this to app/design/frontend/Vendor_Module/Magento_Catalog/layout/default.xml file:     <body>         

    <referenceBlock name="catalog.compare.sidebar" remove="true"/>          <referenceBlock name="wishlist_sidebar" remove="true" />     

    </body>

    I also hid compare button with css from the catalog page (next to quickview button):

    .action.tocompare {   display: none !important; }

    "

  •  4
    Urbanluxcz replied

    Hello MGS (and tm88493),

    thank your for help, but xml layout rewrites are realy the last option for our development team.

    I am not able to provide access to our FTP or admin, since there are some sensitive customers data for testing and development purposes.

    It just would be nice if theese basic settings of theme works as they should. Just change (set) it, flush the cache, refresh the page - and that should be it. 

    Is there something that I can do for you to help solve this issue (else than admin and FTP access) ?

    Thank you

  •  4
    Urbanluxcz replied

    Hello,

    is there some progress please?

  • [deleted] replied

    Hello,

    Sorry for the late reply,

    We have been making it with other updates, I will send you the patch in this week.

  •  4
    Urbanluxcz replied

    Hello,

    is the patch already available, please?

    Thanks in advance

  • [deleted] replied

    Hello,

    Yes I have attached for you, apply it to your site then clear cache and check again

  •  4
    Urbanluxcz replied

    Hello MGS,

    the patch you provided works perfectly. Thank you.