Forum Replies Created
-
AuthorPosts
-
May 10, 2015 at 11:46 pm in reply to: Photo Seller – not importing images from the media library #69969
Peter
MemberPlease enable debug for the photo seller by going to the “Settings” page and scroll down to the bottom and set Logging to “enabled”.
Then try creating new gallery again and selecting photos and saving the gallery and then check the log file in the photoseller plugins directory.
Also check your server logs and let us know if there are any logs related to this.
May 10, 2015 at 11:43 pm in reply to: WP Photo Seller – Template 1 – Add To Cart Option inside light box? #69955Peter
MemberNo – currently it is not possible.
May 10, 2015 at 1:57 am in reply to: WP Photo Seller not displaying images when clicking on the thumbnails #63367Peter
MemberYour issue is totally different.
You have the following javascript error which is preventing lightbox from displaying:
Uncaught TypeError: Cannot read property 'cycleSlides' of undefinedThe following script is causing that error:
easy-testimonials-cycle-fix.js
You need to fix this and your problem will go away.
May 10, 2015 at 1:53 am in reply to: Photo Seller – change quantity text colour in Digital details table #69956Peter
MemberYou can try adding the following custom CSS code:
.wps_digital_details_table td .qtyInput{
background: transparent;
}Peter
MemberALL of these are saved into the WP Photo Seller Upload folder, but your still saying that other code is saving them there?
Actually the photo seller is saving them there but it is being told to produce these extra sizes by another plugin or your theme.
As you know, the photo seller uses the wordpress uploader and as explained previously, when you use the wordpress media uploader, the wordpress system will check which sizes have been registered and then it will create those sizes when a photo is being uploaded.
Yesterday I sent you another version of the plugin for you to test. In that version I added some code which will check the registered sizes in the system and will remove all but the ones which the photo seller needs. Check your inbox and you will see my email.
Peter
MemberThe photo seller plugin does not produce that many resized versions of the uploaded image. Either your theme or another plugin is telling wordpress to make extra custom image sizes.
By default wp will create 3 or 4 extra image sizes during the upload process when you use the media uploader.
From memory I think they are:
thumbnail, medium and large.
In addition to the default sizes, this plugin also creates two extra sizes:
200×200
300×300
Anything else is not coming as a result of this plugin.
Somewhere on your site in another plugin’s code (or your active theme) there are some lines which are similar to:
add_image_size(‘some-custom-size’, 66, 66, true);
(there will be similar lines for the other sizes too)
Basically the above line tells wordpress that you want to register an image size of 66×66(px) and then when you upload a photo using the media uploader, wp will create all registered image sizes.
Peter
MemberNo – thumbnails are not watermarked because they are a very small resolution and size (usually 150px or 200px width and height). There is no point watermarking these images because even if someone does want to copy them, they can’t really do anything with them due to their small size.
Peter
MemberHow many photos are in gallery 31?
Which template are you using for this gallery? If it’s not the same as gallery 32, can you try setting the problematic gallery to use the same template as one of the other galleries which work? (eg, gallery 32)
Are the general settings of gallery 31 the same as say gallery 32?
Have you checked your server log file?
May 4, 2015 at 4:44 am in reply to: wp photo seller exclude from gallery, show gallery on a different page #69865Peter
MemberHi,
No currently you can’t exclude a gallery from displaying its representative thumbnail in the gallery “home” page.
You can however password protect that gallery so that general visitors will not be able to see any of the contents of that gallery.
In the meantime we will look at adding a new feature which allows inclusion/exclusion of galleries in the main home gallery page.
Peter
MemberDoes your zip file contain any subfolders?
Currently the plugin expects your photos to be located in the root of the zip file and not in any subfolders.
Also, have you checked your server log file to see what kind of logs (if any) are produced during the bulk upload failure?
May 1, 2015 at 12:48 am in reply to: WP photo seller – "failed to open stream: no such file or directory" #69835Peter
MemberWe will need to investigate this.
I will send you an email.
Peter
MemberDelete the last piece of code I gave you and enter the following:
#gallerycontainer .gallery_item_container p, #gallerycontainer .gallery_item_container br {
display: none;
}Peter
MemberI noticed that you don’t have the CSS class called “wps_standard_var_table” on your page.
Looks like you will need to get the latest version of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Peter
MemberThe facebook share functionality is currently not available because FB changed the way their api works and a result broke our code which used to make it possible to share a photo using the photo details page.
To cut a long story short, the current behaviour of the FB API as far as “share” functionality goes, ignores or makes it impossible to pass URL query parameters to it and consequently you won’t be able to share a photo using the photo details page because that page has content which is dynamically generated and is reliant on the query parameters in the URL.
Peter
MemberGlad to hear everything is working fine Jens.
-
AuthorPosts