Frederic Serva
Forum Replies Created
-
Forum: Plugins
In reply to: [Birds Custom Login] How do I add login to page?You don’t have to do anything but to save your settings…
Forum: Plugins
In reply to: [Birds Portfolio] Won't show on Portfolio PageHonestly?
I don’t know why it doesn’t work!Have you set a featured image along with each project?
Thanks for keeping me informed.
Happy you found out what was wrong.Could you PM me a link to your website so I can figure out what’s wrong?
If you want to left align the Lost your password? link, type also:
a[href*=”lostpassword”] {
position: absolute;
left: 0;
}Birds Custom Login is not multisite…
Don’t network activate the plugin (network deactivate it if this is what you’ve done)
You need to activate it site by site…To hide the Register Link, go to the Custom CSS tab and write in the textarea:
p#nav {
color: transparent;
}to hide the pipe between Register and Lost your password?.
Anda[href*=”register”] {
display: none;
}to hide the Register link.
Forum: Plugins
In reply to: [Birds Custom Login] Logo Image above login form not showingHi!
It looks like a conflict with another plugin, but I can’t tell you more…
Try this:
Write this in the Custom CSS Textarea:#login h1 a {
background-size: 100%;
}Save the settings and tell me if it works.
Forum: Plugins
In reply to: [Birds Author Box] Exclude posts (like events, galleries)?I suppose that your portfolio items are custom post types.
So: open frontend.php (in ‘Public’ folder).
Find line 92
Add a new line after this one and write:‘portfolio’,
(Mind the comma)
Save.Forum: Plugins
In reply to: [Birds Custom Login] Multisite supportBirds Custom Login is not multisite (yet).
But…In the Network Admin:
Install Birds Custom Login (I suppose you’ve already done it)
Don’t network activate.In your site admin:
Activate Birds Custom Login
Customize your Login PageYou’ll have to repeat this for every site on your network.
Forum: Plugins
In reply to: [Birds Portfolio] Not working in FirefoxNo one?
I’m closing this topic…Forum: Plugins
In reply to: [Birds Custom Login] Logo Alt Tag "Powered By WordPress"Version 1.0.8 on its way!
I’ve added a new option to change the tooltip text for the logo.
And the plugin is now compatible with the coming version (4.4) of WordPressForum: Plugins
In reply to: [Birds Custom Login] Logo Alt Tag "Powered By WordPress"Thanks for your kind words…
I’m not able to answer your question right now, because I’m far away from any computer 🙂
But it’s a good question and I’ll be on it as soon as I can…
Except an answer at the beginning of next week, when I’ll be back home.Forum: Plugins
In reply to: [Birds Portfolio] no displayYou’re welcome!
Forum: Plugins
In reply to: [Birds Portfolio] no displayWhy users never (or almost never) read the doc?
In the FAQ, it’s written:
What about the Portfolio Category Shortcode?
A shortcode is included into the plugin to display the projects belonging to a particular category into a page. Usage: [birdsfolio cat=”slug_of_the_portfolio_category_you_want_to_display”] slug_of_the_portfolio_category_you_want_to_display must be unique and it must be the slug of the category.There will be no filtering, of course, but projects will use the masonry display.
In the Installation tab, it’s written:
4. Visit Settings > Permalinks in your WordPress admin to flush your rewrite rules.
5. Create a page and select the ‘Portfolio’ template in the Page Attributes block.What is confusing?
If you have different categories, then you can create a page, choose the portfolio template, and that’s it.
When this page is displayed, the portfolio is displayed, with filtering.If you want to display only one category on a page, then you can place a shortcode in the content of this page.
Forum: Plugins
In reply to: [Birds Portfolio] no displayThe shortcode is for one category only (and uses slug and not name of the category)
If you want to display everything, just create a page and select the ‘Portfolio’ template in the Page Attributes block.