Post by jadeye » Tue Aug 07, 2012 11:21 pm

Hello everyone,

I hope some one can help me out on this one as this is really annoying and I have spent 2 days onit with NO luck.

This is mys site:
http://www.citystore.co.il/%D7%98%D7%90 ... 0T1A-A01IL
Its OC v1.5.0.

As you can see it has a RTL css with Hebrew.

There is a DIV that creates a BODY size of 1524px X 2555px from out of nowhere...
I can't seem to find it, It is a mistery...
** This appears only on product pages...

So we have a HUGE bottom scroller...

How do I get rid of it???

Any saviors around....

Cheers
O0

Imagehttp://nwg.co.il/
“Compassion is the basis of morality.”
― Arthur Schopenhauer


New member

Posts

Joined
Sun Jul 15, 2012 12:35 am

Post by Avvici » Wed Aug 08, 2012 4:31 am

You must have solved this yourself. I don't see the issue you speak of.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by jadeye » Wed Aug 08, 2012 5:01 am

Hey avvici,

Funny enough I forgot to mention it does not show on FF,
IE & chrome it does.
I have not solved it.

Hope you can help.

Imagehttp://nwg.co.il/
“Compassion is the basis of morality.”
― Arthur Schopenhauer


New member

Posts

Joined
Sun Jul 15, 2012 12:35 am

Post by vl2 » Wed Dec 19, 2012 6:06 pm

You can see the huge scroller only on the product pages when the dir=rtl, because only the product pages have this js in them:

Code: Select all

<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> 
This is actually your sharing option of the product pages: facebook, twiter, e-mail...

A quick and easy solution is simply to remove the following lines from your product.tpl file (the file is located at:htdocs\catalog\view\theme\default\template\product):

Code: Select all

  <div class="share"><!-- AddThis Button BEGIN -->
          <div class="addthis_default_style"><a class="addthis_button_compact"><?php echo $text_share; ?></a> <a class="addthis_button_email"></a><a class="addthis_button_print"></a> <a class="addthis_button_facebook"></a> <a class="addthis_button_twitter"></a></div>
          <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script> 
          <!-- AddThis Button END --> 
        </div>
This will simply remove all of add this componets from your product page and allso will fix the scroller problem!

A more difuclt solution is to change or redirect the js file in order for it to fit dir=rtl.

That's it! hope it helped you! ;D

vl2
Newbie

Posts

Joined
Mon Apr 16, 2012 5:14 pm
Who is online

Users browsing this forum: No registered users and 67 guests