curthayman
Forum Replies Created
-
Yes I agree I am getting “SyntaxError: Can’t create duplicate variable that shadows a global property: ‘getCookie'” and the form is not showing up.
Forum: Plugins
In reply to: [Form Manager] Is this plugin working?I am assuming he abandoned this plugin. Seems like he isn’t answering anyone anymore.
Forum: Fixing WordPress
In reply to: Media Link not showing up in adminI just recreated the site. I am almost done now. It was taking way to long to just troubleshoot this strange issue. Thanks for your help. I also uploaded the wp-admin folder and that didn’t work as well.
Forum: Fixing WordPress
In reply to: Media Link not showing up in adminI deactivated all the plugins and tried different themes and no go. I have been at this for about a month now and can’t figure it out.
Forum: Fixing WordPress
In reply to: Media Link not showing up in adminWe are using U-Design, but what happen was when we installed buddy press and uninstalled it. The media gallery went bye bye. Now I am trying to figure out how to get it back.
Forum: Themes and Templates
In reply to: differnent header code for each pageNever mind I figured it out now!!!
Forum: Themes and Templates
In reply to: differnent header code for each pageHere it is updated with backticks
<?php if( is_home() || is_front_page() ) : ?> <img src="<?php echo $hdr ?>" width="<?php echo $weaverii_header['width']; ?>" height="<?php echo $weaverii_header['height']; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /> <?php elseif is_page( 131 ) : ?> <img src="" /> <?php endif; ?>Forum: Themes and Templates
In reply to: differnent header code for each pageSorry misspelling in subject and the backticks didn’t work as well. 🙁