Sander
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Tweets Widget] Languages+1
I’d be happy to submit a pull request or however this works in SVN. Please let me know how to help.
lfzy’s programmer here ??
In the
single-<posttype>.php
file, afterthe_post()
is called,<?php echo do_shortcode('[yasr_visitor_votes size="medium"]'); ?>
is run.
The star ratings show up, but the HTML needed for the rich snippet (thehttps://schema.org/AggregateRating
bit) is nowhere to be found.Forum: Plugins
In reply to: [Bainternet Posts Creation Limits] Version control available?Not sure why this is marked as resolved, as I did not receive any mail from you yet…
Forum: Plugins
In reply to: [Bainternet Posts Creation Limits] Version control available?I used the contact form on your website but did not get any feedback if it sent a message or not. If not, please mail me at wordpress -at- ugoku -dot- nl
Forum: Plugins
In reply to: [Pronamic Pay] Changelog?Thanks!
Alright, fair enough. I just reinstalled Ninja Forms and tried again, turns out I am partially to blame myself.
Apparently I forgot to set an administrator email address (I figured it would just use the site admin email). Ninja Forms did not give a warning about this, and I could fill out the form on my website without problems, except no email was sent. Seems really strange to me.During my first install (after which I rated the plugin), when I submitted the form using AJAX, I ended up at a white page showing nothing but a JSON object. Without AJAX submission, I got a white page that just said 0.
This did not happen during my second install, but might be something you could look into.All in all, my initial reaction turns out to be too harsh. Once you have read this message I will remove my 1 star rating.
Forum: Plugins
In reply to: [Pronamic Pay] Deprecated messageOops, sorry. Just noticed this was fixed in Pronamic 1.3.1!
Forum: Plugins
In reply to: [WooCommerce] Redirect after checkout in WooCommerce+1 for this. Would love to have an option to have a different “thank you” page based on what product is bought.
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Scores entered not holdingJust updated to 3.8.8.1, thinking this was fixed. It wasn’t. I’m going to find a hotfix right now and will post a solution soon.
-edit-
I think this happens because the POST is too big, so the variables at the end of the POST (league_id, updateLeague in admin/matches.php) don’t get included. Because of this, the function in admin/show-league.php (lines 45-47) doesn’t get called and the update fails.
Solution: in sports/basketball.php, comment lines 187 and 190. They add 6 fields to the POST per match which causes huge overhead and doesn’t contribute to the standings at all.
That’s not enough though. In admin/show-league.php it says!isset($_POST['doaction2'])
but doaction2 is in fact set so the entire script fails. Deleting that part works just fine.Also, several files in sports/ have a misspelling, they say
clas=
instead ofclass=
, you might want to fix that.Forum: Plugins
In reply to: [Digg Digg] set DiggDigg to "like" a Facebook Page for the site+1 for this
I can confirm that visiting the dashboard of the affected sites (and entering the Analytics code for each one) solves the problem.
Forum: Plugins
In reply to: [LeagueManager] Bug: standings are wrongNo points are awarded to a loss, so that’s not the problem. The modification you made sounds useful, would you mind sharing it with me and the rest of the world?
Forum: Plugins
In reply to: [Edge Suite] Animations with the same IDHi,
a week ago I had no idea Adobe Edge existed. I was looking into it for someone and made some compositions myself. I made a first composition and saved it, then continued with the same composition and saved it under a different name. I had no idea there was such a thing as a “composition ID” when I did that. So that’s why they had the same id.
An experienced Edge user would most likely not make this mistake, but if you add a notification, that would be great.Forum: Plugins
In reply to: [Edge Suite] Animations with the same IDSure, no problem ??
In Edge, I had two animations with “Composition ID” set to “EDGE-18565918”.
I used shortcodes to display composition 1 on the page, and composition 2 in a widget in the footer. The HTML that was outputted by the plugin was:
[code]
AdobeEdge.pathPrefix.comps['EDGE-18565918'] = 'https://www.domain.com/wp-content/uploads/edge_suite/project/test2_2';
[/code]
and
[code]
AdobeEdge.pathPrefix.comps['EDGE-18565918'] = 'https://www.domain.com/wp-content/uploads/edge_suite/project/test_1';
[/code]
So since the ID is the same, the pathprefix for the first one is overwritten by the second one and the first composition just shows the animation of the second composition.I hope this is clear enough, if not I’ll see if I can set up a test environment so you can see for yourself.
Forum: Plugins
In reply to: [Edge Suite] Animations with the same IDOh, and can you please make translations possible. I would be happy to translate it to Dutch when you do ??