Hovering changes opacity again and again











up vote
-2
down vote

favorite












The problem is the following: I have a gallery plugin on Wordpress, called Fancy Plugin installed. Works fine, except now when I look at the gallery, the images are very very faint (the opacity is very low), then, if I hover over the image, it gets less opaque, then I hover again and it gets better and better. I need like 10-15 mouse passes for the image to be on opacity close to 0.9, but then it does not change anymore. I want to switch this off completely, I do not want any kind of opacity in the gallery, I want it to be 1. I don't know what CSS to use to do this.



I tried inspecting with Chrome DevTools, that's how I found this piece of code:



<img class="fg-thumb" src="http://www.faktumkft.hu/wp-content/plugins/radykal-fancy-gallery/admin/timthumb.php?src=http%3A%2F%2Fwww.faktumkft.hu%2Fwp-content%2Ffancygallery%2F2%2F2%2Fvizszintes_palcas_korlat__09.jpg&amp;w=200&amp;h=150&amp;zc=0&amp;q=100" alt="Vízszintes pálcás korlát, ívelt" style="width: 200px; height: 150px; opacity: 0.825593;">


I can see the weird opacity number that seems to be kind of random, there, but I don't know how to change it. Can someone help please? Thanks!










share|improve this question






















  • opacity is loading from javascript, you need to edit the plugin(which is a bad idea), or you need to override opacity with !important
    – charan kumar
    Nov 8 at 11:04






  • 1




    don't use opacity simply put like this <img src="sampl.png" alt="photo"> thats it its going to work dear @Andras
    – Iswarya Swaminadhan
    Nov 8 at 11:04















up vote
-2
down vote

favorite












The problem is the following: I have a gallery plugin on Wordpress, called Fancy Plugin installed. Works fine, except now when I look at the gallery, the images are very very faint (the opacity is very low), then, if I hover over the image, it gets less opaque, then I hover again and it gets better and better. I need like 10-15 mouse passes for the image to be on opacity close to 0.9, but then it does not change anymore. I want to switch this off completely, I do not want any kind of opacity in the gallery, I want it to be 1. I don't know what CSS to use to do this.



I tried inspecting with Chrome DevTools, that's how I found this piece of code:



<img class="fg-thumb" src="http://www.faktumkft.hu/wp-content/plugins/radykal-fancy-gallery/admin/timthumb.php?src=http%3A%2F%2Fwww.faktumkft.hu%2Fwp-content%2Ffancygallery%2F2%2F2%2Fvizszintes_palcas_korlat__09.jpg&amp;w=200&amp;h=150&amp;zc=0&amp;q=100" alt="Vízszintes pálcás korlát, ívelt" style="width: 200px; height: 150px; opacity: 0.825593;">


I can see the weird opacity number that seems to be kind of random, there, but I don't know how to change it. Can someone help please? Thanks!










share|improve this question






















  • opacity is loading from javascript, you need to edit the plugin(which is a bad idea), or you need to override opacity with !important
    – charan kumar
    Nov 8 at 11:04






  • 1




    don't use opacity simply put like this <img src="sampl.png" alt="photo"> thats it its going to work dear @Andras
    – Iswarya Swaminadhan
    Nov 8 at 11:04













up vote
-2
down vote

favorite









up vote
-2
down vote

favorite











The problem is the following: I have a gallery plugin on Wordpress, called Fancy Plugin installed. Works fine, except now when I look at the gallery, the images are very very faint (the opacity is very low), then, if I hover over the image, it gets less opaque, then I hover again and it gets better and better. I need like 10-15 mouse passes for the image to be on opacity close to 0.9, but then it does not change anymore. I want to switch this off completely, I do not want any kind of opacity in the gallery, I want it to be 1. I don't know what CSS to use to do this.



I tried inspecting with Chrome DevTools, that's how I found this piece of code:



<img class="fg-thumb" src="http://www.faktumkft.hu/wp-content/plugins/radykal-fancy-gallery/admin/timthumb.php?src=http%3A%2F%2Fwww.faktumkft.hu%2Fwp-content%2Ffancygallery%2F2%2F2%2Fvizszintes_palcas_korlat__09.jpg&amp;w=200&amp;h=150&amp;zc=0&amp;q=100" alt="Vízszintes pálcás korlát, ívelt" style="width: 200px; height: 150px; opacity: 0.825593;">


I can see the weird opacity number that seems to be kind of random, there, but I don't know how to change it. Can someone help please? Thanks!










share|improve this question













