Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore – Product description not showing all text in Firefox and Iphone
- This topic has 7 replies, 4 voices, and was last updated 11 years, 9 months ago by solomonking.
-
AuthorPosts
-
February 7, 2013 at 7:09 am #8521solomonkingMember
Our product description is being cut off when we view it in firefox and iphone’s default browser. We are using [wp_eStore_buy_now_fancy id=3] but they all do the same thing. Is there a way we can edit the parameters in estore so it shows up in these browsers? Safari and Chrome seem to be fine. Yes we tested on default theme and it shows up like it should. We are aware it’s a theme issue but wondering if there is a way to tweak the css in estore to compensate?
February 7, 2013 at 11:10 am #53685PeterMemberCan you please provide a link to the page in question so we can check it out? It is most likely a CSS conflict with your theme so if you provide a link we will have a better idea.
February 20, 2013 at 7:51 pm #53686solomonkingMemberhere’s the link I tried altering the css but still can’t find the happy medium.
[http://philspectorincident.com/download-the-movie/]
February 21, 2013 at 12:47 am #53687wpCommerceModeratorHi, What version of eStore plugin are you using? I can see all the product description text using my Firefox browser.
If the product description is getting chopped then it is likely that there is a bit of bad CSS code in your theme. Can you please do the following test to see if your theme has anything to do with it?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
February 21, 2013 at 5:35 am #53688solomonkingMemberAs mentioned above. “Yes we tested on default theme and it shows up like it should in firefox and iphone. We are aware it’s a theme issue but wondering if there is a way to tweak the css in estore to compensate?” It’s having issues with Firefox on some computers and versions. Any ideas on how to resolve?
February 22, 2013 at 3:14 am #53689adminKeymasterWhen an issue is outside our plugin it is really hard for us to troubleshoot the issue. However, if we can we can replicate the issue on our site or see the issue on your site via our browser, we can give you some pointers. In your case we can’t do that either because when I check your site via my FireFox browser (I am using latest version) I see everything working fine. If you could tell me which version of Firefox is causing the issue I will try to find a way to check your site using that version.
What version of eStore are you using?
February 23, 2013 at 6:29 am #53690solomonkingMemberwpestore Version v6.9.6.8 . Firefox 18.0.1. We noticed it’s only showing on earlier versions of firefox. The primary problem is on the iphone and older versions of firefox. I realize this is a template issue but just wondering if there were any possible ways to edit the css in wpestore?
February 23, 2013 at 7:25 am #53691solomonkingMemberFound a solution.
/* === Fancy product display css === */
.eStore-product {
height:35%;
overflow:hidden;
margin-bottom:5px;
border:1px solid #ccc;
padding:5px;
}
Was set to height:35% for some reason. Changed to 110% now we can see buy button on iphone. Originally I asked for a css solution in wpestore. This was found wp_eStore_style.css.
-
AuthorPosts
- You must be logged in to reply to this topic.