derekshirk
Forum Replies Created
-
I am having the same problem where all of the emails that are generated are being sent from myusername@host.hostname.com
ok. I think this is the full code that controls the setImageDescription:
// set the description from the image at the description holder function setImageDescription(title, desc){ $('#image-description .title').text(title); $('#image-description .desc').text(desc); return false; }// set description img_title = $(this).attr('title'); img_desc = $(this).children('img').attr('alt'); setImageDescription(img_title, img_desc);I’m afraid even seeing this I don’t know where to begin adding my ‘photogrpher name’ and ‘occupation’ custom fields.
Forum: Plugins
In reply to: [Quick Notice Bar] [Plugin: Quick Notice Bar] Love and RequestShahnur,
Thank you! I know the users of your plugin will greatly appreciate these updates. I will be sure to rate it 5 stars after the mid november release. Also, I noticed a spelling error in your source code. On line 160 of quick-notice.php the word ‘Settings’ is miss-spelled.
Thanks!
Forum: Plugins
In reply to: [Quick Notice Bar] [Plugin: Quick Notice Bar] Love and RequestI would also be interested in quick workarounds for both of these issues.
1) The overlapping header information
2) keeping the notice bar closed once user hides it.Forum: Plugins
In reply to: [Quick Notice Bar] [Plugin: Quick Notice Bar] Love and RequestFirst I want to say thanks for developing this plugin – I see how this will be very usefull for me and my clients.
I actually went looking for this forum in hopes of asking the exact same two questions as Sylwia. I am very interested in deploying this plugin on a few sites but it just doesn’t feel right without these two requests.
1) Update the positioning of the quick-notice bar so that it pushes the content of the website down instead of overlaying itself on top.
2) After the user clicks on the arrow to collapse the the quick-notice bar they should not have to close it again when they navigate to another page.
Thanks again for your hard work and of course for supporting WP!