Frederic Serva
Forum Replies Created
-
Forum: Plugins
In reply to: [Birds Author Box] Displaying Author Box BELOW Opt-In FormThanks for you kind words!
I’m afraid this can’t be done directly by the Birds Author Box plugin because it depends on the way your optin form is displayed.
Forum: Plugins
In reply to: [Birds Custom Login] Blue lineI’ll see what I can do ??
Thanks for you kind words!
What you’ve found is not an issue…
This extra 24px spacing is the best thing I’ve found for the links under the form to look like the original ones when all links are presents (Register + Lost)If no one can register on your site, then WP removes the
Register |
string.
The plugin should then also remove the extra spacing but it could do that only with javascript and I don’t want it to use JS on login page…Forum: Plugins
In reply to: [Birds Portfolio] Appears to not work on 4.1.1No news is good news?
I’m closing this topic…Forum: Plugins
In reply to: [Birds Portfolio] Can't open detailpage of projectOpen portfolio.php
Find line 116
Before<p class="description">
add<a href="<?php the_permalink(); ?>">
After</p>
add</a>
Save!Forum: Plugins
In reply to: [Birds Portfolio] Can't open detailpage of projectThen wrap
<p class="description"></p>
with<a href="<?php the_permalink(); ?>"></a>
Forum: Plugins
In reply to: [Birds Portfolio] Can't open detailpage of projectRead what I’ve written…
Open portfolio.phpForum: Plugins
In reply to: [Birds Portfolio] Can't open detailpage of projectOf course it’s possible:
Open portfolio.php
Find line 110
Before<?php the_post_thumbnail("full"); ?>
add<a href="<?php the_permalink(); ?>">
After<?php the_post_thumbnail("full"); ?>
add</a>
Save!Forum: Plugins
In reply to: [Birds Portfolio] Appears to not work on 4.1.1I can’t answer with so few elements…
Could you give me a link to your page?Forum: Plugins
In reply to: [Birds Author Box] Uncaught ReferenceError: tb_show is not defined“Uncaught ReferenceError: tb_show is not defined” means Thickbox script is not loaded in admin, which is strange.
Try to open birds-author-box.php (Plugins > Editor), find lines 89 to 90public function register_admin_scripts() {
}and add
add_thickbox();
between this two lines.Let me know if it works!
About BuddyPress:
I will not (for now) make the plugin BP compatible.Forum: Plugins
In reply to: [Birds Author Box] Uncaught ReferenceError: tb_show is not definedWhat’s your version of WordPress?
Forum: Plugins
In reply to: [Birds Custom Login] 1.0.2 Missing required filesConnect via FTP to your client site and replace the files in /wp-content/plugins/birds-custom-login/ with the new ones.
Forum: Plugins
In reply to: [Birds Custom Login] 1.0.2 Missing required filesNot a lot…
I just fixed some little bugs and renamed a function to avoid incompatibility with some other plugins.Forum: Plugins
In reply to: [Birds Custom Login] 1.0.2 Missing required filesMy Subversion client “forgot” two folders while uploading…
It’s fixed now, with a new version number, to avoid confusion
Thanks!Forum: Plugins
In reply to: [Birds Author Box] Gets an ErrorMy mistake, sorry!
I’ve published a new version of the plugin.
Just update and everything will work!