Tagged: 

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #949447

    Hi,

    I’m not sure what you are implying. Just for better clarification, please include the screenshot with description on that and your site URL here to see this bug for further investigation.

    Regards

    Jayo Friend
    #949783

    Hi,

    I dont know if you can see the gif posted here ( http://giphy.com/gifs/1rqA2J0HIgAta )

    It shows 2 products on top of eachother in one virtuemart category. (more clearly in new example, see attachement knipsel.png)

    The items go on top over eachother after the page has loaded.
    (so only when you start navigating the page/category – scrolling up and down, hovering products. The products sometiomes get over eachother)

    Your own demo site @ http://www.joomlart.com/demo/#ja_megastore (category "men") shows the same behaviour. (attachements : knipsel1.png and knipsel2.png)

    I dont know exactly what causes the bug, but when it shows, the source code shows an issue with the "top values" (see attachement in start post).


    1. Knipsel
    2. Knipsel1
    3. Knipsel2
    Ninja Lead Moderator
    #949972

    You can fix that problem on your site with my solution below

    Open templates/ja_megastore/css/extras/com_virtuemart.css file

    find and change

    div[class*="-view"] .vm-col.product:hover {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    div[class*="-view"] .vm-col.product:hover .spacer {
        border-color: #ff5a00;
        border-width: 2px;
        position: absolute;
        width: 100%;
        z-index: 2;*/
        border-radius: 2px;
        padding-top: 39px;
        padding-right: 29px;
        padding-left: 29px;
        left: 0;
    }
    div[class*="-view"] .vm-col.product:hover .vm-product-media-container .badge {
        top: 39px;
        left: 29px;
      }

    to

    div[class*="-view"] .vm-col.product:hover .spacer {
        border-color: #ff5a00;
        border-width: 2px;
        border-radius: 2px;
        left: 0;
    }

    Hope it helps

    Jayo Friend
    #950135

    To be clear, the css

    • div[class*="-view"] .vm-col.product:hover
      and
    • div[class*="-view"] .vm-col.product:hover .vm-product-media-container .badge

    need to stay as they are?

    Or do i need to delete these 2 classes also?

    • Will test and report back *
    Ninja Lead Moderator
    #950256

    Yes, you can change it as my suggestion and let me know if it helps

    Gruponea.com Friend
    #981461

    I have the same problem, I’ve replaced the code on virtuemart.css and it didn’t work, I’ve added the code to custom.css and didn’t work either. Can you please help me?

    Gruponea.com

    Ninja Lead Moderator
    #981951

    @Gruponea.com: I need to check the VirtueMart version and the problem directly on your site. You can give me URL of your site and admin login via private reply.

    Gruponea.com Friend
    #982064
    This reply has been marked as private.

    Gruponea.com

    Ninja Lead Moderator
    #982757

    @Gruponea.com: You can use this way to fix the problem on your site

    • Create the folder as this path: templates/ja_megastore/local/css/extras/ folder

    • Download and extract my attached file and copy com_virtuemart.css to templates/ja_megastore/local/css/extras/ folder

    Gruponea.com Friend
    #983520

    done it, still got the problem 🙁

    Gruponea.com

    Ninja Lead Moderator
    #984034

    Hi,

    In this case, I need to check the configuration from backend of your site and FTP account, please give me the credentials info: admin login and FTP account via private reply.

    Regards

    Gruponea.com Friend
    #984117
    This reply has been marked as private.

    Gruponea.com

    Ninja Lead Moderator
    #984382

    Hi,

    I could not access the backend of your site when I go to the link http://www.turismovallehermoso.tur.ar/administrator it will return to this link http://www.turismovallehermoso.tur.ar and besides that, you need to give me the FTP account too

    Regards

    Gruponea.com Friend
    #984451

    Hey, I can’t see your message, it is set as private. I’ve just entered the website and the problem still persists

    Gruponea.com

    Gruponea.com Friend
    #984926
    This reply has been marked as private.

    Gruponea.com

Viewing 15 posts - 1 through 15 (of 23 total)

This topic contains 23 replies, has 4 voices, and was last updated by  outbreak198x 7 years, 5 months ago.

The topic ‘Items dissapear in category overview – return after resizing’ is closed to new replies.