Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi folks,
I found a small bug with the logo. The tag html is outputted like this:
with no spaces between attributes. I fixed it by going to vantage/inc/template-tags,php line 179 and changing implode($logo_attributes_str) to implode(‘ ‘,$logo_attributes_str).
Oh wow, nicely spotted there Jamie. Thanks! I’ve fixed this in the development version. So it’ll be fixed in the next update.
No worries, thanks for including it
Just a note that this is fixed in the latest version of Vantage :)