• Resolved angelovic

    (@angelovic)


    I had a failed update. (I copied the very long error message. Let me know if I need to share it.)
    I deactivated, and reactivated the plugin. Slider still doesn’t work. It just shows the alt text for the images.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please share the error message here. Was it working before the update?

    In the meantime, there may have some corrupted files during the update. So you can manually delete MetaSlider and re-install again.

    Follow the next steps in order to delete (remove) WordPress plugin manually via FTP:

    • Download and install FTP client (for example, Filezilla).
    • Open FTP client and enter your FTP access credentials (host, username and password) to access files on your server.
    • Navigate to ‘yourwordpresswebsite/wp-content/plugins’ directory.
    • Delete (remove) necessary plugin by deleting its folder.`
    Thread Starter angelovic

    (@angelovic)

    Here is the message I received:

    Update failed: <!DOCTYPE html> <!-- This site is optimized with the Yoast SEO plugin v17.5 - https://yoast.com/wordpress/plugins/seo/ --> Page not found - sw Service Solutions <!-- Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [SEO - Search Appearance] menu and set up a template. --> {"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://swservicesolutions.com/#website","url":"https://swservicesolutions.com/","name":"sw Service Solutions","description":"Our Vision is Your Success","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://swservicesolutions.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]} <!-- / Yoast SEO plugin. --> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.2.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <!-- Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data. If you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser. --> var mi_version = '8.2.0'; var mi_track_user = false; var mi_no_track_reason = 'Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.\nIf you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser.'; var disableStrs = [ 'ga-disable-UA-79377337-1', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for ( var index = 0; index < disableStrs.length; index++ ) { if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if ( __gtagTrackerIsOptedOut() ) { for ( var index = 0; index < disableStrs.length; index++ ) { window[ disableStrs[ index ] ] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for ( var index = 0; index < disableStrs.length; index++ ) { document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[ disableStrs[ index ] ] = true; } } if ( 'undefined' === typeof gaOptout ) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if ( mi_track_user ) { function __gtagDataLayer() { dataLayer.push( arguments ); } function __gtagTracker( type, name, parameters ) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply( null, arguments ); return; } if ( type === 'event' ) { parameters.send_to = monsterinsights_frontend.ua; __gtagDataLayer( type, name, parameters ); } else { __gtagDataLayer.apply( null, arguments ); } } __gtagTracker( 'js', new Date() ); __gtagTracker( 'set', { 'developer_id.dZGIzZG' : true, } ); __gtagTracker( 'config', 'UA-79377337-1', {"forceSSL":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} ); window.gtag = __gtagTracker; ( function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function (){ var args = Array.prototype.slice.call(arguments); args.unshift( 'send' ); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len - 1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { if ( 'send' === arguments[0] ) { var hitConverted, hitObject = false, action; if ( 'event' === arguments[1] ) { if ( 'undefined' !== typeof arguments[3] ) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ( 'pageview' === arguments[1] ) { if ( 'undefined' !== typeof arguments[2] ) { hitObject = { 'eventAction': 'page_view', 'page_path' : arguments[2], } } } if ( typeof arguments[2] === 'object' ) { hitObject = arguments[2]; } if ( typeof arguments[5] === 'object' ) { Object.assign( hitObject, arguments[5] ); } if ( 'undefined' !== typeof arguments[1].hitType ) { hitObject = arguments[1]; if ( 'pageview' === hitObject.hitType ) { hitObject.eventAction = 'page_view'; } } if ( hitObject ) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs( hitObject ); __gtagTracker( 'event', action, hitConverted ); } } return; } function mapArgs( args ) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page' : 'page_path', 'location' : 'page_location', 'title' : 'page_title', }; for ( arg in args ) { if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch ( ex ) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; } )(); } else { console.log( "Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.\nIf you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser." ); ( function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; } )(); } <!-- / Google Analytics by MonsterInsights --> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/swservicesolutions.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.2"}}; !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /* <![CDATA[ */ var vantage = {"fitvids":"1"}; /* ]]> */ <!--[if lt IE 9]> <![endif]--> <!--[if (gte IE 6)&(lte IE 8)]> <![endif]--> /* <![CDATA[ */ var mobileNav = {"search":"","text":{"navigate":"Menu","back":"Back","close":"Close"},"nextIconUrl":"http:\/\/swservicesolutions.com\/wp-content\/themes\/vantage\/inc\/mobilenav\/images\/next.png","mobileMenuClose":"<\/i>"}; /* ]]> */ .so-mobilenav-mobile + * { display: none; } @media screen and (max-width: 480px) { .so-mobilenav-mobile + * { display: block; } .so-mobilenav-standard + * { display: none; } .site-navigation #search-icon { display: none; } } #wpadminbar { display:none; } html { margin-top: 32px !important; } * html body { margin-top: 32px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } } #footer-widgets .widget { width: 100%; } #masthead-widgets .widget { width: 100%; } #footer-widgets aside { width : 100%; } #masthead .hgroup h1, #masthead.masthead-logo-in-menu .logo > h1 { font-size: 36px } #masthead .hgroup { padding-top: 0px; padding-bottom: 0px } .main-navigation ul li a { padding-top: 10px; padding-bottom: 10px } .main-navigation ul li a, #masthead.masthead-logo-in-menu .logo { padding-left: 30px; padding-right: 30px } a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .post-navigation a, #image-navigation a, article.post .more-link, article.page .more-link, .paging-navigation a, .woocommerce #page-wrapper .button, .woocommerce a.button, .woocommerce .checkout-button, .woocommerce input.button, #infinite-handle span button { text-shadow: none } a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .post-navigation a, #image-navigation a, article.post .more-link, article.page .more-link, .paging-navigation a, .woocommerce #page-wrapper .button, .woocommerce a.button, .woocommerce .checkout-button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #infinite-handle span { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none } .panel-layout .panel-row-style { margin: 0; } (function() { var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)'); request = true; b[c] = b[c].replace( rcs, ' ' ); // The customizer requires postMessage and CORS (if the site is cross domain). b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs; }()); About WordPressAbout WordPresswww.remarpro.comDocumentationSupportFeedbacksw Service SolutionsDashboardThemesWidgetsMenusCustomize33 updates available00 Comments in moderationNewPostMediaPageUserSEOConfiguration WizardKeyword ResearchKeyword research trainingGoogle AdsGoogle TrendsSEO SettingsGeneralSearch AppearanceSocialToolsPremium InsightsSearchHowdy, SallySallyEdit ProfileLog Out Log Out Skip to content <!-- .hgroup.full-container --> Home Fixed Ops University In-Store Training Live Webinar Schedule Max Menu Online Store Articles FOU Members Login Group Training Academy YouTube Channel Menu <!-- .site-navigation .main-navigation --> <!-- #masthead .site-header --> That page can't be found. <!-- .entry-header --> It looks like nothing was found at this location. Maybe try one of the links below or a search? Search for: Recent Posts Who is Eating Your Profits? How to Become an Authentic Leader What Constitutes a Great Workplace? Press Release – The Automotive Distribution Network Becoming an Outstanding Manager Most Used Categories Uncategorized (61) <!-- .widget --> ArchivesTry looking in the monthly archives. Archives Select Month January 2021 November 2020 March 2020 November 2019 October 2019 July 2019 June 2019 May 2019 April 2019 March 2019 February 2019 January 2019 December 2018 July 2018 June 2018 April 2018 March 2018 February 2018 January 2018 December 2017 November 2017 October 2017 September 2017 July 2017 June 2017 May 2017 March 2017 February 2017 January 2017 November 2016 October 2016 September 2016 August 2016 July 2016 June 2016 May 2016 March 2016 October 2015 April 2015 April 2012 /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown--1" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ <!-- .entry-content --> <!-- .entry-main --> <!-- #post-0 .post .error404 .not-found --> <!-- #content .site-content --> <!-- #primary .content-area --> <!-- .full-container --> <!-- #main .site-main --> About us? ? ? ? ??Sign Up For Our Newsletter? ? ? ? ??Connect <!-- #footer-widgets --> Copyright sw Service Solutions. Site by angelaangelovic.com <!-- #site-info --> A SiteOrigin Theme <!-- #colophon .site-footer --> <!-- #page-wrapper --> <!--noptimize--><!--email_off-->.maxbutton-9.maxbutton.maxbutton-link-to-newsletter-signup-form{position:relative;text-decoration:none;display:inline-block;vertical-align:middle;border-color:#070708;width:400px;height:75px;border-width:2px;border-radius:8px 8px 8px 8px;background:#0cf;-pie-background:linear-gradient(#0cf 45%, #add800);background:-webkit-gradient(linear, left top, left bottom, color-stop(45%, #0cf), color-stop(1, #add800));background:-moz-linear-gradient(#0cf 45%, #add800);background:-o-linear-gradient(#0cf 45%, #add800);background:linear-gradient(#0cf 45%, #add800);-webkit-box-shadow:5px 5px 5px 0px #333333;-moz-box-shadow:5px 5px 5px 0px #333333;box-shadow:5px 5px 5px 0px #333333}.maxbutton-9.maxbutton.maxbutton-link-to-newsletter-signup-form:hover{border-color:#505ac7;background:#0cf;-pie-background:linear-gradient(#0cf 45%, #ff66e0);background:-webkit-gradient(linear, left top, left bottom, color-stop(45%, #0cf), color-stop(1, #ff66e0));background:-moz-linear-gradient(#0cf 45%, #ff66e0);background:-o-linear-gradient(#0cf 45%, #ff66e0);background:linear-gradient(#0cf 45%, #ff66e0);-webkit-box-shadow:5px 5px 5px 0px #333333;-moz-box-shadow:5px 5px 5px 0px #333333;box-shadow:5px 5px 5px 0px #333333}.maxbutton-9.maxbutton.maxbutton-link-to-newsletter-signup-form .mb-text{color:#ffffff;font-family:Verdana;font-size:24px;text-align:center;font-style:normal;font-weight:normal;line-height:1em;box-sizing:border-box;display:block;background-color:unset;padding:11px 70px 0px 70px}.maxbutton-9.maxbutton.maxbutton-link-to-newsletter-signup-form:hover .mb-text{color:#000000}@media only screen and (min-width:0px) and (max-width:480px){.maxbutton-9.maxbutton.maxbutton-link-to-newsletter-signup-form{width:90%}.maxbutton-9.maxbutton.maxbutton-link-to-newsletter-signup-form .mb-text{font-size:19px}} <!--/email_off--><!--/noptimize--> (function(e){ var el = document.createElement('script'); el.setAttribute('data-account', '8AT7sRvWzv'); el.setAttribute('src', 'https://cdn.userway.org/widget.js'); document.body.appendChild(el); })(); /* <![CDATA[ */ var monsterinsights = {"ajax":"http:\/\/swservicesolutions.com\/wp-admin\/admin-ajax.php","nonce":"b941398233","network":"","translations":{"":{"domain":"google-analytics-for-wordpress","lang":"en_US"}},"assets":"http:\/\/swservicesolutions.com\/wp-content\/plugins\/google-analytics-for-wordpress\/lite\/assets\/vue","addons_url":"http:\/\/swservicesolutions.com\/wp-admin\/admin.php?page=monsterinsights_settings#\/addons","page_id":"","page_title":"Archives","plugin_version":"8.2.0","shareasale_id":"0","shareasale_url":"https:\/\/www.shareasale.com\/r.cfm?B=971799&U=0&M=69975&urllink=","is_admin":"","reports_url":"http:\/\/swservicesolutions.com\/wp-admin\/admin.php?page=monsterinsights_reports","authed":"1","getting_started_url":"http:\/\/swservicesolutions.com\/wp-admin\/admin.php?page=monsterinsights_settings#\/about\/getting-started","wizard_url":"http:\/\/swservicesolutions.com\/wp-admin\/index.php?page=monsterinsights-onboarding"}; /* ]]> */

    Thread Starter angelovic

    (@angelovic)

    Can I delete it from the c-panel file manager instead of using FTP?

    Yes, using cPanel would also work.

    Thread Starter angelovic

    (@angelovic)

    Question for you: Are you seeing the slideshow at the top of the homepage at the link provided above?

    Yes, I was able to see the issue but since you pointed out that the issue happened right after the update. It’s possible that some of the files may have been corrupted which has caused your slideshow to fail. That’s why I asked to remove the MetaSlider plugin files from your site and re-upload them again.

    Thread Starter angelovic

    (@angelovic)

    Arreane,

    Thanks so much for your responses. I have since discovered that others can see the photos, and I can see the photos when I use another browser. So this problem seems to be specific to my computer, on Chrome, and only for this website!

    I have restarted chrome, restarted my computer, cleared my cache and cookies, but none of that has helped.

    If you have any ideas, that would be great, but I understand now that this isn’t a WordPress issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Failed update, Metaslider not working’ is closed to new replies.