tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedTo have the smilies after the textarea and before the submit button you have to do the following change:
Edit comments.php line 104 from the zerif-lite directory and change it as following:
<?php comment_form( array( // 'comment_notes_after' => '', ) ); ?>Add two slashes before comment_notes_after…
I don’t know why but the zerif-lite developers set this to empty string which dletes the wp-monalisa smilies.
- This reply was modified 3 years, 10 months ago by tuxlog.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedokay, I found the theme and will try o test it tomorrow.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedsorry, I do not want to copy a hundred files by hand. I will try to search if I can download it somewhere. If I do one wrong typo your site will get stuck, to risky for me but thank you
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedYou have to click on the one smiley to open the popup. I just tested it again and it works.
If you click on the smiley the emoticon is inserted into the textarea.
You can not see the smiley in the textarea (thats why it is called textarea 😉 ). This has nothing to do with wp-monalisa.After you send the comment the smiley should be displayed. I just tested this and found the smiley is not displayed. Where can I find the theme you use. It is zerif-lite but it is not in the WordPress theme directory. Can you give me a link where I can download it please. I will analyze the theme together with wp-monalisa to find out why it is not working as expected.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedOkay, seems to work now even with lazyload enabled.
Anything left?
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedLet’s do it one after the other:
Smilies in rich-editor backend: add max-width:30px; to the .wpml_ico class, if this has impact on other representations, I may have to add a new css class for the backend, which I can do.
If you deactivate “replace with HTML” you can not see the smiley to activate the popup, this seems to be a conflict with the lazyloading plugin. I did not dare to deactivate this but would like to ask you to try this please.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedWhere can I see the rich-editor. I can not find a page using the rich editor.
It should work even without “replace emoticon in HTML”, if not we should look at the plugins you use. There were some conflicts with other plugins in the past.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedGreat, it seems the smilies do not overlap anymore on your site.
See screenthsot here:
https://i2.paste.pics/IDT0D.pngForum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedI just registered at your site to see better where the problem is. Seems to work at my test site now. As soon as the account is available, I will continue.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedAs far as I tested it, adding max-width: 30px formats the frontend table for the smilies in this way that the smilies do not overlap anymore. May be you have to play with the value of 30 a bit.
Maybe this dows not work with your plugins. I will test this using TinyMCE Advanced again
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedIn case you use text editor please try adding
max-width: 30px; to the css class td.wpml_ico_iconBest wayx to do it is copying wp-monalisa-default.css to wp-monalisa.css (this step will avoid that your change is overriden during th enext update) and add the css attribute as described above.
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedI just tested with some bigger smilies and mixed them in random order between the small smilies. In rich-editor it seems to work without overlapping. For some reason I can not view your screenshot anymore. Can you give me your setup please?
Forum: Plugins
In reply to: [wp-Monalisa] fix the display of the table where the gifs are insertedHello,
yes, this is tricky and I didn’t find an algorithm yet to fix this completly. One thing is to change the order of the smilies accoring to their sizes. Another is setting max width and max height. Playing with these parameters is the only way I know.Did you try max width and max height?
Forum: Plugins
In reply to: [wp-forecast] No Connection to Weather ProviderSeems to be resolved
Forum: Plugins
In reply to: [wp-forecast] No Connection to Weather ProviderOkay, do you have any errors in the javascript console of your browser?
Or do you get any other error or warning messages?