jerdman
Forum Replies Created
-
ok, thank you for considering it.
Not quite. I do not want to interfere with the other EXIF data.
What I want is an option to add GPS coordinates to images that do not have GPS coordinates.Great! Is there a way to get a notification of the next update?
I too received that same error about the jquery security warning:
Found outdated jQuery File Upload plugin inside: ./wp-content/plugins/photo-gallery/filemanager/js – Version: * jQuery File Upload Plugin – Please update asap.
Forum: Themes and Templates
In reply to: [Omega] Navigation Menu Gone in IE11It’s fixed. I read somewhere to check W3C Markup Validation for errors and one of the errors I fixed in turn made the menu appear.
Forum: Themes and Templates
In reply to: [Omega] Add content to headerMaybe I need to explain this more clearly:
I want to add 2 divs within #header but not sure where to do it. This is what the header.php looks like:
<!DOCTYPE html> <html <?php language_attributes( 'html' ); ?>> <head> <?php wp_head(); // Hook required for scripts, styles, and other <head> items. ?> </head> <body <?php body_class(); ?> <?php omega_attr( 'body' ); ?>> <?php do_action( 'omega_before' ); ?> <div class="<?php echo omega_apply_atomic( 'site_container_class', 'site-container' );?>"> <?php do_action( 'omega_before_header' ); do_action( 'omega_header' ); do_action( 'omega_after_header' ); ?> <div class="site-inner"> <?php do_action( 'omega_before_main' ); ?>