stellablue22
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] JS Error $.uniqueSort is not a functionTobias,
jQuery Migrate Helper is a good plugin to run but doesn’t fix everything.
$.uniqueSort() is a jQuery 3.0+ function (link). Prior to jQuery 3, it was $.unique().
You could try:
- Change the default lightbox. Line #609 in front.js is associated with the TosRus lightbox.
- Reset the RLG plugin settings to defaults. Make note of current settings so you can set back if needed.
- Disable all plugins but RLG. If no error, active plugins one at a time.
- Downgrade to a previous version of RLG.
- You could debug it in the browser developer tools and see why uniqueSort() is not a function.
- Install a clean wordpress for testing and try RLG out-of-box. If it works, work towards current setup and see. Can be a bit of work but sometimes what you have to do.
- If you have link to page, it might help
- You probably already tried, but create new post or page and add a new RLG gallery and see. Maybe isolated issue with specific gallery
Above options are not listed in any particular order and are independent things to try. However, they are listed in the order that I might try them.
I am running RLG on latest wordpress and don’t see that error. So, something is unique in your case.
Good luck with it – SB
- This reply was modified 4 years ago by stellablue22.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] JS Error $.uniqueSort is not a functionHi,
Could be a jQuery issue as WordPress and a lot of plugins are transitioning to jQuery 3. If you aren’t running the jQuery Migrate Helper plugin, try that. You may also need to force jQuery version that WordPress is using in the jQuery Migrate settings.
Try another browser and/or device. Clear browser cache or force hard refresh. If you just did numerous upgrades, browser may be caching some js which can cause issues.
Good Luck – SB
Hi,
To disable RLG media folders, Admin->Lightbox->Folders->Folder Settings, uncheck Folders checkbox.
SB
Hi,
Yes, I wish that worked as I have same issue. You can insert into post/page via shortcode.
If you look at console output, there is a
Uncaught ReferenceError: wpActiveEditor is not defined
that could be the issue.I wish this could be fixed as it would be nice to use ‘block’ to insert gallery.
If you find anything, please post solution. Thanks!
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Launch lightbox from a linkYes, you can use a link to launch lightbox. Edit your block as HTML and add rel=”lightbox” to your
<a href="image.jpg">link</a>
That is the default selector for lightboxForum: Plugins
In reply to: [Responsive Lightbox & Gallery] How to open a html webpage in lightbox?Hi,
I don’t think this lightbox supports an html page inside the lightbox. I have not tried all the supported lightboxes in Responsive Lightbox, I just tested with default SwipeBox. But you could try them and see.
A nicepackage that supports HTML inside the lightbox is Floatbox JS. The author, Byron McGregor has released it for FREE under MIT License. Previously a license was $20.
It supports a lot of inner-elements besides images: html, pdf, video and maybe more. See docs.
Floatbox does not have wordpress plugin last time I checked, but can be easily loaded in a child theme. Floatboox supports images added dynamically via ajax/javascript after page load with fbactivate() which is not typical of a lot of lightboxes and if you load content after page is initially rendered, it is the only choice I know of.
Good Luck!
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] No “X” or obvious way to exit Light BoxGlad to help. Responsive Lightbox is a good gallery, lightbox and media folders plugin. dFactory isn’t super pushy with the premium/paid like a lot of plugins today. I use their cookie notice plugin too.
Regarding the WP admin bar, I typically turn that off in my profile so site is rendered as visitors will see it. I have Admin open in adjacent tab anyway. In the v5.6 test wordpress site I tried, the Lightbox completely filled the client window so there was no interference with the #swipebox-close button.
You can override the style #swipebox-close { top: 0 } to top:32px or whatever you want. I hope you are using a child theme, which makes overrides easy. Inspect the elements and add some overrides. Just be aware of multiple devices / media queries so any overrides perform as desired on different devices. I typically extract out the exact media queries from the parent theme and paste them (empty) in child theme style.css so any overrides can be constructed to use same media breakpoints/rules as the theme.
Have a great day!
Try this:
<a href="https://site.com/image.jpg" rel="lightbox">Image</a>
The rel=”lightbox” is the default selector so that lightbox is triggered by the link. The Selector is set in the Admin->Lightbox->General settings, but only change it if you have to and know it.
- This reply was modified 4 years, 1 month ago by stellablue22.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Gap between title and photo galeryI looked at your site and that theme and I assume you are inserting gallery shortcode into Theme Widget ‘Front Page: Slider Area’ via a text widget. Like [rl_gallery id=”9″] in the text widget.
Try this: Admin->Appearance->Widgets and select your text widget for the RL gallery. Click on the Text tab (Visual is default). You may get a WordPress note about HTML widget. See if your shortcode is wrapped in code tags like <code >[rl_gallery id=”9″] </code >. Remove the code tags so you just have [rl_gallery id=”9″], save it. Refresh your home page.
There are other solutions but that should fix it.
- This reply was modified 4 years, 1 month ago by stellablue22.
- This reply was modified 4 years, 1 month ago by stellablue22.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] No “X” or obvious way to exit Light BoxWell, if you are seeing arrows for navigation and ESC exits, the plugin should be working.
Here are a few things to try:
– Clear browser cache. Try another browser.
– Switch default lightbox setting to prettyPhoto or FancyBox and see what happens. SwipeBox has close in upper-right corner, the other 2 are closer to the image.
– If you know some HTML: Inspect (right click the lightbox image and inspect). The default lightbox of SwipeBox will have swipebox-container div element and inside that div is a #swipebox-close element. press ctrl-f to search for swipebox-close). The arrows and the close icons are in same svg.
– In Admin->Lightbox->Lightboxes tab. Enable the Force PNG icons options which uses png image instead of svg.Hope that helps
Hi, I too had the same issue with datepicker and ultimate-member plugin. Like you, I had added the images folder to wp-content/plugins/ultimate-member/assets/css. I upgraded from 2.1.0 to 2.1.3 today and the images folder was removed. I just copied it again.
The folder is small at 52 KB with 6 png images (sprite sheets). Maybe the author can just incorporate that folder into the plugin so plugin users can utilize the jquery-ui with the icons.
It is a great plugin!Forum: Plugins
In reply to: [Plugin: Ad-minister] Only 1 widget allowedThanks all & findingsimple.com. I wondered why it wasn’t working right. Now it is good ??
Forum: Fixing WordPress
In reply to: Flash header to replace current one.Here is a post: Adding A Flash Header to WordPress Atahualpa Theme
This example uses Atahualpa Theme Version 3.2.
Good Luck with it and bookmark myDeviceIP.com if you need a site that echos local and global IP addresses.
StellaBlue
Forum: Fixing WordPress
In reply to: Forms not expanding at wp-admin/post.php, page.php with Firefox 3.5Hi,
I got them same problem in both IE8 and FF 3.51. Screen Options won’t expand, widget options wont expand to adjust widget options.Not sure what it is but very weird. Maybe something in windows OS is corrupted since my problem is common to both IE & FF.
I tried IE8 in both modes. PC is Windows XP SP3.
Thanks, Stellablue
Forum: Fixing WordPress
In reply to: Flash header to replace current one.Hi Tim,
I just implemented a Flash header into the ‘Ata’ theme. It will default to rotating header background image if flash not installed/enabled.
It requires modifying bfa_header_config.php file. BFA did a great job on this theme and it is well programmed!!
You cannot have %logo or %image in header items. You can use blog title & blog description overlays, which are important so title and tagline are HTML elements for people/robots that don’t have flash.
If you are interested, you can see it at https://www.SuzieTrainsMaui.com/blog Leave a reply here with an e-mail or link to send you code changes.
Good luck, StellaBlue