erwinodendaal
Forum Replies Created
-
Downgrading doesn’t help…
After the update to version 2.0.33 in the admin pages a warning sign has appeared where the gallery image was before.
in the website the message “Invalid Displayed Gallery” is shown in the page instead of the gallery.The problems with NextGen 2 seems to be getting more and more serious. WIth every update I have more errors. Now nothing seems to work anymore.
Getting back to 2.0.31 to at least have my galleries shown…
I looked into the plugin code. But since I’m not a programmer, I really don’t understand how to add more widgets to the WordPress Dashboard by adding code to your plugin. That’s why I asked you in the first place ??
There are sollutions by adding code to the functions.php file. I will look into that.Same here. Also when wanting to change a gallery setting by clicking on the gallery image in the post, shows a blank pop-up.
Errors are:
scripts.js:203 ReferenceError: Can’t find variable: icl_ajxloaderimg_src
scripts.js:117 TypeError: ‘undefined’ is not an object (evaluating ‘icl_popups.attach_listeners’)
scripts.js:203 ReferenceError: Can’t find variable: icl_ajxloaderimg_src
scripts.js:117 TypeError: ‘undefined’ is not an object (evaluating ‘icl_popups.attach_listeners’)This has started since the last update. Before this was working fine.
Forum: Plugins
In reply to: [Plugin: cbnet Really Simple CAPTCHA Comments] Not showing at all.Same problem here. All plugins needed installed, but the captcha field is not showing. I’m using iThemes “Builder” as theme.
Yep, the problem persists then.
Erwin
I changed to using NextGEN Basic Thumbnails. That seems to work well. At least when you enable Ajax navigation. Without that it gives the same “page not found” as when using the NextGEN Basic ImageBrowser.
Forum: Plugins
In reply to: [The Events Calendar] navigation to more events not workingYes I have made customizations. In the theme-directory I have a “events”-directory with files: events.css, list.php and single.php. So the problem must be there?
I’m not able to deactivate plugins nor switch to a default theme because this is a live site.Forum: Plugins
In reply to: [WordPress Importer] Embedded images missingAfter hours of searching i’ve discovered that with the import, every url to a file (pdf, flv, images) got a “1” added to the filename. The url: “image.jpg” has become “image1.jpg”.
I’m hoping there’s a way to rename all files in the database, otherwise you’ll have to rename all filenames on the server.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not generating, no errorsIt must be a file that you yourself has made, so you’ll know where it is.
Ceck the NextGen admin pages with your Error Console in Safari, Chrome or use Firebug in Firefox and see if that shows a Javascript error. Behind the error will always be a url to the file which generates the error.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not generating, no errorsI resolved the problem and it was NOT a bug in NextGen.
I had a function in a jQuery file that called another jQuery function that did not exist. WordPress as a whole goes wrong than. Only you don’t notice that in all admin-pages or plugin pages.
So check the NextGen admin pages with your Error Console in Safari, Chrome or Firefox and see if that shows a Javascript error.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not generating, no errorsI updated from 5 to 7. And:
The plugin doesn’t generate thumbnails.
The tabs in the admin-pages don’t work anymore. (So all settings and functions on all NextGen-pages are on one page.)
The homepage of NextGen shows under “Latest News” and “Related plugins” the text “loading” and nothing loads.My server:
Operating System : Linux (64 Bit) Server : NOYB Memory usage : 41.78 MByte MYSQL Version : 5.0.77-community-log SQL Mode : Not set PHP Version : 5.2.14 PHP Safe Mode : Off PHP Allow URL fopen : On PHP Memory Limit : 128M PHP Max Upload Size : 8M PHP Max Post Size : 8M PCRE Backtracking Limit : 500000 PHP Max Script Execute Time : 30s PHP Exif support : Yes ( V1.4 ) PHP IPTC support : Yes PHP XML support : Yes Graphic Library GD Version : bundled (2.0.34 compatible) FreeType Support : Yes FreeType Linkage : with freetype T1Lib Support : Yes GIF Read Support : Yes GIF Create Support : Yes JPG Support : Yes PNG Support : Yes WBMP Support : Yes XPM Support : No XBM Support : Yes JIS-mapped Japanese Font Support : No
Forum: Everything else WordPress
In reply to: order by event date not by post dateEditing functions.php is a better option I think than editing templates.