Forum Replies Created

Viewing 15 replies - 1 through 15 (of 45 total)
  • Plugin Author Andrea Greco

    (@andygi)

    Hi @stumur

    First, thank you for your comprehension ??

    Let me start from your question, you can activate the share function, that add the capability to share a particular list by Twitter, Email and WhatsApp.
    I guess you can ask the guest to share with you that page by email or WhatsApp, so they can add some extra information in case.

    Regarding my “not at the moment” in the answer, is because I have list of new functions to add in my backlog, but because of lack of free time are still there.

    Cheers

    Forum: Plugins
    In reply to: [GDMylist] ERROR SHORTCODE
    Plugin Author Andrea Greco

    (@andygi)

    Thank you for contact me.

    The problem is because of the theme, I tested it on limited number of themes without particular issues, however any theme can use the data in different way.

    Did you try to call the button directly by update theme code instead of shortcode?
    This is the code:

    <?php
    $arg = array (
        'echo' => true
    );
    do_action('gd_mylist_btn',$arg);
    ?>

    Cheers

    Plugin Author Andrea Greco

    (@andygi)

    Hi @stumur

    thank you for your interest, the short answer is: not at the moment.

    You can allow a user to use it as guest, but at the moment you can not see the data from the admin panel.

    The data are saved in the DB anyway (the table is called “gd_mylist” + wordpress prefix, usually wp_).
    I save only the userID/tempGuestID, page/postID and Date.

    So you can extract this data from your BD directly by query SQL sorted by page/post or user.

    Cheers

    PS: I appreciate your strong motivation to contact me and I understand that you are looking for an answer ASAP
    But please consider that, as open source project and single developer, I am working on that only on my free time as you imagine, and weeks of delays for an answer are normal for project like that.

    • This reply was modified 3 years, 2 months ago by Andrea Greco.
    Forum: Plugins
    In reply to: [GDMylist] Error showing
    Plugin Author Andrea Greco

    (@andygi)

    Hello, the error looks to me connect to the cookie, do you have some plugin related to GDPR Cookie policy active?
    If so, this is the issue, in order to works correctly you need to allow the system to use the cookie “gb_mylist_guest”.
    Otherwise, let me know.

    Btw I have in the backlog a task to remove cookie and use local storage instead.

    Cheers

    Plugin Author Andrea Greco

    (@andygi)

    Hello,

    the code you show me is the correct one in order to show the button by code, but I never use it into a carousel.
    Honestly I don’t think it is works strand away, you need a workaround for that, because I use handlebar+jquery to render the button.
    I don’t know which plugin you use for the carousel, but usually for this kind of task you need to render the button after the carousel.
    You can try with the original code, you can find it in my github repo (at Details page of the WP page)

    Cheers

    Plugin Author Andrea Greco

    (@andygi)

    Hello

    I am glad to hear that is it works.
    Regarding your question, I don’t see any specific dedicated area for user personal data.
    Because of that maybe the navigation bar is not the best place.
    You can try to put is as floating button on the top right hand, or vice versa on da bottom.
    But it depends on how much focus do you want to give it.

    Cheers

    Plugin Author Andrea Greco

    (@andygi)

    Hello, this is strange, and maybe it depends on the theme you use.
    Can you send me your list page address, please?

    Plugin Author Andrea Greco

    (@andygi)

    Hello, in order to see the list articles the easy way is to create a page and put the short-code [show_gd_mylist_list] there.
    I assume you did it.
    If so please check if the page as some restriction and if the MyList setting is set up to allow to anonymous user.
    Let me know and in case you can share here your site address so I can check your code.

    Kind regards

    Plugin Author Andrea Greco

    (@andygi)

    Hi, I have released a new version in order to extend themes compatibility.

    It should cover your also but let me know.

    I have tested on 5 different themes, but, as you can image, every theme can add some code that generate some issue.

    For instance, I have found your issue in only one theme that apparently use the header differently.

    Let me know and have a nice day.

    Plugin Author Andrea Greco

    (@andygi)

    Ok. Could you tell me the theme name do you use, please?

    Thank you.

    Plugin Author Andrea Greco

    (@andygi)

    hello, quick question, are you a new user of the pluging or do you face on this issue after update it?

    If it is the first time you use it, the issue should be some incompatibility with the template you use.
    In that case I suggest disabling the hook to add the button automatically.
    To do so, go to settings > GD Mylist > Add GD My List Button and disable it.

    After that, is the issue is fixed you can add the button by or short_code or directly in the code. You can find more info in FAQ section

    Thank you

    • This reply was modified 3 years, 9 months ago by Andrea Greco.
    • This reply was modified 3 years, 9 months ago by Andrea Greco.
    Plugin Author Andrea Greco

    (@andygi)

    Hi @xhylyx1nr
    not at the moment, sorry.
    I can add it for the next version.

    Plugin Author Andrea Greco

    (@andygi)

    Hi @mikegandy
    because is passed some time from my replay, I assume you have found my answer useful.
    Let me know if you need more information, in the meantime, I’ll close this ticket.
    Cheers.

    Plugin Author Andrea Greco

    (@andygi)

    hi @mikegandy
    If you mean the wishlist page, the answer is usually yes.
    It depends on which template you use, but generally, you can find the menu panel into appearance/menus. Then you can add the wishlist page.
    Here more information: https://churchthemes.com/guides/user/appearance/menus/

    Let me know if you need different information.
    Cheers

    Plugin Author Andrea Greco

    (@andygi)

    Hi @mikegandy

    I have fixed and deployed the new version v.1.0.1.
    Let me know in case you face on the same issue.
    Cheers

Viewing 15 replies - 1 through 15 (of 45 total)