faina09
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Themolio] PHP Catchable fatal error using get_category_parentsbetter fix:
on \themolio\functions.php replacede the 3 calls to get_category_parents with a call to this function:/* fixes: PHP Catchable fatal error: Object of class WP_Error could not be converted to string */ function themolio_get_category_parents( $id, $link = false, $separator = '/', $nicename = false, $visited = array() ) { $ct = get_category_parents( $id, $link, $separator, $nicename, $visited ); if ( is_wp_error( $ct ) ) return ""; else return $ct; }Forum: Plugins
In reply to: [WPF-WebThumb] ErrorI assume you have the latest version.
Please go to settings->webthumb in admin menu, choice ‘settings’ tab and tell me if the last two lines (thumbnails dir is:… and thumbnails url is:…) are correcting pointing to valid locations in your server.
In the ‘cache’ tab you can also try click on “Update thumbnail” link.Forum: Plugins
In reply to: [FAVIROLL - FAVIcons for blogROLL] does not supports HTML tags?!partially fixed:
//@@@@@@@@@@@@@ FavirollWorker.class.php line 348: add OR // scan html code for things like: <link href="...." rel="shortcut icon"/> if (preg_match('/<link[^>]+rel=["\'](?:shortcut )?icon["\'][^>]+?href=["\']([^"\']+?)["\']/si', $html, $matches) OR preg_match('/<link[^>]+href=["\']([^"\']+?)["\'][^>]+?rel=["\'](?:shortcut )?icon["\']/si', $html, $matches)) {Forum: Plugins
In reply to: [WP FEvents Book] Can you please sort subscriberssorry not for the moment, I will take note of this! Thank you for your request
Forum: Plugins
In reply to: [WP FEvents Book] Features requests :-)You should use “Visible to Logged only users” option and uncheck it 😉
sorry, I do not know how, but I missed this message!
The plugin try to save in wp-flogin/themes/default directory, but does not check if it exists nor if is writable and the files in it are overwritable. Please verify all this conditions.Forum: Plugins
In reply to: [WPF-Login] Fatal error after upgrading to WordPress 3.7I just committed = 1.05 = fix for WP 3.7
Sorry for the issue.yes it’s ok. thanks
..and now I discovered that 1.10.9 Standard download button in the Timely site downloads 1.10.1 (winmerge checked identical)… definitely you must reorder yours – and ours – ideas 😉
So let me understand. There are THREE version actually:
Pro (1.11.4 on Timely site)
Lite (1.10.4 on wp site)
Standard (1.10.1 – just updated to 1.10.9 – on Timely site)
Probably most of the problems coming from confusion between Lite and Standard, that is more features-rich that Lite and still free – so I ask
WHY you still maintain two free versions?? And follow two free customer support!!?
I think the best would be have just a free version on wp site and a pro one in your site!!I too was considering purchase the pro version, due to update problems in the free one… now I’m thinking to use a different plugin, maybe less sofisticated and hosted on wp site ONLY!!!
Anyway: I fix SOME of the problems copying
public_html/wp-content/plugins/all-in-one-event-calendar/themes-ai1ec/vortex
to
public_html/wp-content/themes-ai1ec/vortexHope this hepls
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Not compatible with WP 3.7same problem here! 1.10.1 works, update to 1.10.3 stops with same error.
Fixed copying
public_html/wp-content/plugins/all-in-one-event-calendar/themes-ai1ec/vortex
to
public_html/wp-content/themes-ai1ec/vortexBut seems that there are OTHER incompatibilities respect to 1.10.1
Forum: Plugins
In reply to: [custom tables] impossible to add fieldssorry I solved just disabling the conflicting ‘Debug Bar Console’ plugin, expecting the owner do the fix.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] i18n language supporthi Alessio, please contact me at the address specified in my site (see my profile). I have no other way to contact you. Se non mi scrivi non so come mandarti i file!! Ciao
do you mean e.g. “sending 1/20” and then “sent 20 of 20”? Yes it happens.