cwendt01
Forum Replies Created
-
Okay, great! I look forward to seeing those features. Thank you. ??
Forum: Plugins
In reply to: [add-rel-lightbox] [Plugin: add-rel-lightbox] Disable GroupsI bet you that’d work! I couldn’t figure out, since the PHP used a str_replace function (pulling that from top of head, but it sounds wrong…), I couldn’t figure out how to tell it to insert a random variable for inside the lightbox[] brackets.
I’ll give it a go next time I’m working on that website. Thank you! ??
Forum: Plugins
In reply to: [add-rel-lightbox] [Plugin: add-rel-lightbox] Disable GroupsI agree with you there. But since I’m only using lightboxes on 1 page, it’s not too inconvenient.
I’m using the “Lightbox Plus” plugin to generate my lightboxes. I checked just now and I don’t have any slideshow or gallery settings turned on.
Forum: Plugins
In reply to: [add-rel-lightbox] [Plugin: add-rel-lightbox] Disable GroupsThank you for the response!
Since I know PHP, I actually already did that. But for some reason, it was still grouping the photos.
I ended up using another plugin (Add Any Lightbox) that added a box for “Rel” in the media manager window, so I set my images to rel=”light[1]”, rel=”lightbox[2]”, and so on. That’s the only thing I could do to get it to work…
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Woocommerce Pretty PermalinksI’m having the exact same problem as everyone above and GoElemental’s solution didn’t work for me either… I’ve tried updating my htaccess a couple different ways and nothing’s helped.
Using WP 3.3.2, WooCommerce 1.5.4, and Wootique 1.3.1.
Ooh, I’ll have to check into it sometime. I’ve already implemented AutoNav on all my sites that need it at the moment, but I’ll keep it in mind if something new comes up. Thanks!
Actually, I ended up going into the autonav-wl.php just like you suggested and was able to just switch some of the lines around to get exactly what I wanted!
I’m looking forward to the next version of this plugin. It has been hugely instrumental in the 3 websites I’m currently coding and has saved me unimaginable amounts of time I would’ve otherwise spent on populating and proofing, so I owe you a huge THANK YOU! ??
Also, thanks so much for replying to my thread with answers. Greatly appreciated!!
Preferably this:
[ul]
[li][a href=””][img src=””][br]Page Title w/ Link[/a][/li]
[li][a href=””][img src=””][br]Page Title w/ Link[/a][/li]
[li][a href=””][img src=””][br]Page Title w/ Link[/a][/li]
[li class=”last”][a href=””][img src=””][br]Page Title w/ Link[/a][/li]
[/ul]I can make a screenshot if that’d help, but the above is basically what I want. The current “list” setting does near exact that, but the title is always ABOVE the image, where I need it BELOW the image.
Thanks for your response!