chraema
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [jQuery Smooth Scroll] Smooth scroll to anchors not working in safari osxI can confirm that.
The Safari (6.0.4) does not scroll smoothly with anchor links. The “to the top arrow” works fine.
OS: (OS X 10.8.3)
Great it works!
Thanks 🙂
for me it doesn’t work.
I copied this code to forms/event-editor.php in the template folder:
<div id="event-image" class="stuffbox"> <h3><?php _e ( 'Event image', 'dbem' ); ?></h3> <div class="inside" style="padding:10px;"> <?php if ($EM_Event->get_image_url() != '') : ?> <img src='<?php echo $EM_Event->image_url; ?>' alt='<?php echo $EM_Event->name ?>'/> <?php else : ?> <?php _e('No image uploaded for this event yet', 'dbem') ?> <?php endif; ?> <br /><br /> <label for='event_image'><?php _e('Upload/change picture', 'dbem') ?></label> <input id='event-image' name='event_image' id='event_image' type='file' size='40' /> <br /> <label for='event_image_delete'><?php _e('Delete Image?', 'dbem') ?></label> <input id='event-image-delete' name='event_image_delete' id='event_image_delete' type='checkbox' value='1' /> </div> </div>The check box to delete an image works.
thanks for reply. I don’t have enough experience with coding, to make my own solution. I saw this feature here: http://www.nycga.net/events/
I think i have to ask them.
Viewing 4 replies - 1 through 4 (of 4 total)