• Resolved nathaliecomunited

    (@nathaliecomunited)


    Hi,

    How can I modify the font size of the title of the items?
    Also, why is the first item automatically open? How can I change that?
    How can I put the plugin in center of the page for desktop?

    Thank you for your help

    Have a good day,
    Nathalie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Codemenschen

    (@codemenschen)

    Hi @nathaliecomunited

    You need to update below file from {plugin directory}/gift-voucher/assets/js/item-script.js

    You need to completely remove below line
    $(‘.wpgv-according-category:not(:first-child)’).addClass(‘catclose’);

    And instead of below line you need to update modified line:-
    Original :- $(‘.wpgv-according-category:not(:first-child) .wpgv-items’).slideUp();
    Modified :- $(‘.wpgv-according-category .wpgv-items’).slideUp();

    This will allows you to close all the categories by default.

    Let us know if you need any further help 🙂

    Thread Starter nathaliecomunited

    (@nathaliecomunited)

    HELP !

    I followed your instructions, it didn’t work so I put the old version back on. and now I cannot click on buy anymore

    Could you please tell me how to solve this problem?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gift item’ is closed to new replies.