ungraphic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Expanding/Collapsing Menus In Admin Panel with Gravity FormsThanks WPyogi, I’ll give all that a try. Here’s what errors I’m getting in the console through jquery:
http://ungraphic.com/error.jpg
All of that looks greek to me though :/
Forum: Plugins
In reply to: [Image Rotator Widget] 'Plus' Button Refreshes Admin PanelHi srcoley,
Thanks for the heads up however the plugin is still exhibiting the same behaviour. I’ll send a link to my website via the contact form on http://www.dknewmedia.com/.
Thank you!
Forum: Plugins
In reply to: Open Image Links in LightboxAnyone? Anyone? Bueller?
Forum: Plugins
In reply to: Latest Poll Not Showing on Home PageNevermind, figured it out myself.
Gotta say, the responses on this forum are weak… if anyone is even reading this.
Forum: Fixing WordPress
In reply to: Widgets Not Displaying When Signed OutSo I found that the website had Widget Logic installed but it was deactivated.
Activating enabled the widget to finally show up on the site for general viewers. BUT now the widget is shown on ALL pages.I’ve used this:
<?php if(currentCatName() == “category-name”){ ?>
<h1>THE CONTENT TO BE DISPLAYED</h1>
<?php } ?>and this:
<?php is_category( ‘Category Name’ ){ ?>
<h1>THE CONTENT TO BE DISPLAYED</h1>
<?php } ?>And neither work. The widget with the video is displayed everywhere on all pages and posts.
Whats going on???