thirdpotato
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Images not working; Also ads linebreaks & Indents#3 issue has been resolved. I have no idea what fixed it, but it seems to be stacking right. It may have been having a problem with the Nextgen Optimizer or Jetpack or something. But still having an ish with the other topics.
Forum: Plugins
In reply to: [Collapse-O-Matic] Images not working; Also ads linebreaks & IndentsHi, please try again now
http://tobylotak.com/test/
My site was down due to a hack of my host >,<Forum: Fixing WordPress
In reply to: Please help! Tried to Re-Install WordPress!Anyone at least know how to do a clean re-install of wordpress? Trying to ultimately replace corrupted files from a malware hack.
Forum: Plugins
In reply to: [Plugin: NEXTgen Gallery] Some tags not working in tag gallery!Okay so to anyone else having this problem:
I’m using the Easel Theme
Apparently you can’t use the same tag name in an image gallery, as you do for “chapter” slugs. For whatever reason, it’s messing that up. Any way to fix this?Forum: Plugins
In reply to: [NextGEN Gallery Optimizer] NextGen Optimizer: Doubles Images with FancyboxYay thank you very much!
Forum: Plugins
In reply to: [NextGEN Gallery Optimizer] NextGen Optimizer: Doubles Images with FancyboxOops sorry I don’t tink that’s the right file XD here’s the php:
<?php /** Template Page for the gallery overview with pushpin borders Courtesy of http://MattBunch.tk Follow variables are useable : $gallery : Contain all about the gallery $images : Contain all images, path, title $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <link type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/nggallery/css/ngg-gallery-pushpin.css" rel="stylesheet" media="all" /> <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?> <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>"> <?php if ($gallery->show_slideshow) { ?> <!-- Slideshow link --> <div class="slideshowlink"> <a class="slideshowlink" href="<?php echo $gallery->slideshow_link ?>"> <?php echo $gallery->slideshow_link_text ?> </a> </div> <?php } ?> <?php if ($gallery->show_piclens) { ?> <!-- Piclense link --> <div class="piclenselink"> <a class="piclenselink" href="<?php echo $gallery->piclens_link ?>"> <?php _e('[View with PicLens]','nggallery'); ?> </a> </div> <?php } ?> <!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="nextgen-overlay-pushpin-container"> <div class="ngg-gallery-thumbnail-pushpin" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <!-- Use this line below and comment out the one above to use your image title/alt as the link title (hover tooltip) instead of the description --> <!-- <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->alttext ?>" <?php echo $image->thumbcode ?> > --> <?php if ( !$image->hidden ) { ?> <span class="nextgen-overlay-pushpin"> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> </span> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a> </div> </div> </div> <?php if ( $image->hidden ) continue; ?> <?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?> <br style="clear: both" /> <?php } ?> <?php endforeach; ?> <!-- Pagination --> <?php echo $pagination ?> <!-- Leave this line intact if you believe in karma ;-) --> <div class="mbtk-credits">PushPin Gallery Template for Nextgen Courtesy of <a href="http://MattBunch.tk">MattBunch.tk</a></div> </div> <?php endif; ?>Forum: Plugins
In reply to: [NextGEN Gallery Optimizer] NextGen Optimizer: Doubles Images with FancyboxTHank you so much for all your help, Mark! I really appreciate it.
/* CSS Name: PushPin Grunge Description: Pushpin Grunge Gallery Stylesheet Author: Matt Bunch Version: 1.2 This is a gallery template stylesheet that can be used with NextGEN Gallery. */ /* Nextgen Custom Gallery Template Pushpin */ .nextgen-overlay-pushpin-container { margin:10px 10px 10px 0; } .nextgen-overlay-pushpin { display:block; height:auto; width:auto; position:absolute; margin:0 0 0 0; z-index:10; background:url('../images/pushpin-overlay-4.png'); background-size:100% 100%; } .nextgen-overlay-pushpin:hover{ background:url('../images/pushpin-overlay-4-hover.png'); background-size:100% 100%; } .nextgen-overlay-pushpin img{ visibility:hidden; position:relative; } .ngg-thumbnail-pushpin { float: left; } .ngg-thumbnail-pushpin img { position:relative; } .ngg-thumbnail-pushpin img:hover { } .ngg-description-pushpin { text-align: left; } .ngg-gallery-thumbnail-pushpin img { display:block; position:relative; } .ngg-gallery-thumbnail-pushpin img:hover { background-color: #A9A9A9; } .mbtk-credits { text-align:center; font-size:.8em; } /* END Nextgen Custom Template Images */Forum: Plugins
In reply to: [NextGEN Gallery Optimizer] NextGen Optimizer: Doubles Images with FancyboxTHank you so much for your reply! I’m a bit ignorant as to coding (terribly sorry!) What line should I take out exactly? Would this be taken out of the page itself, or in the CSS somewhere? Thank you again for taking the time to look into it!
Forum: Plugins
In reply to: [NextGEN Gallery Optimizer] NextGen Optimizer: Doubles Images with FancyboxI should also mention that it doubles the NUMBER of the images too. It says I have 10 in my gallery and even when you don’t have to double click on the images, if you use Thickbox, when you click on the images, it goes in pairs:
2 of 10
4 of 10
6 of 10
8 of 10
10 of 10
I only have 5 images in my gallery, mind you :-/Forum: Fixing WordPress
In reply to: WP Adding Linebreaks: Not using Pages as a way outHowdy thanks for the info; The link there that didn’t work just goes to the latest post in that category, so is inconsequential.
That is exactly the problem though; If I change that, the rollover doesn’t work.
Hopefully someone can find a resolution to this.
Forum: Fixing WordPress
In reply to: WP Adding Linebreaks: Not using Pages as a way outDid you get the message above the one you just posted? It should have links from my dropbox to the files for a sample page.
All plugins disabled and checked; Same results.
Forum: Themes and Templates
In reply to: Blank space above and below MenubarOH it is resolved; A friend of mine helped to find this bit of code:
.sidebar .widget { margin-bottom: 10px; }And I nixed the padding on that and it helped. I couldn’t find it for the life of me with firebug!
Forum: Fixing WordPress
In reply to: WP Adding Linebreaks: Not using Pages as a way outHowdy, Not sure if this will do it, but I’ve saved the webpage from firefox and uploaded it to dropbox:
https://dl.dropbox.com/u/34224920/Pics%20Temp/To%20Bylo%20Tak%20%C2%BB%20The%20RP%20collections%20of%20Fyuvix%20and%20Haley.htm
https://dl.dropbox.com/u/34224920/Pics%20Temp/To%20Bylo%20Tak%20%C2%BB%20The%20RP%20collections%20of%20Fyuvix%20and%20Haley_files.zipI’ve tested by disabling certain plugins. When I disable the plugin that allows me to do the fancy roll-over images, it fixes the centering and linebreak issue on the front page, but it doesn’t fix the widget’s hyperlink tags doing the linebreak problem.
Forum: Themes and Templates
In reply to: Blank space above and below MenubarAugh I was afraid of that.
Not sure if this will do it, but I’ve saved the webpage from firefox and uploaded it to dropbox:
https://dl.dropbox.com/u/34224920/Pics%20Temp/To%20Bylo%20Tak%20%C2%BB%20The%20RP%20collections%20of%20Fyuvix%20and%20Haley.htm
https://dl.dropbox.com/u/34224920/Pics%20Temp/To%20Bylo%20Tak%20%C2%BB%20The%20RP%20collections%20of%20Fyuvix%20and%20Haley_files.zipHi, I’ve tried this as well but when I do display:none, it gets rid of my entire header image ._.
I’ve had this problem with other block elements.