Hello, I would like to use the Color Box Hover effect on the Fancy Box, but need to retain the link text like you have in the Bottom Color Bar Hover effect. Is there any way to do this?
Why not make the link text universal across all Fancy Box effects? :(
Hi Judith! Screenshot attached. As you can see, there is no option to add the Link Text when selecting the Hover Box Effect like there is when you select the Underline Effect.
The only way to get something similar is to add see-through button style short code, but 1) that's clunky and 2) it doesn't have the option for a consistent animation effect that way.
The change I wanted actually had to be made in the salient-core plugin, in the nectar_maps/fancy_box.php file, specifically the "Link Text" field.
I had to update the dependency array to include "color_box_over" in addition to "default".
Once I made this change and was able to update my page to include values for that new field the links showed up as expected with not additional changes needed for the template php itself.
My only concern is how to keep this change should there ever be an updated to the fancy box plugin...
Hello, I would like to use the Color Box Hover effect on the Fancy Box, but need to retain the link text like you have in the Bottom Color Bar Hover effect. Is there any way to do this?
Why not make the link text universal across all Fancy Box effects? :(
Thank you!
Hi There,
Thanks for keeping in touch.
Please send in your password so that we can check out your page to get an understanding of your request, or you can also send screenshots for clarity.
Thanks.
Hi Judith! Screenshot attached. As you can see, there is no option to add the Link Text when selecting the Hover Box Effect like there is when you select the Underline Effect.
The only way to get something similar is to add see-through button style short code, but 1) that's clunky and 2) it doesn't have the option for a consistent animation effect that way.
Thanks!
Hey Again,
I am afraid to merge two Fancy Box styles the php templates would have to be edited. This should help: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/ .
Thanks
ThemeNectar Support Team
Thanks, Tahir - I'll try that.
You can go ahead and close this ticket for now - thank you!
Hi Tahir,
The change I wanted actually had to be made in the salient-core plugin, in the nectar_maps/fancy_box.php file, specifically the "Link Text" field.
I had to update the dependency array to include "color_box_over" in addition to "default".
Once I made this change and was able to update my page to include values for that new field the links showed up as expected with not additional changes needed for the template php itself.
My only concern is how to keep this change should there ever be an updated to the fancy box plugin...
Hey Again,
This might help: https://themenectar.com/docs/salient/add-new-wpbakery-element/ .
Thanks
ThemeNectar Support Team