bekabug
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Date formatYou use the Events Calendar plugin settings to customize the display of the date. It uses PHP date formatting. PHP: date – Manual
That did not fix it for me.
I’m having the same problem. ??
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Broken after 3.7 updateOk! I think I finally have it…it’s the W3 Total Cache plugin that’s making it not work. Is there a workaround?
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Broken after 3.7 updateI’m using this plugin. On further examination ….it appears to be fine if you are logged in. It rotates normally but it stays at the first image if you’re not logged into wordpress.
This works great! Thank you eggproject!
Thank you! Maybe I’m not understanding how this is supposed to be used. Where do I specify the custom fields?
I also have the same problem
Forum: Plugins
In reply to: NextGEN Gallery galleryview only showing large white boxYeah I *just* fixed it. Make sure this setting is UNCHECKED
Show ImageBrowser: The gallery will open the ImageBrowser instead the effect.
Forum: Plugins
In reply to: NextGEN Gallery showing small grey bars above and below imageWhy are your images wrapped in code tags? If you remove them from the code tags that will go away. OR you can remove the background from code in jason.css
Forum: Plugins
In reply to: NextGEN Gallery showing small grey bars above and below imageit’s likely something in the css.
Forum: Plugins
In reply to: Role Scoper Database SchemaThank you! ??
Disable the cache for Role Scoper. It’s in the options.
Forum: Themes and Templates
In reply to: wp_list_pages – Include Pages and their children??Got help on Freenode #WordPress
Forum: Themes and Templates
In reply to: query_posts not excluding categoryUsing:
<?php query_posts("cat=-10"); ?>
Versus:
<?php query_posts = ('cat=-10'); ?>
Has zero effect.
Anyone else?