Abdul Ibad
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Tabs/slides undefined index errorYou don’t need doing anything for this, you can disable the notice from php.ini
You have problem with “autop” filter, disable it.
Forum: Fixing WordPress
In reply to: [WP Tabs Slides] [Plugin: WordPress Tabs Slides] IE8Are you have remove “autop”?
This feature still not added yet, but will add to the plugin feature request.
You can change $ to jQuery.
Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] front end registration user photoI think “turn it on” is bad idea.
this code should add after default register form.
do_action('register_form');
like wordpress registration does.
Forum: Plugins
In reply to: [Shorten2Ping] Shorten2Ping no longer workingworks great on my website. thank you very much samuel.
i have check from google cache.
I have problem with the form on add listings.
but, already solved my problems.
check my website https://localorganicfoodstore.com
the forum is down ??
Someone please answer my question.
What is the bugs?I want patch it alone.
No need developers or freelancers.
You should read
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Don’t blame the developer if he not update the plugin.
Replace with my code.
the other solution is resetting your plugins.
get_user_to_edit is function in wp-admin/includes/user.php
if you get errors, then add this code before class
if(!function_exists('get_user_to_edit')){ include_once(ABSPATH.'/wp-admin/includes/user.php'); }
Forum: Fixing WordPress
In reply to: General Plugin ProblemYour albums has show up.
You should read more on usage guide