product details displaying incorrectly

  • Posts: 117
  • Thank you received: 0
13 years 3 months ago #22709

Hi Nicolas

I am really sorry to bother you with this, but I have a problem on the site at
www.acrossthetracks records. I am sure it is of my doing, but I have looked and looked with firebug and cannot seem to figure it out.

When you are on the home page and click on a product (I have installed a module in the main content called featured items) and get the details, it throws the whole site out! I have also added products i the sidebar on the blog page, and those cause the same issue. In addition I have a contact form, and when you send a message, you are taken to a page where the same issue occurs.

I am at a loss to know what I am looking for in order to fix this problem and would really apriciate your help.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #22712

The problem comes from the CSS of your template.
You should replace:
#ja-mainbody-fr #ja-col1 {
width: 20%;
float: left;
}

by:
#ja-mainbody-fr #ja-col1 {
width: 19%;
float: left;
}


and :
#ja-mainbody-fr #ja-contentwrap {
width: 80%;
}

by:
#ja-mainbody-fr #ja-contentwrap {
width: 80%;
float: right;
}

and it will display normally.

Please Log in or Create an account to join the conversation.

  • Posts: 117
  • Thank you received: 0
13 years 3 months ago #22718

Thank you so much. It looks a lot better now. I had not realised that there was different CSS governing the main layout of these pages.
However, There is still one more problem. There is no col2? Even if I make the main body narrower it does not appear. This means there is no way to see what is in the cart, or to proceed to checkout.
It is different when I click on an item via the category > product route, and I do not understand why?

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #22719

On your module's hikashop options, you need to select the same menu as you have on your category listing module's hikashop options in the "menu" option. That should make the right column display too.

Please Log in or Create an account to join the conversation.

  • Posts: 117
  • Thank you received: 0
13 years 3 months ago #22721

I am sorry to ask you about this as I do not think it is a hika shop problem. If I use the contact page on the site and submit a question I am directed to another page, I have the same issue, no col2.It It should be present on all pages.
Thanks soooooo much!
In my Css there is
/* LEFT COLUMN + RIGHT COLUMN


*/
#ja-col1 {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #BBBBBB;
border-radius: 5px 5px 5px 5px;
float: left;
overflow: hidden;
width: 167px;
}


#ja-col2 {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #BBBBBB;
border-radius: 5px 5px 5px 5px;
float: right;
margin-top: 13px;
overflow: hidden;
width: 169px;
padding-bottom: 20px;
}

This seems to govern the left and right on most pages on the site.
However on the pages I refer to there is
#ja-mainbody-fr #ja-col1 {
width: 19%;
float: left;
}
that governs col1 but no metion a #ja-mainbody-fr #ja-col2
I can post in the joomla template forum, but suspect I wont get an answer.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #22724

If you don't have a right column on some pages there are only two possibilities:
1. You don't have any modules affected to these pages on that right column position.
2. Your template is removing that position on some pages (either via an option of the template or directly in the code).

That indeed has nothing to do with HikaShop. I see that you're using the Joomla Art purity template. You should ask your questions directly on the JA purity forum: www.joomlart.com/forums/forumdisplay.php?102-JA-Purity
They should be able to give a better answer than us as we are not specialists of this template.

Please Log in or Create an account to join the conversation.

  • Posts: 117
  • Thank you received: 0
13 years 3 months ago #22725

OK Thanks, I will try them. I do have itmes in my right col dispaying on all pages. I will ask in the Joomla forum and keep my fingers crossed.

Please Log in or Create an account to join the conversation.

Time to create page: 0.042 seconds
Powered by Kunena Forum