werm42
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Any good Backup Plugin for MultiSite WP?garymgordon:
No longer recommended where? Can you provide a link to the specific forum post?Everything I see in the pre-sales area (as I don’t have a license), indicates that they’re currently offering this plugin in beta form for use with multi-site.
I did find this one post where the Original Poster is asking about some extraneous functionality to update the version of WP alongside migration.
http://ithemes.com/forum/topic/34524-backupbuddy-wordpress-multisite/If it’s a license-only forum, can you paraphrase what’s happened?
Forum: Fixing WordPress
In reply to: 3.4 visual editor linking doesn't workI’m using 3.4.1 and I’m still having this problem. I’m also noticing that the link editor has been stripped of some features from previous versions. Anyone have a fix?
Applied the patch, still doesn’t fix the issue, hope this isn’t the “committed solution” for v2.0.3, because it’s not fixing the issue.
Forum: Plugins
In reply to: Cleaner Gallery plugin doesn’t work in wordpress 2.8Following, up: Adding “insult to injury”…I have also got another Thickbox Modal Window that IS working on every page of my site: the contact us form. Thus showing that the issue is less likely to involve my thickbox implementation, but instead has something to do with Cleaner Gallery…Which for all intents and purposes I am merely using to add the class=”thickbox” and rel=”post-gallery” to my galleries.
Forum: Plugins
In reply to: Cleaner Gallery plugin doesn’t work in wordpress 2.8Let’s not go handing out any awards just yet ther fas.khan…
I’ve been beating on this plugin all night, and while it WILL load the the thickbox modal window, it will not load my images? The source code is accurate (hence why i’m getting the modal “blackout”), but the images that are in fact properly linked to the thumbnails, will not load. I loaded the href’s on their own, just to make sure, and the images are where they say they should be.
Here’s a link to the dummy page: http://rgmincorporated.com/casestudies/nitaac
Here’s the source for those 3 images:
<div id="gallery-70" class="gallery gallery-70"> <div class='gallery-row clearfix'> <dl class='gallery-item col-3'> <dt class='gallery-icon'><a href="http://rgmincorporated.com/wp-content/uploads/2009/10/nitaac_03.jpg" title="nitaac_03" class="thickbox" rel="clean-gallery-70"><img src="http://rgmincorporated.com/wp-content/uploads/2009/10/nitaac_03-150x150.jpg" alt="nitaac_03" title="nitaac_03" /></a></dt> <dd class='gallery-caption'>nitaac_03</dd> </dl> <dl class='gallery-item col-3'> <dt class='gallery-icon'><a href="http://rgmincorporated.com/wp-content/uploads/2009/10/nitaac_02.jpg" title="nitaac_02" class="thickbox" rel="clean-gallery-70"><img src="http://rgmincorporated.com/wp-content/uploads/2009/10/nitaac_02-150x150.jpg" alt="nitaac_02" title="nitaac_02" /></a></dt> <dd class='gallery-caption'>nitaac_02</dd> </dl> <dl class='gallery-item col-3'> <dt class='gallery-icon'><a href="http://rgmincorporated.com/wp-content/uploads/2009/10/nitaac_01.jpg" title="nitaac_01" class="thickbox" rel="clean-gallery-70"><img src="http://rgmincorporated.com/wp-content/uploads/2009/10/nitaac_01-150x150.jpg" alt="nitaac_01" title="nitaac_01" /></a></dt> <dd class='gallery-caption'>nitaac_01</dd> </dl> </div> </div>Any thoughts on what’s wrong here, are greatly appreciated.