Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: WpTouch Prevent Plugin LoadingYou could probably just use the remove_action( ) and remove_filter( ) functions to disable the hooks and filters that the lightbox plugin calls.
Forum: Fixing WordPress
In reply to: can’t edit Welcome to our siteTo edit the “Welcome to our site” text, you’ll have to edit the theme. From the admin, navigate to Appearance > Editor. From there, you will have to find which theme file has the text (go through the files on the left hand side; it’s likely in “Main Index Template – index.php) and change it to whatever you want (note: you’ll likely need some familiarity with HTML to be able to do so).
As for the “about” page issue, make sure your “WordPress address” and “Blog Address” under Settings > General are both set to https://blog.privatecigarbrands.com
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Can’t activateLikely a PHP compatibility issue. The latest version of the plugin needs PHP5+
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Feature RequestThanks for the feedback lag47. Author comment notification is built in — are you finding that it’s not working?
I haven’t tested with custom roles, so there might be an issue. I’ll take a look.
Amaidi: does the user’s login and display name have any special characters in them?
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Bug on Co-Author Plus ?Hm, if the box isn’t showing it’s likely due a javascript error. I haven’t noticed any issues. Can you send me details of your WordPress install as well as browser you’re using?
Forum: Fixing WordPress
In reply to: [Plugin: Co-Authors Plus] Displaying Multiple Authors?pints1ze: that is awesome!
I didn’t know there was a filter for the_author! Would you mind if I add your code into the plugin? I’ll credit you of course ??
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Translation?Thanks grubbrother, I’ll release a patched version of the plugin in the next day or so.
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Translation?v2.0 has the pot files included for translation.
Forum: Plugins
In reply to: Major overhaul coming to Co-Authors PlusVersion 2.0 was just released to the plugin directory.
Forum: Plugins
In reply to: [Plugin: Co-Authors] Search don’t workmonbouc, give this a shot:
Find the following line in coauthors.php:
var coauthor_ajax_suggest_link = "<?php bloginfo( 'wpurl' ); ?>/wp-admin/admin-ajax.php?action=coauthors_ajax_suggest"
and change it to:
var coauthor_ajax_suggest_link = "<?php echo admin_url('admin-ajax.php?action=coauthors_ajax_suggest') ?>";
That should likely fix the issue. Let me know.
(Note to others: this fix will be in the next release.)
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Bug on Co-Author Plus ?That’s odd. Does the Post Authors panel not show up for the admin account at all? Or do you only see the default WordPress author dropdown?
And it should work in IE. I develop on a Mac, so I unfortunately can’t test on IE as often. I’ll make sure to test before the next release.
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Co-authors search not working in 2.8.4Can you provide some more details about your WordPress install?
Forum: Plugins
In reply to: [Plugin: Co-Authors Plus] Author post archive – co-authored posts not showingv2.0 of the plugin should fix this issue. I’m hoping to release it by middle of next week.
Forum: Plugins
In reply to: [Plugin: Co-Authors] Search don’t workmonbouc, is your WordPress installed in a different directory than the homepage url? If so, that might be causing the problem. Let me know and I’ll send you a fix.