DoubleSixx
Forum Replies Created
-
Thank you. The problem is gone, since it was urgent I rolled back to a previous work version. 1.9.0. Have a good one.
Using an FTP client, there’s many free for all Operating Systems (Google). Connect to your site and in the root directory look for the following file.
wp-config.php
Download it and open your wp-config.php file and look for :
define(‘WP_DEBUG’, false);
Change it to :
define(‘WP_DEBUG’, true);
Save and upload back to your site.
Goto your site via web browser, or refresh or reload. If you reload or refresh hold down your shift key (by pass your cache).
You should see error message(s) about which plug in is causing the problem. Then you might need to disable and reload the page.
When you finally get your site working again open your wp-config.php file and change :
define(‘WP_DEBUG’, false);
to
define(‘WP_DEBUG’, true);
Good luck.
Forum: Plugins
In reply to: [Update Control] Doesn't workThanx everyone for quick replies. Hope that code solves the problem. Have a good one.
Forum: Plugins
In reply to: Thumbnails album NextGen GalleryHello,
Look for the following :
background:transparent url(albumset.gif) no-repeat scroll 0%;
Change it to this :
// -sixx- background:transparent url(albumset.gif) no-repeat scroll 0%;
As far as the blurriness. You’ll either have to use much larger pictures for thumbnails or you’ll have to reduce the thumbnails size.
Good luck.
I don’t know if this is what you mean :
http://www.doublesixx.com/gallery/om-2013/events-2013/No if logic just css. I’m still using 1.9.13.
You’ll need to edit nggallery.css.
First backup your naggallery.css located in : /wp-content/plugins/nextgen-gallery/css
Now for the changes :
.ngg-album { overflow: hidden; padding: 5px; margin-bottom: 5px; border: 1px solid #cccccc; // -sixx- thin boarder around extended gallery } .ngg-albumtitle { // sixx-- //text-align: left; //font-weight: bold; //margin:0px; //padding:0px; //font-size: 1.4em; //margin-bottom: 10px; display:none; // --sixx } /* ----------- Album Styles Compact -------------*/ .ngg-album-compact { float:left; height:110px; // -sixx- 180px; padding-right:6px !important; margin:0px !important; text-align:center; // -sixx- (#photos) left; width:120px; } .ngg-album-compactbox { // -sixx- background:transparent url(albumset.gif) no-repeat scroll 0%; height:86px; margin:0pt 0pt 6px !important; padding:0px 0pt 0pt 0px; // -sixx- 12px 0pt 0pt 7px !important; width:120px; } .ngg-album-compactbox .Thumb { background-color:#FFFFFF; // -sixx- border:1px solid #000000; margin:4px !important; // -sixx- 0px !important; padding:4px !important; // -sixx- 0px !important; // -sixx- width:91px; // -sixx- height:68px; } .ngg-album-compact h4 { // sixx-- //font-size:15px; //font-weight:bold; //margin-bottom:0px; //margin-top:0px; //width:110px; display:none; // --sixx } .ngg-gallery-thumbnail { /* float: left; sixx */ /* margin-right: 5px; sixx */ /* padding-top:10px; -sixx- row space in gallery */ height:86px; margin:0pt 0pt 6px !important; padding:0px 0pt 0pt 0px; /* -sixx- 12px 0pt 0pt 7px !important; */ padding-top:10px; padding-bottom: 5px; /* -sixx- */ width:120px; } .ngg-gallery-thumbnail img { background-color:#FFFFFF; border:1px solid #A9A9A9; display:block; /* -sixx margin:4px 0px 4px 5px; */ margin-left: auto; /* -sixx- */ margin-right: auto; /* -sixx- */ padding:4px; position:relative; }Now upload the altered nggallery.css to your current WordPress theme.
/wp-content/themes/ Whatever theme you’re usingUsing the theme directory will ignore the nggallery.css in /wp-admin/admin.php?page=nggallery-style. A good trick before 2.x that would prevent newer versions of nggallery from effecting the changes made. But you could change it there too.
Hope this helps, Happy New Year and good luck.
Try rolling back to a previously working version. If you started with 2.0 or greater try rolling back to 1.9.13.
http://wordpress.org/plugins/nextgen-gallery/download/
Instructions to roll back your version :
http://www.nextgen-gallery.com/how-to-rollback-a-version/
Good luck.
Forum: Plugins
In reply to: NG Gallery replaced with idYou may consider rolling back :
http://wordpress.org/plugins/nextgen-gallery/download/
Instructions to roll back your version :
http://www.nextgen-gallery.com/how-to-rollback-a-version/
Good luck.
Here’s the download page with all the versions.
http://wordpress.org/plugins/nextgen-gallery/download/
Good luck.
Yeah it’s always been that way, I learned to get over it and just ignore the numbers.
Lately I’ve been recommending the following :
Now I use jQuery Lightbox (balupton edition).
http://balupton.github.com/jquery-lightbox/demo/
You’ll see the download.
After the plugin has been installed you find jQuery Lightbox in the setting section of the admin bar.
Good luck.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Whole site gone as 400 Bad RequestSounds like you’re new to nggallery plugin.
There has been a major overhaul of the plugin. Many people have had problems.
You can try rolling back to the stable 1.9.13
Scroll down a little after clicking the following link.
http://wordpress.org/plugins/nextgen-gallery/download/
Instructions to roll back your version :
http://www.nextgen-gallery.com/how-to-rollback-a-version/
Good luck.
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] 7.0.6 ProblemThank you for the continued support.
I removed and reinstalled your plugin.
Got the same people to test as before and now it’s working properly.
Always worked for me but users said they had the problem.
Thanx again.
Gallery->Gallery
Integrate slideshow
Sorry I couldn’t help better, I’m not running suhosin.
Forum: Plugins
In reply to: [Flattr] Does not work together with NextGEN GalleryOK I had some time now to goto Flattr’s site.
Sorry but I don’t want to sign up. Not comfortable with the concept.
Again, give details of your site please.
My gut says the plugin might work with a nggallery pre 2.x
Good luck.