Jump to content
thirty bees forum

Suppir

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Suppir

  1. 11 minutes ago, toplakd said:

    body {
      width: 100vw;
      margin: 0;
      overflow-x: hidden;

    }

    To remove flickering:

    Advanced Parameters / Performance:

    CCC (Combine, Compress and Cache) - Move JavaScript to the end  - Set to yes

    Thank you very much!

    It solved my problem with flickering.

     

    Could you give master advice in another request with image sizes, please?

     

  2. Hello!

    I need to show image of a product in a full size (900 px height), without reducing to the screen. On Presta 1.6 I used this code for fancybox in js\product.js

    'beforeLoad' : function(){
    if($(window).width()>1500)
    this.fitToView=false;
    return true;
    },

    But in Thirtybees this code does not work. Fancybox is showing small, the image reduced in size, looks blurry.

    Can you give me advice, how to show product image in a fullsize?

    ScreenShot111805.jpg

  3. Hello guys!

    I found a problem using Google Chrome on ThirtyBeese. When you switching top menu on a home page, site is shaking from left to right.

    The same problem not only on my site, but also on https://store.thirtybees.com/, while switching between "themes" and "services". Cite is shaking on Chrome.

    I think, it may be because of scroll on the page: it hides and reappears, shifting the page to the left.

    How can I fix it? For example, IE show scroll enabled all the time, and there is no shake.

     

×
×
  • Create New...