Bakke
Forum Replies Created
-
Yes, I have tried 2.0.55, as well as the “stable” 2.0.40.
giving WordPress its own directory is not supported at all. This is due to wrong use of the ABSPATH constant (this is used to determine the document root in the plugin, while it actually gives you the location of WordPress, which is not always document root).
My WordPress-installation is setup like this:
/path/to/page/wordpress/ – Standard WordPress-installation. No themes or plugins live here.
/path/to/site/content/ – This is where i keep my themes, plugins and uploads.
Just as described here.NextGen Gallery will go looking for files inside /path/to/page/wordpress/ – because it uses ABSPATH. While it should be looking inside /path/to/site/content/.
Instead of using ABSPATH as a base for finding files, you should be using constants like WP_CONTENT_DIR, WP_PLUGINS_DIR and functions like plugin_dir_path(). That is the correct way, and would solve this problem.
Giving WordPress its own directory is becoming more and more popular, and is considered a best practice by many. Supporting this should be a priority.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Crashes IE 8 and belowHi again,
it did not crash with TwentyFourteen. I found the problem with my theme. It was an old theme and used Modernizr 2.0.6 – this crashed with the TablePress-font. Updating to Modernizr 2.6.2 solved the problem.
Thanks for the help ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Crashes IE 8 and belowNo this is with a custom theme, jusing the latest version of both WordPress and Tablepress. I have disabled all other plugins.
The problem occurs in IE8. I have not testet IE7.
I debugged the scripts in Tablepress, and it seems like it is the TablePress font that is causing the problem. By commenting out the font-face section of default.css the problem disappears.
I have WordPress in its own directory (called wordpress), and I have a separate content folder (called content). This crashes NextGen gallery. The plugin will try to include files from /path/to/website/wordpress/plugins/nextgen-gallery, instead of the correct /path/to/website/content/plugins/nextgen-gallery.
An example is the Add Gallery/Images in the adminpanel: This will throw an runtime error, because it can not find the necessary files (it is looking in the wordpress-folder, instead of in the content-folder).
Running WordPress 3.6 in it’s own directory (https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory) with NextGen Gallery 2.0 og 2.0.7 does not work. Alot of filepaths become wrong: It can not find the templates for adding images, settings and so on. In TinyMCE all the filepaths for NextGen Gallery javascript files are wrong.
Rolled back to version 1.9.13 and it is working again.
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] Can't save with imageThe latest version use the feature image from the post / page in the slideshow. What do you mean?
Use the php-code:
feature_slideshow_init();
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] Description disappearingI will look into this problem.
You can edit the CSS so that the tabs shift side, but I will try to make this an option with next update ??
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] Possible preg_match errorSorry, fixed this issue now.
Dropped an unnecessary jQuery script, but forgot to remove the wp_enqueue_script line. For some odd reason this error didn’t show up when I bugtested locally.
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] Make slides links?This can be done with the updated version. Under each post, you will have a Feature Slideshow options. Here you can set both the text under the titles, and the image overlay text.
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] SuggestionsI’ll ad more CSS options with updates. Dropped an update now that enables you to change the title color, amoung other things ??
I have actually developed a pretty sweet custom field for the thumbnail, with image upload and a custom thickbox. But people generally seem to prefer the feature image, so they’ll only have to set the image one time.
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] Make slides links?How do you mean? The slides should be linked to the post they represent.
New version now. I’ve been pretty busy at the moment, so I didn’t get to spend as much time on it as I wanted, but I hope it’s good ??
yes I’ve started, but I’ve had alot to do lately, so I’m not finished yet, sorry. But I have put an effort in trying to make it compatible with themes that uses a lot of jQuery and prevent collisions here. I’ve also changed the way you upload images, so that you have a custom meta box for doing this, where you also can write in the excerpt, overlay text and so on. I have got alot of request about the plugin, so I’m trying to cover as many as I can.
Hope it’ll be out soon ??
Updated the plugin fixing some bugs now. (havent’ had a chance to look into e-commerce yet, sorry).
There are too many bugs right now, so I’ll rewrite the entire plugin, using my own jQuery code (insted of basing it on Feature List).
I’ll also put in some new requested options like more css options, resizable tabs bar, auto play on/off etc.
Gonna put an effort in it to get it done some time now around xmas.