notom
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Widget is losing the curent language in ajax pagginationThat worked! Thank you again!
Forum: Plugins
In reply to: [Site Reviews] Widget is losing the curent language in ajax pagginationThe problem is not that the strings are not translated. The problem is that the strings are translated only on the first page of the ajax pages. https://imgur.com/a/Nm5OOcq
We are using WPML. After your comment we’ve installed Loco Translate, but the results are the same.
This is the page from the screenshots: https://copy.traventuria.com/es/hiking-tour/trekking-senderismo-guiadas-bulgaria-pirin-rila/Forum: Plugins
In reply to: [Site Reviews] Summary site review not workingThank you for your response!
A combination of global $post in the sidebar file and “Recalculate Summary Counts” action did the job for us. We are using [site_reviews_summary assigned_to=post_id] short code on both of the places.
Thank you!
This is the item part of the feed:
<item> <title>Kristian Mitov – The New Sofia Pub Crawl</title> <link>http://rilamonasterybus.com/2019/02/25/kristian-mitov-new-sofia-pub-crawl/</link> <comments>http://rilamonasterybus.com/2019/02/25/kristian-mitov-new-sofia-pub-crawl/#respond</comments> <pubDate>Mon, 25 Feb 2019 13:32:28 +0000</pubDate> <dc:creator><![CDATA[Svetoslav Velkov]]></dc:creator> <category><![CDATA[Fascinating Projects]]></category> <guid isPermaLink="false">http://rilamonasterybus.com/?p=922</guid> <description><![CDATA[<p>I’m saying “Hi” to Kris one of the founders of Free Sofia Tour and the New Sofia Pub Crawl (http://www.thenewsofiapubcrawl.com/). He has been a model for me to follow with his talent and energy to commence start-ups with social orientation. What is the main goal behind The New Sofia Pub Crawl Project? We are simply [...]</p> <p>The post <a rel="nofollow" href="http://rilamonasterybus.com/2019/02/25/kristian-mitov-new-sofia-pub-crawl/">Kristian Mitov – The New Sofia Pub Crawl</a> appeared first on <a rel="nofollow" href="http://rilamonasterybus.com">Rila Monastery Bus From Sofia. Tour To Boyana Church And Rila Monastery.</a>.</p> ]]></description> <wfw:commentRss>http://rilamonasterybus.com/2019/02/25/kristian-mitov-new-sofia-pub-crawl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item>Forum: Plugins
In reply to: [Modern Events Calendar Lite] Events translationsThe MEC string are fine. We do not have problems with that. The event itself is not translated.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Events translationsHello,
We use WPML.Forum: Plugins
In reply to: [WP Crontrol] Different results on schedule and manually started cronI tried to increase the run time of the cron scripts, by putting this line in wp-config:
define(‘WP_CRON_LOCK_TIMEOUT’, 3600);
No luck.Is there a way I can increase the limit of the time of the scripts run? I think that now, the time is too short, and not all rows are inserted.
Forum: Plugins
In reply to: [WP Crontrol] Different results on schedule and manually started cronThe code is quite complex. The script gets a lot of rows from a external DB table, and then loads the wp tables with the rows. The thing is, if the rows that has to be inserted in the wp tables are 100 or 500, everything works. But if the rows to be inserted are more than 1000, then the script just not inserting all of them. No error returned.
Forum: Plugins
In reply to: [WP Crontrol] Different results on schedule and manually started cronP.S. Which php is used on scheduled scripts? Is it different from the “run now” php?