• Hi There

    we have updated a site to latest version BUT no row options exist and as such porducts are not friendly to view at all: https://imgur.com/a/EtFNlSr

    NO options in the settings and NO console errors… Inpecting the code we can see this:

    <div class=”options per-row-5 ” style=”
    display: grid;

            grid-template-columns: repeat(5, minmax(0, 20%) );
            gap: 10px;
            " ;="">

    If we add in padding (via the style option which is one of only options there) it DOES add it into that code block BUT there are no settings to have ONLY 2 products per row… Its missing.

    How can this be fixed?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    Please, could you send me a link of a product where this addon is added? In this way, I can see the configuration and try to reproduce the problem on my local installation.

    I’m looking forward your response.

    Have a good day.

    Thread Starter UmbrellaWeb

    (@umbrellaweb)

    Hi Carlos,

    Thanks for the update. How can I send you that link privatly???

    Thread Starter UmbrellaWeb

    (@umbrellaweb)

    Hi Carlos,

    So whilst waiting and trying to figure out whats going wrong we setup a totaly default setup of latest versions of WP + WOO and your plugin using the default twenty twenty 3 theme. You can see here: https://1devsites-com.stackstaging.com/tests/cor/index.php/product/wordpress-pennant/

    As you can see on this one its setting 1 addon per row/per block (where as the issue site its doing as 2!)

    NOW no where in the plugin settings is there an option to set amount of options to show in 1 row ie. 1,2,3 etc. That does NOT exit. Plugin is broken and does not work ??

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    If you want to change the number of add-ons per row, you can apply this custom code in the functions.php of your theme:

    if ( ! function_exists( 'yith_wapo_get_addon_settings_custom' ) ) {
    function yith_wapo_get_addon_settings_custom() {
    return 1;
    }
    add_filter( 'yith_wapo_get_addon_options_per_row_settings', 'yith_wapo_get_addon_settings_custom');
    }

    Change the number of the function to change the number of items.

    Have a nice day!

    Thread Starter UmbrellaWeb

    (@umbrellaweb)

    @ivansosa thank you for the update and code.

    That works to get the grid 2 only 2 columns in the row. Albeit lacks any gap styling even though its set as: gap:10px in sites code…

    Where are the settings to control all this in the plugin settings? seems arkward to have to rely on code snippets to achive this OR is that a premium function???

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well ??

    Unfortunately this version doesn’t have the settings to control the grid.

    For more information, you can contact directly in our site.

    I hope it helps you.

    Have a good day.

    Jenny

    (@miss-newyork)

    Hi there,

    I have the same issue and only accidentally noticed it. Why would you change the layout like this and activate the grid by default? It looks horrible!

    With the code you supplied I managed to go back to 1 column, but still the styling is all over the place and I have to do a lot of tweaking to make it look decent.

    Also, how do I change the total width of the area where the options are displayed? Right now it’s coded to be 50%, so text and checkboxes are not even displayed in the same row.

    Please add the option to turn off the grid layout in the admin settings asap. Everything was fine before.

    Thanks, Jenny

    Thread Starter UmbrellaWeb

    (@umbrellaweb)

    @miss-newyork 100% agree. latest update is ‘pants’

    Only way we could get round this is to use an older version via a DB backup at least that way we can get the sytling sorted (somewhat!)

    without restoring a DB backup it does not restore any of the addon products. Seems like once you upgrade to a latest version of this plugin there is NO backwards compatibility! Very poor… Sourcing an alternative solution now TBH

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Missing Settings – ROW and BLocks’ is closed to new replies.