Social Icons Link In Helix Template Not Working When Enabled - Question | JoomShaper

Social Icons Link In Helix Template Not Working When Enabled

HR

Hoa Rossi

Helix Framework 1 year ago

Hello, I use Helix Ultimate 2.0.11 with Joomla 4. I enabled social icons and entered facebook and instagram links. The icons are displayed but the links are not working. It seems as if there is no action when clicking on icons. Thank you for your help.

0
7 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #104609

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Will you please provide me the administrator URL to check the issue?

-Thanks

0
HR
Hoa Rossi
Accepted Answer
1 year ago #104810

Hello,

I send you URL administration in hidden content.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #104833

Please check the screenshot. Just login your site. But, front end is blank.

https://prnt.sc/4VDGkeTeIHSt

0
HR
Hoa Rossi
Accepted Answer
1 year ago #104837

Sorry, I specified in hidden content that the website is not displayed for desktop and tablet. But only for mobile.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #104839

What should i do now?

0
HR
Hoa Rossi
Accepted Answer
1 year ago #104855

Hello,

I enabled social icons and filled for Facebook and Instagram links. The icons are displayed but the links are not working. It seems as if there is no action when clicking on icons.

Could you fix the problem ?

https://drive.google.com/file/d/11nWLZH97G2IamyQe3wdabe9EFfBapv6c/view?usp=share_link

Thank you very much for your help.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #104882

Add this css code inside the custom.css file.

div#sp-footer1 {
    display: flex;
    justify-content: flex-start;
}

#sp-footer #sp-footer2 {
    display: flex;
    justify-content: flex-end;
}

-Thanks

0