Frederic Serva
Forum Replies Created
-
Forum: Plugins
In reply to: [Birds Portfolio] Space between images on portfolio pageYou won’t find it in the plugin’s files…
Birds Portfolio uses Isotope, a jQuery plugin, to display the portfolio items.
It’s Isotope that calculate the spaces between the images.
Try reading the doc: https://isotope.metafizzy.co/Settings for Isotope are in portfolio.php (in the ‘assets/templates’ folder), lines 37 to 61.
Forum: Plugins
In reply to: [Birds Custom Login] feature requestI’m working on your feature requests.
I’ll try to update the plugin as soon as possible…Forum: Plugins
In reply to: [Birds Custom Login] WordPress 4.3 Support?No update needed.
The current version of Birds Custom Login works fine with WP 4.3Forum: Plugins
In reply to: [Birds Custom Login] Wrong logo image displayingI’m closing this issue since it really seems like a problem with WP cache and not with the plugin.
And I mark it as Resolved due to lack of replyForum: Plugins
In reply to: [Birds Custom Login] Wrong logo image displayingStill no answer?
Forum: Plugins
In reply to: [Birds Author Box] plugin missing image alt text accessibility issueYou can add alt tags by yourself in the file named frontend.php (in public folder).
Lines 191, 198, 205, 212, 219, 226, 233, 240, 247 & 254.I’ll add alt tags in the next release.
Forum: Plugins
In reply to: [Birds Custom Login] Wrong logo image displayingIf you haven’t modified the .htaccess, you could delete it.
Sometimes .htaccess file can get corrupted which can result in internal server errors or login page refreshing error. Simply access your website through FTP. Backup the .htaccess file in your computer and then delete it from your website’s root directory. You may want to delete .htaccess file in wp-admin directory as well if it exist. Try logging in again. If you succeed, then this means that your .htaccess file were stopping you from logging into WordPress. Once you are logged in, simply go to Settings ? Permalinks and click Save. This will generate a new .htaccess file.
Forum: Plugins
In reply to: [Birds Custom Login] Wrong logo image displayingIf the new logo displays in the preview panel, then the same image is used in the login page, so I’ll say it’s a cache issue…
Have to try to upload the new logo with a different name?
Forum: Plugins
In reply to: [Birds Custom Login] Repeat Image BrackgroundDon’t worry for the next update: I’ll do a setting for repeating or not the image (default: fullscreen for compatibility with previous versions).
Forum: Plugins
In reply to: [Birds Custom Login] Repeat Image BrackgroundYes…
Open apply-css.php in the birds-custom-login/admin/settings folder.
Find line 422.
Changeno-repeat center center fixed
to
repeat
Then delete lines 423, 424, 425, 426
Save the file.Forum: Plugins
In reply to: [Birds Author Box] Exclude posts (like events, galleries)?1st question:
CSS conflict somewhere…2nd question:
I’ll think about it ??Forum: Plugins
In reply to: [Birds Custom Login] Repeat Image BrackgroundTry using:
.background-cover { background: url("https://www.thegojc.com/wp-content/uploads/bg.jpg") repeat !important; }
Forum: Plugins
In reply to: [Birds Custom Login] serious problemI’m closing this because of the lack of responses
Forum: Plugins
In reply to: [Birds Custom Login] serious problemHi,
Sorry for the delay…
Have you solved your problem?Birds Custom Login has been tested with MU Installations and no bug were found…
If you still can’t access your dashboard, you’ll have to remove the plugin via FTP.
Forum: Plugins
In reply to: [Birds Author Box] Exclude posts (like events, galleries)?Take a look at the Codex
It should work with names of any category.