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 - 601 through 615 (of 3,409 total)
← 1 2 3 … 40 41 42 … 226 227 228 →
  • Author
    Posts
  • June 3, 2016 at 2:17 am in reply to: Photo Seller – Image description in gallery #63439
    Peter
    Member

    Hi Salvo,

    it seems that Description is only picked up if you add them at the same time you first add an image to the gallery. Once the image is part of the gallery, further edits as described above are not picked up by the “detail” page.

    It works but I think what is happening is that the caching due to this plugin is giving you the old page. To test these things you should try viewing any changes you make with another browser.

    they still do allow for duplicate entries inside the same gallery

    Can you give me a practical example or steps so I can verify this?

    Integration with other gallery managers would be useful too, in the likes of NextGen and similar

    Can you please provide a specific use case or example of what you are trying to achieve?

    June 3, 2016 at 12:38 am in reply to: Photo Seller – 'Continue Shopping' button link #65669
    Peter
    Member

    Hi Salvo,

    Thanks for the feedback and yes I agree.

    I will take a look at the code to see how this can be best done.

    June 1, 2016 at 1:30 pm in reply to: WP Photo Seller – adding custom fields to orders #68289
    Peter
    Member

    Sure no worries.

    June 1, 2016 at 7:33 am in reply to: WP Photo Seller – adding custom fields to orders #68287
    Peter
    Member

    Hi,

    Currently the plugin doesn’t have such a thing.

    Just to confirm – do you want the field you are asking for to apply to paypal payments and manual payment gateway payments?

    June 1, 2016 at 7:00 am in reply to: Photo Seller – Changing text on details page and the agree to terms #73325
    Peter
    Member

    I believe this has nothing to do with this plugin and it is a quirk with the apple browser.

    To prove this, you can try deactivating this plugin and viewing that page using an ipad and I bet you will see the same issue.

    You could try entering the following custom CSS code to see if it fixes it:

    a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    }

    June 1, 2016 at 12:48 am in reply to: Photo Seller – download for all images in gallery and quantity discount #73210
    Peter
    Member

    The difference between templates 7 and 10 is that 10 will always attempt to create a full-sized watermark image whereas 7 will create a smaller version based on the settings.

    Now creating a full-sized watermark requires significantly more server resources.

    Are you on a shared server?

    Despite what your settings might say regarding the PHP memory_limit value, in reality your host provider will be throttling your maximum memory allocation and thus in reality the amount of memory available to your site might be less than what your PHP.ini states.

    This is why I asked you to check your server error logs which should confirm this.

    Let’s try a small test:

    Upload a much smaller photo in the gallery which uses template 10 to see if that works. Eg, say a photo of size around 1M (1200px x 800px)

    When you try to view this image on the front-end using template 10 what happens?

    May 31, 2016 at 11:23 am in reply to: Photo Seller – download for all images in gallery and quantity discount #73208
    Peter
    Member

    Hi,

    Can you please check your server PHP error log file and tell us if there are any recent logs there and what they are? (if you don’t know how to find the PHP error log file your host support people will be able to help you)

    Also can you provide the link to that gallery so I can check it with my browser?

    May 31, 2016 at 11:19 am in reply to: Photo Seller – Changing text on details page and the agree to terms #73323
    Peter
    Member

    I just viewed your terms page using my mobile and I can’t see any issue.

    Can you please elaborate a bit more on what I should be looking for and exactly where it is?

    May 30, 2016 at 11:50 pm in reply to: Photo Seller – Changing text on details page and the agree to terms #73321
    Peter
    Member

    I can’t see any issue when viewing that page you referred to either with mobile device or desktop.

    Also, that terms and conditions page is not actually part of the photo seller plugin. It is just another standard wordpress page and therefore any display quirks would be caused by the theme and not this plugin.

    May 30, 2016 at 11:23 am in reply to: Photo Seller – Changing text on details page and the agree to terms #73319
    Peter
    Member

    Ok I see what you mean now.

    That’s easy to change – simply edit the following page from the wordpress pages menu:

    [http://blackmintcreative.com/sales-gallery/gallery1/]

    Once inside the page edit screen change the title of the page to whatever you wish.

    I think in a future improvement we might make this an automatic thing whereby whenever a gallery title is changed the plugin will also change the corresponding gallery page title.

    May 30, 2016 at 1:15 am in reply to: Photo Seller – Changing text on details page and the agree to terms #73317
    Peter
    Member

    To fix the mobile version add the following custom CSS code in the same custom css plugin you used earlier:

    .wpps-mob-item-detail a{
    color: black;
    }

    Another small issue is if I change the Title of a Gallery on the main sales page the following page has the old Title.

    I’m not sure what you mean – can you please show the links of the pages you are referring to?

    May 29, 2016 at 2:54 pm in reply to: Photo Seller – Changing text on details page and the agree to terms #73314
    Peter
    Member

    You can change the colour from black to something brighter if you wish. You can even add some text-decoration as follows:

    text-decoration: underline;

    May 29, 2016 at 2:13 am in reply to: Photo Seller – Changing text on details page and the agree to terms #73312
    Peter
    Member

    To remove the phrase above the pricing table in the photo details page do the following:

    Edit your theme’s functions.php file and add the following code to the bottom of that file:

    function modify_pricing_table_heading($pricing_table_heading){
    $pricing_table_heading = '';
    return $pricing_table_heading;

    }
    add_filter( 'wpps_filter_pricing_table_heading', 'modify_pricing_table_heading' );

    Regarding the terms string – your theme is for some reason setting the anchor tag colour to white. To fix this, 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:

    .wps-cart-checkout-terms a{
    color: black;
    }

    May 21, 2016 at 12:04 am in reply to: Photo Seller – PayPal transactions don't show up in orders summary #73097
    Peter
    Member

    I also see a warning message on your gallery page which is coming from the photo seller plugin. I have sent you an email with an updated zip file to address this.

    May 20, 2016 at 11:44 pm in reply to: Photo Seller – PayPal transactions don't show up in orders summary #73096
    Peter
    Member

    Yes I got the email with the download links. Looks like everything is workng ok.

    I did notice that I wasn’t automatically redirected back from paypal to your site. I did my test using my iPad. I might try another purchase using my PC later to verify the behaviour.

  • Author
    Posts
Viewing 15 posts - 601 through 615 (of 3,409 total)
← 1 2 3 … 40 41 42 … 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