tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] Doesn’t show up in ElementorHello,
wp-forecast is not integrated with Elementor but you can use it as a widget or using a shortcode as it is described in the documentation.
To extend the plugin with Elementor one have to extend the plugin accordingly.
Forum: Plugins
In reply to: [wp-greet] datepicker stopped workingSorry, should be available now.
Forum: Plugins
In reply to: [wp-forecast] Cant Get to workHi nootkan,
can you tell the location you choosed please? So I can try it on my testsite.
And it would be useful to know what you see instead of the weather. Any messages?Forum: Plugins
In reply to: [wp-greet] datepicker stopped workingJust released 6.1 with flatpickr. Unfortunately WP still has no time picker avaialbe.
I do not want to add a check for identical email addresses because this is not a general problem. But why not add a hint in the template about not using identical addresses.
Forum: Plugins
In reply to: [wp-greet] datepicker stopped workingHello yezzz,
thank you for this report. I will check if it is possible to use the (meanwhile) included datepicker from WordPress directly.
Why should it be disallowed to send a greeting card to oneself?
Forum: Plugins
In reply to: [wp-forecast] No settings in the widget areaHi,
did you get any error messages showing up on screen or in debug.log?Just to make sure it is not a handling problem:
– install the plugin
– activate it
– setup a location in admin dialog wp-forecast
– going to desgin widgets and click +
– looking for “WP forecast” in the long list of widgets
– drag and drop it to the widget area
– save itForum: Plugins
In reply to: [wp-Monalisa] Table icon in editor pageHello,
as far as I understood the different sizes of the smilies lead to an unwanted layout of the smiley selection. Yes, this is difficult to handle, in the past, the best results could be achieved if you put the big smilies first of the row. In most cases overlapping is gone after that.
Forum: Plugins
In reply to: [wp-Monalisa] English TranlationHi,
the easiest way to change this is to edit wpml_tinymce_plugin.js.
There is a line tooltip: “wp-Monalisa Smilies”,
Just edit the text between the quotes and you should be done.Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workMhm, can you open the page, so I can have a look at the page myself. At the moment there is only a “cooming soon” screen.
Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workYour css looks good.
Please try
.comment-form { color: #ff0000 !important; }and let’s see if it works
Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workGreat job, if you got the javascript errors fixed. :good:
First: Tochange the css for wp-monalisa you can rename wp-monalisa-default.css to wp-monalisa.css.
Edit this file and add a line:
.comment-form { color: #ff0000; }
This will make the text red. Just change ff0000 to whatever color you want.
Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workAs far as I see the css class “comment-form” should change the text color and thank you for your hints about the css. Unfortunately I am not able to fix the javascript errors of the zefir theme. This leads to the problem with wp-monalisa because the javasript of wp-monalisa is not executed after the zefir errors occur.
Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workOkay, I jsut read the developer discontinued the Zerif Light Theme maybe you should look for theme which is more up-to-date? Just a thought.
Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workHi again,
I checked the theme and it does not use the filter “comment_form_defaults”. IF you want to extend the theme I think it is best trying to look at comments.php.
Tochange the css for wp-monalisa you can rename wp-monalisa-default.css to wp-monalisa.css and change it as you like it.
I tried Zerif Light with the the textfield name “comment” and it seems to work. The popup and other javascript depending features do not work because there are several other javascript error not related to wp-monalisa. I think it might be best way to fix those errors first.
Hope it helps.
Forum: Plugins
In reply to: [wp-Monalisa] some things help don’t workHi,
great you like wp-monalisa. Let’s see if we can get it to work.1) to show the smilies between the submit button and the textarea the theme must support the filter “comment_form_defaults”. Which theme do you use?
2) You can change “Click to smile” either in wpml_comment.php or by changing the translation for your language for this term
3) Yes, this is because if we show different sized smilies in a table, it looks weired and I have nor found a way to change this
4) I have no idea about this. It works on my sites. Let’s check this after we got the basics working
5) it makes the javascript loads at the bottom of the page to reduce load times and improve your speed score. it dies not work with every theme.
6) if you have textarea input for comments and deactivate “Replace emoticons with HTML” it should work.
Can you pleas specify what you mean by “default smile icon”. I didn’t get this.
I hope it helps.