karrikas
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] 3.2.2 to 3.3.0 Update Breaks ‘Mine’ Filter in AdminI have the same problem.
Forum: Plugins
In reply to: [banner-manager] WordPress 3.7.1.Hello Swetlio,
What problem have you got?
This plugin is working fine with the current version wordpress 3.0Forum: Plugins
In reply to: [Useful Banner Manager] Database error when adding BannerHello GreatBigTuna,
I’m going to try reproduce the error and fix it.
Thanks by the report.
Forum: Networking WordPress
In reply to: wp_update_nav_menu_item not savingHi bosspj,
I had a similar problem. I created a plugin with an ajax page. In this ajax page I put “wp_update_nav_menu_item”. All is correct if I’m logged. But If I don’t logged I have your problem.
Thank you for the solution,
Forum: Plugins
In reply to: [banner-manager] Makes my site slowerThank you!
Forum: Plugins
In reply to: [banner-manager] Makes my site slowerI Oscand,
On the last update I applied server side changes only. This update does not make your site slower.Hi luuthang,
You only need put the code that give you on categories page on your template or use an widget.
Example code: <?php wp_banner_manager(3);?> where 3 is your category Id.Forum: Fixing WordPress
In reply to: Author URL gives 404 if username has a dotHi,
I see the root of problem but I don’t see the solution.
On page /wp-includes/query.php line 2285
$q[‘author_name’] = sanitize_title_for_query( $q[‘author_name’] );This function convert the user name
before: i.larra
after: i-larraIf I comment this line the author.php page work fine.
Any suggestion to solve the problem?
Thanks,
Forum: Plugins
In reply to: [banner-manager] [Plugin: banner-manager] Banners disappeared after upgradeHi vteixeira,
The magical solution is to try reboot the pluging.
The data upgrade system has a small fail. I trying to find it.Thanks for feedback,
Forum: Plugins
In reply to: [banner-manager] [Plugin: banner-manager] Could not add the categoryThanks g_alex for solution.
Forum: Plugins
In reply to: banner-manager TranslationHi G_alex,
In the last update I added the translate option. Now you can add your PO translator from POT file.
If you add new language, send me to add for all people.Thank you,
Forum: Fixing WordPress
In reply to: Author URL gives 404 if username has a dotHi all,
I have the same problem. When users name has a dot gives a 404 error.
I using the get_author_posts_url() to generate the url. I clean the .htaccess file using only the generated code and nothing. And with twentyeleven template give me the same error.
Page with get_author_posts_url() function:
https://zuzeu.com/2011/09/20/kartzelako-igerilekuan-aterako-dituzte-argazkiak-jendeak-pentsatuko-du-primeran-bizi-direla/At the moment the plugin not validate form data, you need fill image and link for get best result.
Thanks,