there's a javascript error occurring from a custom script that's being loaded when on the theme options page. Please check the attached screenshots in regards.
Are you adding that or is it coming from a plugin? Once it's removed or recoded correctly, the theme options should appear and I can then take a closer look into the logo issue for you.
Hey, the centered logo issue is occurring due to the following custom CSS which you have in your Salient options panel > general settings > css/script related tab:
Hi!
Could you please check what is wrong with logo after update to 10.5. Logo is not in center anymore.
Hey Marcin,
there's a javascript error occurring from a custom script that's being loaded when on the theme options page. Please check the attached screenshots in regards.
Are you adding that or is it coming from a plugin? Once it's removed or recoded correctly, the theme options should appear and I can then take a closer look into the logo issue for you.
Cheers
Hi,
It was a popup plugin, when deactivated theme panel works. Logo still moved.
Thanks!
Hey, the centered logo issue is occurring due to the following custom CSS which you have in your Salient options panel > general settings > css/script related tab:
Once you remove that, it should display correctly :)
Thanks!
That works. To move logo down a bit I use:
header#top #logo img {
margin-top: 10px;
}
Should not be a problem with this?
That shouldn't cause any issues
Thank you very much!