tizz
Forum Replies Created
-
@minasmom123, do you have blank page even with a WordPress default theme?
@minasmom123, upload Nextgen files manually via FTP
I think you have resolved (updating your permalinks?), because your sitemaps are visible.
A real URL would be better just to see the real page, but anyway I can tell that that is not an error message, and I believe that your sitemap is created and readable by robots – robots doesn’t care about style. You can check your sitemaps with Google webmaster tool.
@tammy F, you can move that file on server via FTP accessing with your credentials as you would do for any other file.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Gallery slow@richardhart, it happens because you have unnecessarily large images. They take much time to be loaded and then resized before being displayed. It’s no use to have 3,400 x 2,300 pixels sized images if they need to be resized by browsers to fit the screens. Try to insert quality images that can be loaded in their original size: 800/900px wide side is quite ideal.
@manitouzero, I can’t imagine why you want to upload images larger than 1MB or more, but your is a (Windows) server configuration question more than anything else, or one to be investigated by looking at the error log.
I see that you have a very high memory limit so you shouldn’t have problem, but you may probably solve it easily by working on normal sized images.@cindy-kohnen, you can insert galleries and albums with shortcodes too (here), but if you are watching from the editor “visual” part and you don’t see the NextGEN green button, then you have a problem to solve before trying to insert the gallery, and you can have issues even if you use a correct shortcode.
You should test what is in conflict by disabling every other plugin and activating the WordPress default theme, check if everything is in place and then enable the theme and plugins one by one to point out the culprit.
Also, I do not know which WordPress version you are referring to, but upgrading WordPress is the first step.@yuud, I think so… but not without a link to the specific page.
@cindy-kohnen, if you need help with CKEditor For WordPress, ask in their support forum.
The NextGEN “green button” to insert galleries doesn’t require a third party plugin to be seen, so it’s not a NextGEN Gallery problem.@tammy F, that warning message is not related to the slideshow.
Move the stylesheet in the suggested path and the warning will disappear.
The slideshow is not given by NextGEN but it comes from a script in your template: http://www.veteransmemorialstatues.com/slideshowscript.js@d4rkcloud, you are using gallery-carousel.php template or a carousel template given by your theme.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] it‘s not work@shenpixel, I’m glad it worked. Get well soon.
Edit: for a cleaner and shorter code, you can merge the same properties into one declaration:
.ngg-gallery-thumbnail-box, .ngg-gallery-thumbnail { float:none !important; display:inline-block; }@shenpixel, the stylesheet you linked is not called here, that’s /nextgen_gallery_related_images.css.
Here you have to look at http://www.lovelightpixels.com/wp/wp-content/ngg_styles/nggallery.css?ver=3.9.1 and I see that you wrote:Remove hover:
.ngg-gallery-thumbnail img:hover {
background-color: none !important;
}That “Remove hover” could be the cause, you don’t have to write it. Remove it or if you want to comment, use /* Remove hover */
Then, I see that you still have “none”, so you can try “transparent” as I said above.