0
Welcome Guest! Login
0 items Join Now

Daiming Jewellery - TerranTribune

  • Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi,

      I have just setup a joomla based website for my company:

      URL: daimingjewellery.com

      Additional Extensions: Virtuemart, Joomexplorer, Xmap, Rockmini, JCE Editor, Simplest Forum, sh404SEF, QuickFAQ.

      Please give some comments and critics.

      Thanks!
      Kent
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • There seems to be an issue when you click on product details in the store. The product appears at the bottom of the page below the level of the last menu items using FF3
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi,

      Thank you very much.

      So, do you know any solution for me. I want to solve this problem.
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • I am not a Virtuemart expert, but I think I can lead you in the right direction :-)

      The problem is probably related to forced linebrakes in Virtuemart.

      Look for <br style="clear:both;" /><br /> and change to "<br style="clear:none;" /><br />

      Good luck!
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi Eirik Solheim,

      Thank you very much! :)

      But which file I should go for and where is the file located??

      Kent
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi Eirik Solheim,

      I think I found the code in component -> com_virtuemart -> virtuemart.php

      echo '<td width="80%" valign="top" style="border: 1px solid silver;padding:4px;">';
      include( ADMINPATH."toolbar.virtuemart.php" );
      echo '<br style="clear:both;" />';

      I have changed to

      echo '<br style="clear:both;" />';
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi Eirik Solheim,

      I think I found the code in component -> com_virtuemart -> virtuemart.php

      echo '<td width="80%" valign="top" style="border: 1px solid silver;padding:4px;">';
      include( ADMINPATH."toolbar.virtuemart.php" );
      echo '<br style="clear:both;" />';

      I have changed to

      echo '<br style="clear:none;" />';

      I also tried changed to

      echo '<br style="clear:none;" />><br />';

      I also remove the code totally but none is working. I will keep trying. Do you have any idea??

      Kent
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Suggestion: Try to include the following code in your templates template_css.css file:
      #vmMainPage br {
      &nbsp; &nbsp; &nbsp; &nbsp; clear: none !important;
      }


      Eirik Solheim
      silkfactory.com
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi Eirik Solheim,

      Thank you very much! I will try and get back here with the result.

      Kent
  • Re: Daiming Jewellery - TerranTribune

    Posted 16 years 3 months ago
    • Hi Eirik Solheim,

      It works!!! Thanks friends. :)

      God bless you!
      Kent

Time to create page: 0.049 seconds