Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I had the same problem on my reseller account ( not www.ads-software.com) after moving from IP address while we built the website to domain name. After trying everything I could think of (including deactivating EVERY plugin and removing self signed SSL from hosting server via cpanel) I found a thread suggesting this code be placed in .htaccess

    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType text/javascript A0
    ExpiresByType application/javascript A0
    ExpiresByType text/css A604800
    ExpiresByType image/gif A604800
    ExpiresByType image/png A604800
    ExpiresByType image/jpeg A604800
    ExpiresByType image/x-icon A604800
    ExpiresByType text/html A0
    </IfModule>

    This did not make any difference. I then realised I had not yet updated SETTINGS > GENERAL > WORDPRESS ADDRESS URL. to the domain name – it was still set to IP address and hosting name so I updated that.
    Then I went to PERMALINKS and clicked UPDATE.
    To my surprise – problem fixed. So I am not sure exactly which of the above fixed the problem or was it a combination or all 3. Irrespective, it now works as it should and I am very happy. Hope this helps others.

    SOLVED – solved my own problem – finally.

    As I had the site working as a test site under a subdomain, I decided that I should compare the test site settings (which worked) with the new site (which failed Nextgen Plugin Test).

    I quickly found that in WORDPRESS > SETTINGS > GENERAL > SITE ADDRESS URL – the folder name where I have wordpress installed was missing. I inserted the folder name, clicked SAVE CHANGES and then did the a check of NEXTGEN in WORDPRESS > GALLERY > OVERVIEW > PLUGIN CHECK. Volia!!! Ticks all around so Problem fixed.

    I hope this might help others having the same problem.

    Thanks McGuive7 but as both my websites were using the same Hosting Server with the same parameters, I was fairly sure this was not my problem.

    Good news is that I have SOLVED my own problem – finally.

    As I had the site working as a test site under a subdomain, I decided that I should compare the test site settings (which worked) with the new site (which failed Nextgen Plugin Test).

    I quickly found that in WORDPRESS > SETTINGS > GENERAL > SITE ADDRESS URL – the folder name where I have wordpress installed was missing. I inserted the folder name, clicked SAVE CHANGES and then did the a check of NEXTGEN in WORDPRESS > GALLERY > OVERVIEW > PLUGIN CHECK. Volia!!! Ticks all around so Problem fixed.

    I hope this might help others having the same problem.

    Thread Starter colinpask

    (@colinpask)

    SOLVED – solved my own problem – finally.

    As I had the site working as a test site under a subdomain, I decided that I should compare the test site settings (which worked) with the new site (which failed Nextgen Plugin Test).

    I quickly found that in WORDPRESS > SETTINGS > GENERAL > SITE ADDRESS URL – the folder name where I have wordpress installed was missing. I inserted the folder name, clicked SAVE CHANGES and then did the a check of NEXTGEN in WORDPRESS > GALLERY > OVERVIEW > PLUGIN CHECK. Volia!!! Ticks all around so Problem fixed.

    I hope this might help others having the same problem.

    McGuive7 Could you please let me know how to set jQuery to FALSE. Is it code or somewhere in WordPress. I am hoping it will solve my problem which also seems to be due to NextGEN not working with WordPress 3.3.2 – Thanks

    I had the same problem and solved it by adding code. I found this somewhere and pasted it into wordpress > APPEARANCE > EDITOR.
    Worked for me

    .nleft { float: left; font-size: 1%; }
    .nright { float: right; font-size: 1%; }
    .fancy-letter { font-size: 350%; float: left; padding: 0.2em 0.2em 0.2em 0; }
    .gallery-leading { width: 100%; position: relative; float: left; text-align: center;}
    .gallery-contents { position: relative; float: left; padding: 0 8px;}
    .gallery-contents.left { margin-left: -100%; }
    .gallery-contents.below { width: 100%; display: inline-block; }
    .gallery-container { position: relative; }
    .gallery-photo-counter { float: none; font-style: italic; width: 100%; text-align: center; display: inline-block;}
    .gallery-thumbs { text-align: center; }
    .gallery-thumbs img { float: none;}
    .image-container { text-align: center; margin-bottom: 1em;}
    .exif-button { float: right; border: 1px solid; padding: 0 1em 0 0.8em; }
    .exif-button a { text-decoration: none; line-height: 1.2em; padding: 0.3em 0; display: inline-block;}
    .exif-button .icon { width: 16px; height: 16px; background-repeat: no-repeat; display: inline-block;  margin-right: 0.5em; }
    .exif-panel { display: none; }
    .navigation-attachment { width: 100%; display: inline-block; border-top: 1px dotted #c0c0c0; margin-top: 1em; }
    
    /* Gallery Fixes */
    .ngg-slideshow {
       width: 100% !important;
    }
    .ngg-slideshow * {
        margin: 0 auto !important;
    }
    .ngg-slideshow img {
        position: relative !important;
        display: block;
    }

    I have a similar problem. Nextgen worked perfectly with WordPress 3.1, Suffusion 4.0.0, and NextGEN Gallery 1.9.2.

    I then developed another website with WordPress 3.3.2, Suffusion 4.1.5.b4 and nextGEN Gallery 1.9.3. NextGEN will not work.

    Initially I was unable to find any images using NextGEN Gallery, however after deleting and installing NextGEN again, I found that when I run ‘PlugIn Check’ for NextGEN Gallery, it fails Check Plugin/Theme Conflict. I Deactivated all plugins (except Suffusion which is not a plugin) and check still failed.

    As I have 27 pages on the website, each requiring a different slideshow, I don’t really want to have to enter code on every page (though suggestion appreciated damainman thanks)

    Anyone else with solution? It would be much appreciated – Thanks

Viewing 7 replies - 1 through 7 (of 7 total)