Forum Replies Created
-
AuthorPosts
-
Peter
Memberjimkells,
I noticed that your mail server has rejected the attached zip file due to file size.
Is there another way I can get the file to you?
Peter
MemberActually I forgot that there is a special album portfolio shortcode.
Example usage:
[WPS_photo_album_portfolio id=12,13]
where 12 and 13 are the ids of the albums you want to display on that page.
There was a small bug in that shrtcode so therefore I have sent you an updated version of the plugin.
July 17, 2015 at 7:28 am in reply to: WP Photo Seller – Links to images in gallery doesn't work #70812Peter
MemberHi,
I performed some troubleshooting on your site and found that the issue was that you had added a parent page to the “photo details” page. This in turn messed up the special SEO rewrite rules. After removing the parent page from photo details page all works well now.
Peter
MemberHi,
I think what you are asking for is something which holds a collection of albums. (perhaps one could call it a portfolio)
At the moment it is not possible to do this by default.
As a workaround you can achieve something close to what you are after by manually creating a page which will hold the albums you want by entering the shortcodes of those albums on that page.
Peter
MemberHi,
Currently there is no individual shipping option but we hope to address this in a future update.
July 16, 2015 at 11:58 pm in reply to: WP Photo Seller: How can I display most recent additions? #70814Peter
MemberHi, We already have something which may satisfy your needs.
There is a shortcode which displays the latest photos:
[WPS_latest_photos]
By default it will grab the latest 20 photos across all galleries.
You can set the number of latest photos using an argument as follows:
[WPS_latest_photos number_photos=50]
One thing you should be aware of, is that currently this shortcode will only use template 1 to display the photos.
July 15, 2015 at 12:46 am in reply to: WP Photo Seller – Links to images in gallery doesn't work #70809Peter
MemberCan you check your permalink settings?
Make sure that you have selected the “postname” setting.
July 12, 2015 at 2:44 am in reply to: Photo Seller – Alter size of the button – Shopping cart #70698Peter
MemberTry the following custom CSS:
.wps_photo_details_continue_shopping_section .pure-button{
padding: 0.87em 1em !important;
}July 9, 2015 at 5:25 am in reply to: Make Template 9 lightbox/slideshow controls always visible, not just on hover? #70735Peter
MemberHi again,
You can achieve what you want via custom CSS.
Do the following:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.fancybox-nav span {
visibility: visible !important;
}July 8, 2015 at 5:01 am in reply to: Make Template 9 lightbox/slideshow controls always visible, not just on hover? #70734Peter
MemberIt may be possible – I’m not sure. I will need to investigate further and get back to you.
Peter
MemberI will investigate the code which is causing these warnings and apply a tweak if necessary. When ready, I will send you an update for you to try.
Peter
MemberHi,
I will email you so I can take a closer look.
Peter
MemberCan you first please load a fresh copy of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Then let us know if you still see the error.
Peter
MemberI have sent you an email so I can take a closer look.
Peter
MemberGo to the photo seller settings page, and look in the “Page Settings” and make sure that you have selected “Photo Details” for the “Photo Details Page” section. Then save the settings.
-
AuthorPosts