Image Overlay Addons - The Whole Image Backgound Area Clickable And Hyperlinked - Question | JoomShaper

Image Overlay Addons - The Whole Image Backgound Area Clickable And Hyperlinked

M

Mohammed

SP Page Builder 1 year ago

Hi There,

Im using Joomlshaper Empire Templte Joomla3 v.2.1

How to Make Image Overlay Addons in theSP Page Builder the Whole Image Area Clickable, now only the Below title is clickable, I want also to give hyperlink to the back image.

tp://)

0
8 Answers
Pavel
Pavel
Accepted Answer
1 year ago #87012

Hi Mohammed.

Delete link from title, use link in button instead.

Add your own class name to addon's CSS Class field, and use following css code:

.your-class .overlay-image-title {
    position: static;
}
.your-class .overlay-image-button-wrap,
.your-class .overlay-image-button-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.your-class .overlay-image-button-wrap {
    margin: 0 !important;
    transform: none !important;
}
.your-class .overlay-image-button-wrap a {
    background: transparent !important;
    font-size: 0 !important;
}
0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #86092

Hello

Thank you for your query & for sharing the screenshots. Could you kindly provide your site url, please?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #86094

Hi

Thanks for contacting us. Could you please give me your site URL so that I can check?

-Regards.

0
0
M
Mohammed
Accepted Answer
1 year ago #86168

Any luck with the Question Above !!

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #86990

Hello Mohammed

You have to make changes in the code in the following file in order to make the whole image area clickable, as you want.

your_template\components\com_sppagebuilder\addons\image_overlay\site.php (after line 86)

But this will require customization which we cannot provide, as per our Support Policy.

0
M
Mohammed
Accepted Answer
1 year ago #87134

Thanks alot Dear Pavel, you are my hero. Well done, it is working perfectly as you said.

0
Pavel
Pavel
Accepted Answer
1 year ago #87151

You are wellcome

0