Jacky Chan
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap in HTML is not avaliableME TOO!
Forum: Fixing WordPress
In reply to: lessphp fatal error: load error: failed to findlilredc5 You should be president, nice one!All fixed.
Ok. Thanks for that. It is quite hard to find the right place to respond as many threads are closed. Thanks though.
Sorry slight correction you want to edit the z-index to this instead:
.yith_magnifier_zoom_wrap {
top: 0px;
z-index: 999;
position: relative;It was I’ve changed mine to 899 so it appears underneath some other element I have on my page but you should change yours to whatever works best. Use Inpect Element to double check.
Never mind found out. Fixed thanks for the file.
Hey Tom.S
Could you show what you did please? I cant make sense of that file link you provided,
thanks
You must access the plugins CSS and change the z-index of “.yith_magnifier_mousetrap” to a number lower than the headers z-index. The following code you are looking for will look something this:
.yith_magnifier_mousetrap {
z-index: 999;
position: absolute;
width: 0px;
height: 0px;
left: 0px;
top: 0px;Do you know how to access the CSS? If not check out this video
https://www.youtube.com/watch?v=PwoXIscTF8U
she starts to explain FTP stuff @ 3:20,hope this helps