gabernx
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Deduper] Bulk delete of duplicate images is not workingHello, JUST got this plugin and having this same problem – so it is not resolved yet ??
Forum: Plugins
In reply to: [Connector for WooCommerce and Zoho CRM] New orders now showing up in ZOHOWill do, thank you!
Forum: Plugins
In reply to: [Swifty Bar, sticky bar by WPGens] Category Link Not WorkingYeah with no archive it probably would not, but you can just ad another condition to just make it <span> if has_archive is false. Cheers!
Forum: Plugins
In reply to: [Swifty Bar, sticky bar by WPGens] Category Link Not WorkingFollow up: I changed the <span> on line 76 of sb-bar-public-display.php to be a link with:
href=”<?php echo get_post_type_archive_link( get_post_type( $post->ID )); ?>”
That did the trick!
Using the handle worked!
I’ll try the handle (is the name that the dependency minifcation panel shows for plugins the coreect handle?) but I do not see a query string in my example above, just script source…
After some testing I actually discovered some cache files remnants from old plugins, and deleting that fixed things. Thank you for a great minification plugin!
Forum: Plugins
In reply to: [Broken Link Checker] Unlinking does not seem to work.That was from the page source, not the editor.
Forum: Plugins
In reply to: [Broken Link Checker] Unlinking does not seem to work.The double slash seems to have been an error when I pasted it here.
I guess I did not fully understand the way the plugin works, the crawler picked it up as a broken link so I’m not sure what that extra class does, its supposed to turn it into plain text right?
Forum: Plugins
In reply to: [Broken Link Checker] Unlinking does not seem to work.Here’s the resulting code. Broken link checke can’t find it after re-saving post, but I do see that something happened here. How come its still being picked up by the MOZ crawler (and google as well then I presume) ?
<a class="image-left broken_link" href="https://mysite.com/files/2011/10/image.jpg" target="_blank"><img class="alignleft size-full wp-image-6689" src="https://d2jmmsd21wt5vl.cloudfront.net/files/2011/10/image.jpg" alt="" width="159" height="240"><noscript><img class="alignleft size-full wp-image-6689" src="https://d2jmmsd21wt5vl.cloudfront.net/files/2011/10/image.jpg" alt="" width="159" height="240" / /></noscript></a>
Well, it depends on reader speed I suppose, I don’t want to interrupt the visitor reading the article and would prefer to trigger it as the view passes a particular point/class
Forum: Plugins
In reply to: [Broken Link Checker] Trackbacks from blank sourceThe reason why I don’t think that is is, is because I used a plugin called Simple Trackback Disabler which eliminates these form the database and blocks further ones on new and old posts. It seems to be working fine, but there is a huge growth of new trackbacks. Does it mean anything that its only trackbacks, they all have no source and all got to 404?
Forum: Plugins
In reply to: [Revisr] Can't figure out how to clone a live site to a remote repoYes I am able to commit files, but get an error when pushing to an empty github repo. Is there a way to clone a new repo instead perhaps? I
Forum: Plugins
In reply to: [Revisr] Can't figure out how to clone a live site to a remote repoHi, yes the password is in url and everything else follows this template (I assume the little “success” message further confirms this). I also thought the repo would be created in the root wordpress directory, but there is no .git folder there at all (and I do have hidden files visible) despite revisr giving me a message that the local repo was created successfully. Should I try to create it manually? I tried the same on a local copy and it did create the .git file but I still get the same error trying to push to an empty github repo.
Forum: Plugins
In reply to: [Title Experiments Free] Plugin Crashing Site by overloading DBThank you, yeah that’s actually what Im suspecting after reviewing the logs. May have been a plugin called WP Cleanup Optimizer that has some DB upkeep cron jobs or caching set up that reinstated all those rows. Cleaned it out as well now and hopefully that should do it. Best of luck working out a high traffic solution!