Archived topic
Single dot insde the HTML
9 replies · Started by Frank on November 28, 2017
Hi everybody!
I have a very strange issue...
Since I updated GP Premium there is a single dot in the middle of nowhere - in the HTML.
I tryed to find out from where this little dude is coming but, have you ever tryed to find a single dot in a source code? ;)
Unfortunatley I even can't find a selector to set this funny guy on displa:none...
Would be great to get some hint about that!
THX a lot!

</div><!-- .mobile-bar-items -->
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
<span class="mobile-menu">Menü</span>
</button> .
Hi there,
That's weird. I'm not seeing it: https://s33.postimg.org/5vylk2vvz/2017-11-28_0713.png
Are you seeing the dot in your content anywhere?
Yes it IS weird and yes i can see it...

It is directly behind the closing button tag
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
<span class="mobile-menu">Menü</span>
</button> .
Yes I can see that in your original post.
I just checked your site using Chrome inspector but not able to see the dot (as shown in my screenshot)
Just wondering if you see the dot anywhere in the actual live site?
Can you test with a different browser?
I did... cache cleared, not logged in, same thing.
Chrome / FF DEV edition
This is Chrome Inspector
I can even delete the dot in the insector and the height of the navigation is as it should be...
BTW . it is also visible in your screenshot ;)
Navigation bars height without the dot is 42 px - with dot it is 66 px.
I found it!
It is in inc/navigation.php line 91
</button> .
Seems to be a bug...
Hi there,
Perhaps the file has been edited on your side?
It doesn't exist in the latest GP release: https://github.com/tomusborne/generatepress/blob/1.4/inc/navigation.php#L91
You can also see the version directly on WP.org: https://themes.svn.wordpress.org/generatepress/1.4/inc/navigation.php
Hi Tom! Strange thing - I not interested in arguing with you guy!
Usually I dont edit themefiles - I use child themes.
Anyway I'm glad I have found the little painmaker...
Thx for the support and have a nice day!
Glad we could help!