Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

Peter

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 571 through 585 (of 3,409 total)
← 1 2 3 … 38 39 40 … 226 227 228 →
  • Author
    Posts
  • July 2, 2016 at 7:39 am in reply to: Album does not display correct gallery thumbnails #73567
    Peter
    Member

    I think the following should fix that:

    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:

    #albumcontainer .album_item_bottom_t2{
    max-height: none !important;
    }

    July 2, 2016 at 7:35 am in reply to: Photo Seller – Unable to give albums an image #64316
    Peter
    Member

    Hi,

    it just went to a blank page and did not give any product details

    This might be due to your server not having enough memory. What is your server setting value for PHP memory_limit?

    Can you check your server error log file and let me know if you see any fatal errors?

    (if you don’t know how to get the above info ask your host support people to help you).

    For your point number 2 – please do not delete any pages in future.

    To fix this page not found issue go to

    WP Photo Seller >> Admin Functions and click the Regenerate Default Pages button.

    For point 3 – I think you should first fix the above two things and we will look at this later.

    (After you do the above please send the link to your gallery page so I can see it)

    July 2, 2016 at 7:23 am in reply to: problem getting from detail page to cart and then to checkout #66852
    Peter
    Member

    Looks like you’ve somehow tampered with the original pages which were created by the photoseller.

    Here’s what you should do correct this:

    – Log into your worpdress admin panel

    – Delete the following pages:

    [http://www.loosecanonproduction.com/index.php/cart]

    [http://www.loosecanonproduction.com/index.php/checkout/]

    [http://www.loosecanonproduction.com/index.php/store/]

    – Go to the trash section of the pages menu and delete all trash contents.

    – After you’ve deleted the above, go to

    WP Photo Seller >> Admin Functions and click the Regenerate Default Pages button.

    The above will hopefully fix your issue.

    June 29, 2016 at 11:42 am in reply to: Photo Seller – Customer Address for digital downloads with no shipping #73548
    Peter
    Member

    WP is new for me and I’m not good in the technical things, but I will try to do it as you explained

    If you need help or you would prefer that I do it for you let me know.

    June 29, 2016 at 12:28 am in reply to: Photo Seller – Customer Address for digital downloads with no shipping #73546
    Peter
    Member

    Ok I see now.

    Currently the photo seller will display a shortened version of the manual checkout form if all items are digital, ie, it will only collect name and email. Conversely, it will display a more detailed version of the checkout form if there are any physical items, ie, in addition to the name and email it will also collect postal address details.

    I have introduced a new filter in the photo seller code which will allow you to always display the full version of the manual checkout form even if the items in the cart are all digital.

    I have sent you an updated version of the plugin.

    In order to use the filter, please do the following:

    In your theme’s functions.php file enter the following code:

    add_filter('wps_display_full_checkout_form','set_full_checkout_form');
    function set_full_checkout_form($enable_full_form){
    $enable_full_form = TRUE;
    return $enable_full_form;
    }

    June 28, 2016 at 12:12 pm in reply to: Photo Seller – Customer Address for digital downloads with no shipping #73544
    Peter
    Member

    Hi Kathi,

    Digital purchases don’t normally require physical postal addresses hence why the photo seller doesn’t record such information.

    Can you please explain more how you want to use the postal address so I can understand what you want to achieve?

    June 27, 2016 at 12:53 am in reply to: Photo Gallery Template 10 LightBox Image Can Not Be Loaded #73527
    Peter
    Member

    Hi,

    Your logs show several fatal errors due to insufficient memory.

    Also the actual memory available for your site is much less than the value you stated, ie,

    you said you have memory_limit = 256M, but the actual memory_limit available is much less than that as can be seen by the following errors:

    =================================

    [23-Jun-2016 21:45:27 UTC] PHP Fatal error: Out of memory (allocated 108527616) (tried to allocate 13008 bytes) in /home4/rparenti/public_html/www.Fiftheyephotography.com/wp-content/plugins/wp-photo-seller/models/WPSCommon.php on line 2661

    =================================

    The above logs indicate that the memory available is more like 108M and not 256M.

    Once you fix the main PHP RAM memory error, all the other errors will go away.

    Are you on a shared server? If so, you may be limited as to how much memory you can have.

    Ask your host support guys to set your memory_limit to 256M or 512M. If they say that you already have that much memory show them the logs and tell them that you actually have a lot less than that available.

    NOTE: shared servers are usually not good enough for the processing of high definition photos. I recommend that if you are serious about selling photos online, then you should look at upgrading your hosting to a VPS server.

    June 27, 2016 at 12:38 am in reply to: Photo seller – Price list/ordering isn't working? #73523
    Peter
    Member

    Firstly go to your wordpress “Pages” menu and do a search for “Photo Details”.

    If you don’t get any results, you can restore that page by doing the following:

    – Go to Photo Seller >> Admin Functions

    – Click “Regenerate Default Pages” button.

    If you do actually have that page and it is still not working let me know.

    June 25, 2016 at 1:50 am in reply to: Photo seller – Price list/ordering isn't working? #73521
    Peter
    Member

    Have you tried deactivating and reactivating the photo seller plugin?

    Also double-check that your Photo Details page has not been deleted by accident.

    June 25, 2016 at 1:46 am in reply to: Photo Gallery Template 10 LightBox Image Can Not Be Loaded #73525
    Peter
    Member

    Hi,

    What is the full size of some of those photos?

    If they are quite large and if your server does not have enough PHP memory and resources to perform the required image processing and resizing, then you will see the current behaviour.

    Can you please check the following:

    1) Find the php error log file and check to see if there are any errors relating to the photos in that gallery or the photo seller in general

    2) check your server PHP memory_limit value and let us know what it is.

    (Ask you host provider support guys to assist you if you don’t know how to obtain the above info)

    June 24, 2016 at 8:08 am in reply to: Photo Seller – download for all images in gallery and quantity discount #73217
    Peter
    Member

    Hi Eddie,

    I will email you within the next couple of days because there are a few things you asked for a few weeks ago (including some custom work) which we still need to discuss. Talk to you soon.

    June 24, 2016 at 12:19 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73477
    Peter
    Member

    Hi, Your site has an issue with email delivery. The following should help you troubleshoot your issue:

    https://support.tipsandtricks-hq.com/forums/topic/not-receiving-emails-even-though-the-plugin-sent-the-email

    June 23, 2016 at 11:36 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73475
    Peter
    Member

    Yes it does work – I sent you an email explaining more.

    June 23, 2016 at 12:41 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73473
    Peter
    Member

    Hi,

    I think your issue is only for sandbox mode. You should be ok with live PayPal payments if your account configuration is done properly as mentioned earlier.

    I will send you another zip file in an email which will hopefully fix the sandbox payments.

    Deactivate and delete your current version of the plugin and install the version in the email I will send you.

    June 22, 2016 at 2:25 pm in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73469
    Peter
    Member

    Looks like you don’t have either the auto return or IPN enabled.

    It doesn’t matter what URL you put in paypal settings for these because we set it dynamically from our plugin when sending the message to paypal. (just put your home URL)

    Please fix those items in your paypal account and I will try another test tomorrow because I need to go to bed now.

  • Author
    Posts
Viewing 15 posts - 571 through 585 (of 3,409 total)
← 1 2 3 … 38 39 40 … 226 227 228 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