thinkero
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] VulnerabilityHello @pumpaxxl,
I’m also using WP Fastest Cache and today I discovered a published post by exploiting some vulnerability. It might be related to a cronjob (event wp_fastest_cache_Preload) exploiting the WordPress login.
Can you offer more details about your situation?Thank you!
Hi,
All youtube videos are stored in
post_content
as shortcodes [youtube https://www.youtube.com/watch?v=XXX ] parsed by wordpress or manual placed via metafields with youtube_id( $v_videourl).If there were multiple youtube shortcodes in articles, I saw multiple instances of base.js in pagespeed analysis, but I think I solved it by placing loading=’lazy’ in
<iframe loading='lazy' class='youtube-player' width='$w' height='$h' {$layout}src='" . esc_url( $src ) . "' allowfullscreen='true' style='border:0;' sandbox='allow-scripts allow-same-origin allow-popups allow-presentation'></iframe>
in modules/shortcodes/youtube.phpI’m looking to make something similar with your placeholder from amp-youtube, to place the youtube thumbnail as a facade and then to replace it after js is loaded.
- This reply was modified 3 years, 6 months ago by thinkero.
Forum: Plugins
In reply to: [Firelight Lightbox] Opening image URL instead of popupThank you, I restored a back-up and reinstalled the updated plugins. Now it’s working, I have one more plugin to update: Event Manager.
It seems that conditional tags like {is_future}{/is_future} are not working.
I have a similar problem transmitting a value #_LOCATIONPOSTID via shortcode.- This reply was modified 6 years, 10 months ago by thinkero.
Forum: Fixing WordPress
In reply to: Timezone issues: Publish a post, but is scehduledI found the error and the way to solve it, it was related to tzdata (linux/plesk server).
yum -y reinstall tzdata
I was unable to update the location fields, but I discovered later than other custom field restriction was the cause. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Wrong date fieldI’ve already done that. I’m waiting for an idea to solve this from the both sides. Somehow, the fields of event dates (to-from) or just the date formats are affected and I’m not able to save/publish the events.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Wrong date fieldAfter installation of GD Content Tools 5.0.3, it seems that GD Content Tools is overwriting some shared library / javascript / date selector dialog, affecting the functionality of Events Manager data picker.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Wrong date fieldThe situation occurs after updating GD Press Tools. It seems to be a conflict on that date picker js.
This is for standard WP tags (I connected them to event post type). The problem occurs just in exclusion usage (with minus sign)
@angelo_nwl do you have a workaround this situation?
The exclusion is not working in the event listing with param tag=”-tagslug”Hi angelo_nwl,
Do you have any news related to this issue?
I’m still looking to hide some events from listing by adding a specific post tag.Hi @angelo,
can you describe one working example of listing locations or events by TAGs (built WP taxonomy)?I have the same problem with locations.
echo EM_Locations::output( array('limit'=>0,'post_tag'=>$term->name) );
I just discovered what causes this error and I consider it’s a plugin bug which can be easily repaired.
1. I don’t use Bookings feature (the option is set on NO – the same issue is with YES)
2. The user who is trying to update an event don’t have “manage_others_bookings” capability.
3. The error message “You do not have permission to manage others bookings” was not visible or correctly displayed (at least, until I removed BuddyPress plugin)From my point of view, it’s wrong to set the event on DRAFT mode, the editing must be restricted, but the event to remain PUBLISH.
The current condition must check if the event takes reservations or the reservation feature is active on the website.
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] PHP Fatal errorNo, I don’t have any add-on.
The Wp version is 4.3.1The re-install didn’t solve the problem.
The error appears on events page (with Event Manager plugin).