Hello Support Team,
I am currently experiencing two issues, where (1) the site’s logo appears twice and (2) an additional space is inserted between the main menu and the header, when the page is scrolled all the way to the top. This issue seems to be particularly prevalent for users who are browsing with Chrome.
In this folder, you can view screenshots of the problem, plugin settings and custom code I tried: https://drive.google.com/drive/folders/1zXx1ldFQMgX3cBYFeoo1ie9ocMInmiHg?usp=sharing
I have tried to troubleshoot this by disabling several optimization options (and deleting the cache):
- JavaScript optimisation
- CSS optimisation
- Inline JS/CSS:
- HTML options: Also minify inline JS/ CSS?
- CSS options: Inline all CSS?
This didn’t work and it would’ve restricted the plugin too much IMO.
In another attempt to identify the root cause of issue (1), I have inspected the page source and noticed that the logo overlay is associated with the following classes: “tgp-exclude”, “default”, and “small”. The corresponding file names of the logo are: “logo_d3b36595f869f33f393e516734cae617_1x.png” and “logo_3e15e9cbd2b863b62ad43ef77878d5af_1x.png”
I excluded these classes and file names from optimization in the image tab of Autoptimize: logo_d3b36595f869f33f393e516734cae617_1x.png,logo_3e15e9cbd2b863b62ad43ef77878d5af_1x.png,tgp-exclude,default
But the issue remains unresolved. I am uncertain whether I am correctly identifying and targeting the classes or scripts that may be contributing to this problem.
Regarding the additional space between the main menu and the header – issue (2) -, I have tried to fix this by adding some custom code to my site’s theme:
#site-header .site-title a img.small { opacity: 0 !important; } #site-header.fixed.shrink .site-title a img.default { opacity: 1 !important; }#site-header-wrapper { height: auto !important; }
However, this too did not work.
I would appreciate your assistance regarding these two issues.
thanks,
Jana
- This topic was modified 5 hours, 3 minutes ago by .
The page I need help with: [log in to see the link]
