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 - 331 through 345 (of 3,409 total)
← 1 2 3 … 22 23 24 … 226 227 228 →
  • Author
    Posts
  • January 30, 2017 at 12:25 am in reply to: Gallery thumbnails not appearing #75068
    Peter
    Member

    I think that is probably being caused by the .htaccess file in your “wp-content/uploads/wp_photo_seller” folder because your subsite according to wordpress is “http” but your link in the main site is “https”.

    I recommend you edit the .htaccess file on the subsite in the “wp-content/uploads/wp_photo_seller” folder.

    Look for the line which has:

    RewriteCond %{HTTP_REFERER} !^http://proofs.artandimagery.com/ [NC]

    Change it to:

    RewriteCond %{HTTP_REFERER} !^http(s)?://proofs.artandimagery.com/ [NC]

    January 30, 2017 at 12:18 am in reply to: wp photo seller extra features #75031
    Peter
    Member

    Hi ianhaney,

    Your suggestions are quite uniquely specific to your situation and the plugin does not have that type of functionality.

    Chris summed it up pretty well and you can manually do a lot of what you asked for as stated in his reply.

    January 30, 2017 at 12:15 am in reply to: Photo Seller – private gallery for different customers #75018
    Peter
    Member

    Hi,

    We currently have the ability to password protect a gallery via the individual gallery settings.

    The plugin does not have the ability to allow customers to upload photos and do the things you mention. That would require quite a bit of development and customisation to the existing code.

    January 30, 2017 at 12:12 am in reply to: Photo Seller – any way to center gallery and album display? #74734
    Peter
    Member

    @hilgertom

    I recommend that you use the custom CSS plugin to add any custom code.

    1) Go and grab the following plugin:

    http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413

    2) Add the CSS code suggested by batracy in the settings of the above plugin

    If that doesn’t work, delete that code and try the following:

    .entry-content #albumcontainer {
    width: 85%;
    margin: 0 auto;
    }

    January 25, 2017 at 5:23 am in reply to: WP Photo Seller – watermarks will be partially the double size as the originals #75008
    Peter
    Member

    if it runs well on my test server, it should run well on the provider“s server.

    The biggest problem are the files with watermarks.

    This is the key point. If I understand you correctly you are saying that the photo seller runs ok on your local development environment but not on your server?

    If that is the case, the issue you are seeing is server and resource-based.

    Are you on a shared server or VPN or dedicated server?

    Regarding the watermark files – I think you make a good point with respect to the full resolution. However I will need to look at the code to see how much work is required to make it possible to produce a lesser resolution watermark file.

    January 24, 2017 at 4:36 am in reply to: WP Photo Seller feature suggestion #74996
    Peter
    Member

    Hi Chris – and happy new year to you too!

    Thanks for your suggestions – I will send you an email to discuss further.

    January 22, 2017 at 1:43 am in reply to: wp photoseller not saving paypal email address in basic settings #74857
    Peter
    Member

    I will get in touch with you so I can take a closer look.

    January 21, 2017 at 2:43 am in reply to: wp photoseller not saving paypal email address in basic settings #74855
    Peter
    Member

    If you were able to save galleries and gallery-related settings, then maybe the reason why you can’t save the general gallery settings could be related to a javascript or other conflict issue possibly caused by your theme or another plugin.

    Can you do some plugin/theme conflict tests and try saving the gallery settings and see if the problem goes away?

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    January 20, 2017 at 4:22 am in reply to: Photo Seller – Proceed to checkout not taking you to Paypal #74976
    Peter
    Member

    You appear to have a lot of javascript errors on your site probably being caused by some other plugin or your theme and in turn this is affecting the photo seller.

    eg:

    Uncaught TypeError: Cannot read property ‘mouse’ of undefined at resizable.min.js:11

    (there are numerous more errors)

    Please do the theme/plugin conflict test and to find out what is causing your issues:

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site

    January 20, 2017 at 12:54 am in reply to: Photo Seller – Proceed to checkout not taking you to Paypal #74974
    Peter
    Member

    Please provide a link to your gallery so I can try adding an item to the cart.

    January 19, 2017 at 10:58 pm in reply to: WP Photo Seller – getting Internal Server Error #74964
    Peter
    Member

    There are a couple of things you will need to check.

    1) What is your PHP memory_limit value for your installation? (ask your host provider to help you if you can’t find this)

    You will need at least 128M (256M is preferred)

    Also be aware that of you are on a cheap shared hosting solution, even though your configuration might say that you have 128M your provider will throttle your memory to something much smaller.

    2) Check your server PHP error_log file and let us know what errors you see. (ask your host provider to help you if you can’t find PHP error log file)

    January 10, 2017 at 12:25 pm in reply to: Price List for individual Pictures + ALT Text request #74664
    Peter
    Member

    Hi Ian,

    Have you tried using the custom variation feature for the square images? Custom variations will override the main price list variations and will only apply to the images you set them for.

    Regarding your request for this feature – implementing such functionality is not trivial and will involve quite a bit of development time. We also have other more urgent todo tasks on our list for this plugin which we need to complete first.

    January 8, 2017 at 11:02 pm in reply to: Gallery Home Page Thumbnails not showing #71077
    Peter
    Member

    Hi,

    When I checked your page I noticed that the system is trying to access thumbs which seem to be of an unusual size – eg, parus-major6-150×100.jpg.

    By default the thumb size should be parus-major6-150×150.jpg and when I change that in firebug I noticed that the photo appears on the page.

    Therefore, it looks like maybe you may have changed the default wordpress thumb settings. Can you please tell me what is the value for “Thumbnail size” in the wordpress media settings?

    January 5, 2017 at 11:31 am in reply to: How do you create child galleries / subcategories? #67316
    Peter
    Member

    I will email you and we can discuss further.

    January 5, 2017 at 2:46 am in reply to: How do you create child galleries / subcategories? #67314
    Peter
    Member

    Hi @horsepower,

    Currently such a feature has not been implemented yet.

    Having said that, have you tried the album feature which appears to have the functionality you desire?

  • Author
    Posts
Viewing 15 posts - 331 through 345 (of 3,409 total)
← 1 2 3 … 22 23 24 … 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