tizz
Forum Replies Created
-
@all, If I may, I’d like to remind you that you can easily hide the number of photos in compact album display by CSS
.ngg-album-compact p { display: none; }You can not hide it with CSS in the extended album only, like the one of the OP (and yes, it’s true that it has always existed until some versions ago).
@ch3ck3rm0n 64MB is not a very high memory limit, probably it’s insufficient, so can be the cause of the issue (96 or 128 is a good minimum).
You have to look in the error log at the time when the error occurs.@ch3ck3rm0n Rename via FTP your plugin folder (e.g.: plugins-hold) and after this you should be able to enter your admin pages.
At this point you have all your plugins deactivated by default, rename folder in the correct way and then active only Nextgen, checking if all works as expected.
From here, active one by one all other plugins, every time checking until you find the one that cause a probable conflict.@ch3ck3rm0n Because you’ve put the wrong address.
Your site login address is http://www.maho-photography.de/wp-login.php (admin is http://www.maho-photography.de/wp-admin/..), where I see a customed but regular login.something like this
The domain URL must be exact.
Forum: Themes and Templates
In reply to: [Leaf] Change header size@tanyad, I noticed that in some screen resolution, e.g. 1366×768, your header is like this.
This issue is independent from the last code I gave you, but it depends on the header image, less large than the header size (in the demo of the theme this isn’t visible because is all white.)
I think that you get the CSS from an old topic of mine, but in my case the usage is different because I have a transparent background.
Maybe the quick solutions are two. One is to put an image of 1103px on the long side, after saving it for the web to keep it light as possible. The other is to addwidth:210%;to that code, this will stretch the image a little to cover the entire area, but I don’t know how it works with other resolutions. You can try what works better (different browsers and screen resolutions).Forum: Themes and Templates
In reply to: [Leaf] Change header sizeYou’re welcome
Forum: Themes and Templates
In reply to: [Leaf] Change header sizeReplace
.site-header img {padding: 0 0 0 00px;max-width:210%;float:left;}
with@media only screen and (min-width: 770px) { .site-header img {padding: 0px;max-width:210%;float:left;} }(You may need to clear cache more than once before to see it in action)
Forum: Themes and Templates
In reply to: [Leaf] Change header sizethe header is no longer responsive on the mobile site
@tanyad You have to use media queries for the responsiveness.
@pelpinda You can assign tags to NextGEN images, and you create custom menus by default with WordPress.
@wendyc – Well, the concept of album is NextGEN-basic, so let me clarify better.
As I said…’This page shows three galleries
No, that page shows an album with three galleries inside, each represented by one image.
but they are supposed to be nested under an album called Weddings’
So you have to create another album called Weddings and put this album as a sub-album in it.
@wendyc I don’t see nothing wrong in that page: an album with three galleries and each of them opens regularly.
Anyway, these forums support only free plugins and themes, so if you need help with Pro versions you may want to contact the author of the plugin directly.@ch3ck3rm0n Download 2.0.63 NextGEN folder and upload it manually via FTP overwriting the existing one.
@tambourdeville Looks like you’re missing the wp_footer call
@camcreations27 A link to the page with the issue is necessary.
Forum: Plugins
In reply to: [W4 Post List] Post categories titles are goneThe link is above in my previous post (the word “here”).
Thanks.