psntr
Forum Replies Created
-
Hi Joppuyo,
Thank you for your reply.
Sure I’ll explain my use case.
I’m cropping all my featured image with your plugins, sometimes I want to use the exact same crop to avoid creating extra new image. Therefore it would be handy to have the already cropped image shown in the media library of the post that currently editing.
Does that make sense for you?
Forum: Reviews
In reply to: [Email Address Encoder] Sadly it stopped working [SOLVED]All good, easier than I thought. Thank you for your work and sorry for my misunderstandings.
Forum: Reviews
In reply to: [Email Address Encoder] Sadly it stopped working [SOLVED]I will try and change my rating. Thank you for your reply.
Forum: Plugins
In reply to: [Color Palette Generator] How to only return the dominant colorThank you Houke!
It works perfectly! Really useful.
Forum: Plugins
In reply to: [ACF Content Analysis for Yoast SEO] Working but generates conflictThank you for the fast reply. Yes I’m using both last version of YOAST and your plugin. As well as wordpress updated.
You can see the error log here (screenshot)
Forum: Themes and Templates
In reply to: WooCommerce loads a broken page using pjax in WordPressHi, did you fix the issue? I bump on the exact same problem using barba.js (pjax).
Forum: Plugins
In reply to: [Blank Footnotes] Headers Already Sent errorSame error and only online version… On my local computer it works.
Forum: Fixing WordPress
In reply to: Assigning a specific class per category and show its last postThank that’s solution that is clever, I did it and it worked.
Thank you!
Forum: Plugins
In reply to: [Page Transition] iOS back button display blank pageSame issues… i think i’ll implement it manually sadly, this plugin is out of date for a year now
Forum: Plugins
In reply to: [RICG Responsive Images] RICG RoyalsliderThank you Joe McGill for your answer, I’ll check have a look.
Forum: Plugins
In reply to: [RICG Responsive Images] RICG RoyalsliderWith some more research about how to implement it, it turns out, Royalslider custom markup editor uses, “Mustache”, being not so familiar with, maybe it’s too hard…
Forum: Plugins
In reply to: [RICG Responsive Images] Output picture bigger than original inputPlease people, never mind this topic, issue was from the theme I used… Figure it out by trying on another theme and files size remains the same.
Thank you anyway for reading.
Forum: Plugins
In reply to: [Event List] Latest event topI tried Mklein solution, it worked… I just had different line, mine was in line 160. Make sure to change ASC to DESC don’t copy and paste it like that, that’s maybe what messed up your header bar and so on…
Forum: Plugins
In reply to: [Event List] If no upcoming, show latest eventsIdeally I would put this:
[event-list initial_date=all num_events=1 show_filterbar=false link_to_event=false]
but as said in the “about page” of the plugin, the num_events, doesn’t work if there you choose initial_date as something different than Upcoming.
Regarding to have the latest post on top (as mentioned in this topic: here
I did what MKlein Web Design did, but I found them in line 160-162, so by changing the expression to:
$sort_array = array( ‘start_date DESC’, ‘time ASC’, ‘end_date ASC’ );
it worked, i have the latest event show on the top.
But still… Now how to show only one event when initial_date is set as all rather than upcoming?
Forum: Plugins
In reply to: [Event List] NUM_EVENTS not workingit’s working only if in your shortcode you specifies that the initial_date=upcoming… It is said in the “about page” of the plugin