burakali
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] No support for pro versionThey just say we will add your request to future todo list while it is a bug. So there is no support whatsoever if you buy the pro version. I think the development stopped and they keep selling it as long as it goes…
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] A problem with Facebook Likes numberHi, i have the same problem, when will the fix be implemented? I emailed above email adres for the patch but no reply???
Forum: Plugins
In reply to: [Polylang] Second language homepage always redirects to new postThe same here, what is the solution for this bug?
Exactly same problem. My site has become very slow after the update. I will roll back to 6.2. It is unacceptable for a seo plugin to be so heavy on the system…
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Clicked links and bounce stats not workingI think the problem is that the function “knews_insert_unique_key” in the file submit_batch.php is missing for the not working of clicked links… Please confirm, but no idea still about the not working bounce stats…
Great, thanks for this plugin by the way…
Good luck.Forum: Plugins
In reply to: [BP Posts On Profile] Not working since bp 1.7In bp-postsonprofile-core.php after line 19 where is says:
global $bp, $wpdb;put the following line of code:
if ( !isset( $bp->postsonprofile ) || !is_object( $bp->postsonprofile ) ) {
$bp->postsonprofile = new stdClass;
}This solves the whole problem…
The solution is to edit the download.php file located under knews plugin folder under /direct subfolder.
After the following line:
if (! $Knews_plugin->initialized) $Knews_plugin->init();
you need to add the following lines:
ob_clean();
ob_start();and after the following line:
echo $file;
add the following line:
echo ob_get_clean();
I hope the plugin developers will do this update.. I always have this problem with my knews installation and need to do the above correction for each update of the plugin…
Good luck…
Forum: Plugins
In reply to: [Admin Columns] Blank sceenThanks Tobias, I am waiting for the patch…
Forum: Plugins
In reply to: [Admin Columns] Blank sceenHi the panel screen works without errors but I get these long array values in the custom field columns defined in Users Panel…
Forum: Plugins
In reply to: [Admin Columns] Blank sceenThese are the errors I get:
Notice: get_themes 3.4 sürümünden berikullanılmayacak! Yerine wp_get_themes() kullanın. in /var/www/vhosts/gymistanbul.com/httpdocs/wp-includes/functions.php on line 2824
Notice: get_current_theme 3.4 sürümünden berikullanılmayacak! Yerine wp_get_theme() kullanın. in /var/www/vhosts/gymistanbul.com/httpdocs/wp-includes/functions.php on line 2824
Notice: Undefined index: post_type in /var/www/vhosts/gymistanbul.com/httpdocs/wp-content/plugins/custom-fields-creator/wck-cfc.php on line 49
Notice: Undefined index: post in /var/www/vhosts/gymistanbul.com/httpdocs/wp-content/plugins/custom-fields-creator/wck-cfc.php on line 49
Warning: Illegal offset type in isset or empty in /var/www/vhosts/gymistanbul.com/httpdocs/wp-includes/post.php on line 1097
Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/vhosts/gymistanbul.com/httpdocs/wp-admin/includes/screen.php on line 408