Archived topic
Lightweight Social Icons not showing up on Desktop version
9 replies · Started by Kamal on August 7, 2020
Hi!
I'm using the latest version of GP Premium.
I installed Autoptimize Plugin today on my blog and configured it as per the suggestions provided here.
After activating Autoptimize the Lightweight Social Icons stopped showing up on Desktop. However, it shows up on mobile version. On desktop the icons just disappeared completely leaving a white space below "Connect With Us".
If I deactivate Autoptimize Plugin the Lightweight Social Icons start showing up again on Desktop version of my blog.
Kindly help.
Hi there,
can you disable autoptimize - so i can take a closer look
Hello,
I'm sorry, I forgot to deactivate it.
I have now deactivated Autoptimize Plugin for your reference.
Not seeing anything obvious that's conflicting.
Can you try using the suggested settings for Autopimize here?
https://generatepress.com/fastest-wordpress-theme/
Hi Leo,
Thanks for the reply.
I have done the settings as suggested in the above article.
You will be able to see the conflict if I activate Autoptimize plugin. The Lightweight Social Icons disappear in Desktop mode whereas it shows up in Mobile version.
Shall I activate it for you to check?
Hmm I just tried activating Autopimize and LSI but couldn't replicate the issue.
Does the error happen if you only keep Autopimize and LSI activated and deactivate everything else?
I have tried deactivating every plugin except LSI and Autoptimize and the problem still persist.
It starts working properly as soon as I deactivate Autoptimize.
Here are the screenshots:
Autoptimize Not Active and Active:
https://imgur.com/a/pgspDFP
In Customizer > Additional CSS you're missing a closing }
At the very end of the file you will see these lines:
.author-description {
text-align: left;
}
/* Author Box CSS End */
Insert another } like so:
.author-description {
text-align: left;
}
}
/* Author Box CSS End */
Dear David,
Thank you so much.
I was thinking their's an issue with plugin compatibility. In the meantime I forgot to check the CSS.
Thanks once again.
Glad to be of help.