Steve D
Forum Replies Created
-
Jeremy,
I’m running Windows 7.
I had the problem re-surface in Chrome yesterday afternoon, though only briefly, after the WordPress extension was disabled. I noticed @abcdiamond mentioned iPage which is my host as well.
The problem seems to relate to the security keys, in my opinion, and by disconnecting JetPack from WordPress.com and then reconnecting, seems to help things. I have not clicked on the “activate centralized site management” again on any browser for fear of getting stuck again.
I’ve been running smoothly since yesterday afternoon.
Thanks again!
By the process of elimination, I believe I’ve found the guilty culprit. When I disabled the WordPress extension for Chrome and restart the browser, the problem disappeared.
Therefore, I’m about %99.99 sure that that was my problem. That would explain why other browsers didn’t share the problem.
I’ll mark this as resolved but I believe it should be looked into further and documented for future reference.
Thanks again Jeremy!
Haven’t heard back from my host, but I’ve been able to pick out some messages pertaining to the ‘validation of the security token’.
Also, I am finally able to access wp-admin in explorer, indicating that Chrome may be part of my problem – even after clearing the browser – cookies, files, images, etc…
Part of my success, I believe, is that I was finally able to completely remove the jetpack plugin – but now am confronted with a new release of WordPress.
I’m taking a backup at this point before I update to 4.1 and before attempting to reinstall JetPack.
Just to keep you up on the latest with this – I think progress is being made and hopefully can mark this resolved.
In the meantime,
Thanks for your support Jeremy!Forum: Plugins
In reply to: [Contact Form Clean and Simple] reCAPTCHA v2Awesome!
Thanks!
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Gap at bottom of pageYeah, reCaptcha has given me problems before. I had to manually insert the keys into wp-config, etc. while using Jetpack contact form. It is necessary though, unfortunately. That is one of the reasons I chose this plugin so I’ll deal with it, AJAX being another.
Thanks for your help Meghan! I’ll mark this one resolved.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Gap at bottom of pageSure! The site is here and the form is in a hidden div that opens when the “Contact Me” button is clicked. You can probably see my CSS “fix” in Firebug which takes care of the alignment issue for now.
Thanks for your quick response!
Forum: Themes and Templates
In reply to: [Ex Astris] First Widget area HeadingClosed
Forum: Themes and Templates
In reply to: [Ex Astris] First Widget area HeadingDisregard, it’s a problem with the plugin within the widget not the theme.
Forum: Themes and Templates
In reply to: [Stargazer] WP Search MU theme integrationSorry if my topic seemed a little vague, but I “got’r done” – I was making it way too difficult.
By creating a search.php from the stargazer index.php, I stripped out what was un-necessary and added the switch_to_blog and restore_current_blog statements. It worked like a charm.
For future reference, the search.php looks like this:
<?php get_header(); // Loads the header.php template. ?> <main <?php hybrid_attr( 'content' ); ?>> <?php if ( have_posts() ) : // Checks if any posts were found. ?> <?php while ( have_posts() ) : // Begins the loop through found posts. ?> <?php switch_to_blog($post->blog_id); ?> <?php the_post(); // Loads the post data. ?> <?php hybrid_get_content_template(); // Loads the content/*.php template. ?> <?php restore_current_blog(); ?> <?php endwhile; // End found posts loop. ?> <?php locate_template( array( 'misc/loop-nav.php' ), true ); // Loads the misc/loop-nav.php template. ?> <?php else : // If no posts were found. ?> <?php locate_template( array( 'content/error.php' ), true ); // Loads the content/error.php template. ?> <?php endif; // End check for posts. ?> </main><!-- #content --> <?php get_footer(); // Loads the footer.php template. ?>
This issue is resolved.
I think I’ll just put one ad in a floating div that will be independent of the posts list. That would likely be the best approach since I don’t want to inundate the viewer with too many ads.
Thanks for your help!
Thanks for the quick response Jeremy!
It appears that Jetpack IS processes the additional posts with it’s own queries after the standard modules have completed their reads. I’m still looking into more approaches either in stead or in addition to what I’ve got in place.
The suggested reading is somewhat helpful, though I’d read it previously but there is apparently something I’m missing as to how it relates to my Book Lite child theme.
Hello again Manish,
I am trying to resolve a conflict between jQuery Lightbox plugin and Ajaxify WordPress Site (AWS). The lightbox functionality isn’t invoked when a post or page initially loads. I’ve tried using “noajaxy” in the class of the {a} tag for the image but to no avail.
I searched for previous support topics for this but haven’t found anything specific.
Any ideas?
My site is here.
Thanks!
Steve D.Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Curtain effect on loading pageHowdy,
Perhaps this veers a little off of the subject but, how might I add an animation to easebouncedown in my content area? Could this be handled through the loader function as well?
Thanks in advance!
Steve D.Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Scroll to top functionality still not workingThanks manishkrag for the quick response!
It does seem to be working today, perhaps it was a caching issue before.
Also, I’m glad it scrolls to the top of the content which is what I wanted.Thanks again!
SteveForum: Plugins
In reply to: [Reference 2 Wiki] [Plugin: Reference 2 Wiki] Parse error happenedProblem resolved in my case, probably due to host PHP updates.