klihelp
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazyest Gallery] Empty FolderDetailed description how to start:
First you want the plugin to index existing images from the hosting server directory into the WordPress database:
– this directory can be set in the plugin settings page, but this need a main gallery folder.
– Main gallery folder can have one or more subdirectories.
– These subdirectories and their images and will be indexed into WordPress database as Gallery Folders and it’s attachments
– Visit the main Eazyest Gallery admin page to see the list of indexed subdirectories
– the Folder Gallery page url will look like this:
http;//main_wordpress_website_link.com/chosen_gallery_slug_name/sub_directory_name/
– attachment image source like this:
http;//main_wordpress_website_link.com/chosen_gallery_slug_name/subdirectory/the-image.jpgForum: Plugins
In reply to: [Eazyest Gallery] Shadowbox w/ galleryOn the plugin settings page you can set thumbnail link option.
Forum: Plugins
In reply to: [Eazyest Gallery] Only Thumbnails are shownCheck thumbnail link option on plugin settings page.
Forum: Plugins
In reply to: [Eazyest Gallery] incorrect path showing– best to have the main gallery directory outside uploads
– this link is not logical. you don’t have a wordpress website on http;//modernprinting.in/wordpress because maybe you got a wp subfolder install>> http;//modernprinting.in/wordpress/wp-content/gallery/brochure/por-bro-summer-shopee/
– this is how the url will look like:
http;//your_wordpress_url.com / gallery_slug_name/subdirectory/subdirectory
which is on your website basically:
http;//modernprinting.in/gallery/brochure/por-bro-summer-shopee/Thanks.
Forum: Plugins
In reply to: [Eazyest Gallery] Is there anyway to do it without setting folders?Thank you for adding the important part –
First you want the plugin to index existing images from the hosting server directory into the WordPress database:
– this directory can be set in the plugin settings page, but this need a main gallery folder.
– Main gallery folder can have one or more subdirectories.
– These subdirectories and their images and will be indexed into WordPress database as Gallery Folders and it’s attachments
– Visit the main Eazyest Gallery admin page to see the list of indexed subdirectories
– the Folder Gallery page url will look like this:
http;//main_wordpress_website_link.com/chosen_gallery_slug_name/sub_directory_name/
– attachment image source like this:
http;//main_wordpress_website_link.com/chosen_gallery_slug_name/subdirectory/the-image.jpgIf your WordPress website is also on a subdomain, and the same subdomain as the image links, than it should work.
– Subdomain Gallery links would be
http;//subdomain.main_wordpress_website_link.com/chosen_gallery_slug_name/sub_directory_name/
– attachment image source like this:
http;//subdomain.main_wordpress_website_link.com/chosen_gallery_slug_name/subdirectory/the-image.jpgRead the above steps carefully if you could do it, because there is no other option, like WordPress is not in subdomain, but images are in subdomain …
Forum: Plugins
In reply to: [Eazyest Gallery] Is there anyway to do it without setting folders?Did you tested from the beginning with this plugin?
like
– have an empty gallery than
– add an Example folder
– add images to the folder
– use [eazyest_gallery folder=”Example”] shortcode in your pageForum: Plugins
In reply to: [Eazyest Gallery] WPML/ Thumbnails issue?If you add images with FTP, than the plugin have to index them.
Visit the admin gallery page and an automatic javascript loader will index all the images.
I disabled the ajax collector, because I am not using FTP uploading.
I am uploading images in the web admin with the media popup box.// Disable Ajax collection add_filter( 'eazyest_gallery_ajax_collect', '__return_false' );At the moment I am helping out:)
Forum: Plugins
In reply to: [Eazyest Gallery] Rel or class Random image widgetThe prettyPhoto lightbox able to target images without rel.
eg: $(“put_here_the_gallery_image_class”).prettyPhoto(
Forum: Plugins
In reply to: [Eazyest Gallery] wrong formating of "more thumbnails" buttonThe prettyPhoto lightbox able to target images without rel.
eg: $(“put_here_the_gallery_image_class”).prettyPhoto();
Forum: Plugins
In reply to: [Eazyest Gallery] incorrect path showingDid you resolved this?
Forum: Plugins
In reply to: [Eazyest Gallery] WPML/ Thumbnails issue?Your website shows the same attachment images for the same folder in different language. This looks like not WPML related.
Now that you are using only Eazyest Gallery, is everything good with the new images uploading?Forum: Plugins
In reply to: [Eazyest Gallery] How to edit single article pageDo you have all the same questions, or some of them resolved?
I will try to look into this for you in the weekend.Forum: Plugins
In reply to: [Eazyest Gallery] WPML/ Thumbnails issue?Is this problem WPML related only?
Forum: Plugins
In reply to: [Eazyest Gallery] 500 Internal error while loading Eazyest GalleryHow did you fixed it?
Forum: Plugins
In reply to: [Eazyest Gallery] Is there anyway to do it without setting folders?Emi, how did you resolve this?