Forum Replies Created
-
AuthorPosts
-
January 15, 2021 at 4:41 am in reply to: Layer Slider not working without the WP Admin login and did update the theme #1272574
i updated the child theme and that seems to have fixed the issue.
Thanks,
ChrisJanuary 13, 2021 at 5:45 am in reply to: Layer Slider not working without the WP Admin login and did update the theme #1272027i have created a staging site on siteground (our hosting) and have disabled every plugin. i still get the jquery error and in the console here’s the first bit of the error message.
you can login with the same userid. the url is listed in the private content
window._layerSlider={globals:{youTubeIsReady:!1,vimeoIsReady:!1},GSAP:”undefined”!=typeof LS_GSAP&&LS_GSAP,pluginsLoaded:[],pluginsNotLoaded:[],pluginsBeingLoaded:[],plugins:{},slidersList:{},currentScript:document.currentScript,lsScript:jQuery(‘script[src*=”layerslider.kreaturamedia.jquery.js”]’)[0],scriptPath:””,pluginsPath:!1,showNotice:function(e,t,i,a){var s,r,o=”string”==typeof e?jQuery(“#”+e).first():e;switch(t){case”jquery”:r=”Multiple jQuery issue”,s=’It looks like that another plugin or your theme loads an extra copy of the jQuery library causing problems for LayerSlider to show your sliders. Please navigate from your WordPress admin sidebar to LayerSlider -> Options -> Advanced and enable the “Include scripts in the footer” option.’;break;case”oldjquery”:r=”Old jQuery issue”,s=”It looks like you are using an old version (“+i+”) of the jQuery library. LayerSlider requires at least version “+a+” or newer. Please update jQuery to 1.10.x or higher. Important: Please do not use the jQuery Updater plugin on WordPress as it can cause issues in certain cases.”}jQuery(‘<div class=”ls-slider-notification”><i class=”ls-slider-notification-logo”>!</i>LayerSlider: ‘+r+”<span>”+s+”</span></div>”).insertBefore(o)},removeSlider:function(e){this.slidersList[e]=null,delete this.slidersList[e]},checkVersions:function(e,t){for(var i=e.split(“.”),a=t.split(“.”),s=0;s<i.length;++s){if(a.length==s)return!1;if(parseInt(i[s])!=parseInt(a[s]))return!(parseInt(i[s])>parseInt(a[s]))}return i.length,a.length,!0}},Number.prototype.indexOf=function(e){return(“”+this).indexOf(e)},function(se){“use strict”;window._layerSliders={},se.fn.layerSlider=function(i,a,s,r){i=i||{};var t,e=”1.8.0″,o=se.fn.jquery;if(window._layerSlider.checkVersions(e,o,e))return(typeof i).match(“object|undefined”)?this.each(function(e){t=”LS”+Math.random().toString(36).substr(2,9),se(this).data(“lsSliderUID”)||(window._layerSliders[t]=new n(this,se(this),i,t))}):”data”===i?window._layerSliders[this.data(“lsSliderUID”)]:”eventData”===i?window._layerSliders[this.data(“lsSliderUID”)].api.eventData():”defaultInitOptions”===i?window._layerSliders[this.data(“lsSliderUID”)].defaults.init.options||!1:”userInitOptions”===i?window._layerSliders[this.data(“lsSliderUID”)].userInitOptions||!1:”sliderInitOptions”===i?window._layerSliders[this.data(“lsSliderUID”)].o||!1:”originalMarkup”===i?window._layerSliders[this.data(“lsSliderUID”)].originalMarkup||!1:this.each(function(e){var t=window._layerSliders[se(this).data(“lsSliderUID”)];t&&t.api.methods(i,a,s,r),t=null});window._layerSlider.showNotice(se(this),”oldjquery”,o,e)};var n=function(M,_,a,z){_.data(“lsSliderUID”,z).attr(“data-layerslider-uid”,z);var ie=this,ae=ie.gsap=window._layerSlider.GSAP?window._layerSlider.GSAP:window;ie.defaults={init:{lsDataArraySplitChar:”|”,dataKey:”_LS”,controls:[“#playmedia”,”#pausemedia”,”#unmute”,”#unmutemedia”,”#start”,”#stop”,”#prev”,”#next”,”#replay”,”#reverse”,”#reverse-replay”,”#reversereplay”],options:
January 12, 2021 at 1:17 am in reply to: Layer Slider not working without the WP Admin login and did update the theme #1271715same issue for me. only the admin sees the home page layerslider. i’m not sure when the issue started. the owner of the business noticed it today. i have attempted updating possible suspect plug-ins, one by one, but no luck. would definitely appreciate a quick look at the site (url and login listed in the private content)
is this being looked into at all? I don’t think it is a problem with WP 4.8…it would seem to me that the theme needs to be updated to incorporate changes purposely made in WP 4.8
https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/
new media widgets don’t work in my theme (how to fix) – https://themes.trac.wordpress.org/browser/coherent/1.0.6/js/coherent.js?rev=77395#L88
from the debug console on my site, i see errors related to the new media widgets. so, if those are causing errors and the full theme code is not loading properly, couldn’t that be causing a problem of the text widget not showing up?
And while the classic-text-widget plugin does appear to let me add NEW text widgets, i cannot delete an existing text widget because it is not visible. That’s a problem.
Is this issue still active? I haven’t seen a resolution.
Others, did the support suggestion of using ‘http://yoursite.com/wp-admin/widgets.php?widgets-access=on’ work for you?
Has anyone found a different solution? Three of us (at least) are having a problem….it has to be a bug somewhere in the theme….
the above suggestion did not work for me at all. It just gives me a page that says “are you sure you want to do this?” with no choices.
I found a plugin that disables widgets. As I disable widgets, the exceptions and errors shown in the console go away. I’ve disable ones i don’t care about, such as audio and video, but I kind of really need the text widget. With that active i still get the following exception:
Uncaught ReferenceError: wp is not defined at widgets.php:149
my widgets.php file @ lines 144 – 149 (149 in bold) is:
<script type=’text/javascript’ src=’http://f62.e9f.myftpupload.com/wp-content/plugins/better-font-awesome/vendor/mickey-kay/better-font-awesome-library/js/admin.js’ defer=’defer’></script>
<script type=’text/javascript’ src=’http://f62.e9f.myftpupload.com/wp-content/plugins/better-font-awesome/vendor/mickey-kay/better-font-awesome-library/lib/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.min.js’ defer=’defer’></script>
<script type=’text/javascript’ src=’http://f62.e9f.myftpupload.com/wp-admin/js/editor.min.js’ defer=’defer’></script>
<script type=’text/javascript’ src=’http://f62.e9f.myftpupload.com/wp-admin/js/widgets/text-widgets.min.js’ defer=’defer’></script>
<script type=’text/javascript’>
wp.textWidgets.init();
</script>So, is some sort of js file not being loaded properly?
Could everyone list out there system settings such as PHP version, MySQL version, WordPress version, etc to try and help support narrow down what is causing some obvious incompatibility somewhere? I doubt the hosting matters, but I’m on GoDaddy Managed WordPress.
I’ve done the steps to turn on debugging and logging but i don’t see a debug.log file in wp-content directory as the page you linked to said would occur. I did, however, install a plugin called Debug This that will show up in the admin bar on pages (doesn’t seem to load on dashboard/admin pages), so hopefully that will be helpful.
Here are my system status settings:
Home URL: http://f62.e9f.myftpupload.com
Site URL: http://f62.e9f.myftpupload.com
WP Version: 4.8
WP Multisite Enabled: No
Web Server Info: Apache
PHP Version: 5.6.30
MySQL Version: 5.6.32Here is the relevant part of my wp-config.php file
/**
* For developers: WordPress debugging mode.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
//define( ‘WP_CACHE’, true );
require_once( dirname( __FILE__ ) . ‘/gd-config.php’ );
define( ‘FS_METHOD’, ‘direct’);
define(‘FS_CHMOD_DIR’, (0705 & ~ umask()));
define(‘FS_CHMOD_FILE’, (0604 & ~ umask()));The ‘debug this’ plugin provides lots of information. i clicked on PHP -> WP Debug Log and this is the result
[21-Jun-2017 19:25:12 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Undefined variable: main_color in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/css/dynamic-css.php on line 35
[21-Jun-2017 19:25:13 UTC] PHP Notice: Undefined variable: primary in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/css/dynamic-css.php on line 48
[21-Jun-2017 19:25:13 UTC] PHP Notice: Undefined variable: primary in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/css/dynamic-css.php on line 53
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:25:13 UTC] PHP Notice: Trying to get property of non-object in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 66
[21-Jun-2017 19:42:26 UTC] WP_Community_Events::maybe_log_events_response: Valid response received. Details: {“api_url”:”https:\/\/api.wordpress.org\/events\/1.0\/”,”request_args”:{“body”:{“number”:5,”ip”:”174.197.17.0″,”locale”:”en_US”,”timezone”:”America\/Chicago”}},”response_code”:200,”response_body”:{“location”:{“ip”:”174.197.17.0″},”events”:”5 events trimmed.”}}
[21-Jun-2017 19:48:37 UTC] PHP Notice: Undefined offset: 1 in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/plugins/debug-this/debug-this.php on line 204
[21-Jun-2017 19:48:40 UTC] PHP Notice: Undefined offset: 1 in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/plugins/debug-this/debug-this.php on line 204
[21-Jun-2017 19:52:47 UTC] PHP Notice: Undefined offset: 1 in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/plugins/debug-this/debug-this.php on line 204
[21-Jun-2017 19:54:00 UTC] PHP Notice: Undefined offset: 1 in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/plugins/debug-this/debug-this.php on line 204
[21-Jun-2017 19:54:04 UTC] PHP Notice: Undefined offset: 1 in /home/content/p3pnexwpnas07_data02/95/3362595/html/wp-content/plugins/debug-this/debug-this.php on line 204- This reply was modified 7 years, 5 months ago by chrisguess.
I know you looked at WeddingMuseum’s site and not mine, but I don’t think your suggestion of deleting the widgets and recreating them is going to work. In my footer I have text visible from a text widget that isn’t even showing up in the widgets section, meaning I can’t delete it.
Personally. I just need to change the value of some text (address update) that’s in the ‘invisible’ text widget. Is there a file I could edit directly to do so?
I have the same exact issue. I can see text in my footer, but when i look at the footer, there is either NO text widget to edit or the text widget showing a column title (like Contact Us) is there but cannot be edited. I’ve included the URL & login info in the private content area.
-
AuthorPosts