Sorry to bother you guys. I need a favorites, or bookmark kind of plugin to add to my Avada themed site (my site isn’t Woocommerce – it’s just a regular website), that can give people the option to favorite any live bands on my webpages that they like the look and sound of, then when they’re finished looking at our bands, send me the list of their favorited bands, along with a message for me that they can add to their short list, like e.g. what date they need the live band for, where their wedding is etc.. just basic data form would do? Can this plugin do these things, generally? I’d also prefer that they didn’t need to sign up – I’d rather they just be guests.
Please let me know?
Thank you,
Stu M
When I add this shortcode to the [show_gd_mylist_list] page, the results are not shown in the page but at the top of the web page.
Please fix this error
Hello!
In my post while, I call the mylist button
If I click add to favorites, then the heart remains unchecked
And I need to clear the cache for update hearts in checked posts. In single working wihtout clearing cache.
]]>Hi, this plugin is awesome. The only thing I am looking for is I want to show the wishlist if the user logged in using a custom query. Can you please help me with this?
]]>Hello, When I install this bookmark plugin, 3 errors are showing. can You help me on this or give me updated plugin file to use this feature, Please.
]]>Hey,
I create a custom .php page… i make a OWL Carousel with differents post.
I have the thumbnail, the title, and i want to add the “ADD TO LIST” buton via code.
I only found the “LIST BUTTON”
<?php
$arg = array (
'echo' => true
);
do_action('gd_mylist_btn',$arg);
?>
Is something like this but for the ADD TO LIST button?
Thanks!
]]>Hi there,
How to show the MyList page for anonymous user? I was testing with MyList Page placed into menu, but it not showed the articles in that page saved previously.
Thanks for advance,
Felipe
]]>Hi when a user adds an article to his list when he goes to his list page you see the articles but you can’t click to go to the page, how can I solve?
]]>Hello,
When the plugin is activated, the page content div is completely empty, so the font end only displays the header and footer of every page. As if it’s completely removed all html in the page’s content. When we deactivate the plugin, the page’s content is displayed again.
This is urgent because we have important pages that are empty because of this and it’s very bad for seo as well.
Thanks
Hello,
how can I change the text on the button?
]]>Hi there,
Is it possible to include the add my list button on post type archive, when the posts are loaded via ajax?
]]>Hi,
I would like to have the feature so add in the wishlist URLs with $_GET variables.
I mean, I have a page that shows different data by the $_GET variables. But the post_id is always the same.
Then, I would like to save in the wishlist the URL with its variables, instead, that save the post_it.
Please, would you like to implement this feature?
Kind regards
G. Aloe
]]>Hi,
Thank you for this plugin. I am using this for one of my sites. Is there a button we can place to also clear all list in one click. Let me know if this is possible. Thank you
]]>Is there a way to add the wishlist to a navigation bar menu?
]]>No matter where I put the button code using the shortcode or PHP, I am told to “Please login first.” My site is private only and I wouldn’t even be able to see the page if I wasn’t logged in. I don’t want to use the Anonymous function as users’ wishlists will be deleted. Any suggestions?
]]>How to get my wishlist in custom query? So that I can display according to my layout.
]]>Hi
How i can Disable Ajax ?
Hi
How i can get and Send Favorite page in Contact Form 7 ?
Thanks!
]]>Hi,
this is Michael. I do have a question. I am
using gdmylist which is working fine. I configured
it working under a buddypress network I am using.
Under Buddypress (only) when I do want to remove
the product from the wishlist the js does remove it. But the
little wheel never stops to circle around itself.
It is probably not a big thing, but I do not have clou…
any Suggestions?
Best, Michael
]]>I just want to show count in menu bar but your ##COUNT## not work.
How to use this keyword
]]>Hello I would like to tell you that I am stuck in a simple task.My wishlist button is not working on wishlist page [show_gd_mylist_list],but it is working on [show_gd_mylist_btn].
I don’t know what happen with the plugin, All I am changed is Css of button, have cross checked it that it is not effecting any Ajax because of it.
But nothing works on that page.
Thanks in advance.
This page is conditional with user logged in, so cant access it.
I have been into every template and altered the text yet when the page refreshes it reverts back to your original text.
Why is this? Is there a database entry somewhere?
]]>Hi,
How can the admin view wishlist of users?
Thanks.
]]>Hi! I have two “add My List” links on page for each posts: on posts list and on popup quick view. It’s work correctly only for link which was clicked: datebase updates, text in link is changes. But second link don’t change. How can I fixed it?
]]>Same post adding multiple times in the wishlist
]]>Wishlist Total items should display count item dynamically when remove or add items to wishlist
Below short code used in this page : [show_gd_mylist_list]
]]>When we click multipe click on wish list button in same product, Its added multipe times to wishlist
]]>I added below function in fuinction.php its block this wish list functionality.
function redirect_non_admin_users() {
if ( ! current_user_can( ‘manage_options’ ) && ‘/wp-admin/admin-ajax.php’ != $_SERVER[‘PHP_SELF’] ) {
wp_redirect( home_url() );
exit;
}
How to change button text.
I want to change ” add My List” to “Add To My Wishlist”
How can achieve this functionality without hack plugin core files.
]]>I am tring to figure-out how to add additional listing items into GD View.
I find that in template box-list.php I can manage items which will show-up on GD View page.
<div class=”col-sm-12″>
<h3>##postTitle##</h3>
<h3>##postContent##</h3>
But how I can find-out which variable to use for emaple for address, contact details of map of my list post?
]]>