kYem
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Slow load of page due to admin-ajax.phpNote that
ligth-bullet.pngsometimes have 20s waiting time.Looks like it is requested through the jqeury.
Forum: Plugins
In reply to: [Slideshow] Slow load of page due to admin-ajax.phpThere are some serious issues with loading resources in this plugin. The
admin-ajax.php?action=slideshow_jquery_image_gallery_load_stylesheet&style=style-light&ver=2.2.21
call to load the stylesheet dynamically result in almost 2 second load time.60ms blocking and 1.97s of waiting. After that the styles are loaded and the images are fetched
light-arrows.png loading-icon.128x128.gif ligth-bullet.pngresulting in additional ~30ms loading time after the stylesheet was loaded.
Only getting this information the DOM is loaded.Looking at the stylesheet, the problem is that the urls of the background image are generated for what ever reason.
Can someone give me more information on why this is handled this way? Any way to disable this, so that I could put these images to theme directory and add styles to the main style.css file? Therefore removing this dynamic loading styles.
I was looking through the lightbox effect code and actually saw there is a function that will try to replace the absolute path to the relative,so in short if you put:
../wp-content/ngg_styles/lightbox/shutter/shutter.css
../wp-content/ngg_styles/lightbox/shutter/shutter.js
../wp-content/ngg_styles/lightbox/shutter/nextgen_shutter.jsIt will actually work, so for now it will solve my problem, however I still feel like this could be improved in case we have multiple effects. We should be able to select them in the backend, same way custom styles work
Can you explain why this is the case?
At the moment I’m using GIT to deploy the website from my local development server and it does create a big issue, as I need to constantly change the url.
The worst part is that, when I’m browsing through the website it looks like everything is working as expected, due to the url pointing to my local server that is only accessible from my computer, therefore until someone actually starts to complain or I test it on different computer I’m not aware that the js/css files are not found and the lightbox effects are not working.
I’m was wondering if it possible to do, same way the custom styles work, we save it on ngg_styles folder and then link it from there if is available.
Forum: Plugins
In reply to: [Fullscreen Galleria] Galleria.loadTheme and W3 Total CatcheThanks again for all support you provide!
Forum: Plugins
In reply to: [Fullscreen Galleria] PHP warning on the checkout pageSorry for the late response, but ye it solved the problem thank you once again!
Forum: Plugins
In reply to: [Fullscreen Galleria] Gallery link, missing data attributesFixed the issued for me, thank you once again
Forum: Plugins
In reply to: [Fullscreen Galleria] Gallery link, missing data attributesI would be able to do that.
Forum: Plugins
In reply to: [Fullscreen Galleria] Gallery link, missing data attributesJust updated the plugin, unfortunately the problem persist.
Version 1.2.1
http://t.tomasfloor.co.uk/wood-flooring-gallery/Forum: Plugins
In reply to: [Fullscreen Galleria] Remove images from fullscreen galleryWell I’m not certain if you have identical problem, but i was able to to solve this before by uploading the images via media library, therefore images there “unattached” so i could free use any of them.
If you do the upload via page or post -> add media, it will automatically attach (can check this in the “uploaded to” column in the media library) that media file to the post/page it was inserted from, so later even if you deselect some of the images it would still show all the images attached that post/page
This was the issue in the 0.6x version, not sure if it was fixed, but that was the solution i managed to find after long hours of recreating/re-uploading image galleries