andreyonadam
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog Authors] ColorsDo you have a link to the site? That would make it easier for me.
Forum: Plugins
In reply to: [Blog Authors] Alphabetical orderAre you using Chrome? Please try that. Also I don’t know if you know how to do this, but can you look in the WordPress log and see if the plugin generated any errors. I’m sorry but at this point I still believe it is a problem with your setup as all other people haven’t seen this happen and I haven’t been able to recreate this problem.
Forum: Plugins
In reply to: [Blog Authors] Alphabetical orderDo you know how to inspect element in Chrome? I was wondering if you can do that and try to use the up/down and see if it returns any javascript errors? Thanks.
Forum: Plugins
In reply to: [Blog Authors] Alphabetical orderI’ve tested this plugin with various hosts and dozens of other plugins installed. I’ve never ran into the issue of not being able to order them. Are you still experiencing this?
Forum: Plugins
In reply to: [Avatar Shaper] CompaitabilityIf it isn’t a well built theme, it could be that it is conflicting with Avatar Shaper.
Forum: Plugins
In reply to: [Blog Authors] Alphabetical orderI just tested it and it is working. It can be your host or your browser. Try using Chrome. Also make sure your host isn’t timing out.
Forum: Plugins
In reply to: [Blog Authors] Choose name showIt’s still in the works. I’ve been busy lately but it will be a feature soon. Thanks.
Forum: Plugins
In reply to: [Blog Authors] display single author's informationYou can use the plugin’s embed feature, using the embed code and replacing the id in the embed code by the author’s.
Forum: Plugins
In reply to: [Blog Authors] link to authors' profile page and websiteYou can also change the similar line in cardlink.php and shortcodehandler.php from
$ba_html .= get_userdata($ba_id)->user_firstname;
to
$ba_html .= '<a herf="'. get_userdata($ba_id)->user_url. '">'. get_userdata($post->post_author)->user_firstname . '</a>';
Forum: Plugins
In reply to: [Blog Authors] link to authors' profile page and websiteHello, if you would like to do so for the card handler you can modify line 89 in includes\cardhandler.php. Change
$ba_html .= get_userdata($post->post_author)->user_firstname;
to
$ba_html .= '<a herf="'. get_userdata($post->post_author)->user_url. '">'. get_userdata($post->post_author)->user_firstname . '</a>';
You can also change the similar line in cardlink.php and shortcodehandler.php.
Forum: Plugins
In reply to: [Blog Authors] Choose name showWould you prefer to have the user select what he wants shown or the admin. I think admin would be better.
Forum: Plugins
In reply to: [Blog Authors] Choose name showI’ll add this in the next version. I’m a bit busy now but it might be available in the next week. Thanks.
Forum: Reviews
In reply to: [Blog Authors] Great IdeaWhat’s not working?
Forum: Plugins
In reply to: [Blog Authors] Translation & custom profile pictureFor the time being you can edit the texts of the “About” in shortcodehandler.php and “Latest Post” on shortcodehandler.php, cardlink.php and cardhandler.php.
Forum: Plugins
In reply to: [Blog Authors] Translation & custom profile pictureI’m looking into ways to do the translations. To change the picture you can do so from Gravatar.