andreask
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Row-sorting function?Tobias: I think I explained wrong, sorry. I mixed up rows and columns. I did some editing in the tables today, and realized I was wrong. What I was after was a column sorting feature. My first column (think I have it right now.. the one with letters on the top?) has numbers in it. A way to just sort one column would be nice. If not, I’ll continue to do it the hard way. At least I have a way to do it ??
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Row-sorting function?Hi Tobias.
I’ll try to explain it a little better.
My first row contains numbers to count the columns. When I insert a new row somewhere in the table, the numbers will not be correct. I have to manually edit the rows down the table to get the numbering correct.
I would like a function to just sort a row I select, and only the row. If I have maybe 100 columns, and insert a column early in the table, I have to edit all the numbers to get the numbering order correctly.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] feature request: thumbnail titlesNextGEN galley has a template for that. Use the caption template.
[nggallery id=1 template=caption]
Forum: Plugins
In reply to: [Plugin: Lightbox Plus] Finally got rid of scrollbarsDid you add this option? I can’t find it in the latest release.
Any news on this function?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] jquery lightbox clone integration?Use rel=”wp-prettyPhoto[%GALLERY_NAME%]” and it works. I just tried it for myself.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can/does NextGen automatically compress images?Sounds to me that you are perhaps not loading the .css files.
What I mean is what is described in the link.
You need to add all the .js and .css files in the head tag in the wordpress theme like this<link rel="stylesheet" type="text/css" href="css/main.css" /> <link rel="stylesheet" type="text/css" href="jcarousel/lib/jquery.jcarousel.css" /> <link rel="stylesheet" type="text/css" href="jcarousel/skins/tango/skin.css" /> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery.galleria.min.js"></script> <script type="text/javascript" src="jcarousel/lib/jquery.jcarousel.pack.js"></script> <script type="text/javascript" src="js/tutorial.js"></script>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] how to add Nextgen button to ckeditorThanks a lot wiktor! I just installed it, and the NextGEN buttons works great.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] how to add Nextgen button to ckeditorThis is something I would be interested in as well. I use FCKeditor, but I miss the NextGEN button.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] thumbnails not opening larger image in overlayThen I have no clue. Maybe you can try to change to another effect, save and change it back and then save. Maybe it’s not saving the correct settings.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] thumbnails not opening larger image in overlayThat is strange. In the source it says rel=”lightbox[13153], and that will not trigger shutter. Does the link-code-line contain class=”shutterset_%GALLERY_NAME%”?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] thumbnails not opening larger image in overlayI see you are loading the shutter effect, but the images are linked to thickbox. Go to nextgen options -> effects -> choose shutter in javascript thumbnail effect. I think that should do it.
I think this link might be of interest to you:
https://dpotter.net/Technical/2008/03/nextgen-gallery-review-introduction/