Single image link not working (AGG)

Posted in: Newspaper
Post count: 12

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

Post count: 20688

Hi,

If you use Visual composer for pages, please deactivate the tagDiv composer plugin, from the plugins section. The single images are affected by this composer, it has a different functionality for the single image elements.

Thanks

Post count: 12

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

Post count: 20688

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

Post count: 12

after disabling the tagDiv plugin i faced the problem mentioned, what option do i have in this case?

Post count: 20688

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

Post count: 12

Hi Simion,
do we have any other option?

Post count: 20688

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

Post count: 12

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

Post count: 12

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; }

Post count: 20688

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

Post count: 12

Works great, thank you!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.