Forum Replies Created
-
AuthorPosts
-
February 5, 2015 at 8:33 am in reply to: Photo Seller – Change Thumbnail Size of Albums and Galleries #68244ruddygoodMember
Hi Peter
Would you prefer I open a new thread to ask how to change the thumbs to be 200×200 in template1?
Thanks
Steph
February 4, 2015 at 6:44 pm in reply to: Photo Seller – Change Thumbnail Size of Albums and Galleries #68241ruddygoodMemberHi Peter,
I am looking for the same as Mashdun. Ideally I want the thumbnails to be 200×200 as per the custom thumbs created by uploading to my media gallery.
I looked in the plugin directory to see if I could amend template 1 to do this – but the directory for this (under plugins/wp-photo-seller/views/photo/template-1) is empty.
Is it easy for me to update?
Thanks!
Steph
ruddygoodMemberSo I fixed the thumbnail image – and now the lightbox images don’t show as they still reference the tmp directory in the url guid of the database (table wp_posts)
ruddygoodMemberOK so after a lot more digging I noticed some difference in the database:
gallery_tumb_id and real_img_folder_id had variables in them – if I set these to null the images etc were working.
Any idea as to what may be causing this?
ruddygoodMemberI noted in my log files that the thumbnails are’bt being generated – not sure if this is to do with an additional / in the path names – see an example below:
/home/sites/shootingphotography.co.uk/public_html/wp-content/uploads/wp_photo_seller/51//d6t2f0u0q4/DSC_3628.jpg
ruddygoodMemberHi there
I have upgraded to the latest version of the plugin, but the thumbnail images are still not showing.
Nothing has changed in terms of the server environment or new plugins as far as we are aware.
If you could look into this further fo me that would be great.
Kind regards
Steph
ruddygoodMemberI have just checked the server, and it appears that when the images are being uploadedc they aren’t creating the thumbnails etc.
And they appear to be being saved into a subdirectory within the gallery directory – for example
wp-content/uploads/wp_photo_seller/43/407jw27q5u/image_name.jpg
Other folders that are working save the images to: wp-content/uploads/wp_photo_seller/43/image_name.jpg
I have tried to deactivate and reactivate the plugin but it won’t allow me to do that via the admin.
Thanks
Steph
October 24, 2014 at 8:12 am in reply to: Wp Photo Seller – Images not showing after site move #62220ruddygoodMemberOK – so I just edited the htaccess and that works
October 24, 2014 at 7:10 am in reply to: Wp Photo Seller – Images not showing after site move #62219ruddygoodMemberSorry should have added I cannot follow the steps suggested as I get an error everytime I try to deactivate the plugin:
License key deactivation failed!
License key could not be deactivated.
October 24, 2014 at 7:03 am in reply to: Wp Photo Seller – Images not showing after site move #62218ruddygoodMemberAny resolution to this problem? I have experienced the same thing when I put a domain live.
Really need help on this – website has just gone live and looks terrible as most images aren’t there
See this link for an example: [http://www.shootingphotography.co.uk/clay-shooting-photography/ejchurchill-fitasc/]
Not sure if the dns changes will have progated for everyone though atm.
ruddygoodMemberOK so I now have it working – but it’s taking a little reworking of the code…I have hard coded some paths and amended some of the paths to get it functioning.
ruddygoodMemberUnfortunately not – I have asked the server company if they could amend it, but due to the server setup this is not possible.
The only thing I can think of is hard coding the path instead – which is straight forward in the first instance above:
<script type=”text/javascript” src=”<?php echo site_url();?>?wps_load_dynamic_js=js-gallery-buy”></script>
But it then requires this to be done in all further associated files.
ruddygoodMemberHi thanks WZP,
That doesn’t solve the issue of the script loading though – as the script uses site_url()
See snippet:
<script type=”text/javascript” src=”<?php echo site_url();?>?wps_load_dynamic_js=js-gallery-buy”></script>
There is no way that I can change the server configuration so that http://79.170.44.155/jonathanmmcgee.com resolves, it always has to be http://79.170.44.155/jonathanmmcgee.com/
ruddygoodMemberIs there anyway for testing purposes of hardcoding the link?
ruddygoodMemberHi Peter
You only get a 404 if you omit the end slash at the end of the domain.
Won’t parse:
http://79.170.44.155/jonathanmmcgee.com
Will parse:
http://79.170.44.155/jonathanmmcgee.com/
WordPress always removes the end slash from the site url even if set in the db.
With the current host there is no way of amending the the staging url in order to resolve without the end /
So I am guessing that the script won’t ever load
-
AuthorPosts