-
AuthorPosts
-
October 21, 2013 at 6:01 pm #5062
I tried getting it into my Dragonfly child theme by pasting the following code from the Symbiostock main theme into either of the Dragonflys Theme Functions (functions.php and symbiostock-dragonflyfunctions.php).
One does nothing and the other leaves code appearing at the top of my page while doing nothing else.
>>>>>>>
//set the results per page depending on if we are doing image search
function symbiostock_image_results_per_page( $query )
{
$network_search = get_query_var( ‘symbiostock_network_search’ );if ( $network_search != true && !is_admin( ) )
{
$marketer_user_key = get_option( ‘marketer_user_number’ );
$marketer_key = get_query_var( ‘ss-‘ . $marketer_user_key );isset( $marketer_key ) && !empty( $marketer_key ) ? $per_page = 100
: $per_page = 60;$per_page = apply_filters( ‘symbiostock_posts_per_page’ , $per_page );
$query->set( ‘posts_per_page’ , $per_page );
return;
}
}October 22, 2013 at 2:14 am #5063I have looked around and hopefully I have not missed it but,
When a purchase is made the email that goes out to the customer, the email to the seller, the customer file management area, nor the Cart Manager identifies the license the image was sold under. The emails show the price of the image and then the total cost of the image with the upgraded license but does not identify why the total cost was higher than the image price.
Image of the email that goes to the seller:
October 22, 2013 at 3:01 am #5064Here are a few bugs I’ve noticed:
Running version 2.8.8 with pro plug in
child theme using Home page generator
5.2 (single php.ini) (wondering if I should upgrade to 5.3 or 5.4 single php.ini versions)On laptop using Firefox, site appears normal
On desktop using Firefox, it shows the mobile format with everything lined up vertically – loses all the side by side CTA fields and Featured and Latest images are lined up vertically. Same problem on search results, category views and image pages, all lined up vertically.
iPad also shows the mobile format. Seems like there is enough screen to show the standard format instead of mobile. What should be expected on the iPad?Also, in IE10, the color changes to the CTA headers with gradient color are not retained when viewing. Same for the changes to the footer background color. They view as expected in the editing panel but appear light grey when viewing the page.
Separate issue: The Latest Images on the home page are not centered in their individual cells, they are justified Left so when viewing mobile they are off to the left, not centered like the Featured Images.
October 22, 2013 at 5:28 am #5065FINALLY!!!
SCROLL DOWN TO SEE WHAT IS FINALLY HERE!!!!!
AUTO LOGIN!!!!!!!!
https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true
2.8.9
Very very simple. User lands on product page. User sees the annoying “Sign up!” prompt. They sign up. Instantly they are logged in, and they never leave the page. ONTO PURCHASE!
Hasn’t everyone been relentlessly asking for this from day one! Mark this day on the calendar!
October 22, 2013 at 5:32 am #5066Btw I’ve also noted the above bug reports. I just had to get excited over this.
October 22, 2013 at 6:15 am #5067Leo, this is great … for those who can use it without getting problems with their tax office … but do you still have those poor symbiostockers from Europe in mind who should be able to get VAT-Id and address during the registration … just a question, I don’t want to dull your joy 🙂
October 22, 2013 at 6:23 am #5068I need a develpment team.
October 22, 2013 at 10:55 am #5069I know, wish I could help you …
October 22, 2013 at 1:02 pm #5070@leo wrote:
FINALLY!!!
SCROLL DOWN TO SEE WHAT IS FINALLY HERE!!!!!
AUTO LOGIN!!!!!!!!
https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true
2.8.9
Very very simple. User lands on product page. User sees the annoying “Sign up!” prompt. They sign up. Instantly they are logged in, and they never leave the page. ONTO PURCHASE!
Hasn’t everyone been relentlessly asking for this from day one! Mark this day on the calendar!
Wonderful Stuff! 🙂
October 22, 2013 at 7:14 pm #5071@leo wrote:
FINALLY!!!
AUTO LOGIN!!!!!!!!….Hasn’t everyone been relentlessly asking for this from day one! Mark this day on the calendar!great news!
October 22, 2013 at 7:32 pm #5072minor problem: [symbiostock_upgrade] when some users do an upgrade I get 3 identical emails announcing it
October 22, 2013 at 7:57 pm #5073@cascoly wrote:
minor problem: [symbiostock_upgrade] when some users do an upgrade I get 3 identical emails announcing it
Just throwing something out there but could it be the following. I have not updated my live site but here is how I am use to doing it. On my test site I usually see multiple emails and I think it correlates to the following actions.
1. first email from actual updating the site through WP theme update
2. second email from activating the new version
3. third email from reactivating the child themeNot sure where I heard it but is there a need to activate an updated theme to get everything updated (fully deployed)? I am new to wordpress so I was not sure myself.
-Tim
October 22, 2013 at 9:10 pm #5074@cascoly wrote:
minor problem: [symbiostock_upgrade] when some users do an upgrade I get 3 identical emails announcing it
I don’t know much about it but a thought pops up in my head. Could it be from the test sites people have currently? Could that generate the additional notifications?
Jo
October 22, 2013 at 9:11 pm #5075that might be it — there’s usually no need to activate the new theme, though if you do it thru the update rather than using a new zip
as isaid, it’s minor, but could start adding up as the network grows
October 22, 2013 at 9:13 pm #5076@jorodrigues wrote:
@cascoly wrote:
minor problem: [symbiostock_upgrade] when some users do an upgrade I get 3 identical emails announcing it
I don’t know much about it but a thought pops up in my head. Could it be from the test sites people have currently? Could that generate the additional notifications?
Jo
these have all been identical emails from the one site each time it happens
-
AuthorPosts
You must be logged in to reply to this topic.