Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
I upload image.jpg and 15 extra images are created and GD is saving them for nothing.
Those 15 images are created by WordPress uploader not by GD. GD does not has own uploader. GD just saves images with image meta(image types in serialized form) in GD attachment tables when data returned from uploader.
1- And GD does not have them in the database even if I delete them?
Separate image type date is saved in meta of main image. So deleting image type from folder will not delete data from meta.
2- So I have to go to the FTP and delete 50,000 images one by one ?
This is only possible way for now. Not sure if any third party plugin available to delete image type only.
Kiran
Hi Dave,
I have other alternate way to execute query for calendar. Can you provide FTP credentials so i can update on your site to confirm it fixing CPU issue or not. FTP credentials provided at here https://wpgeodirectory.com/support/topic/submission-form-maxing-out-cpu/#post-533535 is not working.
Thanks,
KiranI think you are saying about unused image types. Unused image & unused image are different. Image does not has separate entry for each image type. Only one way to delete those “image types” is to delete it manually from folder.
Kiran
It is not possible without checking manually that image is used or unused. Only possible way is to check each image manually and delete manually if it is found unused.
Kiran
Hi There,
Why is GD saving 15 image sizes it will never use?
How can I delete all unused images?GD uses WordPress standard upload function to upload images/files. These image sizes are generated by WordPress upload function. In WordPress it is hard to decide file uploaded under /uploads/ directory is unused, because almost all plugins, themes uses this directory to store images including WordPress media library. From WordPress media it allows to assign one image to many posts.
===
Just publish a place with 40 images, go to library and just the featured one is there.
The other 39 are not, so you can’t clean the library.
How can I delete all unused images?
That entry for featured attachment saved in posts standard table so it shows entry in media lists. Rest of images are uploaded in same directory that featured image uploaded. The difference is non featured image entries are saved in GD own attachments table.
Images uploaded under GD listings can be deleted from listing edit page(you can see delete button on hovering image). Deleting listing also deletes images/files assigned to that listing.
Let us know.
Thanks,
KiranThat SQL query is executed on page where event calendar is displayed. This query is executed in AJAX mode.
If plugin allows to access database then just install on site it will check database from wordpress admin.
Kiran
Hi Dave,
Can you provide me phpmyadmin database access so i can check executing queries there to check how much time it taking? We never face similar issue before. Can you try increasing time limit to 100 or 120?
We have already task in todo to enhance calendar functionality.
Thanks,
KiranHello Eva,
Category description delayed on category archive pages. It showing at here https://smartaussies.com.au/places/category/featured/
Kiran
March 20, 2020 at 9:32 am in reply to: V1 features coming to V2? (visitor location, search radius) #535803Hi Foster,
I think that snippet is no longer needed. You can keep that snippet active if disabling it affecting the search on iOS device. Please check and let us know.
FYI we have implemented new search functionality and it will be in next release. See https://github.com/AyeCode/geodirectory/issues/847#issuecomment-598716346
Thanks,
KiranThis reply has been marked as private.Hi Eva,
“Locked Fields” filed is dependent on “Has Franchise?” field. That’s why that field is not listed in package setting exclude fields list. I have re-saved “Has Franshice” field from Places > Settings > Custom Fields > Has Franchise? > Save.
Now issue has been fixed.
Please check and let us know.
Thanks,
Kiran -
AuthorPosts