Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter chewriter

    (@chewriter)

    Добрый день,

    Проблема ушла, все работает, как и должно быть.
    Спасибо.
    Оценку поменял на 5, сейчас на проверке у модераторов.

    Thread Starter chewriter

    (@chewriter)

    Добрый день,

    Используется WPBakery Page Builder 6.2.0, поставлявшийся вместе с темой, WordPress версии 5.4.1, установлена новая версия плагина 1.0.3.

    Результат после тестирования: на обычных страницах плагин стал работать нормально. Но: в теме есть отдельные выносные элементы, представляющие из себя что-то вроде страниц (но вынесенных в отдельную группу), и в них все по прежнему не работает. Вместо нормального окошка редактирования с блочными элементами выводится абра-кадабра обычного текстового представления.

    Выглядит вот так

    • This reply was modified 4 years, 9 months ago by chewriter.

    @lester Chan: no, I do not use WP_CACHE due to possible issues. I found this topic with the same problem, and due to no answer was for the question, decided to try something other. It works, so no problem. I know, it is not impossible to please everyone – so just change the plugin was the quickest solution.
    But I really appreciate your efforts with other plugins – I use WP-PageNavi and WP-Polls also – they are really outstanding and working without any issues. Thank’s a lot!

    hdho


    Hi, I’ve finally solved this problem, switching on https://www.ads-software.com/plugins/ajax-hits-counter/ – it’s not so popular, but very good as well. Moreover, it can import the statistic from WP-PostViews. And it starts to count more accurate then – no more bots and spammers.

    The same thing with me – all the services like google analitics show at least three times less visits, than WP-Postviews. Looks like it coun bots and robots too… Even if we force it not to count them.

    Hi, did you try the option, described in readme? I mean something like the last section of code:

    <?php
    add_filter( 'sll-output-data', 'link_location_by_ip' );
    function link_location_by_ip($item){
    
    	//$item is a single row for columns with their values
    
    	$item['ip'] = sprintf('<a target="_blank"  href="https://infosniper.net/index.php?ip_address=%1$s&map_source=3&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=11">%1$s</a>', $item['ip']);
    	return $item;
    }
    ?>

    I belive that in your case should be something like this:

    foreach($result as $row) {
        echo "<tr><td>sprintf('<a target="_blank"  href="https://whatismyipaddress.com/ip/%1$s#Geolocation-Information">%1$s</a>', $row->IP)</td><td align=right>$row->Failed</td><td align=right>$row->Latest</td></tr>";
    }

    But IP should be in text format, like $item = “85.85.85.85”, and not the number 100.100.100.100.

    Actually, I’m more interesting in logging of the failed passwords together with logins as described here. And the time since last attempt, like here. Now I need to have both plugins activated… It would be great if both functionality will be included into the simple-login-log plugin in next release… Please.

    Thread Starter chewriter

    (@chewriter)

    Adding

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    in wp-config.php

    solved the problem!

    Thank you for your plugin!

    Thread Starter chewriter

    (@chewriter)

    Hi Stephanie,

    I’m very sorry, I’ve tried to set up the debug mode, as you advice and found, that there are no any errors, linked with your plugin. All the errors that I found were with the post-views, wp-postviews and wp-polls plugins. I’ve tried to deactivate all the listed plugins and… It’s strange thing, but if I activate post-views and wp-polls – everything is OK, post-views and lj-xp – everything is OK, wp-polls and lj-xp – everything is OK, but all three results in fatal error.
    Please see the logs.
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_view_type in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 123
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_output_type in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 124
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_post_id in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 125
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_time_span in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 126
    [10-Oct-2011 20:53:16] PHP Notice: Use of undefined constant is_robot – assumed ‘is_robot’ in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 561
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: pollresult in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/wp-polls/wp-polls.php on line 1335
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: pollbooth in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/wp-polls/wp-polls.php on line 1341
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: postviews_id in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/wp-postviews/wp-postviews.php on line 648
    [10-Oct-2011 20:53:17] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /var/www/vhosts/chewriter.ru/httpdocs/wp-includes/class.wp-dependencies.php on line 144

    And also
    [10-Oct-2011 20:02:12] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/chewriter.ru/httpdocs/wp-admin/includes/theme.php on line 406

    Nothing about your plugin, and I believe your plugin is absolutely OK.
    I’m so sorry for this topic, probably I should address it to the wp-polls and postview plugins creators.
    But, just in case you know and can explain the reason why all three plugins could not work together – I’ll appreciate it.

Viewing 8 replies - 1 through 8 (of 8 total)