ws24
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] Lost layout after update to latest versionHello Ina,
thanks for answering, I didn’t create the website myself. I have decided to modify the page template and the width of the “blocks”, this seems to have resolved the problems.
ThanksForum: Themes and Templates
In reply to: [Inspiro] Lost layout after update to latest versionHello Ina, the website is from one of my customers, I maintain it. That’s why I can’t link to it here.
The theme version was 2.0.7 and with the update to 2.1.2 the homepage content goes “out of the grid” (entry-content).
When I look at the css code with Inspector the difference seems to be new media queries like: @media (max-width: 1260px) and @media (min-width: 75em)Were these added in (one of) the latest theme updates?
Thanks.Forum: Plugins
In reply to: [Firelight Lightbox] 2 galleries on 1 page, no groupingThank you. I want the lightbox only to open 1 gallery at a time. so in case of 2 galleries on a page, open the galleries separately in the lightbox.
When going through all the options I got the impression this was an option (Images -> Custom Gallery Sections) but I now understand that option only works in the paid option?Thanks anyhow.
Forum: Plugins
In reply to: [Firelight Lightbox] Call for Feature Requests- Integration with Modula gallery.
- Option to not group all images in case of more than 1 gallery on a page / post.
- More ‘modern’ Previous / Next arrows, or choice between different arrows.
Thanks!
- This reply was modified 11 months ago by ws24.
That would be great, thanks!
Forum: Plugins
In reply to: [Firelight Lightbox] Modula gallery – no arrowsDid that 😉
Forum: Plugins
In reply to: [Firelight Lightbox] Modula gallery – no arrowsIndeed I manage a website that works with Modula (actually at version 2.11.2) together with your plugin (at version 2.3.8). Both free plugin versions, the Modula gallery/images link to the media/image file. The site was launched about 6 months ago, without the arrows I wouldn’t have used them together ;-). And now I’m worried that it won’t work any longer if I update…
Because it concerns a website of a client I can’t publish the url here, if you have an e-mail address for this goal I can send you the link.Forum: Plugins
In reply to: [Firelight Lightbox] Modula gallery – no arrowsHi again, I used the former version of the plugin (easy fancybox) on several sites together with Modula, there the arrows worked and still work fine.
Does this mean that when I update the plugin to your latest version the arrows will stop working on these websites?
Thanks.Forum: Plugins
In reply to: [Firelight Lightbox] Modula gallery – no arrowsThank you for your explanation, I will have a look at the Pro version.
- This reply was modified 1 year, 5 months ago by ws24.
Forum: Plugins
In reply to: [Site Reviews] Max 2 stars to be selected for new reviewsForum: Plugins
In reply to: [Site Reviews] Max 2 stars to be selected for new reviewsHi, thanks, I know that 😉 and that’s what I had as a result before.
But after the update I remarked that there were only 2 star images left… so just having selected %s Star / %s Stars in the section ‘Strings’ (before) in your plugin made that there were no longer 5 but only 2 star images visible above the form…
Forum: Plugins
In reply to: [Site Reviews] Max 2 stars to be selected for new reviewsTried to sort this out myself, am using your plugin together with Polylang multilanguage plugin. The only 2 stars where there because they were in your section ‘Strings’ (necessary to be able to translate them in the Polylang settings), it concerns the string: %s Star / %s Stars. This causes that there will only be 2 stars visible.
I tried to solve this by adding the string ‘Star’ again, but this ended in a total mess, nearly all my Polylang translations for the Reviews plugin strings were reset to the word ‘Star’….Forum: Plugins
In reply to: [Firelight Lightbox] Uncaught TypeError in InspectorHi, thank you for your fast answer and investigation.
I’m indeed using your plugin with a Gallery plugin (Modula) and their built-in lightbox. Because I also have some singular images elsewhere on the website that I want to open in a lightbox I use your plugin too (the Modula lightbox only works with their own galleries). Modula recommends to use/install an extra, other Fancybox plugin if you have other singular images.
So I think that you are right and that this was causing the problem. In the Modula gallery settings I have now chosen the setting ‘direct link to lightbox’ (instead of their own lightbox). Now all the images on the website use your lightbox and the problem seems to be solved.
Thanks again.- This reply was modified 2 years ago by ws24.
Hi, I had the same problem yesterday, selected category (Query build) and selected fields (Field selection) were not saved. There were no error messages in Inspector.
The latest version/update fixed the problem.Forum: Plugins
In reply to: [Maintenance] Dark overlay on maintenance page.Just add !important to the css to overrule, that will help:
.main-container:after{opacity:0!important;}