Dear ,Sir first of all Sorry for my bad english.
so the problem is – i want to add some animation to my clicable row.
please cheak sir the first image – https://www.screencast.com/t/v4jlLbnjA
this image is your life style demo’s iamge. when i move my mouse croser to those images , those images are slowly popup.
then please look this image – https://www.screencast.com/t/pepdzmnYZ6
this is your travel demo theme, i already make this a clicable link ( table ) . but when i move my croser to this clicable menu , the menu is clicable but there is no animation happens like aur blur aur colour chane etc.
so i want to make this some animation like when i move my croser to this menu, then the menu is popup slight or colour change or blur so please kindly solve my problem.
because :- i want to highlight this menu ( eye catching ) so please give me a little bit solution please sir……..
ok sir this my blogsite link :- http://jobsofodisha.com/
please cheak this iamage – https://www.screencast.com/t/W4ZfEyOxErF
ok so, sir im already make those blocks clicable by adding a link.
ok sir if my problem is solved then i change this icons and links & there put my own icons with links. so please sir help me.
how can i add some effect to those icons ? by which when people move their mouse croser to this icons then those icons are have to some effect or movement by which people known those icons are clicable link. so please sie help me…
i want to run my website as soon as possible.
-
This reply was modified 7 years by
Rakesh_121.
Hi,
This element is called a single image and for more details about this one, you should check it from TD Composer -> https://www.screencast.com/t/dlTnQwhba78 Check them from here.
Thanks.
ok but i want to add some effect to this single image.
when the croller , croll his mouse point this single image then the image show some activity like pop-up, zoomin and out etc. so the visitor/viewr known the single image a clicable link.
so tell me how to add some effect to this single image.
thanks.
Hi,
Unfortunately, the theme does not have any such an option for this but notice this option exists only for Big Grids. If you want to have more effects for Single Images, you should implement it yourself through the code and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you.
Thanks for the message!
why not you plz say why not you give me those codes ?
please provide me those codes with screenshot please
Hi,
You are referring to the zoom effect when the big grid modules are hovered. That effect is specific to grids only, it is not available for other elements like single images for example.
There is a solution in this topic where the same effect is adapted to work on a single image elements, you could give it a try
– https://forum.tagdiv.com/topic/text-with-image-and-single-image-elements/
Thanks
THNKS SO MUCH SIR,
SO IF THERE ANY CHANCE FOR BLUR EFFECT.
THANKS FOR THIS ZOOM IN OUT IMAGE BUT I WANT TO BLUR THIS IMAGE WITHOUT ZOOM OR NO IMAGE CHANGE ONLY BLUR THE DEFAULT SINGLE IMAGE.
WHAT THERE HAVE ANY CODE FOR THIS ?
For the zoom on hover use this code for example – https://www.screencast.com/t/N9IDIp1Z
.td_single_image_bg:hover {
transform: scale3d(1.1,1.1,1);
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1) rotate(.02deg);
}
It is the same as the big grids hover zooming effect.
THNKS SO MUCH SIR…
IF I ADD SOME BLUR EFFECT WHEN MY MOUSE CROSER TOUCH TO THIS SINGLE IMAGE AFTER THAT THIS SINGLE IMAGE SHOW SOME BLUR EFFECT . IS IT POSSIBLE ?
I don’t understand what you are referring to unfortunately. Maybe with some more details, screenshots about the elements you are mentioning and what exactly you want to do with them, I could give it a try.
There is a guide I can provide you for making various customizations for the website, using the browser inspector tool
– https://www.screencast.com/t/keG4sdRXkHa
Some simple image effects here, maybe these will be useful for you
– https://www.w3schools.com/howto/howto_css_image_effects.asp