Can’t install plugins
-
Whenever I install a plugin I get an error message.
Installation failed: <!doctype html> Page not found | (MySite) <!– Google Analytics Tracking Code –> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’); ga(‘create’, ‘UA-0987654321-2’, ‘auto’); ga(‘send’, ‘pageview’); <!– Tracking Code –> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:240824,hjsv:5}; a=o.getElementsByTagName(‘head’)[0]; r=o.createElement(‘script’);r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,’//static.hotjar.com/c/hotjar-‘,’.js?sv=’); <!– WordPress Stuff –> var et_site_url=’https://mysite.com’;var et_post_id=’global’;function et_core_page_resource_fallback(a,b){“undefined”===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+”/?et_core_page_resource=”+a.id+et_post_id:a.src&&(a.src=et_site_url+”/?et_core_page_resource=”+a.id+et_post_id))} /* You can add more configuration options to webfontloader by previously defining the WebFontConfig with your options */ if ( typeof WebFontConfig === “undefined” ) { WebFontConfig = new Object(); } WebFontConfig[‘google’] = {families: [‘Montserrat:400,700’, ‘Open+Sans:300,400,600,700,800,300italic,400italic,600italic,700italic,800italic&subset=latin’]}; (function() { var wf = document.createElement( ‘script’ ); wf.src = ‘https://ajax.googleapis.com/ajax/libs/webfont/1.5.3/webfont.js’; wf.type = ‘text/javascript’; wf.async = ‘true’; var s = document.getElementsByTagName( ‘script’ )[0]; s.parentNode.insertBefore( wf, s ); })(); <!– This site is optimized with the Yoast SEO plugin v6.2 – https://yoa.st/1yg?utm_content=6.2 –> {“@context”:”http:\/\/schema.org”,”@type”:”WebSite”,”@id”:”#website”,”url”
.
.
.
. more js and then my site css
.
.
#sidebar .widget_nav_menu ul li a:hover{color:#6ab520;} #footer .widget_tag_cloud a:hover,#footer .widget_product_tag_cloud a:hover{background:#6ab520;border-color:#6ab520;} /* Shortcodes */ .box.style-2{border-top-color:#6ab520;} .box.style-4{border-color:#6ab520;} .box.style-6{background:#6ab520;} a.button,input[type=submit],button,.minti_button{background:#6ab520;border-color:#6ab520;} a.button.color-2{color:#6ab520;border-color:#6ab520;} a.button.color-3{background:#6ab520;border-color:#6ab520;} a.button.color-9{color:#6ab520;} a.button.color-6:hover{background:#6ab520;border-color:#6ab520;} a.button.color-7:hover{background:#6ab520;border-color:#6ab520;} .counter-number{color:#6ab520;} .divider-title.align-center:after, .divider-title.align-left:after { background-color:#6ab520 } .divider5{border-bottom-color:#6ab520;} .dropcap.dropcap-circle{background-color:#6ab520;} .dropcap.dropcap-box{background-color:#6ab520;} .dropcap.dropcap-color{color:#6ab520;} .toggle .toggle-title.active, .color-light .toggle a.button.medium.black-button:hover { background-color: #000000 !important; border-color: #000000 !important; display: table; margin: auto !important; padding: 20px 32px 20px 32px !important; } a.button.color-5 { background: #6ab520; color: #ffffff; border: 2px solid #6ab520; padding: 20px 32px 20px 32px !important; } a.button.color-6{ background-color: #3b3b3b; border-color: #3b3b3b; padding: 20px 32px 20px 32px !important; } a.button.color-6:hover { background-color: #555555; border-color: #555555; padding: 20px 32px 20px 32px !important; } a.button.color-3.large.pagescroll { line-height: 1.3em !important; } a.button.delete { margin-top: 4px; } @media only screen and (max-width: 959px) {.
.
.
.
all of it gets displayed
.
.
.
.
/* PrettyPhoto Options */ var lightboxArgs = { animation_speed: ‘normal’, overlay_gallery: false, autoplay_slideshow: false, slideshow: 5000, opacity: 0.83, show_title: false, social_tools: “”, deeplinking: false, allow_resize: true, allow_expand: false, counter_separator_label: ‘/’, default_width: 1160, default_height: 653 }; /* General Lightbox */ $(‘a[class^=”prettyPhoto”], a[rel^=”prettyPhoto”], .prettyPhoto’).prettyPhoto(lightboxArgs); /* WooCommerce Lightbox */ $(“a[data-rel^=’prettyPhoto’]”).prettyPhoto({ hook: ‘data-rel’, social_tools: false, deeplinking: false, overlay_gallery: false, opacity: 0.83, allow_expand: false, /* Allow the user to expand a resized image. true/false */ show_title: false }); /* Lightbox for Smartphones OFF */ var windowWidth = window.screen.width < window.outerWidth ? window.screen.width : window.outerWidth; var mobile = windowWidth < 500; if(mobile){ $(‘a[href$=jpg], a[href$=JPG], a[href$=jpeg], a[href$=JPEG], a[href$=png], a[href$=gif], a[href$=bmp]:has(img), a[class^=”prettyPhoto”]’).unbind(‘click.prettyphoto’); } /* Transparent Header */ function transparentHeader() { if ($(document).scrollTop() >= 60) { $(‘#header.header-v1’).removeClass(‘header-transparent’); } else { $(‘#header.header-v1.stuck’).addClass(‘header-transparent’); } } /* Sticky Header */ if (/Android|BlackBerry|iPhone|iPad|iPod|webOS/i.test(navigator.userAgent) === false) { var $stickyHeaders = $(‘#header.header-v1, #header.header-v3 .navigation-wrap, #header.header-v4 .navigation-wrap’); $stickyHeaders.waypoint(‘sticky’); $(window).resize(function() { $stickyHeaders.waypoint(‘unsticky’); if ($(window).width() < 944) { $stickyHeaders.waypoint(‘unsticky’); } else { $stickyHeaders.waypoint(‘sticky’); } }); if ($(“body”).hasClass(“header-is-transparent”)) { $(document).scroll(function() { transparentHeader(); }); transparentHeader(); } } /* WooCommerce: Second Image on Hover */ $( ‘ul.products li.pif-has-gallery a:first-child’ ).hover( function() { $( this ).children( ‘.secondary-image’ ).stop().animate({‘opacity’ : 1}, ‘fast’); }, function() { $( this ).children( ‘.secondary-image’ ).stop().animate({‘opacity’ : 0}, ‘fast’); }); /* Fill rest of page */ $(‘body’).css({‘background-color’ : ‘#1b1b1b’ }); }); <!–[if lte IE 8]> document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, ” ) + ‘ no-customize-support’; <![endif]–> <!–[if gte IE 9]><!–> (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; }()); <!–<![endif]–> Skip to toolbar About WordPress About WordPress ww.wp.xz.cn Documentation Support Forums Feedback MySite Dashboard Themes Widgets Menus Customize 00 comments awaiting moderation New Post Media Link Page Checkout Field Order Field Product Field Product Property User Field Quote Invoice Product Order Coupon Subscription User SEO Configuration Wizard Keyword Research AdWords External Google Trends SEO Book SEO Settings Dashboard Titles & Metas Social XML Sitemaps Advanced Tools Search Console Premium WPFC Clear Cache of This Page Delete Cache Delete Cache and Minified CSS/JS Search Howdy, Admin, Admin Edit My Profile Log Out Log Out
The topic ‘Can’t install plugins’ is closed to new replies.