Forum Replies Created
-
AuthorPosts
-
February 11, 2018 at 10:50 pm in reply to: Is there a way to share a gallery image on facebook, twitter, instagram? #77258
Peter
MemberYou can get the direct URL of the watermarked image and share that because the watermarked images are not in the protected directory.
Usually the watermarked photo will have a filename using the following naming convention:
watermark_<your_image_name>.
OR,
To get the URL you can use one of the browser developer tools like Chrome developer tools.
Right click on the watermarked image and select “inspect”. Then find the URL of the watermarked image.
Peter
MemberYes there’s no reason why it shouldn’t.
February 8, 2018 at 11:04 pm in reply to: Clicking Gallery List Name causes all items to disappear #77247Peter
MemberI’ve sent you an email.
Peter
MemberI recommend firstly doing a plugin/theme conflict test to see if you can find if anything is causing the conflict and let us know.
Peter
MemberHi Blake,
I will put it on the list as a future feature to add.
Peter
MemberThe the Photo Search function has compleately stop working
Was it once working and then suddenly appeared to stop working?
Did something on your system change?
Peter
MemberI’ve sent you an email.
February 7, 2018 at 9:57 pm in reply to: Clicking Gallery List Name causes all items to disappear #77244Peter
Memberwhen I click Gallery List Name or Gallery ID under Existing Galleries, all the galleries disappear. It says No Items found
Do you mean the “Gallery Name” column in the main settings page which lists all your galleries?
When you refresh that page do the galleries appear again?
Bulk Import Process Status says There are currently bulk import events in progress
It could be that during some of the processing of the photos your server may have run out of resources or something else went wrong. Clear that bulk event using the “clear” link in the table.
You should also check your PHP server logs to see if you can spot any “memory exhausted” or other errors.
Peter
MemberHi,
At the moment there is no pagination for the main gallery page but only for the pages inside the gallery (ie, where the thumbs of gallery are displayed)
In the meantime have you considered splitting up your galleries into albums?
February 5, 2018 at 10:48 am in reply to: photo seller – total not updating when add number to buy #75178Peter
MemberI checked the photo seller plugin code and it is correct.
The part of the code which serves up the location of that js script file looks like this:
<?php echo site_url(); ?>?wps_load_dynamic_js=js-gallery-photo-details
Note the use of the core wordpress site_url() function.
https://codex.wordpress.org/Function_Reference/site_url
This function will return either https or http depending on what your server is configured as.
What might be happening is that the site_url function could be returning “http” because the “is_ssl()” check it does is coming back as false.
The wordpress is_ssl() core page states that there may be cases where that function will not work when a server is behind a loadbalancer. It also provides some workaround code you can apply to your wp-config.php file:
February 5, 2018 at 1:44 am in reply to: photo seller – total not updating when add number to buy #75175Peter
MemberSo are you saying that when you reverted the theme to twentyseventeen you are still seeing the same issue?
That’s strange because I just did the same test and I don’t see the same problem as you.
I’ve sent you an email.
February 5, 2018 at 12:56 am in reply to: photo seller – total not updating when add number to buy #75173Peter
MemberI’ve had trouble with it on some themes
This could be the cause of your issues and you will need to ask the theme developer to address it.
I just did a test on a proper SSL site and I can see no issues with incorrect loading of http pages.
I think the problem you are seeing is being caused by something on your setup.
Can you please do the following:
1. undo any changes you made to this plugin by deactivating and deleting it and reinstalling a fresh version.
2. deactivate all other plugins except this one
3. revert to a properly coded theme (twentyseventeen)
Then and try your test again. Let me know how that goes.
February 4, 2018 at 11:31 pm in reply to: photo seller – total not updating when add number to buy #75169Peter
MemberHi,
Thanks for the feedback.
I will go into the code and investigate further and fix if necessary. Will keep you posted.
February 4, 2018 at 4:33 am in reply to: photo seller – total not updating when add number to buy #75163Peter
MemberHi tralay
What is the actual problem you are seeing and can you please provide steps for me to reproduce it?
Peter
MemberThe following code will work:
.wps_variation_selection_section #variationTable .wps_tr_even{
background: none;
}BUT, you will need to delete your last attempt and fix up the CSS errors you created in the custom css plugin because you pasted something incorrectly and you have missing brackets and/or double brackets etc.
-
AuthorPosts