ensworth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: no captions for lightbox in BlueBlack themeI have now upgraded to wp-lightbox 2 (versions 0.5). Captions still do not work with BlueBlack theme (could it be a css problem?) and now I have a new problem. Close window button does not work with Island After Sunset theme! Lightbox window will not close.
Forum: Themes and Templates
In reply to: no captions for lightbox in BlueBlack themeAny ideas?
Forum: Your WordPress
In reply to: Feedback appreciatedThank you for the feedback. I’m glad you have an interest in the content! How can I pre-load the images to avoid the pause?
Forum: Your WordPress
In reply to: Feedback appreciatedSite is a believer’s journal
Forum: Plugins
In reply to: deactivate plugin IE onlyThanks! Made the corrections in the “Falling Leaves” and “Misty Look” header.php files. Thank you both for all the help!
Forum: Plugins
In reply to: deactivate plugin IE onlyThat’s puzzling. I didn’t add any such code and can’t find it in any of the lightbox files. So lightbox is notg working in those themes?
Forum: Plugins
In reply to: deactivate plugin IE onlyReally? And Lightbox works in IE? You can check it out on Photos page. I can’t routinely test IE because I have a Mac! By the way I checked out your site. Very nice! And you are a minister, too!
Forum: Plugins
In reply to: deactivate plugin IE onlyYes
Forum: Plugins
In reply to: deactivate plugin IE onlyWhen lightbox is activated, “Island After Sunset” theme will not load in IE. I have the themeswitcher plugin on my site, with four themes loaded. The other themes work with lightbox activated, but not “Island After Sunset.” I fear if someone using IE tries to switch to that theme, they will get frozen out of my site, because the themeswitcher “remembers”: which theme was last chosen and returns to it. My site is at https://www.firstcongucc.org/weblog/.
Forum: Themes and Templates
In reply to: “Island After Sunset” theme will no load in Internet ExplorerThank you for the suggested plan of attack. That makes sense. I don’t use IE period either (a terrible browser!) but the majority of folks looking at the blog do, so I want it to work for them.
Forum: Themes and Templates
In reply to: “Island After Sunset” theme will no load in Internet ExplorerThis code for index.php. Any apparent issues that block loading in IE?
<?php get_header(); ?>
<div id=”content”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”entry”>
<?php the_content(‘<p>Read the rest of this entry »</p>’); ?>
</div><div class=”postmetadata”><p>Posted by <?php the_author(); ?> on <?php the_time(‘d M Y’) ?> at <?php the_time() ?> under <?php the_category(‘, ‘) ?> | <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?>
<?php edit_post_link(‘Edit this entry’, ‘ | ‘, ”); ?>
</p></div></div>
<?php endwhile; ?>
<div class=”navigation”>
<div class=”align-right”><?php previous_posts_link(‘Next Entries »’) ?></div>
<div class=”align-left”><?php next_posts_link(‘« Previous Entries’) ?></div>
</div><?php else : ?>
<div class=”post”>
<h2>Page Not Found</h2>
<div class=”entry”>
<p>Sorry, the page you tried to access cannot be found.</p>
</div>
</div><?php endif; ?>
</div> <!– end of content div –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: “Island After Sunset” theme will no load in Internet ExplorerThe url for my blog is https://www.firstcongucc.org/weblog/.
Forum: Themes and Templates
In reply to: Search and theme switcherHow can I correct this?
Forum: Themes and Templates
In reply to: Search and theme switcherMy blog url = https://www.firstcongucc.org/weblog/
Forum: Fixing WordPress
In reply to: 404 error with pagesNo. I think you have it. I probably will have to update htacess after I create each new page. Thanks.