datiswous
Forum Replies Created
-
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Cycle 2 Auto heightThe container size doesn’t change. With your plugin, the container size is changing with every different image size. This is anoying and ugly on blog-page.
Anyway, when I use:
.cycle-slideshow img {height: 300px;width: auto;},
I get the configuration I had with the old plugin version with Cycle2. Off course this completly destroys the responsiveness and also resizes smaller images to 300px.Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Cycle 2 Auto heightAnyway, here is an explenation of the way I think it should work:
Slideshow you see is a gif-animation of a Cycle2 slideshow (height stays the same as the highest picture, or maybe the first picture, you see a post under it which doesn’t bump.
As I understand this is also how the auto height feature can be made work (?)
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Version 2 issuesSorry the info of my last issue which is mentioned on the FAQ of Cycle2 is
here: http://jquery.malsup.com/cycle2/faq/#foucI also found out that if nextgen plugin is activated it seems to take over rendering and the image bumping is gone (but then the navigation doesn’t work).
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Version 2 issues1. Thanks, issue resolved.
2. I don’t see anything happening when I fill the integer, ‘calc’ or ratio in the auto height box.
There’s some more info here..
Maybe you can provide backward compatibility to Cycle 1 until certain issues are resolved. For non responsive websites it’s not needed anyway.
I have another issue as well which is described in the faq under title:
Why do all my images (slides) display briefly when the page loads?
(somewhere end of page)
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Version 2 issuesI’m sorry I didn’t answer yet. I didn’t have time yet. I will answer the rest when I have.
The problems are on a test website, which is hidden for public, so I can e-mail you a login so you can look at it.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Version 2 issuesAlso, I found a conflict with the Nextgen gallery plugin (version 2.0.66.27). If this plugin is active, navigation links in slideshows won’t work.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Links to full sized images2: Maybe this can help: minify.avivo.si
Choose Beautify (decompress)It is better to make css modifications in your theme instead of the plugins css, otherwise custum edits get reset everytime you update the plugin. You also have more control over styling.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] not able to remove showing thumbs in website themeAh, Thanks.
This did the trick:
.post .gallery_container_jsj-gallery-slideshow .gallery-pager li {
display: none;
}But yes, I might specify it further if I want it still shown on specific places.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Translate navigation textThanks.
Ok I will start to translate the frontend part of the language file (probably 3 strings), then try to do some of the rest.
It might be nice if people can set the language in the plugin, instead only for whole the site.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Translate navigation textAlso:
What line in the translation file is for translating: (1 of 10)
In Dutch that has to be: (1 van 10)
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Translate navigation textCan you make two translation files? One for frontend and one for backend?
translation of the back-end is not importend for me (and I think most Dutch people because their English is generally good).
But for the translation on the front-end, it is important.
Or if not, put some text in the pot files to seperate front-end and back-end sections.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Translate navigation textThanks, didn’t know. Should have looked for translation files..
I’m going to look into it, try to translate it. If I come up with something useful, I will contact you.
About your last comment: everything, like changes to css and other files are overwritten when I install a new version. Is it possible to include a custom-file? Like custom.css for the custom css changes. Or is this already possible?
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Translate navigation textI did some eddits to the jsj-gallery-slideshow/jsj-gallery-slideshow.php file. Changed:
// Start Navigation $output .= "<div class='gallery-navigation'>"; $output .= "<a id='galleryPrev-{$instance}' class='gallery-prev gallery-button' href='#'>" . __( 'Previous', 'jsj-gallery-slideshow' ) . "</a>"; $output .= " / <a id='galleryNext-{$instance}' class='gallery-next gallery-button' href='#'>" . __( 'Next Image', 'jsj-gallery-slideshow' ) . "</a>"; $output .= " <span id='galleryNumbering-{$instance}' class='gallery-numbering'></span>"; $output .= "</div>"; // Finish NavigationInto:
// Start Navigation $output .= "<div class='gallery-navigation'>"; $output .= "<a id='galleryPrev-{$instance}' class='gallery-prev gallery-button' href='#'>" . __( 'Vorige', 'jsj-gallery-slideshow' ) . "</a>"; $output .= " / <a id='galleryNext-{$instance}' class='gallery-next gallery-button' href='#'>" . __( 'Volgende afbeelding', 'jsj-gallery-slideshow' ) . "</a>"; $output .= " <span id='galleryNumbering-{$instance}' class='gallery-numbering'></span>"; $output .= "</div>"; // Finish NavigationPrevious and next image to vorige and volgende afbeelding
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Request: zoom and hoverMaybe he means something like this:
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Option to not show thumbsNo I meant that I didn’t decide yet. I think if there’s no pause function, I might just leave it to automatically move slides without delay. Thanks!