Jamie
Forum Replies Created
-
You would need to add a conditional to check if a page is displaying
e.g.
<?php if ( is_page() && has_post_thumbnail() ) { the_post_thumbnail('full'); } else { echo '<div id="default-banner-header"></div>'; } ?>Forum: Fixing WordPress
In reply to: Getting posts onto a specific pageAre you wanting ONLY posts with assigned category of blog to show up on the Blog page? Is Blog page set to show posts in WordPress > Settings > reading?
Forum: Fixing WordPress
In reply to: Site won't load on mobile, yet shows on DesktopDid you check on a specific device? I just checked on my iPhone 6 and it loaded fine.
Forum: Fixing WordPress
In reply to: dropdown menu not workingThere’s a javascript error on the site. Try deactivating all plugins at the same time to see if the dropdowns return. If they do, you know the issue is with one of the plugins and then you re-enable each one, one at a time, checking to see which one breaks the dropdowns.
The other thing to do is to upgrade WordPress to the latest version since you are only on 4.4
Forum: Fixing WordPress
In reply to: View post/item missing from admin barWhat did you use to create your CPT?
Forum: Fixing WordPress
In reply to: Excerpt view different from main viewI’m a big fan of Download Monitor: https://ww.wp.xz.cn/plugins/download-monitor/
Forum: Fixing WordPress
In reply to: Permalinks for categoryYou can start by upgrading WordPress if you are indeed using 4.2.7 to see if that is the issue.
I’m not sure what how you did your editing but try going to WordPress > Dashboard >Updates and click on “re-install now”. This will re-install WP if you have edited the core files.
For recent posts and meta, it is right in the widget option area.
Try
1) Re-installing WordPress (Settings > Updates > Re-install Now
2) Re-saving your permalinks (Settings > Permalinks and then just hit save)
Forum: Fixing WordPress
In reply to: Remove Black horizontal line on home page Sydney themeYou’re welcome!
Forum: Fixing WordPress
In reply to: Subject: Parse Error on WP-Includes when updating WordPress 4.2.2Great news @amioline!
Forum: Fixing WordPress
In reply to: Warning: Creating default object from empty value inDo you have WP_DEBUG enabled in your wp-config file?
Forum: Fixing WordPress
In reply to: Wp front end black bar (NOT admin) appears on all sitesChad,
No problem at all! Glad it is resolved 🙂
Forum: Fixing WordPress
In reply to: Wp front end black bar (NOT admin) appears on all sitesLooks like you got this resolved? I don’t see the bar you are describing?