Title: Andrea Greco's Replies | WordPress.org

---

# Andrea Greco

  [  ](https://wordpress.org/support/users/andygi/)

 *   [Profile](https://wordpress.org/support/users/andygi/)
 *   [Topics Started](https://wordpress.org/support/users/andygi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/andygi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/andygi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/andygi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/andygi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/andygi/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/andygi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/andygi/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/andygi/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Can Users Add Details To Their List and Send it To Me?](https://wordpress.org/support/topic/can-users-add-details-to-their-list-and-send-it-to-me/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/can-users-add-details-to-their-list-and-send-it-to-me/#post-14861932)
 * Hi [@stumur](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] ERROR SHORTCODE](https://wordpress.org/support/topic/error-shortcode-2/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-shortcode-2/#post-14859450)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Can Users Add Details To Their List and Send it To Me?](https://wordpress.org/support/topic/can-users-add-details-to-their-list-and-send-it-to-me/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/can-users-add-details-to-their-list-and-send-it-to-me/#post-14859430)
 * Hi [@stumur](https://wordpress.org/support/users/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 4 years, 8 months ago by [Andrea Greco](https://wordpress.org/support/users/andygi/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Error showing](https://wordpress.org/support/topic/error-showing-3/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/error-showing-3/#post-14499307)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Add button “Add to list” to a custom page.](https://wordpress.org/support/topic/add-button-add-to-list-to-a-custom-page/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years ago](https://wordpress.org/support/topic/add-button-add-to-list-to-a-custom-page/#post-14338137)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Page MyList for anonymous user](https://wordpress.org/support/topic/page-mylist-for-anonymous-user/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years ago](https://wordpress.org/support/topic/page-mylist-for-anonymous-user/#post-14338095)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] how to make the article in the list clickable](https://wordpress.org/support/topic/how-to-make-the-article-in-the-list-clickable/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years ago](https://wordpress.org/support/topic/how-to-make-the-article-in-the-list-clickable/#post-14303989)
 * Hello, this is strange, and maybe it depends on the theme you use.
    Can you send
   me your list page address, please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Page MyList for anonymous user](https://wordpress.org/support/topic/page-mylist-for-anonymous-user/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years ago](https://wordpress.org/support/topic/page-mylist-for-anonymous-user/#post-14303982)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Page content empty when plugin is activated](https://wordpress.org/support/topic/page-content-empty-when-plugin-is-activated/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/page-content-empty-when-plugin-is-activated/#post-14084279)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Page content empty when plugin is activated](https://wordpress.org/support/topic/page-content-empty-when-plugin-is-activated/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/page-content-empty-when-plugin-is-activated/#post-14038394)
 * Ok. Could you tell me the theme name do you use, please?
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Page content empty when plugin is activated](https://wordpress.org/support/topic/page-content-empty-when-plugin-is-activated/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/page-content-empty-when-plugin-is-activated/#post-14024325)
 * 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 5 years, 2 months ago by [Andrea Greco](https://wordpress.org/support/users/andygi/).
    -  This reply was modified 5 years, 2 months ago by [Andrea Greco](https://wordpress.org/support/users/andygi/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Clear List Button](https://wordpress.org/support/topic/clear-list-button/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/clear-list-button/#post-11861232)
 * Hi [@xhylyx1nr](https://wordpress.org/support/users/xhylyx1nr/)
    not at the moment,
   sorry. I can add it for the next version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Adding wish list to nav bar?](https://wordpress.org/support/topic/adding-wish-list-to-nav-bar/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/adding-wish-list-to-nav-bar/#post-11390396)
 * Hi [@mikegandy](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] Adding wish list to nav bar?](https://wordpress.org/support/topic/adding-wish-list-to-nav-bar/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/adding-wish-list-to-nav-bar/#post-11331566)
 * hi [@mikegandy](https://wordpress.org/support/users/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/](https://churchthemes.com/guides/user/appearance/menus/)
 * Let me know if you need different information.
    Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDMylist] It says I’m not logged in, but I am](https://wordpress.org/support/topic/it-says-im-not-logged-in-but-i-am/)
 *  Plugin Author [Andrea Greco](https://wordpress.org/support/users/andygi/)
 * (@andygi)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/it-says-im-not-logged-in-but-i-am/#post-11230227)
 * Hi [@mikegandy](https://wordpress.org/support/users/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)

1 [2](https://wordpress.org/support/users/andygi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/andygi/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/andygi/replies/page/2/?output_format=md)