Sowlov Guest Wish View + Login Gate Fix

What changed:
- Non-login users can now click the Wish button without immediately opening the login popup.
- The Wish/comment area opens for guests, just like it does for logged-in users.
- Existing wishes/comments are visible to guests.
- Guests see a clean read-only wish box that says: Please login to leave a wish.
- Quick wish templates also show to guests, based on the post content and hashtags.
- Guests cannot submit a wish from the theme form. Clicking the read-only box or a template keeps the login popup gate.

Files changed:
- templates/__feeds_post.tpl
- templates/__feeds_post_live.tpl
- templates/__feeds_post_photo.tpl
- templates/__feeds_post_reel.tpl
- templates/__feeds_post.comments.tpl
- templates/__feeds_comment.guest.tpl
- templates/_head.css.tpl
- templates/_js_files.tpl
- js/sowlov-wish-speed.js

Important after upload:
1. Upload/replace the full elengine theme folder.
2. Delete old compiled template cache files from:
   /content/themes/elengine/templates_compiled/
   Keep index.html and .htaccess if present.
3. Clear browser/admin cache.

Expected behavior:
- Guest clicks Wish: wish section opens.
- Guest sees existing wishes and templates.
- Guest sees: Please login to leave a wish.
- Guest clicks the box/template: login popup opens.
- Logged-in users keep the normal editable Leave a wish box and can send wishes.
