exstreme / Jcomments-4

Modified Jcomments 3.0.7 with Recaptcha 2 in comments. Adapted to Joomla 4. No compatibility with Joomla 1.5\2.5\3.x
16 stars 12 forks source link

Ugly smiles error #117

Closed aspergerway closed 1 year ago

aspergerway commented 1 year ago

If you leave the option to post smiles, they all appear vertically instead of being hidden with a dropdown.

Globulopolis commented 1 year ago

Try to remove component(package) and install again. I cannot reproduce this bug(?).

If leave only smiles when they appears in horizontal line(not dropdown).

exstreme commented 1 year ago

Can you share URL, may be any conflict in frontend with another extension?

aspergerway commented 1 year ago

Done! But the same thing happens:

https://www.pfuno.sviluppo.host/preghiere

Globulopolis commented 1 year ago

Done! But the same thing happens:

https://www.pfuno.sviluppo.host/preghiere

This is no issue with component, but with your template.

image

Remove display: block; or change to display: inline-block;.

exstreme commented 1 year ago

I think, we can add to #comments-form img.smile property display:inline-block;

aspergerway commented 1 year ago

Many thanks at all!

aspergerway commented 1 year ago

Why is it that without my editing anything now I notice chre the problem no longer exists and the smilies are now hidden by the dropdown? I haven't touched the code.

Update: No, if I log in a complex editor appears and the smilies are ok. If I open another browser and go as a guest, the problem remains. There is no editor and the smilies appear vertically. Maybe when logged in a different editor and system works that makes me see the smilies ok.

aspergerway commented 1 year ago

I think, we can add to #comments-form img.smile property display:inline-block;

What is the correct rigas of code? This one?

comments-form-img.smile {

display:inline-block;

}

aspergerway commented 1 year ago

Last question: I don't see an option to be notified by email if someone responds to my comment.

Globulopolis commented 1 year ago

Last question: I don't see an option to be notified by email if someone responds to my comment.

image

aspergerway commented 1 year ago

I didn't mean to the administrator. I mean that if a user writes, they can choose whether or not to receive an email if someone responds to the comment without having to constantly check the page.

Globulopolis commented 1 year ago

I didn't mean to the administrator. I mean that if a user writes, they can choose whether or not to receive an email if someone responds to the comment without having to constantly check the page.

User can subscribe to thread.

aspergerway commented 1 year ago

Public and guest as well?

Globulopolis commented 1 year ago

Public and guest as well?

Guests can subscribe too. Just allow checkbox in access rules under component settings.

aspergerway commented 1 year ago

Ok, thanks!

aspergerway commented 1 year ago

Many thanks!

Will import/export from toward jcomment be possible from !JExtensionstore, already fork of jcomments?

Globulopolis commented 1 year ago

Will import/export from toward jcomment be possible from !JExtensionstore, already fork of jcomments?

I do not know this.