The problem is the following: I have a gallery plugin on Wordpress, called Fancy Plugin installed. Works fine, except now when I look at the gallery, the images are very very faint (the opacity is very low), then, if I hover over the image, it gets less opaque, then I hover again and it gets better and better. I need like 10-15 mouse passes for the image to be on opacity close to 0.9, but then it does not change anymore. I want to switch this off completely, I do not want any kind of opacity in the gallery, I want it to be 1. I don't know what CSS to use to do this.



I tried inspecting with Chrome DevTools, that's how I found this piece of code:



<img class="fg-thumb" src="http://www.faktumkft.hu/wp-content/plugins/radykal-fancy-gallery/admin/timthumb.php?src=http%3A%2F%2Fwww.faktumkft.hu%2Fwp-content%2Ffancygallery%2F2%2F2%2Fvizszintes_palcas_korlat__09.jpg&amp;w=200&amp;h=150&amp;zc=0&amp;q=100" alt="Vízszintes pálcás korlát, ívelt" style="width: 200px; height: 150px; opacity: 0.825593;">


I can see the weird opacity number that seems to be kind of random, there, but I don't know how to change it. Can someone help please? Thanks!







html css






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 8 at 10:59









András Szepesi

31




31












  • opacity is loading from javascript, you need to edit the plugin(which is a bad idea), or you need to override opacity with !important
    – charan kumar
    Nov 8 at 11:04






  • 1




    don't use opacity simply put like this <img src="sampl.png" alt="photo"> thats it its going to work dear @Andras
    – Iswarya Swaminadhan
    Nov 8 at 11:04


















  • opacity is loading from javascript, you need to edit the plugin(which is a bad idea), or you need to override opacity with !important
    – charan kumar
    Nov 8 at 11:04






  • 1




    don't use opacity simply put like this <img src="sampl.png" alt="photo"> thats it its going to work dear @Andras
    – Iswarya Swaminadhan
    Nov 8 at 11:04
















opacity is loading from javascript, you need to edit the plugin(which is a bad idea), or you need to override opacity with !important
– charan kumar
Nov 8 at 11:04




opacity is loading from javascript, you need to edit the plugin(which is a bad idea), or you need to override opacity with !important
– charan kumar
Nov 8 at 11:04




1




1




don't use opacity simply put like this <img src="sampl.png" alt="photo"> thats it its going to work dear @Andras
– Iswarya Swaminadhan
Nov 8 at 11:04




don't use opacity simply put like this <img src="sampl.png" alt="photo"> thats it its going to work dear @Andras
– Iswarya Swaminadhan
Nov 8 at 11:04












1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










Fast fix would be adding next to your css:



.fg-thumb{
opacity:1 !important;
}


However what you find pointing to so called in-line styles, and they may come from some javascript (may be from that plugin). You may want to read some documentation or/and check source code if it is available.






share|improve this answer





















  • Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
    – András Szepesi
    Nov 8 at 13:31











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206351%2fhovering-changes-opacity-again-and-again%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










Fast fix would be adding next to your css:



.fg-thumb{
opacity:1 !important;
}


However what you find pointing to so called in-line styles, and they may come from some javascript (may be from that plugin). You may want to read some documentation or/and check source code if it is available.






share|improve this answer





















  • Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
    – András Szepesi
    Nov 8 at 13:31















up vote
1
down vote



accepted










Fast fix would be adding next to your css:



.fg-thumb{
opacity:1 !important;
}


However what you find pointing to so called in-line styles, and they may come from some javascript (may be from that plugin). You may want to read some documentation or/and check source code if it is available.






share|improve this answer





















  • Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
    – András Szepesi
    Nov 8 at 13:31













up vote
1
down vote



accepted







up vote
1
down vote



accepted






Fast fix would be adding next to your css:



.fg-thumb{
opacity:1 !important;
}


However what you find pointing to so called in-line styles, and they may come from some javascript (may be from that plugin). You may want to read some documentation or/and check source code if it is available.






share|improve this answer












Fast fix would be adding next to your css:



.fg-thumb{
opacity:1 !important;
}


However what you find pointing to so called in-line styles, and they may come from some javascript (may be from that plugin). You may want to read some documentation or/and check source code if it is available.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 8 at 11:04









maximelian1986

731316




731316












  • Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
    – András Szepesi
    Nov 8 at 13:31


















  • Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
    – András Szepesi
    Nov 8 at 13:31
















Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
– András Szepesi
Nov 8 at 13:31




Thanks, the quick fix worked! I didn't write the !important line at first, and it did not work without that.
– András Szepesi
Nov 8 at 13:31


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206351%2fhovering-changes-opacity-again-and-again%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Schultheiß

Liste der Kulturdenkmale in Wilsdruff

Android Play Services Check