Page Alignment Issues

  • Posts: 9
  • Thank you received: 0
12 years 4 weeks ago #45361

When I select tabular layout for my products page it wraps my right hand side menus to the bottom of the page.
Where can I adjust the width of the product page to fix this problem ?

many thanks

Last edit: 12 years 4 weeks ago by Fatboy.

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

  • Posts: 9
  • Thank you received: 0
12 years 4 weeks ago #45486

Anyone help with this ?????? :(

If I pick Default or reverse it is fine, just the tabular option throws the page out of whack

Last edit: 12 years 4 weeks ago by Fatboy.

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

  • Posts: 81562
  • Thank you received: 13071
  • MODERATOR
12 years 4 weeks ago #45513

do you use the vote system ? If you deactivate it, does it solve the problem ?
If so, redownload the install package on our website and install it again.

Otherwise, if it's really a width problem, that's something you will be able to adjust with CSS.
In that case, we would need to look at your page with firebug in order to tell you what CSS you can use for that.

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45542

Hi Nicolas,
I am not using any of the shop at this stage, it is being used in catalogue mode

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45555

Ok when I added the shop option I dropped out the left side modules this work fine for the categories selection but when you go to the products is when it plays up.
I have changed the sizes of the page that loads left but it still doesnt fix the issue, got me stuffed

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

  • Posts: 81562
  • Thank you received: 13071
  • MODERATOR
12 years 3 weeks ago #45556

Can you give a link ?

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45558

sent via pm

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45725

any ideas Nicolas ??
I need to get this site sorted out or go back to the dreaded other package

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

  • Posts: 81562
  • Thank you received: 13071
  • MODERATOR
12 years 3 weeks ago #45732

Hi,

Try to edit the file 'show_tabular' for your front end template via the menu Display->Views and change the code:

$resume = substr($this->element->product_description,0,300);
		$resume .= "...<a href='#description'>See more</a></div>";
to:
		$resume = substr(strip_tags($this->element->product_description),0,300);
		$resume .= "...<a href='#description'>See more</a>";
That should hopefully solve the problem.

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45967

any ideas wit the new problem nicolas ????

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45968

Solved the problem, instead of this

$resume = substr(strip_tags($this->element->product_description),0,300);
$resume .= "...<a href='#description'>See more</a>";

I am only using this

$resume .= "<a href='#description'></a>";

and it works fine apart from the double up on the word Description but I will eventually find that as well

Last edit: 12 years 3 weeks ago by Fatboy.

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

  • Posts: 9
  • Thank you received: 0
12 years 3 weeks ago #45970

Ok all of the above issues rectified.
Now all I need to do is find out why the text is left justified when all is set to centre

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

  • Posts: 81562
  • Thank you received: 13071
  • MODERATOR
12 years 3 weeks ago #46125

You could try to add such CSS for that:

.hikashop_product_bottom_part {
text-align: center !important;
}

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

Time to create page: 0.079 seconds
Powered by Kunena Forum