Vadim Bogaiskov
Forum Replies Created
-
Forum: Plugins
In reply to: [AnyComment] Шорт-код [anycomment_socials]Спасибо, что быстро откликнулись. Александр, было бы совсем замечательно, если бы при доработке Вы добавили бы в шорт-код параметр: target url страницы, на которую следует перейти после авторизации.
Thanks, now it works well
Thank you, Georgian, for your quick response. But this have no effect. Error is repiated.
- This reply was modified 6 years, 9 months ago by Vadim Bogaiskov.
- This reply was modified 6 years, 9 months ago by Vadim Bogaiskov.
Forum: Plugins
In reply to: [Bg Orthodox Calendar] TranslateNow plugin translation is available.
Forum: Plugins
In reply to: [Bg Orthodox Calendar] TranslateIn the next version, I’ll add the plugin’s internationalization. I hope that it will be easier for you to translate into Serbian from Russian? But the bulk of the work is the translation of calendar events. This is the contents of the MemoryDays.xlsx file, you can start translate it. Write me with email ([email protected]) if you have any questions.
Forum: Plugins
In reply to: [Bg Orthodox Calendar] TranslateThis is a huge work. More than 5000 entries. Which language do you want to translate the plugin?
Forum: Plugins
In reply to: [Page Links To] Error after update upto 2.9.8solved in 2.9.9
Forum: Plugins
In reply to: [Bg Orthodox Calendar] Время полуночиВ настройках плагина в разделе Прочие параметры выберите соответствующий часовой пояс.
- This reply was modified 8 years, 2 months ago by Vadim Bogaiskov.
Yes, but plugin was updated from 1.3.3 to 2.0.2
> Can you open a support ticket with this issue?
Sorry, I don’t understand how to use it.After a rollback to version 1.3.3 and re-update plug-in the click on the same link within 5 minutes failed with error: 504 Gateway Time-out
Forum: Plugins
In reply to: [Bg Bible References] Развитие плагина v.2.0Евгений, я не до конца понял идею виджента. Напишите мне на моем сайте https://bogaiskov.ru/about-me/write-me/ , чтобы я мог ответить Вам по e-mail.
Forum: Plugins
In reply to: [Bg forReaders] main_class.php errorHi, keenedge!
Which is the version PHP are using? Chances are you’re using PHP 5.2 or earlier, which doesn’t support closures. You can find out which version of PHP you’re using on the System settings tab. You’ll likely need to upgrade to PHP 5.3+Forum: Plugins
In reply to: [WP-PostRatings] Support For WP-Fastest CacheCorrect solution to support Page caching (W3 Total Cache)
1. In plugin’s file wp-postratings.php before line 599 add:if ( $rate == 0 && $post_id > 0 && check_allowtorate() ) { echo the_ratings ( 'div', $post_id, false ); exit (); }
2. In plugin’s file postratings-js.js add:
jQuery(document).ready(function() { jQuery('.post-ratings').each (function(){ post_ratings_el=jQuery(this); id=jQuery(post_ratings_el).attr('id'); post_id=id.substr(13); post_ratings_nonce=jQuery(post_ratings_el).data("nonce"); if("undefined"==typeof post_ratings_nonce||null==post_ratings_nonce)post_ratings_nonce=jQuery(post_ratings_el).attr("data-nonce"); ratingsL10n.show_loading&&jQuery("#post-ratings-"+post_id+"-loading").show(); jQuery.ajax({ type:"POST", xhrFields:{withCredentials:!0}, dataType:"html", url:ratingsL10n.ajax_url, data:"action=postratings&pid="+post_id+"&rate="+post_rating+"&postratings_"+post_id+"_nonce="+post_ratings_nonce, cache:!1, success:function (a) { ratingsL10n.show_loading&&jQuery("#post-ratings-"+post_id+"-loading").remove(); jQuery("#post-ratings-"+post_id).replaceWith(a); ratingsL10n.show_loading&&jQuery("#post-ratings-"+post_id+"-loading").hide(); ratingsL10n.show_fading?jQuery("#post-ratings-"+post_id).fadeTo("def",1,function(){set_is_being_rated(!1)}):set_is_being_rated(!1) } }); }); });
Forum: Plugins
In reply to: [WP-PostRatings] Support For WP-Fastest Cache“Crutches” for W3 Total Cache and othe Page Cashe.
1. In the page template add the code:<script> jQuery(document).ready(function() { post_id=<?php echo $post->ID; ?>; rate_post(); }); </script>
2. In plugin’s file wp-postratings.php before line 599 add:
if($rate == 0 && $post_id > 0 && check_allowtorate()) { echo the_ratings( 'div', $post_id, false ); exit(); }
3.In plugin’s file postratings-js.js in function rate_post_success(a) swap the first two lines:
ratingsL10n.show_loading&&jQuery("#post-ratings-"+post_id+"-loading").hide(); jQuery("#post-ratings-"+post_id).html(a);
Dear Laster, make a real solution, pls! Many thanks for your greate plugin!!!
Forum: Plugins
In reply to: [xili-language] Fatal error after update to 2.20I did quick test with ver. 2.20.1 – now it works well.