When uploading an new image how do I assign it to a specific folder?
Also, how to resort and move images between folders? I’ve read that it is supposed to be “drag and drop”, but cannot find any documentation explaining where and how to do this.
Did not list a page=link, because I cannot find an appropriate page.
All updates have been applied. – I’m using MacOS 10,13,3
Thank you.
]]>I can’t list my gallery folder anymore:
when I go to (…)/tools.php?page=eazyest-gallery-tools, all I get is a page with:
“Upgrade Gallery
No upgrade required
You don’t need to update this version of Eazyest Gallery (0.1.3), good job!”
]]>In class-eazyest-extra-fields.php:412
unregister_setting( 'eazyest-gallery', 'eazyest-fields', array( $this, 'sanitize_settings' ) );
Should be replaced with
unregister_setting( 'eazyest-gallery', 'eazyest-fields' );
Hello,
I am using your plugin in order to display a random image in my sidebar. My settings in the backend for images are, that on thumbnail-click, they should show up in full size within a lightbox.
However, when visiting my page and checking the sidebar, most of the time I see the icon for a broken link above the image caption in your widget.
Now what I found out:
– Once the plugin randomly selects a thumbnail, it is shown and there is no broken link – if it is taller than a thumbnail, the broken link icon occurs.
– broken link or not -> when clicking the image, I am redirected to the file url and see the image in full size
– When rightclicking and browsing the source code, in the image tag I find src=…. and srcset=… Now when I copy what stands in src=… and put it in srcset instead of what was there originally, and hit enter, the image shows up! So your generation of the srcset might not work.
Another issue is, that I would love to have the image opened in a lightbox instead of the attachment page, so please enter the possibility to check lightbox in the random image widget.
Hope I was able to help and looking forward to hear your reply.
]]>All this is on a test site but you can reach it.
It would appear that images in the default uploads folder can be inserted into a page and displayed properly but when inserted from an Eazyest Gallery it will not display the image although the link is correct and the image will load separately. Using your flowchart I followed it to the last point of a bug in version 0.1.3 so I downloaded the developer version and the same issue occurred. What is bothering me is the code inserted with the ADD MEDIA button has the location in _cache. But I have found that removing that is not a solution either. The site is still under construction and is not actively being searched. Yes the image is displayed in the editor screen.
https://ucandance.archwaybpm.com is the main page. It is in a single page format. In the Team section if you click on Stan Collins it will pull up the link and display the image from the uploads folder. If you select Mary you will not get the image but a link. This will open the default photo page with another link that will load the image. It is in the wp-content/uploads/galley/mary-poll-instruct folder. It almost seems like a permission problem except the link works.
Basically as long as I stick with the default media galley all is fine. This is not a secure site and I did check for any prefixes in settings and there is none that I can see.
]]>How the heck do I use the shortcodes to load a specific folder?
[eazyest_folder] loads nothing
]]>I have two questions about Eazyest Gallery (latest version, wordpress is also updated). I am using it on a local hosted site, thus can’t include an URL.
– Is it possible to have a tag archive with the same set-up as the gallery, e.g. with 3 columns?
– I changed the ‘thumbnail click’ settings, but it keeps just opening the image as it is (without lightbox markup for example). How can I fix this issue?
Thanks!
]]>plugins/eazyest-gallery/frontend/class-eazyest-frontend.php
Line 1278
Need to replace the deprecated function with
wp_get_current_user()
Thanks
]]>Eazyest Gellery version: 0.1.3
OS: Win10
While WordPress’ system language is Hebrew (a right-to-left language), the slideshow displays only the the lower strip with filenames, but the photos themselves are missing.
After changing WordPress’ system language to English (a left-to-right language), the slideshow is working properly.
Here is my slideshow.
The problem occurs in Firefox, Chrome and Microsoft Edge. Internet Explorer displays the slideshow properly.
How can I display the slideshow properly while wordpress’ language is Hebrew ?
]]>Hello,
I’ve tried searching with Google but I can’t find a solution to this problem.
I am using Eazyest Gallery 0.1.3 on a fresh installation of WordPress 4.5.1
I have run into a problem with the attachment page. The image doesn’t show. The attachment page is looking for the image here:
/wp-content/uploads/2010-2/july/…
but my directory structure is
/wp-content/uploads/gallery/2010-2/july/…
So the directory named ‘gallery’ is missing in the attachment page’s <img src="">
.
I don’t know if I am missing an option in the admin panel to fix this or if it is a problem with the code. Any suggestions on how to get the attachment page working are appreciated.
Thanks
]]>I was thinking of moving to Foo, since this project seems dead, but I have a site with over a thousand images in Easyest and I’d rather not move them by hand.
]]>I’m having a problem in my eazyest gallery. I hope you can help me to sort this problem.
Gallery problem comes in library function. It uploads pictures ok, but sets wrong url for pictures. Therefore the thumb or the original pictures doesn’t appear on gallery library nor to the gallery site. Only thing I can see is a grey box where the picture should appear.
So far I’ve done following in order to determine the problem
– Deactivating all plugings -> no effect.
– Deactivating themes as well -> no effect.
– Uploading picture with ftp -> gallery gives wrong url.
– Changed the upload folder to new folder -> no effect
– Uploading picture trough wordpress’ own media library -> Upload works perfect, but eazyest gallery doesn’t find any picture uploaded like this.
So far I’ve find out how the url is wrong: https://77.240.19.13/l/testialue/wp-content/gallery/ftp/IMG_19821.JPG This link doesn’t work. This pic was transfered with ftp, that’s why it is in ftp test folder.
The file exists and it is totally perfect. This is the correct folder path: https://77.240.19.13/~vapaaleh/testialue/wp-content/gallery/ftp/IMG_19821.JPG
Uploading picture trough wordpress media library gave a bit more progress, though, but no pictures shown. See results so far https://77.240.19.13/~vapaaleh/testialue/?post_type=galleryfolder
So. How to fix this?
]]>Image thumbnails not display in folder level page and the image paths seems wrong.
ex : https://www.domain.com/wp-content/uploads/mammals/_cache/black_naped_hare_thumb-150×150.jpg is the image the plugin points but the actual image is in
https://www.domain.com/gallery/mammals/_cache/black_naped_hare_thumb-150×150.jpg
Tried with different folder levels in settings but nothing works.
]]>Hi,
I used your plugin in apache’s UserDir environment, and all my images links are broken. After debugging your code, I found that your method of discovering site_url
(eazyest-gallery.php line 486) uses $_SERVER['DOCUMENT_ROOT']
which totally different on UserDir
environment. Because by default ‘DOCUMENT_ROOT’ on UserDir directory points to Apache’s global DOCUMENT_ROOT
. To get your plugin works, I must set DocumentRoot
manually on .htaccess
file.
Hope you find a better implementation to discover site_url
or you can note this on your plugin documentation page.
Regards,
Lim
—
I have Yoast SEO set to not have Galleries indexed by Google, but as we have established they are being found. Is this something we can fix, or should we resort to htaccess rules?
]]>Problem with bulk_actions()
I am using WordPress 4.3 and PHP 5.5
Strict Standards: Declaration of Eazyest_Media_List_Table::bulk_actions() should be compatible with WP_List_Table::bulk_actions($which = ”) in /home/xxxyyyzzz/public_html/devzone/wp-content/plugins/eazyest-gallery/admin/class-eazyest-media-list-table.php on line 570
Strict Standards: Declaration of Eazyest_Folder_List_Table::bulk_actions() should be compatible with WP_List_Table::bulk_actions($which = ”) in /home/xxxyyyzzz/public_html/devzone/wp-content/plugins/eazyest-gallery/admin/class-eazyest-folder-list-table.php on line 646
]]>Is there a way to move images from one gallery to another – like it was possible in lazyest-gallery: https://brimosoft.nl/gallery/version_1-0/lazyest-gallery-move-image/ ?
]]>Is it possible to show the folder names under the caption pictures? See screenshot: https://img5.fotos-hochladen.net/uploads/bildschirmfotooc8m4iedbv.png
]]>Hi there,
Firstly, great plugin!
I am just having a bit of an issue at the minute, where a bunch of photos are being dropped in via FTP and they are all up the right way being copied in, however any that are in portrait aspect are auto-rotating in the gallery menu and creating sideways images in the gallery files and thumbnails.
Is there any way I can set it to not auto rotate them and leave them in portrait aspect the way I upload them?
The landscape aspect photos all seem to work fine.
Also is there a way to refresh the thumbnails etc for the gallery once I get them rotated back the right way up?
Thanks Bazza.
]]>HELLO,
I need you, i want to know if its possible to add pictures by ftp.
I want to add pictures in my ftp and they just go in the gallery,
I want not to have to refresh the gallery from my dashboard.
Have you a solution for me ?
]]>Hello,
I use shortcode to display a specific forder in the middle of the page. When the user click on the thumbnail, I would like the image to open in a medium/large format, but without lightbox and without going to the page attachment.
Because with the page attachment, it is losing all the page content before and after the shortcode.
Is it possible to just open the image directly on the page at the specific place where the shortcode is located ?
Thanks !
WP 4.1.1
Eazyest Gallery 0.1.3
We seem to be having with _cache folders not transferring correctly, or having rights issues with them. Does anyone know what these folders should be set to in terms of ownership and rights – and how to reprime them? Apparently these folders house the resized images: in our case this results in missing thumbnails. Please advise, thanks.
]]>How to accomplish that? I tried adding ‘type=”rectangle’ to no avail. Thanks.
]]>I have around 20 galleries with around 100 images in each. The images are sorted by file name and displayed in the slide view in this order.
But when I click to image 01, and I click there to next, I get image 11, then image 87 and so on. I never get the next image, I always get anything, which is bad because I put scanned text pages to the galleries and they have to be viewed in the right order…
Is this a bug or do I something wrong?
A public link of this WordPress installation is not available, but I can create a test case.
]]>This plugin was on it’s way to Five stars. I first tried it yesterday and uploaded a few dozen galleries and everything seemed to work fine so I figured I’d upload a few 1000’s galleries and see what happened….It totally crashed. Even when trying to load a page that didn’t use the gallery images it slowed my site down to the point of errors. As soon as I disabled it…Everything worked. I tried it several times and had same result every time…Sucks to wait for a 9gig upload to finish only to find out that it don’t work. Anyway, Nice plugin for small sites but would stay very far away if you have a large site with 1000’s of galleries
]]>Hi there,
The plugin seems to be generating duplicate blank images alongside of the regular images. Here is a page example: https://tradecointl.com/product-photo-gallery/ultra-ii-accent-ware/.
I deleted the blank images from Media Library only to find them reappeared a few days later when I checked back. The site just suddenly started doing this according to the site owner. There are no errors showing up other than the blank images on the user view.
Could the plugin be caching the images incorrectly? How do I fix that?
]]>Eazyest Gallery 0.13
Thumbs are not shown in backend and frontend photo gallery. I’ve found that the subdomain is also in the path that points to the thumbs and pictures. So this is actually double in the path. How can I fix this?
Hi, I need to have html in captions. WordPress supports html markup in captions (since 3.5?) so I can enter html on the Edit Media page and save it and it displays properly. However, when I have to save the Edit Folder page, the html in the captions in the list of media attachments is stripped out. Is the function that does this provided by Eazyest Gallery, or are you using a WordPress feature? I would appreciate any help!
Using WP 4.0.1, Eazyest Gallery 0.1.3
I would like to have my text appear before the thumbnails on my folder page. Does anyone have any idea how I can alter the folder such that I am able to accomplish that?
]]>Hi,
i am still suffering this known but alredy closed issue:
https://www.ads-software.com/support/topic/image-path-with-https-instead-of-http?replies=7
When calling eazyest gallery related pages by https i get wrong image paths for all image-types.
Instead of:
https://www.domain.com/galleryfolder/folder/_cache/image-150×150.jpg
the plugin instead calls images from standard wordpress upload-folder:
https://www.domain.com/wp-content/uploads/folder/_cache/image-150×150.jpg
The Problem only occurs if there is a writable “latest month-folder” in the /wp-content/uploads directory. If I remove the writing permission for wordpress on /wp-content/uploads/ and delete the folder of the current month everything works fine.
Giving the permission back will produce a new (empty) folder – e.g. 07 for july – and the image-paths are generated wrong again…
Somehow the wp_get_attachment_image from /wp-includes/media.php gives the wrong path…
I am thankful for any hint.
]]>