sftranna
Forum Replies Created
-
Forum: Plugins
In reply to: [Masonry Widget] Remove Author post date from Masonry pluginHello @katharine and @tammy.m,
Simplest, Although never advised, way to get/update your required feature is edit this file /public_html/wp-content/plugins/so-masonry/tpl/masonry.php and comment out as in<!--<div class="entry-meta"> <?php printf( __( 'Posted on <a href="%1$s" title="%2$s" rel="bookmark" target="_blank"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'so-masonry' ), esc_url( get_post_meta( get_the_ID(), 'website_url', true ) ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'so-masonry' ), get_the_author() ) ), get_the_author() ); ?> </div><!-- .entry-meta -->
Forum: Plugins
In reply to: [BuddyPress Activity Plus] How to Set Maximum Upload File SizeThe solution here https://eaziweb.blogspot.com/2013/08/increase-max-upload-file-size-in.html should work for most.
this worked most of the time
You are Welcome B-)
Please make sure to backup your files and Database before upgrading the WP version.
Good luckHello @nicola.peluchetti,
I am working for a client Their site currently uses Event Espresso and this All-n-One Calendar plugin. when you enable Event Espresso, it screws up all the times on the All-n-One Calendar to be off by 5 or 6 hours (depending on ridiculous Daylight Savings Time nonsense). The only way to do it is by setting the WordPress time zone to Hawaii’s time…(thats what I cannot afford at this time)
I tried setting each time manually and the minute you make any change, the calendar reverts all of the times back to the broken state. Event Espresso does offer an Events Calendar that has most of the same functionality as the All-n-One calendar that they are currently using. Is there a way I can export all the events to espresso calendar plugin so that I can use it with their pluginyeah You will be able to restore all your events as if nothing has ever happened to your site ??
Hey guys,
All of us should rather Appreciate Nicola who provided us this plugin free instead of blaming him.I ran through the same problem here are the steps I followed to get my site as well as plugin get back
1. Rename/delete all-in-on-event-calendar folder in your /wp-content/plugins
2. Login to Admin
3. Update the plugin to 1.10.4Yay!
You are doneForum: Plugins
In reply to: [BuddyPress Activity Plus] How to Set Maximum Upload File SizeI attempted to change my limit directly on my server, then in the .htaccess file and then in wp-config.php but neither change worked for me. Then I came across this little snippet https://eaziweb.blogspot.com/2013/08/increase-max-upload-file-size-in.html help me sort the issue.
Thanks