armored
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Gallery Reloaded] The plugin isn't working in WordPress 3.5Same problem here… With the plugin deactivated, the images show up alright. Once I activate the plugin I get the “No Images where included in this gallery” message and no images.
Pretty please help us! 🙂
Thanks!
Forum: Plugins
In reply to: Fancy-Gallery Plugin ProblemsI’m the theme developer, I’m trying to help Carl get this working.
To answer your question: Yes, the theme does use the wp_head() hook. This is really weird… Never had this problem before…
Any help is greatly appreciated!
As I said, I’d need this for a theme options panel so I can configure everything from one place instead of jumping back and forth between x plugin configuration pages.
Forum: Plugins
In reply to: Theme options panel with plugin setting fieldsI see… Thanks! I just want to make sure I’m not giving this up too easily 🙂
Forum: Plugins
In reply to: Theme options panel with plugin setting fieldsThanks Rich! I can imagine that but I know which plugins are installed and will be displayed so that simplifies the equation a bit. I was interested in a general line of doing this… Thoughts? Thanks!
Forum: Plugins
In reply to: get_page() not working with plugins?For those interested, I found the following the solution:
<?php $page_content = get_page($page->ID); echo do_shortcode($page_content->post_content); ?>Basically, I’ve aditionally fed the retrieved page content through the do_shortcode function.
Forum: Plugins
In reply to: Google Analytics not showing referring sourceThanks for the tips! I never noticed there is a plug-in specific forum. Thanks for that too! 🙂
I checked again and the code is the same in the page source as it is in the admin panel.
Forum: Plugins
In reply to: Google Analytics not showing referring sourceSorry for bumping it but I really need help with this… Thanks!
Forum: Plugins
In reply to: Google Analytics not showing referring sourceAny further idea? Thanks!
Forum: Plugins
In reply to: Google Analytics not showing referring sourceUntil you do the normal thing, and put the google code in the “right” way, you wont ever know.
I’m sorry but I don’t see what you mean… what “right place”?
Forum: Plugins
In reply to: Google Analytics not showing referring sourceI’m afraid this is not a plug-in issue but more a WP setting I’m unable to find. I’m using the plug-in because this give me more options.
Thanks for replying thou 🙂