- This topic has 3 replies, 2 voices, and was last updated 12 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Products not showing up on Theme with a black background
Tagged: colors of fields and product
I will start by saying i am a complete novice, so i am sure this is a simple fix. I am trying to display a free download on a page and the product does not show up. i am guessing it is because it is on a black background. The page is here. http://thebigfatmouth.com/social-media-s…sheet-download/
The second problem is that the fields for the email address and name must have white text, so the user can not see what they are typing until they are done. Can I cange that text color so it is visible as the user types? It is on the same page.
BTW, I have build the product page and the download/store page has these short codes on it.
[wp_eStore:product_id:2:end]
[wp_eStore_free_download:product_id:2:end]
Thanks for any help you can provide
fopr some reason that link does not work so here it is again http://thebigfatmouth.com/social-media-strategy-worksheet-download/
Hi,
For starters you have a JQuery error on that page:
“Uncaught ReferenceError: jQuery is not defined”
The above is coming from jscolor.js line 844.
Regarding your product:
If it is a free download you should not be using [wp_eStore:product_id:2:end].
You only need the [wp_eStore_free_download:product_id:2:end].
See this link for more info about how to set up free download or squeeze-page form:
I forgot to add the color of the input text is being controlled by your theme however you can add the following code in the file called:
wp_eStore_custom_style.css
The code you should add is this:
.eStore_text_input {
color: #444 !important;
}