Forum Replies Created
-
AuthorPosts
-
amin007Participant
Each theme’s header file is different. I have no way of knowing how your header file looks like and hence cannot tell you where to put the code. These example codes that can be used outside the eMember plugin is best suited for someone who has enough knowledge of the theme in question.
amin007ParticipantPlease check the “Display Quantity Field” checkbox from the “Additional Product Details” section of that product.
August 3, 2011 at 12:40 am in reply to: NextGen Gallery Integration – Help on uploading large numbers of photos #35003amin007ParticipantThere are two available methods for the NextGen gallery integration. Both of them have pros and cons and limitations. If you read both the documentations then most of the details will become clear to you:
2) http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
When you use the automated method (2nd option) the plugin knows which image the customer is purchasing from the gallery (each nextgen gallery image has a unique ID that is used as a reference). So if the customer hits the buy button for nature2.jpg then the plugin knows to server that file after the payment.
amin007ParticipantThe flowplayer and HTML5 shortcodes have complex structures so those ones won’t be suitable for this. You might be able to use the special lightbox library to embed the flv video. If that library works for you then it should be possible to tweak the eStore code to use that option for the video thumbnail.
amin007ParticipantThere is no option to show the phone field in the user directory table. The user directory table is embedded on a page so it can’t have too many columns due to the page width restriction. After several testing we found that 3 to 4 columns yields the best result.
amin007ParticipantThis is your affiliate home page (the index page):
http://healwithyourhands.com/wp-content/plugins/wp-affiliate-platform/affiliates/
amin007ParticipantThe plugin has no file size limit (there are customers out there that are stamping PDF files as big as 140MB in size using this plugin).
You can also verify this by searching for this error that you are getting in Google:
Fatal error: Allowed memory size of XXXXX bytes exhausted (tried to allocate YY bytes)
You will see that this error means that the server is out of memory so the PHP application is failing to complete the job. Server’s memory refers to the RAM Memory (not the hard disk space which I am sure you have plenty). This is where a lot of hosting company gets you… they don’t tell you how much RAM memory you have available to your PHP applications such as WordPress.
August 2, 2011 at 12:46 am in reply to: Back button from Paypal page brings me to an error page. #34996amin007ParticipantThere is nothing to fix… this is how the browser works when HTTP POST is involved in some cases (this is for security). Have you noticed how sometimes when doing online banking you cannot use the back button of the browser in certain cases? Its the same thing.
Without going too much into the details, these posts should give you some more pointers:
Clicking back button from PayPal site adds additional item to cart
amin007ParticipantPlease post the exact shortcode that you placed on that page and a URL of the page in question.
amin007ParticipantWhen I got to that page I do not get any error. I am guessing you sorted it out?
amin007ParticipantPlease revert any changes you did. Best option is to load it with a fresh build of the eStore plugin from here:
https://support.tipsandtricks-hq.com/update-request
Once you have the fresh build loaded please do what it says on this page:
share the content of the debug file and I will be able to tell you what the actual issue is.
amin007ParticipantPlease post a link to your affiliate login or signup page.
amin007ParticipantI don’t have any code unfortunately. You asked me if it would be possible and I said yes because theoretically it should be possible. Your best option would be to hire a developer (we don’t really support coding modifications).
amin007ParticipantYou should be able to customize this from the CSS file. This article might come in handy:
http://www.tipsandtricks-hq.com/css-bugging-you-fire-those-bugs-3299
amin007Participant“What if I knew exactly the variation I wanted?” – In that case it shouldn’t be that hard at all. Just a matter of tweaking a line of code I think. Which lightbox ultimate shortcode are you using to display your videos?
-
AuthorPosts