Forum Replies Created
-
AuthorPosts
-
Jarkko58Member
Hi,
I have tried with twenty twelve theme and disabled all the other plugins. Also uploaded again the WP photo seller plugin, but the problem does not fix.
Jarkko58MemberWatermarked Max Preview Dimension is 2000 px
Jarkko58Member[http://shoutkey.com/spinach]
Jarkko58MemberHi Peter,
Thank you for your help. It is not quite what I was looking for but it could work (I will check it later).
I am planning to use albums. I would make one album for every year. And I want to show in the homepage the galleries of the present and the past year.
For example this year I want to show in the homepage the galleries from the albums 2016 and 2015. Next year I will make a new album called 2017 and want to show the galleries of the albums 2016 and 2017.
Is there a shortcode to show gallerien of the 2 latest albums?
(I would like to use shortcode that my client can add his photos without my help..)
Jarkko58MemberHere is the trick (If someone in the future needs to do it..)
If you use album 2 template do this to show 48 characters in the name:
Open:
wp-photo-sellerviewsalbumtemplate-2album-template-2.php
Search:
if(strlen($gallery_name) > 24){
$gallery_name_short = substr($gallery_name, 0, 24).”…”;
Change it to this:
if(strlen($gallery_name) > 48){
$gallery_name_short = substr($gallery_name, 0, 48).”…”;
Jarkko58MemberHi Peter,
If I use ID sort option it will show the galleries in the same order I have created them.
I will have about 200 galleries. I want to add first the newest ones. Then later on I will be adding the oldest galleries. But in the future I will add also new galleries.
If I use ID descending sort option, and add the oldest galleries later, they will be shown first in the frontpage.
If I use ID ascending sort option, new galleries in the future will not be first in the list.
Jarkko58MemberI need to change the order of the galleries.
But I can not use ‘Names’ to sort, because I dont want them in alphabetic order. I can not use ‘Date’ to sort, because I want to add the newest photos now and later the oldest ones.
I need to order them with custom ID.
Jarkko58MemberThank you for your message.
I want to change the ID of the gallery (Not the url). If I change the url, the ID remains the same. ??
August 25, 2016 at 11:47 am in reply to: WP Photo Seller – Translate 'Please fill out this field' #74021Jarkko58MemberThank you for your message.
You are right. The error message is produced by the browser.
Excelent. Thank you.
-
AuthorPosts