Hi,
I dont see this happening. It was a very old issue and was resolved long back.
The URL is a full entry :
https://loginizer.com/features#compare
Since the URL contains ‘https://’ it should work without issues.
Which version of Loginizer are you using ?
Regards
Including images hasn’t worked for me in the past, I’ll try but here it is https://gyazo.com/c04ee850a50553a82fb2245af558e124

FWIW, the plugin underneath loginizer, SpeakOut!, is mine.
Hi,
Can you save the HTML file or view that section and see what is the link given in the ANCHOR < a> tag there ?
Regards
-
This reply was modified 8 years, 11 months ago by
loginizer. Reason: A tag change
OK, I see the problem. But it is weird.
In the source code there is only a single forward slash in the URL
<a href="https:/loginizer.com/features#compare">Go Pro</a>
But that doesn’t make sense because in init.php (11)
define('LOGINIZER_PRO_URL', 'https://loginizer.com/features#compare');
Out of curiosity (I love a challenge) I changed that line to #compared and when I refreshed the page I could see the change and still only a single slash.
(scratches head)
FWIW, I had a problem with my plugin where it broke if there was a non-breaking space ( ) in the shortcode – this happened if users copied and pasted the sample shortcode. The short term solution was to get them to delete the space and type it again.
So I tried deleting your // and retyping in init.php in the definition. It didn’t help π
Hi,
I can only think of one thing.
Some hook / filter is messing your left menu.
And I guess its a plugin. So can you disable and enable plugins 1 by 1 and see which one is causing it.
Regards
Sorry, the reply to this was buried.
I have deactivated _every_ plugin except loganizer and it is still happening.