palatin8
Forum Replies Created
-
Obviously, I’m not the only one who got stuck on updating the free version. Perhaps you have changed your update policy in the meantime. But I haven’t gone premium, I just went elsewhere.
- This reply was modified 10 months ago by palatin8.
This is perfectly resolved! And I very much appreciate it is not a reserved feature for the pro version.
Thank you Nithin, thank you Dimitris. I’m sorry to have missed Nithin’s answer from two weeks ago, please appologize.
Kind regards, Martin.
For me using the free version of forminator, the mu-plugins mentioned by Filipe don’t even work for single uploads. Also, there is no hint in the mail sent that there might be additional files uploaded.
Remember, the reveiver of mails isn’t necessarily site admin. To begin with it would be useful to have a note in the mail, like “There are additional files to this mail uploaded to the server. Ask your site admin to provide.”
Please escalade the issue. At the moment file uploading is a pretty useless feature, if the site is not self-admined, and the admin doesn’t permanently check for uploads to hand off.
This worked for me (reported previously):
Go to
/wp-content/plugins/google-calendar-events/includes/abstracts/calendar.php
find line 660
$start_dt = Carbon::today( $this->timezone )->startOfMonth();
and change it to
$start_dt = Carbon::today( $this->timezone )->startOfMonth()->addHour();
I had to set calendar start for the grid view as of today, also I have earliest event 1 month before start date, latest event 1 year after start date. Initial view and navigation between months as expected.
Of course the change will be lost when you update GoogleCalendarEvents.
- This reply was modified 5 years, 6 months ago by palatin8.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] TOS Checkbox and text issue (recurring)No sense of urgency for me anymore, but increasing flexibility is always welcome. +1 support
Forum: Plugins
In reply to: [WP-Members Membership Plugin] TOS Checkbox and text issue (recurring)Hi Chad,
thanks a lot for the detailed answer. Now, that was easy: wpmem_tos_link_txt is all I need! With this filter I can have all of my TOS text and checkbox right before the register button. I use the built-in link for further reading, and redirect wp-members-tos.php to my privacy-policy page. All is fine.
Excuse my ignorance. I am new to WP-Members. It works out-of-the-box, but there is so much more to explore. Thank you, once again!
Forum: Plugins
In reply to: [Ultra Community] PHP Fatal ErrorI did examine the issue a little further and found out there’s a conflict between Ultra Community and Custom Sidebars 3.2.2 by WPMU. With both plugins activated admin-ajax stops working, resulting in Internal Server Errors. Subsequently other Plugins (Wordfence, Loco Translate …) can’t have file access. As soon as I deactivate either one of Ultra Community or Custom Sidebars everything is working fine again. If you search the support threads to Custom Sidebars, you’ll see, there are some more conflicts with other plugins.
Meanwhile I found an alternative to WPMU_DEV’s Custom Sidebars, which was some work to do finding the right plugin to suit my needs (Content Aware Sidebars) and configuring. On my part the problem has been solved right now, and I’m looking forward to use Ultra Community ??
- This reply was modified 5 years, 9 months ago by palatin8.
Forum: Plugins
In reply to: [Ultra Community] PHP Fatal ErrorThanks for your reply. I provided some more information to the contact form.
Forum: Reviews
In reply to: [Email Address Encoder] went commercial, droppedCome on. You still want me to drop names of alternatives. Better think of more unique names for your plugins.
I was using the original Simple Mail Address Encoder for some sites with no hassle. For a new site, it seems, I was mistakenly installing your Email Address Encoder instead. Finding out that most most eMails were not encrypted with your plugin, but driving me to a pro version to get better results.
Meanwhile I use the old Email Encoder Bundle for this site, even better than its follower WP Mailto Links.
This is working for me:
Go to
/wp-content/plugins/google-calendar-events/includes/abstracts/calendar.phpfind line 660
$start_dt = Carbon::today( $this->timezone )->startOfMonth();
and change it to
$start_dt = Carbon::today( $this->timezone )->startOfMonth()->addHour();
I now have calendar start this month, earliest event 1 month before start date, latest event 1 year after start date. Initial view and navigation between months as expected.
Of course the change will be lost when you update GoogleCalendarEvents.
No solution yet. Setting calendar start to “this year” will only help until February, I’m afraid.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Month Not ChangingI really hope this will get fixed. Temporary help for this month, and this month January only, is setting the start date of grid calendar to “this year”.
Updated the moment scripts to newest versions in /assets/js/vendor/ with no effect. Where to step in? Anyone?
Forum: Plugins
In reply to: [Recent Posts Widget Extended] How to Remove ‘Permalink to’ Text?Delete
'Permalink to %s'
, so that you’re left with:$html .= '<h3 class="rpwe-title"><a href="' . esc_url( get_permalink() ) . '" title="' . sprintf( esc_attr__( 'recent-posts-widget-extended' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark">' . esc_attr( get_the_title() ) . '</a></h3>';
Function esc_attr__() expects two parameters, so don’t delete the single quotes. Leave at least an empty string
''
or'%s'
.Forum: Reviews
In reply to: [Email Address Encoder] went commercial, droppedOther free plugins can encode all email addresses everywhere (mailto links or plain text in html, feeds).