janco
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] DeactivatingRight-click on the pages that are broken and view source. If you see a lot of https links still, that’s your problem.
Since the plugin hasn’t been updated in two years–what with all of the changes to WordPress during that time–I’m guessing there aren’t any functional provisions to remove the “add https” changes from the database and anywhere else they may have been written to while the plugin was activated (e.g., .htaccess files). Additionally, in various cases, plugin developers didn’t necessarily include provisions to remove the code rewrites if their plugin was simply deactivated. It’s often (but not always) the case that such plugins have to be deleted in order to facilitate that process.
Given how long it’s been since the plugin was deactivated, I’d recommend exporting a copy of the database as well as downloading all files in your document root, then performing global searches for the use of https specific to your site (w.g., search for ‘https://mysite.com’ and ‘https://www.mysite.com’). Clean those out (change ‘https’ to ‘http’ in those cases, then overwrite the database with the updated sql file, and replace the files on the server that need updating. But be careful…
Be careful with all htaccess files before making changes–inspect those individually where https was found, and make changes only if you’re sure about what you’re doing (e.g., remove force_ssl, etc.). Also, don’t make changes to https where links point to external sites.
If you’ve gotten this far and don’t understand what I’ve mentioned, you may need to seek the assistance of someone who does.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Recurring events display wrong timeFixed it… changed the time zone setting for WP from UTC-4 to NY first, but had to re-save the event for that to propagate into the dbase.
Forum: Requests and Feedback
In reply to: Slow down with the updates…Understood about the security related updates, a very valid point. Just seemed like a lot of updates are happening in a relatively short period of time, especially the jump from 4.1.2 to 4.2. ‘Course, could just be a fluke this time around.
Forum: Fixing WordPress
In reply to: Category pages now only showing 7 posts, no "load more"You might check with your theme developer to see if his theme is compatible with the version of WordPress you’re using (4.1.4). His demo theme is running on 3.7.7 and from the looks of things on your site, the .timeago function included in /wp-includes/js/custom.js is conflicting with something else, preventing jquery from properly defining that function.
You could also temporarily try a different (up-to-date) theme to see if that problem clears up, which will allow you to rule out the theme. If the problem goes away using a different theme, then one or more of your plugins could be the culprit. If need be, try disabling theme one by one until the problem clears up if that’s the case.
Jan C.
Forum: Fixing WordPress
In reply to: Weird database error when I pushed my site liveHave you logged into phpMyAdmin and actually looked to see if table dev_testcr.wp_redirection_items exists? You can also do that by accessing MySQL via the shell if you’re savvy and have access to the shell.
Cheers,
Jan C.
Forum: Requests and Feedback
In reply to: Slow down with the updates…ooops, probably should have also mentioned that if you’d like to turn off those nefarious autoupdates to help prevent chaos, you can add the following line of code to the wp-config file toward the bottom:
define( ‘WP_AUTO_UPDATE_CORE’, false );
If you add it under define(‘WP_DEBUG’, false); you’ll be good to go. Just remember that if you do add it, you’ll have to perform updates manually, which isn’t necessarily a bad thing if you know what I mean.
Cheers,
Jan C.
Forum: Fixing WordPress
In reply to: Website's content gone in Chrome, visible in IEI think gunfreezonenet is referring to his page/post content. Comments do show up if you click on the links to the left. He’s also using twenty-fifteen.
Forum: Fixing WordPress
In reply to: Revolution Slider shows on "View Page" but not on websiteRevolution Slider is a premium addon available on its own via a third party vendor (search Google for it). A number of theme developers have included it in their premium theme packages also.
Same here, looks like it will have to be troubleshot. Not sure the plugin is being maintained by the original developer anymore, but I could be wrong.
Forum: Plugins
In reply to: [CM Tooltip Glossary] WordPress SEO plugin not working with glossaryThanks for the update–once one of the others confirms the plugin now works with Yoast’s WordPress SEO, I’ll probably make my purchase.
Forum: Plugins
In reply to: [CM Tooltip Glossary] WordPress SEO plugin not working with glossaryIt really looks like your plugin would fill my needs, but I’d also need a version that doesn’t conflict with Yoast’s WordPress SEO and can’t press the buy button for the Pro version until that’s resolved.
I’ll keep an eye on this thread for updates.This issue is now fixed.
Cheers,
Jan C.
Forum: Plugins
In reply to: [Facebook] facebook Tabs – Fancybox – image lightbox shortcode questionPlease close this post.
Forum: Plugins
In reply to: [Facebook] facebook Tabs – Fancybox – image lightbox shortcode questionOops, disregard, wrong support subforum.
Thanks for the clarification, Peter! Deletion and replacement is now complete, and the ampersands appear to be displaying properly now.
GREAT PLUGIN!
Cheers,
Jan