ansel51
Forum Replies Created
-
Forum: Reviews
In reply to: [Post Grid] Superior Plugin Perfect for Photo PortfolioSeriously well-deserved. I haven’t written a review before. Why are my links moderated?
Oh – I get it. If you use links in a WP review – somebody decides whether they should appear or not – to prevent spam I guess. Whatever.I’ve been thinking of doing a separate blog for WP reviews that would concern photographers. Maybe I will, we’ll see.
Forum: Themes and Templates
In reply to: [Leaf] moving categories on home pageThis is working perfectly for me with WP 3.5.1 Allows me to easily control order of categories on the home page without touching any of the code.
Dave
BeckermanPhoto.com
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] Custom Modal from text linkFound the solution somewhere… This should really be more prominent. Either in the readme file or in the FAQ. Here’s an example from my site: BeckermanPhoto.com
[code]
[div class ="add_to_cart_pic"]ROYALTY FREE LICENSE DOWNLOADS / Perfect for Art Buyers / International Buyers / Interior Designers / Anyone that wants to use the image at displayed sizes.
[a href="#" onClick="openDialog()" rel="nofollow"]ROYALTY FREE DETAILS[/a]
[script type="text/javascript"]
function openDialog() {
jQuery("a#inline").trigger('click')
}
[/script]
[/code]You don’t need the div class (I just happen to use it)
Remove the opening and closing [code] tags
Change all the "]" brackets into html start end brackets ">"When user clicks on the ROYALTY FREE DETAILS link, the box with more instructions pops up, which is all I wanted.
Also - remember to change number of times to show to 0. You only want the box to popup when clicked, not on any sort of schedule.
You can see the link (in red) on this page: http://www.beckermanphoto.com/new-york-public-library-infrared-photo.html
Dave
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] Custom Modal from text linkGabe – did you ever get an answer to that question about getting Modal-Dialog to pop up based on a link. I basically want to do the same thing.
Thanks —
Dave Beckerman
BeckermanPhoto.comForum: Themes and Templates
In reply to: [Leaf] sidebar on left?Wow! You are good. Worked like a charm without any tweaks. I’ll be making some cosmetic tweaks – but that’s just me.
I’ve been using themes / wp since the beginning – and have gone through tons of themes. This one received a lot of compliments to the effect of: I’ve been reading your blog since xyz and this is the best theme yet.
Forum: Fixing WordPress
In reply to: get page number in category from permalinkTHANK YOU! I hoped there was a var out there somewhere but couldn’t find it.
Dave