Hello,
i have one problem with the Single Image link on my page.
I have set the link to all the option one by one and as result the link is sending to #
What can i do to open the big image or to send to another page (internal or external)?
The website is
https://www.arhitectgabrielgeorgescu.ro
Here are some pics with my settings:
https://ibb.co/c5dvCw
https://ibb.co/eEGhsw
https://ibb.co/iT86Kb
Regards
Hi Simon and thank you for your reply,
after deactivating the tagDiv plugin i noticed two new problems on homepage:
1. the hover boxes are very slim and not working as intended
2. huge gap on top and on the bottom of the map (in text block)
Here are the print screens:
https://ibb.co/hTLG4b
https://ibb.co/fordHw
Hi,
This should not happen if the page was built and edited using a single composer. Either Visual composer or tagDiv composer, not both. From what I see Visual composer was used to create the page.
Deactivating the tagDiv composer plugin should not have any negative effect in this case. It is recommended to deactivate it if Visual composer is used. Single images will not work properly if both are active, these work differently on each composer.
Thanks
after disabling the tagDiv plugin i faced the problem mentioned, what option do i have in this case?
-
This reply was modified 8 years by
tehnic@arhitectgabrielgeorgescu.ro.
Hi,
Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in the email.
Thanks
Hi Simion,
do we have any other option?
Hi,
We will investigate the issue if you could provide the login details by email. We cannot recreate this issue on our side. Placing a single image element on a page using Visual composer and setting a custom link to it works properly in our tests (tagDiv composer plugin disabled)
– https://www.screencast.com/t/HyZoWTFX6h
– https://www.screencast.com/t/pLJGLKqF
So again, please make sure the tagDiv composer plugin is not active
– https://www.screencast.com/t/cjl6FTHdpK
Thanks
Disabling the module makes the link to work just fine on single images, but in this case i have two other problems mentioned above:
– the 4 hover boxes are very slim
https://ibb.co/hTLG4b
– gap on top/above the map
https://ibb.co/fordHw
You can take a look on the website here, i disabled the plugin https://www.arhitectgabrielgeorgescu.ro
I solved the gap on top/above the map with the css class mod:
from:
.vc_row.vc_row-o-full-height {
min-height: 100vh; }
to:
.vc_row.vc_row-o-full-height {
min-height: auto !important; }
-
This reply was modified 8 years by
tehnic@arhitectgabrielgeorgescu.ro.
Please try this code, enter it in Theme panel->Custom CSS section
– https://www.screencast.com/t/zvrAa6nzGtVP
It should fix the issue with those elements once entered. Maybe clear your cache as well
.vc-hoverbox-wrapper .vc-hoverbox {
width:100%!important;
}
.vc-hoverbox-inner {
min-height:250px!important;
}
Thanks