Andrea Greco
Forum Replies Created
-
Forum: Plugins
In reply to: [GDMylist] Can Users Add Details To Their List and Send it To Me?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 SHORTCODEThank 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
In reply to: [GDMylist] Can Users Add Details To Their List and Send it To Me?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 showingHello, 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
In reply to: [GDMylist] Add button “Add to list” to a custom page.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
In reply to: [GDMylist] Page MyList for anonymous userHello
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
In reply to: [GDMylist] how to make the article in the list clickableHello, this is strange, and maybe it depends on the theme you use.
Can you send me your list page address, please?Forum: Plugins
In reply to: [GDMylist] Page MyList for anonymous userHello, 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
In reply to: [GDMylist] Page content empty when plugin is activatedHi, 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
In reply to: [GDMylist] Page content empty when plugin is activatedOk. Could you tell me the theme name do you use, please?
Thank you.
Forum: Plugins
In reply to: [GDMylist] Page content empty when plugin is activatedhello, 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.
Forum: Plugins
In reply to: [GDMylist] Clear List ButtonHi @xhylyx1nr
not at the moment, sorry.
I can add it for the next version.Forum: Plugins
In reply to: [GDMylist] Adding wish list to nav bar?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.Forum: Plugins
In reply to: [GDMylist] Adding wish list to nav bar?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.
CheersForum: Plugins
In reply to: [GDMylist] It says I’m not logged in, but I amHi @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