zehrgut
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Sort WordPress custom post types through Front EndHello!
Thanks a lot for the quick response!
Of course I use Advanced Post Types Order plugin. But can’t find any place where the sort id is defined.
Is it a feature of free version of your plugin?
Best regardsForum: Plugins
In reply to: [WP Lynx] buddypress support?Forum: Plugins
In reply to: [Floating Social Bar] Bar disappered for logged off usersIt seems nothing has changed.
Forum: Themes and Templates
In reply to: [Path] IE 8 responsive designThe BEST solution I’ve tried and it worked just fine in IE8 with responsiveness without any additional js-files:
https://ulrich.pogson.ch/how-to-load-the-parent-styles-in-child-themesForum: Plugins
In reply to: [Codestyling Localization] doesn't find child themeThe same situation with my child theme.
Forum: Plugins
In reply to: [Floating Social Bar] Bar disappered for logged off usersHi Syed!
I didn’t use your plugin all this time but today decided to try it on my new theme. But again the same problem: the bar floats but disappear when I scroll down to comment section.Unfortunately I do this on localhost. But you can get this problem even on Twenty Thirteen – WordPress default theme.
Floating Social Bar Version 1.1.5
Thanks in advance for your support!
Forum: Plugins
In reply to: [Floating Social Bar] Bar disappered for logged off usersHi Syed!
The problem is fixed with update to 1.1.3 (exception IE7).
Thanks a lot for your support!Hi Jan!
Thanks for the explanation!
It really helped to know that I should do any custom validations as usual.Thanks for the support!
Hi Jan!
Thanks for the response.
I know how to enable debug-mode for your plugin.
With my question I was meaning: when I enabled debug-mode the where and how can I see debug information?Currently I try to use your plugin on localhost.
Good luck!Hi janjonas!
Thanks a lot for the response!
Thanks for explanation about callback. It’s clear now.
I know about WordPress hooks, actions and filters. But could you give me a rough example on how to check custom fields with your plugin?I mean this. Usually I can do any ckecking by this:
add_action('comment_post','my_add_comment'); function my_add_comment($comment_id) { ... $ccode = $_POST['ccode']; if (isset($ccode)) { update_comment_meta($comment_id, 'ccode', $ccode); return true; } else { ... // error! custom field's value is wrong return false; } }
1. But how to check it with your AJAX plugin?
2. How to send an error message if something is wrong?Thanks in advance!
Forum: Plugins
In reply to: [Floating Social Bar] Bar disappered for logged off usersSyed! Thanks a lot for your response!
Unfortunately I’m doing this on localhost.
I will think what I can do about this and then I will add a new comment to this topic.Forum: Plugins
In reply to: [Floating Social Bar] Bar disappered for logged off usersThe problem is still here. Even with last 1.1.1 update
Forum: Plugins
In reply to: [Frontend Uploader] value="post" name="post_type" ALWAYSRinat, thanks a lot for the quick response!
But I wrote in my first message:Please pay attention that the post type ‘store’ is enabled on setting page “Enable Frontend Uploader for the following post types”.
Thank you for your support!
Forum: Plugins
In reply to: [Frontend Uploader] PHP CODEHello!
Thanks a lot for the plugin!
Is there template tag instead of using do_shortcode ?
Thanks in advance!
Forum: Fixing WordPress
In reply to: Dynamic (FaceBook-Like) External Links In WordPress SiteHi!
Did you find a solution?
I’m looking for the same.
Thanks in advance!