Forum Replies Created

Viewing 15 replies - 76 through 90 (of 203 total)
  • Thread Starter tommcgee

    (@tommcgee)

    Yes, it does act like it changes. In all the methods I tried, the return message didn’t show any error and indicated that the change was successful.

    The email notices also came through as expected (“Someone has requested a password reset for the following account…” followed by a link; and “This notice confirms that your password was changed…”)

    Thread Starter tommcgee

    (@tommcgee)

    The theme update did the trick.

    That makes sense. I went with the cheap-o cert from my provider because I just wanted something to protect my admin login. But the link you provided works, so thanks!

    Is this what you’re looking for?

    admin.js?ver=4.3.1:23 POST https://tom-mcgee.com/wp-json/jetpack/v4/module/photon/active 424 (Failed Dependency)activateModule @ admin.js?ver=4.3.1:23(anonymous function) @ admin.js?ver=4.3.1:30(anonymous function) @ admin.js?ver=4.3.1:22toggleModule @ admin.js?ver=4.3.1:91toggleModule @ admin.js?ver=4.3.1:88r @ admin.js?ver=4.3.1:1i @ admin.js?ver=4.3.1:1s @ admin.js?ver=4.3.1:1d @ admin.js?ver=4.3.1:1f @ admin.js?ver=4.3.1:1n @ admin.js?ver=4.3.1:1processEventQueue @ admin.js?ver=4.3.1:1r @ admin.js?ver=4.3.1:1handleTopLevel @ admin.js?ver=4.3.1:1i @ admin.js?ver=4.3.1:18o @ admin.js?ver=4.3.1:18perform @ admin.js?ver=4.3.1:16batchedUpdates @ admin.js?ver=4.3.1:17o @ admin.js?ver=4.3.1:16dispatchEvent @ admin.js?ver=4.3.1:18
    scripts.min.js?ver=1461936150:19 Uncaught TypeError: Cannot read property 'apply' of undefinedonmessage @ scripts.min.js?ver=1461936150:19postMessage (async)D @ build.min.js?6a0b66a…:1h @ bootstrap 905f9d5…:9(anonymous function) @ bootstrap 905f9d5…:9(anonymous function) @ bootstrap 905f9d5…:9n @ bootstrap 905f9d5…:16h @ bootstrap 905f9d5…:16d @ bootstrap 905f9d5…:16postMessage (async)(anonymous function) @ (index):315j @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:2fireWith @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:2x @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:5b @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:5XMLHttpRequest.send (async)send @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:5ajax @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:5receiveMessage @ (index):243(anonymous function) @ (index):249dispatch @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:4r.handle @ ??/wp-includes/js/jquery/jquery.js,/wp-content/js/postmessage.js?m=1377267974j:4postMessage (async)o @ bootstrap 905f9d5…:16r @ bootstrap 905f9d5…:16e.exports @ bootstrap 905f9d5…:9r.get @ index.js:14r.list @ bootstrap 905f9d5…:9d @ bootstrap 905f9d5…:9s @ bootstrap 905f9d5…:9
    

    and

    <!DOCTYPE html>
    <!-- Ticket #11289, IE bug fix: always pad the error page with enough characters such that it is greater than 512 bytes, even after gzip compression abcdefghijklmnopqrstuvwxyz1234567890aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz11223344556677889900abacbcbdcdcededfefegfgfhghgihihjijikjkjlklkmlmlnmnmononpopoqpqprqrqsrsrtstsubcbcdcdedefefgfabcadefbghicjkldmnoepqrfstugvwxhyz1i234j567k890laabmbccnddeoeffpgghqhiirjjksklltmmnunoovppqwqrrxsstytuuzvvw0wxx1yyz2z113223434455666777889890091abc2def3ghi4jkl5mno6pqr7stu8vwx9yz11aab2bcc3dd4ee5ff6gg7hh8ii9j0jk1kl2lmm3nnoo4p5pq6qrr7ss8tt9uuvv0wwx1x2yyzz13aba4cbcb5dcdc6dedfef8egf9gfh0ghg1ihi2hji3jik4jkj5lkl6kml7mln8mnm9ono
    -->
    <html xmlns="https://www.w3.org/1999/xhtml" lang="en-US">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<meta name="viewport" content="width=device-width">
    	<meta name='robots' content='noindex,follow' />
    	<title>WordPress &rsaquo; Error</title>
    	<style type="text/css">
    		html {
    			background: #f1f1f1;
    		}
    		body {
    			background: #fff;
    			color: #444;
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    			margin: 2em auto;
    			padding: 1em 2em;
    			max-width: 700px;
    			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    			box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    		}
    		h1 {
    			border-bottom: 1px solid #dadada;
    			clear: both;
    			color: #666;
    			font-size: 24px;
    			margin: 30px 0 0 0;
    			padding: 0;
    			padding-bottom: 7px;
    		}
    		#error-page {
    			margin-top: 50px;
    		}
    		#error-page p {
    			font-size: 14px;
    			line-height: 1.5;
    			margin: 25px 0 20px;
    		}
    		#error-page code {
    			font-family: Consolas, Monaco, monospace;
    		}
    		ul li {
    			margin-bottom: 10px;
    			font-size: 14px ;
    		}
    		a {
    			color: #0073aa;
    		}
    		a:hover,
    		a:active {
    			color: #00a0d2;
    		}
    		a:focus {
    			color: #124964;
    		    -webkit-box-shadow:
    		    	0 0 0 1px #5b9dd9,
    				0 0 2px 1px rgba(30, 140, 190, .8);
    		    box-shadow:
    		    	0 0 0 1px #5b9dd9,
    				0 0 2px 1px rgba(30, 140, 190, .8);
    			outline: none;
    		}
    		.button {
    			background: #f7f7f7;
    			border: 1px solid #ccc;
    			color: #555;
    			display: inline-block;
    			text-decoration: none;
    			font-size: 13px;
    			line-height: 26px;
    			height: 28px;
    			margin: 0;
    			padding: 0 10px 1px;
    			cursor: pointer;
    			-webkit-border-radius: 3px;
    			-webkit-appearance: none;
    			border-radius: 3px;
    			white-space: nowrap;
    			-webkit-box-sizing: border-box;
    			-moz-box-sizing:    border-box;
    			box-sizing:         border-box;
    
    			-webkit-box-shadow: 0 1px 0 #ccc;
    			box-shadow: 0 1px 0 #ccc;
    		 	vertical-align: top;
    		}
    
    		.button.button-large {
    			height: 30px;
    			line-height: 28px;
    			padding: 0 12px 2px;
    		}
    
    		.button:hover,
    		.button:focus {
    			background: #fafafa;
    			border-color: #999;
    			color: #23282d;
    		}
    
    		.button:focus  {
    			border-color: #5b9dd9;
    			-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
    			box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
    			outline: none;
    		}
    
    		.button:active {
    			background: #eee;
    			border-color: #999;
    		 	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    		 	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    		 	-webkit-transform: translateY(1px);
    		 	-ms-transform: translateY(1px);
    		 	transform: translateY(1px);
    		}
    
    			</style>
    </head>
    <body id="error-page">
    	<p>Failed Dependency
    </p></body>
    </html>
    

    I installed the 4.3.1 upgrade this morning, and I can see the dashboard again. The only glitch is when I try to activate Photon. I get:

    Photon failed to activate. SyntaxError: Unexpected token < in JSON at position 0

    Take a look at the FeedWordPress plugin. You configure your prime blog to subscribe to the RSS feeds of your other multiple blogs. It will pull them in and assign them to categories you choose, among other things.

    Didn’t help for me. The error message is “Error fetching static.html.” There are no console warnings.

    FWIW, the renamed readme.yadayadayada.html file caused my upgrade to 4.6 to fail. Only after I changed it back to readme.html would it work.

    What does the code look like in the Edit Contact screen? I wonder if some other plugin or theme function is stepping on that shortcode.

    What theme are you using? I had a problem with Divi where I had to de-activate all the Captcha-related plugins (ignoring the warnings that popped up) that worked with Contact Form 7 before it would work.

    I took it to mean that Divi was including it’s own API keys and that there was a conflict. But I may be wrong about that.

    It’s not necessary to use a plugin anymore for Issuu. WordPress supports oEmbed for that service, so all you need to do is put the URL on a line by itself, just like you would for a YouTube embed.

    One way to do it is modify the file at /wp-content/plugins/the-events-calendar/src/views/list/single-event.php.

    Change line 36 to:

    <a class="tribe-event-url" href="<?php echo esc_url( tribe_get_event_website_url() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">

    That’s kind of a blunt instrument, because if there isn’t an external URL you get nothing. For my purposes, all the events had an external URL so it was OK. But it probably isn’t hard to wrap it up in an if…then loop.

    Thread Starter tommcgee

    (@tommcgee)

    Looks like it’s supposed to be a Markdown file (https://www.openthefile.net/extension/md). The subversion repository for your project has a readme.md file already, but no changelog.

    Thread Starter tommcgee

    (@tommcgee)

    Partial fix. Modify /wp-content/plugins/dh-press/js/dhp-services.js

    Line 1010 change

    var template = _.template(baseText, vars);
    return template;

    to

    var template = _.template(baseText);
    return template({'label':vars.label});

    That addresses getting the filters up and running again. There’s still an issue with making the contents of #legends change/function.

    Thread Starter tommcgee

    (@tommcgee)

    More specifically, it could be the updated version of underscores in WP 4.5. It changed the .template function so that it returns a function instead of a variable, but the DH Press function that calls it is looking for a variable.

    var labelText = dhpServices.compileText('#dhp-script-lbl-filter', { label: dhpCardsView.currentFilter });

    in dhp-cards-view.js line 234.

Viewing 15 replies - 76 through 90 (of 203 total)