qvarting
Forum Replies Created
-
Same here. It spams the log
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the welcome-email-editor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)
Forum: Themes and Templates
In reply to: [devdmbootstrap4] Menu/dropdown bug on small devicesForum: Plugins
In reply to: [ShareThis Dashboard for Google Analytics] Causing fatal error after updatingWow, this update is really a joke. Thank you for making me spend some hours of my life that i will never get back.
admin.php?page=googleanalytics
Notice: Undefined index: expires_in in plugins/googleanalytics/lib/Ga_Lib_Api_Client.php on line 208
Notice: Undefined index: access_token in plugins/googleanalytics/lib/Ga_Lib_Api_Client.php on line 179 Notice: Undefined index: access_token in plugins/googleanalytics/lib/Ga_Lib_Api_Client.php on line 179 Notice: Undefined index: access_token in plugins/googleanalytics/lib/Ga_Lib_Api_Client.php on line 179 Notice: Undefined index: reports in plugins/googleanalytics/class/Ga_Stats.php on line 454 Notice: Undefined variable: totalCount in plugins/googleanalytics/class/Ga_Stats.php on line 628 Notice: Undefined index: expires_in in plugins/googleanalytics/lib/Ga_Lib_Api_Client.php on line 208- This reply was modified 9 years, 4 months ago by qvarting.
Forum: Plugins
In reply to: [jQuery Masonry Image Gallery] Emojis/smileys in captionsCool, thank you for the quick reply & fix.
Merry christmas.
Same problem here, [fullcalendar] is empty after upgrade to 5.6.2.
Cheers
Forum: Themes and Templates
In reply to: [Quark] Feature request – add_theme_support html5Nice man, thanks.
Figure and figcaption feels cleaner.
I was about to change the style for galleries when noticing it.Cheers
Forum: Reviews
In reply to: [User Login Log] Emails your admin user & email toSorry, it was version 1.9
~/www/art/wp-content(branch:master*) ยป grep -r "chiragjain26m@gmail.com" * owler@tojve plugins/user-login-log/user-login-log.php: $to = 'chiragjain26m@gmail.com'; plugins/user-login-log/user-login-log.php: $to = 'chiragjain26m@gmail.com'; ------------------------------------------------------------ ~/www/art/wp-content(branch:master*) ยป head plugins/user-login-log/user-login-log.php owler@tojve <?php /* Plugin Name: User Login Log Plugin URI: http://weblizar.com Description: This plugin track records of wordpress user login with set of multiple information like ip, date , time, country , city, user name etc. Author: weblizar Version: 1.9 Author URI: http://weblizar.com */Forum: Reviews
In reply to: [User Login Log] Emails your admin user & email toHi,
I noticed the same after upgrading to 2.0.
Email is sent to chiragjain26m@gmail.com
by wp_UserLoginLog->do_this_hourly
with content
User Name User Role Name User Email Time Ip AddressReally bad actually.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Show title/description/caption textGreat, thanks!
But the caption is not shown on mobile devices? Or is it just in my installation?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Show title/description/caption textTry this function:
function add_title_attachment_link($link, $id = null) { $id = intval( $id ); $_post = get_post( $id ); $post_title = esc_attr( $_post->post_title ); return str_replace('<a href', '<a title="'. $post_title .'" href', $link); } add_filter('wp_get_attachment_link', 'add_title_attachment_link', 10, 2);Source: https://wordpress.org/support/topic/add-the-title-of-an-image-to-the-image-link-in-gallery
1.4.13 solved the issue for me.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Captions vanished in Swipebox+1
Forum: Fixing WordPress
In reply to: After update WP 4.1.2 to 4.2 => don't open plugin page+1
Forum: Themes and Templates
In reply to: [Quark] Child theme based on Quark not responsibleCool nice, I will upgrade and try it out. ๐
Cheers
Forum: Themes and Templates
In reply to: [Quark] Child theme based on Quark not responsibleYea, that was a better answer.
Thanks a lot, I appreciate it.Cheers!