tizz
Forum Replies Created
-
@pplong Does the error still occurs if you active one of the WordPress default themes?
@pfernand Place the cursor at the end of the last
?>in functions.inc.php, i.e. attached without space, and hold down CANC until you see the extra final line is deleted.
If you use an editor like Notepad++ you can clearly see it, if not the simple default notepad will be good anyway (or directly via FTP).
I see that there’s another file with an extra empty final line in that plugin, so if the error happens again, check the file name and do the same thing.@protectahome Probably it’s your theme. What happens activating a WordPress default theme and with all other plugins deactivated?
After that, if you need further help put a link to the live page with the problem.@schindler For the buttons size, you have to modify CSS in custom CSS area (or in your child theme stylesheet).
.ngg-imagebrowser-nav {font-size: 16px;}
As for the Italian translation, the plugin is translation-ready so you can download the language .pot file and do your thing following these instructions.P.S.: Sooner or later – if no one else comes forward – I’d like to do a NextGEN Italian translation and make it available, but I don’t know when I’ll get time to make it, so if you are in a hurry don’t wait for me.
Forum: Plugins
In reply to: [W4 Post List] Post categories titles are goneThank you very much for the quickness and the interest, but in the end I decided to use the same time I would have spent to rebuild the archive doing one from scratch by hand with some code. It was something I thought for a while (I’m in the mood to lighten up my “plugin pool”), so I took the opportunity also for learning something.
Everything I needed was a simple archive page, and I managed to make it exactly as it was before.
Your plugin now is too far complex for what I need, but it has served me well for years, when I started with WordPress I didn’t know anything about code and your plugin has been perfect to me.
Sure I’ll make a review and thank you again.@dpuser, would you please share a link?
@sfcondo I didn’t notice a 301 or a particular delay (4,7 sec., not fast but not particularly slow) in that page, but a support on such an old version of the plugin is no longer realistic because since then the plugin has changed a lot. In addition, you have customized the gallery, and this could affect the behavior.
Your loading problems should be treated by you with a broader vision of a general site optimization that goes beyond the plugin (look here).Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Ghost Images@colewebdev I don’t see any “ghost” image on that page, so I would say that it is the cache of your browser.
@mikem22 You should have posted your own topic because jumping in others posts is misleading, besides the fact that the OP and anyone who’s registered to this resolved topic continues to receive each post undesidered emails on a different subject.
Anyway, without seeing the interested page because you haven’t put the direct link, I think you’re talking about the normal behavior.
The album page shows 1 chosen image to represent a gallery, so the images in the album are as many as the galleries.
If you want a superior level you have to create another album in which you’ll insert the current album, namely a sub-album, and for the superior album you can choose the image to display.
Album = 1 image > Sub-album = x images depending on how many galleries are inserted.@aliag As first thing it was recommended to you to update WordPress and NextGEN, but you still have 3.7.3 and 2.0.40 respectively. You can not get a lot of help while you have those old versions, besides the fact that you are running an insecure version of WordPress.
You should also try to activate the default WordPress theme and deactivate all other plugins testing if the problem still occurs.@bobbyau You are using extended album, so you don’t have to modify album-compact.php, but /products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php
(As said above, for those who use compact album there’s no need to modify any files.)
Keep in mind that every plugin’s update you’ll lose your modification, so take a note to modify it again.
As @cais said, it’s better if you look at creating a custom template instead.Other options > Styles > show customization options
@jazzsnob, Gallery settings > NextGEN basic albums for a general setting, in post/page editor via ATP button > Customize the display settings for a post/page basis setting
@hsarchitects, are you sure you are using the same page template for both?