Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author dorian.tudorache

    (@doriantudorache)

    Hey David,

    Thanks for stopping by! Screenshots and header design are still in the crafting process and will be shortly coming out, but why not give it a go as it is?

    Cheers!

    I gave it a go and got this:
    https://i.imgur.com/KeEwJ7w.png

    Plugin Author dorian.tudorache

    (@doriantudorache)

    Hey George,

    Thanks for giving it a go!

    What PHP version are you using & what OS you’re using? Apparently the DIRECTORY_SEPARATOR constant (built-in PHP) returns an empty value on your side.

    Would you mind taking a minute to try adding the following line of code to stickyadmin.class.php file ( wp-plugins/stickyadmin/lib/classes ), line 111 and let me know if it makes a diferrence? ( right after public static function sticky_objects_constants() { ).

    define( 'DIRECTORY_SEPARATOR', '/' );

    I’d like to know if this is the issue before pulling out an update. Thanks in advance!

    Best Regards,
    Dorian

    Plugin Author dorian.tudorache

    (@doriantudorache)

    I have just thrown an update, hopefully it will fix this issue, George! Let me know if you’ve been able to test it and if it works now! Thank you in advance!

    PS: Header design is here, screenshots are shortly to come.

    Cheers!

    I’ve updated the plugin and added define( 'DIRECTORY_SEPARATOR', '/' ); but it’s the same.

    PHP: 5.3 and 5.6 (tested on both)
    OS: Windows 10 x64

    Plugin Author dorian.tudorache

    (@doriantudorache)

    Hey George,

    Thanks a lot for your feedback!

    I’m currently trying to replicate the issue on an Windows 10 computer, and shall I find the reason for this happening, I’ll throw an update and let you know about it! Thank you very much once again!

    Plugin Author dorian.tudorache

    (@doriantudorache)

    Hey George,

    v1.0.2 is out now and should totally fix this issue. I’d appreciate your feedback to let me know if that was fixed. Thanks in advance!

    That issue is indeed fixed and i like the concept, but i think it’s gonna be hard to maintain such a plugin.

    Here’s another bug, on some pages the logo gets bigger:
    https://i.imgur.com/b4fLd86.jpg

    Good luck with the plugin.

    Plugin Author dorian.tudorache

    (@doriantudorache)

    Hey George,

    Thanks a lot for the feedback! It’s gonna be hard indeed but I’ll strive for it! Hopefully I’ll get some mateys to join the crew to get it there even faster! ??

    Regarding that bug, I have already faced it a couple of times actually and will have it fixed really soon.

    Cheers!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Screenshots or Demo?’ is closed to new replies.