Wouters
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Export ReviewsThis is the answer that I got. But it doesn’t work for me. Let me know if it works for you. Or if you’ve been able to do it some other way…
So this is actually possible, there is a download script that is used by the optional shopper approved extension, but it should be accessible to any administrator even if the extension is not active. You can run the script by accessing the php file directly,
YOURSITE.COM/wp-content/plugins/rich-reviews/richreviews-download-script.php
. This won’t redirect properly if the extension isn’t active, just leaving you on a blank page, but should feed a download. The resulting file is in csv format, however the delimiter is the | character.Let me know if you have any trouble.
Cheers,
Charlie Maxwell
[NM_Developer]- This reply was modified 7 years, 6 months ago by Wouters.
@caimin_nwl: Is it possible you could document this? I think it would be a great feature?
@caimin_nwl, Thanks for the link. I did this but now it’s a drop down. Which isn’t exactly what I’m looking for. I would like to be able to search in the events using search strings like “BLU150417” or even just “BLU” and then it would show the events. Is that possible?
@chantalc The update went through. Thanks a bunch!
I added this piece of code I found on this forum, but that didn’t help…
function timeperiod_search($searches, $array){ if( !empty($array['Referentie NR.']) ){ $searches['Referentie NR.'] = $array['Referentie NR.']; } return $searches; } add_filter('em_events_get_default_search','timeperiod_search',1,2);
Nice! Thanks. Will keep my eye out.
@chantalc, I’ve suggested a new translation for “voorleggen Evenement” also there is a translation which can be left like the English one is. In Dutch we also use “Update” and not the word “moderniseren”. This is the line “Update %s” (page 4) which translate into “moderniseren Evenement” but this can (and should) be “Update Evenement”. But I cant update translation because it’s the same as the English version.
Thanks!
- This reply was modified 7 years, 11 months ago by Wouters.
Nope… nothing like that. Even in a private window it still says “voorleggen Evenement”.
Forum: Plugins
In reply to: [Yoast SEO] Only change snippet SLUG and not the permalink (WP gives)Forum: Plugins
In reply to: [Yoast SEO] Only change snippet SLUG and not the permalink (WP gives)@amboutwe, I tried it again to see if this is true.
But it’s not true for me.I have an item on https://www.mysite.nl/varen/boottochten/after-dinner-cruise/
In the snippet SLUG it just says https://www.mysite.nl/after-dinner-cruise/, when I change the SLUG to https://www.mysite.nl/varen/boottochten/after-dinner-cruise/ the page is not there anymore (404) so the URL is changed. It doesn’t use the correct permalink.
Is it possible to integrate this fiddle myself?
https://jsfiddle.net/B9ytK/I’ve looked at the fancybox.js file that comes with the plugin but I cant “hook” the code to this plugin because “fancybox” is not a function…
Great. That’s good to know. One more thing. I’m thinking about buying. But if it doesn’t do what I want it to do. Is there a money back within 30 day’s refund, or something like that?
- This reply was modified 8 years, 3 months ago by Wouters.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Easy way to customize the way the review looksCharlie, Ok. Well thats clear then. Thanks for your reply.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Stars should be partially colored inI, I like your thinking. Niemand. Maar waar plaats je deze code? (where do you place your code?)
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Only display total number of reviews displayNice that was exactly what is was looking for indeed. Thanks for point this out.
The code worked like a charm!