Greybox
Forum Replies Created
-
Works perfectly fine! Thank you!
Forum: Plugins
In reply to: [Events Made Easy] How to skip time for all day events?Many thanks!!!
Forum: Plugins
In reply to: [Rapid Quiz] Little suggestionIs there a way to permanently remove the question number by modifying the plugin files until you add a panel option? Thank you!
Forum: Plugins
In reply to: [Events Made Easy] How to skip time for all day events?The following code seems to be even better because it removes unwanted empty lines in case the address and town are empty. What do you think? Do you see any problems?
<li> #M #j, #Y<br> [eme_if tag='#_IS_ALLDAY' value='0']#_12HSTARTTIME to #_12HENDTIME<br>[/eme_if] #_LINKEDNAME<br> [eme_if tag='#_LOCATIONNAME']#_LOCATIONNAME<br>[/eme_if] [eme_if tag='#_ADDRESS']#_ADDRESS<br>[/eme_if] [eme_if tag='#_TOWN']#_TOWN[/eme_if] </li>Forum: Plugins
In reply to: [Events Made Easy] How to skip time for all day events?Finally figured out that it was not working because of missing underscore in ‘#_IS_ALLDAY’
<li> #M #j, #Y<br> [eme_if tag='#_IS_ALLDAY' value='0']#_12HSTARTTIME to #_12HENDTIME<br>[/eme_if] #_LINKEDNAME<br> #_LOCATIONNAME<br> #_ADDRESS<br>#_TOWN </li>Thank you!
Forum: Plugins
In reply to: [Events Made Easy] How to skip time for all day events?I think I have figured out how to change the shortcode formatting by editing the “Default event list format” in the Events tab of EME settings. But
[eme_if tag='#IS_ALLDAY' value='0']condition tag still doesn’t work for me both for the shortcode and the widget.Forum: Plugins
In reply to: [Events Made Easy] How to skip time for all day events?Franky, thank you for your quick answer!
I tried your code, but now I don’t see the time in the widget at all for all events. Is there anything I need to do to enable condition tags?
And how I can remove the time for all day events for the shortcode?
[events_list +12m]Forum: Fixing WordPress
In reply to: WordPress 3.9 – Borders around picturesDid you refresh the page (F5)? Try to use my code above exactly, and if it works, substitute your image. Sometimes even a little typo can mess things up.
Forum: Fixing WordPress
In reply to: WordPress 3.9 – Borders around picturesThank you, I will try this plugin!
Forum: Fixing WordPress
In reply to: WordPress 3.9 – Borders around picturesThe what plugin?
Forum: Fixing WordPress
In reply to: WordPress 3.9 – Borders around picturesThank you, but the solution is simpler, and the solution is this code:
style="margin: 0px; border: 0px currentColor;",for example:
<img class="size-full wp-image-1932 alignnone" style="margin: 0px; border: 0px currentColor;" alt="canflag_anim3" src="http://www.nautilus-intl.com/wordpress/wp-content/uploads/canadian_flag_animated.gif" width="169" height="60" />Forum: Fixing WordPress
In reply to: WordPress 3.9 – Borders around picturesGood point! The animated gif flag on the front page doesn’t have the border – I removed it before 3.9 by adjusting the border size to 0 in the menu presented in my first posting. The code for that image shows:
style="margin: 0px; border: 0px currentColor;"I guess, I have to adjust manually now in the text editor. Doesn’t look like a step forward.
Forum: Fixing WordPress
In reply to: WordPress 3.9 – Borders around picturesI use Graphene theme. If it comes from the theme, this means I will not longer be able to control the borders on individual images. Well, that would be really bad!
The website is http://www.nautilus-intl.com
Forum: Plugins
In reply to: [WP Media Cleaner] Empty trash doesn't workJordy: Is this the log you were talking about?
Forum: Plugins
In reply to: [WP Media Cleaner] Unattached file not detectedI wonder if it is compatible with WordPress 3.9?