offthedialca
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Plugin: SlimboxI’m having the same problem. Here are my details;
WordPress 2.7 is installed
WP-Slimbox2 version 0.9.5 installed and activatedWhen I view photos on the web site (Off the Dial), they load up nicely but don’t offer navigation buttons to cycle through the pics in the gallery. This was tested on Firefox 3, Google Chrome, IE6 & 7 with the same result.
I’d also like to be able to fit the photo to the user’s resolution so that you don’t need to scroll to click the close button. If anyone needs any more info, just let me know.
Forum: Themes and Templates
In reply to: Making Multiple Themes Visible for TestingSorry, I also added the code to my sidebar.php file. Here’s how it looks;
backticks
<div id=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
<div class=”boxed”>
<h2 class=”title”>Themes</h2>
<?php wp_theme_switcher(‘dropdown’); ?>
</div>
<?php } ?>- Themes:
<?php wp_theme_switcher(‘dropdown’); ?>
<div class=”boxed”><span align=”right”><b>
<?php wp_meta(); ?>
<h2 class=”title”>Categories</h2>-
<?php wp_list_cats(‘sort_column=name&hierarchical=0’); ?>
<h2 class=”title”>Calendar</h2><span class=”calendar”>
<div align=”center”><?php get_calendar(1); ?></div></span><h2 class=”title”>Last Posts</h2>
-
<?php wp_get_archives(‘type=postbypost&limit=20’); ?>
<h2 class=”title”><?php _e(‘Blogroll’); ?></h2>
-
<?php get_links(-1, ‘
- ‘, ‘
‘, ”, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>
</div>
<?php endif; ?></div>
backticks
Forum: Themes and Templates
In reply to: Making Multiple Themes Visible for TestingOK, so I browsed around and found a thread pointing a “ThemeSwitcher” plugin. I’ve downloaded it and copied the code into a text widget in my sidebar but I just see the word “theme” and no list or drop-down. Any thoughts?
Forum: Your WordPress
In reply to: My New Photography BlogNice site Zimmer. You don’t happen to post on steves-digicams, do you? Your nickname sounds familiar.
Forum: Fixing WordPress
In reply to: Convert Page to a PostWould’ve help if I did the search properly the first time. I found the p2pconverter tool which should take care of things.
Any reason why this functionality isn’t built into WordPress at this point?
- Themes: