News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Visible fancybox-loading div

Started by MarioP, July 10, 2018, 12:33:08 PM

Previous topic - Next topic

MarioP

Hello,

My problem is a div element permanently visible on the website. The div has the id #fancybox-loading declared in \components\com_virtuemart\assets\css\jquery.fancybox-1.3.4.css

#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url('../images/fancybox/fancybox.png');
}


Do someone have any idea what's that, what's the purpose of that block? Can I just add display:none to it?

PHP Version 5.6.36
Joomla! 3.8.10 
VirtueMart 3.2.14


Jörgen

This is probably something that comes with Your template. Check with template designer.

regards

Jörgen  @ Kreativ Fotografi
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

MarioP

Quote from: Jörgen on July 10, 2018, 14:59:57 PM
This is probably something that comes with Your template.

Doesn't it that thing

Quote from: MarioP on July 10, 2018, 12:33:08 PM
The div has the id #fancybox-loading declared in \components\com_virtuemart\assets\css\jquery.fancybox-1.3.4.css

indicate clearly that the trigger for the div is included in VM core code?

Jörgen

#3
I do not have this issue on my site.
Clearly
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

MarioP

Ok, thank you for quick answer. I'll investigate further