fanelian
Forum Replies Created
-
Forum: Plugins
In reply to: FancyTooltips PluginI love this plugin, but is there a way for it not to show the URL’s ? It makes the tooltip unnecesarily big, I think. Thank you.
Forum: Fixing WordPress
In reply to: this morning my blog is dead. problem with databaseI’m having the same problem with Dreamhost, since Friday. I sent a support ticket then, but I guess they’re not working on weekends, because I haven’t got a reply yet. Besides, the site’s been showing up and then dissapearing again, leaving just the “Error establishing a database connection” message from WordPress. It happend just 5 minutes ago, and now it’s working again: http://www.tochtli.net/something
Forum: Plugins
In reply to: No style in Lazy GalleryYes, I do:
<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?><?php get_header();
$sPosition = false; ?><link href=”./wp-content/plugins/lazy-gallery/lazy-style.css” rel=”stylesheet” type=”text/css”>
<!–[if gte IE 5.5000]>
<style type=”text/css”>
#gallery {
position:relative;
}
</style>
<![endif]–><?php
if ($gallery_sidebar == ‘left’){
$sPosition = true;
echo “<div class=’sidebar’ style=’float:left;’>”;
get_sidebar();
echo “</div>”;
}
?><div id=”content” class=”narrowcolumn”>
<div id=”gallery” class=”<?php if($sPosition) echo “al-left”; else echo “al-right”;?>” style=”<?php if($sPosition) echo “float:right”; else echo “float:left”;?>”> <br/>
<br/>
<?php showGallery();?>
</div>
</div><?php
if ($gallery_sidebar == ‘right’){
$sPosition = false;
echo “<div class=’sidebar’ style=’float:right;’>”;
get_sidebar();
echo “</div>”;
}
?><?php get_footer(); ?>
Forum: Plugins
In reply to: No style in Lazy GalleryI’ve already installed Keytwo version, but it still isn’t showing the theme/Style. Here:
http://www.tochtli.net/something/photos/ (I’m using redirectify also, it really is http://tochtli.net/something/lazy-index.php ) I also tried installing Falbum before, but It had kind of the same problem in addition to some errors I couldn’t figure out the solution to.
Forum: Plugins
In reply to: No style in Lazy GalleryI have the exact same problem: No style / no theme showing up in the gallery, using fasttrack too.