phbernard
Forum Replies Created
-
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] easy and fastThank you!
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Great PluginThank you William!
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Excellent generator, very easy pluginThank you for this comprehensive feedback!
Regarding the instructions, I suppose you were expecting a kind of dialog box like “Now that you have activated the plugin, click here to setup your favicon”, is that right?
Regarding the redirection, yes, that can be confusing. This should change, but not in a near future.
Thank you for reporting. I’m so used to this kind of things that I barely notice them.
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Safari preview incorrectThank you for reporting this issue. I reproduce it. However, when I debug it on my dev machine, the presentation is just fine. Fixing this is gonna be a lot of fun! 🙂
As this issue is related with the service itself, not the WordPress plugin, I submitted it here: https://github.com/RealFaviconGenerator/realfavicongenerator/issues/276
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Hi. Can you help please.Hi,
This must be because you use a “coming soon” plugin of some kind. Everything you are doing now is hidden (first articles, customization, etc.) until you release your site to the world. That’s the same for the favicon: it must be up and ready, but hidden by the “coming soon” plugin.
If you want to check this, you can disable the “coming soon” plugin for a minute, run the favicon checker again and re-hide your site.
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Oh, man, so excellent.That’s great! Thank you!!
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Great PluginGreat! Thank you!
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Doesn’t handle site migrations wellThank you for your comprehensive feedback!
I never realized full URLs were preferred. Now that you mention it, that sounds obvious.
a) This part is easy. Next version will use full URLs in the HTML code.
b) No obvious solution here:
- Make static files dynamic: although the processing should be lightweight, this might have an impact on performance. From day one, the plugin has been designed to be extremely lightweight (for the public part; dashboard doesn’t have the same requirements). That would be a major breach in the contract it has with its users, who expect absolutely no performance penalty just for a simple favicon.
- The solution you mention seems to be the right way to go: the plugin tracks domain name changes and is able to do a search-and-replace. You are talking about a button. Don’t you think an automated upgrade, triggered every day and/or during dashboard interaction, would be a better option? I don’t think prompting the site admin adds any value: he probably won’t understand the issue and “Upgrade now” will be the only choice.
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Simple and VERY usefulThank you!
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Great result and easy to installYou’re welcome Mario!
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] not workingThis is due to another component (another plugin probably) named “DMRights”. Just before the icons declarations in your code, there is a comment:
<!-- DMRights.com Copyright Protection - based in Rynaldo Stoltz js script Starts -->Then, the code which follows contains a
div, which is illegal in theheadsection of HTML pages. Browsers react differently when they encounter this. Chrome considers theheadsection to be over and all following markups are considered to be in thebody. However, as icon declarations arehead-only markups, Chrome does not take them into account. This is why your favicon works with Firefox and not with Chrome.Alright, what are your options?
- Report the issue to DMRights and wait for their fix. The best solution, but it might take some time.
- Disable DMRights plugin. Well, it was here for a reason, so maybe you won’t be happy with this workaround.
- Disable RealFaviconGenerator plugin. Maybe the favicon provided by Genesys will work (if it’s included before DMRights). But unless Genesys was updated since the last time I tested it, it only covers classic, desktop favicon.
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Great PluginThank you very much!
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Painless, perfectGreat! Thank you for your review!
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Nice favicon plugin!Thank you!!
Thank you @jthomasenterprises 😉