Ahmad Karim
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Widgets] New update doesn't worki dont understand? mispaced or missing? it was working perfectly fine before the latest update?
Forum: Plugins
In reply to: [Display Widgets] New update doesn't workits not working. its displaying the empty widget area if the intended page for widget is not there. take a look at this
https://www.enclavelakemurray.com/availability/Thanks alot Robert. This was never a problem in the previous version. The latest version has this issue (3.1.1)
Hello @jfarthing84
Could you plz look at the error.
Strict Standards: Declaration of Theme_My_Login::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in /wp-content/plugins/theme-my-login/includes/class-theme-my-login.php on line 17 Strict Standards: Declaration of Theme_My_Login_Ajax::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in /wp-content/plugins/theme-my-login/modules/ajax/ajax.php on line 21 Strict Standards: Declaration of Theme_My_Login_Security::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in /wp-content/plugins/theme-my-login/modules/security/security.php on line 21
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] tiled-gallery.php line 424?Rearrange the images turn the notice message on and off. take a look at the following links.
https://dev.pavilionsatpantanoapts.com/resident-reviews/
https://dev.pavilionsatpantanoapts.com/resident-reviews-2/the first order of images triggers the notice and the second one works fine.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] tiled-gallery.php line 424?guess I was wrong. An image that is processed for tiled mosaic gallery seems to trigger the notice message.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] tiled-gallery.php line 424?Thanks alot, that seems to fix the problem. I tried deleting the shortcode that is already there and replacing it with the new one. Thanks again ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] tiled-gallery.php line 424?here is the link to the gallery.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] tiled-gallery.php line 424?I am running the latest version of jetpack but I am still getting that error. I tried deactivating, deleting and re-installing the plugin. Here is the shortcode for the gallery.
[gallery type="rectangular" link="file" ids="1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164"]
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] tiled-gallery.php line 424?Notice: Undefined offset: 3 in /<path>/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php on line 454 Notice: Trying to get property of non-object in /<path>/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php on line 454
this is the error I am getting on my jetpack install upon using tiled gallery. any help?
I am not sure. I not the developer of this plugin ??
Add the following js lines to contact-form-7/includes/js/scripts.js. The problem is with the browser. It treats the json as jsonp and adds a callback to it.
$.ajaxSetup({ jsonp: null, jsonpCallback: null });