Sean Hayes
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] events list: space after first eventHi,
It seems to be associated with this CSS rule that is included in The Events Calendar css:
.clearfix:after, .tribe-clearfix:after { clear: both; }
However, I don’t know why it has this effect- you might try and override like this in your themes custom css:
.tribe-clearfix:after { clear: none; }
Hi,
Both those menu items have a class of “current_page_parent” which can typically occur with custom post types.
One of a couple of fixes might help or send you in the right direction:
Using this filter:
https://codex.www.ads-software.com/Plugin_API/Filter_Reference/nav_menu_css_classOr it might be that you are displaying child pages that have a parent set in the edit page
“Page Attributes” setting that might not need to be set.Forum: Plugins
In reply to: [The Events Calendar] add_action('save_post') prioritiesHi,
Have you tried hooking into “tribe_events_update_meta”
That hook fires after the TEC meta is saved and might do what you need.
Forum: Plugins
In reply to: [The Events Calendar] View all events textWhich widget are you referring to?
Forum: Plugins
In reply to: [Featured Image Admin Thumb] problem with capabilitiesHi,
Thank you for your feedback.
Is there a particular circumstance you have encountered this and if so, can you describe it a little more?
I my testing, I’ve seen when logged in as an author that I can only see my content to change. And when I log in as an editor I can change content prepared by other users and the ability to change the thumbnail falls in line with that approach.
So, I’m not sure how I can improve the plugin in this direction but I am interested if you can expand more.
Thank you
SeanForum: Plugins
In reply to: [Featured Image Admin Thumb] Default ImageHi,
I hadn’t really set out to do that with this plugin but it’s an interesting idea.
Other than adding an option to the plugin code that would store a default image to use I’m unsure how to trigger it’s use. Do you have an idea in mind? The only thing I can come up with is to have “Set Default” appear alongside “Set Featured Image” when an image has not been set and I’m not sure that would do the trick.
What workflow do you have or suggest that would lead to a default image being set?
I am interested in what others think to the idea or the implementation too.
Thanks for your feedback.
Sean
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Change column positionHi,
Thanks for the feedback.
I think it’s a good idea – are you using the plugin ?
I’d be interested in hearing from any other plugin users if this would be a good change.
What I could do, for example, is re-position the thumbnail to the left of the title and for those that prefer the original way have an option to put the thumbnail in the original position.
Thanks again,
Sean
To clarify the issue, we found that the theme framework in use had specifically set the columns to be displayed for this particular post type.
Whilst it is an exception it was easy to overrride and achieve the desired functionality. Just one of those things to remember when upgrading the theme/framework.
Sure – if you can provide access that would help me determine more about solving the problem encountered when using this theme.
My contact information is available in my plugin profile.
Hi,
Thank you for using my plugin.
Sounds like the “Portfolio” column might already have a column for thumbnails and perhaps my plugin is interfering with it.
Are you able to share more details about the theme you are actually using – is it something free/publicly available so I can test it out and perhaps craft a solution to help out.
Thank you
SeanForum: Plugins
In reply to: [Featured Image Admin Thumb] Please make plugin translatableVersion 1.4 is now out and it has been coded with translation ability in mind.
I hope it helps you out but if not do open another ticket.
Thank you for using my plugin.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Sombe browsers not workingHi,
Sorry to hear you’re having issues with these browsers and from what you describe I’m not sure how I can address them through my plugin.
However, if I (or anyone else) can find a way reproduce the errors based on your description and experience I will try to improve my plugin code to address them.
Thank you
SeanForum: Plugins
In reply to: [Featured Image Admin Thumb] Please make plugin translatableSorry for the delay in responding.
You (and anyone else interested in this plugin being translated) please take a look at the current development version – showing in the changelog as a feature of the upcoming version 1.4
Download from hereYou’ll need poedit to open, edit and save
languagues/featured-image-admin-thumb-fiat.pot
to your local language filefeatured-image-admin-thumb-fiat-ln_LN.*
. Whereln_LN
is the language code –de_DE
for German – example is included in the plugin.Then test away to see if the translation(s) work out.
My testing with the included German file proved successful.
There are some other minor code cleanups in this version else it’s just the translatability.
Thank you
SeanForum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with WoocommerceGreat – thanks for confirming.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with WoocommerceYes – I now see there was some development code I hadn’t removed.
Whilst I have updated 1.3.5 to remove that code I have also created 1.3.6 that doesn’t include the development code but does include the other WooCommerce changes/improvements making 1.3.6 the version to get.
For a while a site with this plugin hasn’t detected the new 1.3.6 update but it is there and when WordPress next checks for plugin updates the 1.3.6 version should show up for update.
Let me know how it pans out please.
Thanks for the feedback and additional comments. Very useful.