Forum Replies Created

Viewing 15 replies - 166 through 180 (of 1,222 total)
  • Plugin Author tuxlog

    (@tuxlog)

    hi,

    just checked it on my site and it works there. Are you behind a firewall or proxy? In this case sometimes the local ip is given to ipstack and thus it can not determine the location. The plugin shows Berlin every time it doesn’t get results from ipstack or if you are in Berlin of course.

    Can you give the URL of your site? I would check if it gets my location correctly.

    Plugin Author tuxlog

    (@tuxlog)

    Hi again,

    just tested this and it seems to work on my site. Can you please check if you have enabled “Use visitor location”?
    If “Use visitor location” is enabled the “locationname” is not used but the location determined by the ip of the visitor is displayed.

    Plugin Author tuxlog

    (@tuxlog)

    You can overwrite the “Locationname” by whatever you want in the settings dialog.
    Did you try this?

    Plugin Author tuxlog

    (@tuxlog)

    Hi mavtect,

    thanks, nice to hear you like it.

    To avoid changes from being overwritten you have to copy wp-forecast-default.css to wp-forecast.css and change wp-forecast.css. Same procedure for the -nowp file.

    the -nowp file is for use with non widget use. The wp-forecast-default.css file is uses by the widget, which most of the users use.

    Cheers

    Forum: Plugins
    In reply to: [wp-forecast] Shortcode
    Plugin Author tuxlog

    (@tuxlog)

    Can you have a look in your debug.log please and send the output.

    Forum: Plugins
    In reply to: [wp-forecast] Shortcode
    Plugin Author tuxlog

    (@tuxlog)

    Hi,

    yes, wp-forecast offers some shortcodes.
    The easiest way is

    [wpforecast id="A"]
    which will show location A in the post or page of your choice.

    There are some more parameters:

    [wpforecast id="A" lang="de_DE" width="300" height="500"]

    height and width give the size of the frame the weather is shown in.
    lang gives the language you want to use, if it is different from the language of your blog

    Plugin Author tuxlog

    (@tuxlog)

    Hello mliza,

    I wonder why the search dialog does not work for you. Can you see any eror messages on the javascript console?

    Anyway the correct location code ist: EUR|NO|NO015|TRONDHEIM|

    Plugin Author tuxlog

    (@tuxlog)

    Hello Reiner,

    great to hear it works. I will release it soon.

    Yes, I know about the problem with bigger and smaller smilies or better if you have smilies where the size is very different it won’t look very attracting to the user. I have no idea how to solve this for every combination but would suggest to sort the smilies so the groups of smilies with similiar size are near together.

    Regards, Hans

    Plugin Author tuxlog

    (@tuxlog)

    hello Reiner,

    thank you for the hint. I just tried with asgaros 1.15.8 and can confirm this.

    Maybe you can test the following before I release it:

    1. add a css class to wp-monalisa-default.css. Just add the lines at the end of the file:

    img.wpml_ico_rich {
        display: inline-block;
    }

    2. Change wpml_tinymce_plugin.js, replace line 10
    from:
    smhtml = smhtml + '<img id="wpmlre' + j + '" src="' + cs[2] + '" />';

    to:
    smhtml = smhtml + '<img class="wpml_ico_rich" id="wpmlre' + j + '" src="' + cs[2] + '" />';

    Step 2 adds a new css class to the icons used in richeditor.
    Step 1 solves the problem by changing display from ‘block’, which might have been new during the last release from asgaros (?) to inline-block which makes the smilies appear as before.

    Thanks in advance, Hans

    • This reply was modified 5 years, 6 months ago by tuxlog.
    Plugin Author tuxlog

    (@tuxlog)

    You can change this in wp-forecast.php. Just set $wpf_maxwidgets=8; from 8 to 12.
    But keep in mind a lot of widgets can slow down your website if you set the refresh rate to small. I would recommend to set refresh rate to at least 3600 seconds = 1 hour.

    Plugin Author tuxlog

    (@tuxlog)

    Please try entering   into the location field. After that press save and you will see nothing in the field then and hopefully the location is not shown anymore. Didn’t test it now but I think this was the solution for this request some years before.

    Plugin Author tuxlog

    (@tuxlog)

    Hello pho3nyx,

    seems to be a problem with the width of the heading container.

    Please copy wp-forecast-default.css to wp-forecast.css (this is to prevent changes being overwritten during the next update) and edit wp-forecast.css.

    Change class wp-forecast-fc-head to

    div.wp-forecast-fc-head {
    font-size: 11px;
    padding: 3px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    float: left;
    min-width: 80%;
    }

    It is just the last line min-width:80% which I added.

    I just tested it in chrome with the complete mobile device list and it worked.

    Plugin Author tuxlog

    (@tuxlog)

    Hello tinsie08,

    if you can not save any settings, I think this is not the same problem as above. Anyway, can you look at your debug.log file and tell what messages are shown for wp-forecast and give the settings from the upper section?

    wp-forecast is not affected by any cache settings, it has its own caching system for the weather data and there are no known dependencies from SSL.

    Plugin Author tuxlog

    (@tuxlog)

    Hi,

    yes, this is the default behaviuor of the plugin. I changed this because there were some users who deactivate or delteed the plugin and came back to it, missing there smilies, which were gone, because the plugin deleted the table during deactivation.

    But you can delete the table and the settings manually, if you want to. Why not?

    Cheers

    Plugin Author tuxlog

    (@tuxlog)

    Hello prstwo,

    assuming you are using accuweather as your weatherprovider, I would try three things in this order.

    1. Raise the cache refresh to at least 3600 seconds. If you try to fetch the weather data to often your request maybe cancelled.
    2. try another transfer method, you can check which methods are working using the “Check connection to Weatherprovider” link
    3. raise the timeout, ususally 30 seconds are totally okay

    Looking forward to the results. 🙂

Viewing 15 replies - 166 through 180 (of 1,222 total)