HomeHome Product Discus... Product Discus...SmithCartSmithCartButtons Display Incorrectly in  IE8Buttons Display Incorrectly in IE8
Previous
 
Next
New Post
8/9/2012 10:10 AM
 
I need help fixing a styling issue with the 'Add To Cart' and 'Add Options' buttons in the BuyNow module.  I'm using a single horizontal page layout for the product listing.  I have tried other layouts as well and I get the same results with the buttons.

The buttons display fine in Firefox and Chrome.  I think the problems is that the problem is that in IE8 the .b_left and .b_right CSS styles display the left and right ends of the buttons above and below the button center respectively.

So instead of displaying as  [LEFT] [CENTER] [RIGHT] all on a single line, it displays as;

[LEFT]
[CENTER]
[RIGHT]

SmithCart 5.0
DNN 5.6.7
 
New Post
8/10/2012 7:47 AM
 
Same issue for me...
On Firefox all the buttons are displayed correctly.

On IE 8 and on IE 9, all the buttons are shown in 3 lines:
[left button part]
[center button part]
[right button part]

Something is probably wrong with the CSS styles "b.left", "b.center" and "b.right"...

We use DNN 6.2.1  and SmithCart 5.0
 
New Post
8/10/2012 5:16 PM
 
Hi Guys,

Have you saved your Page Templates in the Store Admin menu?

Thanks,
 
New Post
8/11/2012 8:33 AM
 
No, I didn't use the Page Templates in the Store Admin menu at first. After you message I did, but the problem of buttons-shown-in-3-lines stays for me at the following displays:
- single column product listing;
- cart.

Other displays (step1, step2, confirmation, etc.) show the buttons in good shape.

That is limiting the problem to the "cart.aspx" file.
Even when we restored to the original installed "cart.aspx" file, the same problem appears.
 
Without solving this problem the store cannot go live (especially for IE users). We can change rapidly those "malfunction" displayed buttons with replacement images to solve the problem, but that would only be quick-and-dirty...  ;)

 
New Post
8/13/2012 7:13 PM
 
As a test, please enable the default DNN skin to see if the buttons display correctly.

Thanks,
 
New Post
8/14/2012 6:02 AM
 
To answer your question: the standard dnn skin gives no problems with presenting the buttons from the "cart.aspx".

However, while I am bound to the current skin and couldn't change to the standard style of skin, I went into the "cart.aspx" file and changed the lines:
- <div class="b_left scButton">   to  <div class="b_left">
- <div class="b_center scButton">  to   <div class="b_center">
- <div class="b_right scButton">   to   <div class="b_right">
- <div class="wbsm_left" scButton">   to   <div class="wbsm_left">
- <div class="wbsm_center" scButton">   to   <div class="wbsm_center">
- <div class="wbsm_right" scButton">   to   <div class="wbsm_right">

That solved my button-problem in Internet Explorer. After testing it, the buttons are being shown correctly and all work perfectly in Firefox and in Internet Explorer.

Thanks for giving directions.
 
New Post
8/15/2012 6:55 PM
 
Glad I could help!
 
New Post
8/20/2012 12:40 PM
 
With the page skin set to Minimal Extropy the buttons do display correctly.  I tried making the changes to the cart.aspx page as suggested by someone else but that has not fixed this issue for me.  Any other suggestions?
 
New Post
8/22/2012 5:07 PM
 
ngmxtim wrote:
With the page skin set to Minimal Extropy the buttons do display correctly.  I tried making the changes to the cart.aspx page as suggested by someone else but that has not fixed this issue for me.  Any other suggestions?

 
Try doing the following to see if it fixes the issue on your site:

1. From the store admin menu, click on the page template button to go into the page template editor and delete all your page templates.

2. In file explorer, navigate to your \portals\[portalid]\smithcart\tenplates folder

2. Delete all the files in the \portals\[portalid]\smithcart\templates folder

3. Reset iis and restart the application from the dnn host menu

4. Go to product listing page and see if your products are displayed.


Please postback to let us know if the above resolves the issue.

 
New Post
8/23/2012 9:35 AM
 
I did as instructed in your post but I do not see any change to the product listing page.
 
New Post
8/23/2012 3:43 PM
 
ngmxtim wrote:
I did as instructed in your post but I do not see any change to the product listing page.

 Not sure exactly what the issue is with your site, it seems to be a browser compatibility issue with you skin as the issue is not present using the default DNN skin and only occurs once your custom skin is enabled. Quite often custom skins have extra or missing table entries, css dependencies, or other design elements or artifacts that may display differently with DNN on different browsers.  I would recommend either contacting your skin developer or if you would like us to research and troubleshoot this issue for you, please review our support packages at using the following link: http://www.smith-consulting.com/Forum...

Thanks,

 
New Post
8/26/2012 9:37 PM
 
I have the same issue with DNN 6, SC 4.99, using the default Dark Knight skin DNN Mega Right Menu.

Kevin could you please check this Mega Menu Right skin on your test portal, and also turn on the Secure page setting? One of these might be responsible...
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartButtons Display Incorrectly in  IE8Buttons Display Incorrectly in IE8