regme
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] stristr(): Empty needle issueHave you solved your problem?
Forum: Plugins
In reply to: [W3 Total Cache] Minify HTML breaking the wp video playlist /*<!–[CDATA[*/You must activate “Manual” minify and put to “Ignored comment stems” [CDATA
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Large memory use by ChromeYes. This problem is only in Chrome. Edge and FF – all is fine
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Large memory use by ChromeOnly waiting for 5-10 seconds when you click on tabs, and hanging Chrome when scrolling.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemTry turn off it and watch cron events with plugin Crontrol. It may help.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemAre you all are using w3 total cache object caching?
Forum: Plugins
In reply to: [Edit Flow] Author can't see own draftsAre your custom statuses written on English?
Forum: Plugins
In reply to: [Edit Flow] Normal "Post Status" not showing upAre your statuses written on English?
Forum: Fixing WordPress
In reply to: Problem with sort in sub_categoriesTyler Shadick, thanks for reply! You have helped me figer out the reason.
This code is good for me^$args = array( 'post_type' => 'post', 'cat' =>get_query_var('cat'), 'meta_key' => 'META_KEY', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'posts_per_page' => 10, 'paged' => $paged, );
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Insert add after headingHow it’s used?
Chose count paragrhaphs with h2-h3?Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemHave looked in DB – it’s writing again new cron jobs for dysc_sync even with turn off setting in plugin.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemI have decreased avarage load form 5, to 0.2
In plugin – Disable automated comment importing
In DB
UPDATE wp_options SET option_value = '' WHERE option_name = 'cron'
But, as I understand, disabling syncronisation will stop adding new comments to wordpress DB and make them nonidexable by SE.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemeven more, I have drop table in wp_options with thousands valuse of dsq_sync_forum and disable plugin, but it creates again with same content
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problem+1 have same problem. Slow mysql queries
Query_time: 2.384466 Lock_time: 0.111503 Rows_sent: 0 Rows_examined: 1 SET timestamp=1452841511; UPDATE <code>wp_options</code> SET <code>option_value</code> = 'a:24744:{i:1452348771;a:1:{s:14:\"dsq_sync_forum\
Forum: Plugins
In reply to: [WordPress Popular Posts] Popular posts by categoriesAlso, is thereway to enable worpdress thumbnail size supporting (thumbnail,medium,large).
Sorry for posting all in one theme.