Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Fancy 2 quantity field (thesis theme)
- This topic has 7 replies, 2 voices, and was last updated 12 years, 8 months ago by gvnet.
-
AuthorPosts
-
March 22, 2012 at 10:33 am #5888gvnetParticipant
I have installed eStore on a test site before I buy another copy for a client and I am getting a styling issue where the quantity input field drops to the second line instead of inline with the quantity text label (basically the same as this thread: https://support.tipsandtricks-hq.com/forums/topic/some-styling-questions-in-fancy-2-display)
I have checked all settings on another thesis site of my own that is not showing this issue and I just can’t find it? (other site that is working as required). I have added the following to the custom.css as recommended with no improvement:
.custom .format_text input {
border-width:0.067em;
padding:0.2em;
width: auto;
}
The page is here if you could have a look, that would be great.
March 22, 2012 at 11:20 pm #43271adminKeymasterWhat version of the eStore plugin are you using on this test site? Have you modified any code in there?
March 23, 2012 at 3:08 am #43272gvnetParticipantI was using quite a current version (maybe 2 weeks old). I have just upgraded to v 6.5.3 and it is still the same.
I have not modified any code at all.
The site where it is displaying correctly is using v5.3.8 if that is of any use.
I switched theme to WordPress Twenty Eleven and it still displays the same with the quantity input field on the second line.
March 23, 2012 at 11:38 pm #43273adminKeymasterBasically, there is a
<br />
code before the quantity field which is making it go to the next line. I know that the standard eStore doesn’t have that code in there. Somehow it is getting added in this site.March 25, 2012 at 7:55 pm #43274gvnetParticipantWhy do you think this could happen?
Is it something related to the theme? I have noticed that between the site that is working correctly is Thesis 1.8 and the one that isn’t is Thesis 1.8.2.
What sort of code could add a </br> and why?
Thanks.
March 26, 2012 at 6:47 am #43275adminKeymasterNo idea. I can only guarantee that when I use eStore and thesis 1.8.2 (unmodified version) on my test site I don’t see that. So it has come from some sort of modification that was done on this site (or a plugin is injecting stuff). Just to be sure… you did download this copy of the thesis theme from the original thesis theme site right? I do know that this kind of weird things can happen if you download an illegal copy of the product. More explanation on this topic here:
http://www.tipsandtricks-hq.com/free-premium-plugin-and-theme-downloaders-beware-3035
March 26, 2012 at 7:40 am #43276gvnetParticipantI use absolutely only genuine copies of software for any website and I have a developers license and buy more for each client project for thesis. There are minimal mods done to this site really and it is based on the same base install I use for all of my wordpress sites, including the one that is working.
I have asked in the diythemes forum so I will see what they can dig up.
Out of interest, this issue is showing on the default twenty eleven theme so it is probably not a Thesis thing? Maybe I will try and install the core wordpress files again?
March 26, 2012 at 8:48 am #43277gvnetParticipantOK, finally found it! It was a plugin called shortcodes Ultimate…
Don’t ask me why it was interfering but it was! Hope this helps someone else one day
-
AuthorPosts
- You must be logged in to reply to this topic.