Forum Replies Created
-
AuthorPosts
-
abqra23Member
Add the following CSS to the custom stylesheet which will hide the price:
.eStore_price{
display: none;
}
This code worked.
Use the following CSS in the custom stylesheet file to hide the add to cart button.
.eStore-button-form{
display: none;
}
This code did not work for whatever reason.
So I returned to this one:
form.eStore-button-form input.eStore_button {
display:none;
}
Is there a chance this one would pose a problem with future upgrades?
abqra23MemberI used the code below to remove add to cart. I would also like to remove “Price: and the amount”. For example (Price: $1.29). You can view home page for example:
form.eStore-button-form input.eStore_button {
display:none;
}
August 6, 2013 at 1:45 pm in reply to: The URL that you specified in the "URL of the source file" field does not seem.. #33025abqra23MemberStarted getting lots of errors about thumbnail and page url’s being wrong when trying to add a product. This only started happening after HostGator websites went down for two hours plus Friday or Saturday. This tip still works. Had to use it this morning to get rid of errors. Hopefully it will not cause problems with downloads.
abqra23MemberGot it and done deal. Thanks for all the help everyone! And now a good night.
abqra23MemberHello,
Hopefully everyone is having a fun little break.
Just wanted to let someone know that for whatever reason the attachment to the email you sent me did not come through so I am still waiting on the plugin update so that I can implement the change.
abqra23MemberI added the code and it worked for the login widget. However, on the purchase history page, it hid the entire sentence instead of just this part “(Not a member? Join Today!)”
So I went back and added this code and “join us” is gone from the login widget.
.wp_emember_loginForm .register_link {
display: none !important;
}
abqra23MemberGood morning,
[http://www.thatswhatiknow.com/purchase-history/]
This is the link to a page where (Not a member? Join Today!) shows that I would like to remove. The login widget with link to Join Us is in the right sidebar.
I guess if all else fail, I can keep things as is and test.
Right now I followed your suggestion about requiring those who are about to purchase to register so that they can have a purchase history. I have not tested but maybe if they register first and then shop will still not pose a problem.
abqra23MemberNot successful wzp.
I remove the three lines of code underneath the part that says show link to join us page. I also tried adding that line of code from another post that would hide those links after adding to custom_css (something like that) and was not successful.
I also tried removing a couple more lines of code that had join us in it but then it crashed the site and I had to restore the original file.
I have build number Version v7.9.8.1.
abqra23MemberWow, that worked.
Hi five and thanks so much for helping. Now I have a choice! I wish other company products were this easy to work with and the customer service support is A plus.
abqra23MemberI took a look at the page you suggested. However, I like fancy 1 and 2 but am not sure that it’ll be able to list so many items per page like the code entered in my original post. That code says it would list 20 items as default I believe.
The image basically displays like fancy 1. I just wanted to know if the image part could be removed and the content float to left. If not, no big deal, I’ll keep going so that I can start testing everything.
[http://www.thatswhatiknow.com/]
-
AuthorPosts