Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sivanmen Friend
    #894352

    hi there,
    i have install uber theme…. it perfect!!!!!!!!wwwwwhhhhhooooooo

    i have a small problem in the home page and in the category page (article).
    i don’t see the pic in the page! only in the article page.

    you can see :
    http://idodo.dealyad2.co.il/
    category page:
    http://idodo.dealyad2.co.il/%D7%9E%D7%92%D7%B3%D7%A0%D7%98%D7%95
    artical page:
    http://idodo.dealyad2.co.il/%D7%9E%D7%92%D7%B3%D7%A0%D7%98%D7%95/231-mendozite

    sivanmen Friend
    #894359

    more 2 bugs:

    in RTL:
    see pic.

    1. the slider arrows
    2. after press on menu, all theme is move to right….

    1. 1
    2. 2
    Ninja Lead Moderator
    #894558

    Hi,

    You can fix the problem on your site with the solution below

    1) Open templates/uber/css/rtl/template.css file

    find and change

    .swiper-slide .item .article-img div,
    .swiper-slide .item .item-image div,
    .swiper-slide .item .article-img a,
    .swiper-slide .item .item-image a {
      display: block;
      width: 100%;
      height: 260px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center 0;
      background-size: 0% auto;
      -webkit-transition: all 3.5s linear 0.4s;
      -o-transition: all 3.5s linear 0.4s;
      transition: all 3.5s linear 0.4s;
    }

    to

    .swiper-slide .item .article-img div,
    .swiper-slide .item .item-image div,
    .swiper-slide .item .article-img a,
    .swiper-slide .item .item-image a {
      display: block;
      width: 100%;
      height: 260px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center 0;
      background-size: 100% auto;
      -webkit-transition: all 3.5s linear 0.4s;
      -o-transition: all 3.5s linear 0.4s;
      transition: all 3.5s linear 0.4s;
    }

    2) Open templates/uber/css/rtl/off-canvas.css file

    find and change

    .off-canvas-left.t3-off-canvas {
      left: 0;
      right: auto;
    }

    to

    .off-canvas-left.t3-off-canvas {
      left: 0;
      right: 0;
    }
    
    .off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
      right: auto !important;
    }

    Hope it helps

    Regards

    sivanmen Friend
    #896178

    what about the pic?
    i have a small problem in the home page and in the category page (article).
    i don’t see the pic in the page! only in the article page.

    you can see :
    http://idodo.dealyad2.co.il/
    category page:
    http://idodo.dealyad2.co.il/%D7%9E%D7%92%D7%B3%D7%A0%D7%98%D7%95
    artical page:
    http://idodo.dealyad2.co.il/%D7%9E%D7%92%D7%B3%D7%A0%D7%98%D7%95/231-mendozite

    by the way, i made the changes. i don’t see any change in the front side.

    sivanmen Friend
    #896181

    about the code you sent to fix the menu, its disable the menu!!!
    you can see for youre self .its enpty!!!


    1. Screen-Shot-2016-03-07-at-8.52.08-PM-2
    Ninja Lead Moderator
    #896408

    I’m not sure what did you change on your site? But I applied the same my solution above to fix the problem on your site. Now, you can see it’s working as well on your site.

    sivanmen Friend
    #896592

    hi,

    thanks…… sorry!!!! you are the best 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  sivanmen 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum