ypeynaud
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post Popup] Content displayed but error 404 in consoleAnyone having an idea on that? I’m still stuck on it…
Thanks,
Yves.Forum: Plugins
In reply to: [WP Post Popup] Pop up showing behind page Header and MenuYou’re welcome 🙂
Forum: Plugins
In reply to: [WP Post Popup] Pop up showing behind page Header and MenuHello @infragreg,
I started myself using this (nice) plugin yesterday and I ran in the same kind of problem as yourself. When investigating, I discovered that I had another plugin using a ridiculously high value of z-index for some content (
z-index: 1999999998), so that the WP Post Popup window was always hidden behind.I solved the issue with the following lines in my theme stylesheet:
.modal-wrapper.styled.show { z-index: 1999999998!important; }You may adjust the z-index value to the lowest possible one, and you may omit
.styleddepending on your plugin settings.Hope this helps,
Yves.Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Use with social login pluginsHello,
Thanks for the quick answer. I’m not sure what you want me to do on GitHub, sorry.
The way I detect avatar is (for example for Google):
define( 'LS4S_GOOGLE_MYSTERY_AVATAR', '-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M'); // Google default avatar id function ls4s_member_has_true_avatar( $userid = false ) { return false !== strpos ( get_avatar( $userid ), LS4S_GOOGLE_MYSTERY_AVATAR ) ? false : true ; }What I would like to do is to use your First Letter avatars in Buddypress when this function returns false, for example.
I use OneAll Social Plugin but I don’t think there is anything to to with the plugin: Rather that it’s all about the image which is drawn from the social network which is a mystery man default image.
Thanks,
YvesForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] HTML headers goneThanks @jasonhendriks. I tried Email Templates and it worked out of the box 🙂
It is particularly useful to me since my host (WP Engine) forbids the usage of SMTP on ports 25, 465 and 587, for so-called “security reasons”. Thanks to Postman SMTP, I can use the Gmail API over port 443 without any problem. And btw, your configuration wizard is fantastic!
I’m happily adding a five stars review 🙂
Yves.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] HTML headers goneHello all,
I just installed Postman SMTP Mailer which worked like a charm, but indeed appeared to be incompatible with WP Better Email that I have been happily using for months.
I searched about it and I’m afraid that @jasonhendriks already answered this issue here.
@jasonhendriks & al, do you know about email templating plugins which could be compatible alternatives to WP Better Email?
Thx,
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateSuccess! I was actually including several lines of js code that was inspired by a previous version of the DIVI theme, and this code was wrong. Updating the lines has corrected everything.
Thank you again for your great and active support!
Cheers,
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateOK, I understand. I have a few js lines since I am really not an expert but there are some. I will do what you suggest and let you know.
Thanks!
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateYes, I already did that, and sure tabby works with twenty-sixteen on WP 4.5.2, as you know.
As I said earlier, I use a child theme of DIVI 2.7.5. And the test page also works with DIVI 2.7.5 but not with my child theme. So the question is: how could I investigate further on the issue with my child theme? What could I check, do you have an idea of what could be wrong?
Tip: my child theme works properly with Tabby, DIVI 2.7.5 and WP 4.4.3 (this is the working configuration on my production site).
Thanks for your active support, I really appreciate it!
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateHi there,
OK, I have created a very simple page and deactivated all plugins but Tabby. As you can see, it still doesn’t work.
Could you see what happens? How could I investigate further?
Thanks in advance,
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateYes. I wanted to avoid building a new page just for testing but it seems the only solution left and finally the less expensive. This is the price to pay since I should have wrapped all plugin calls in conditional statements as you suggest but I decided not to do so for performance reasons.
I will do that and let you know, thanks again.
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateThanks a lot again for the advices. I was not clear enough: if I deactivate the 6 essentials plugins mentioned above, I just can’t see anything, except messages like “Fatal error:…” since there are calls to functions specific to these plugins to display the pages where I can see tabby working or not.
That is the point. You’re right that it is a staging site and not a production site, that’s why I was able to temporarily deactivate all plugins but these 7 ones without causing losses to my regular site users.
I understand that you keep thinking that the problem in the tabs display is caused by a conflict with one of the 6 other plugins I can’t deactivate. But then, why would it work perfectly with WP 4.4.3 and not with WP 4.5.2? Wouldn’t the conflict occur anyway?
Thanks again for the time you spend on this issue!
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateJust to complement my response: the problem persists when I activate only the 7 plugins (including Tabby) necessary to ensure a minimal site rendering, that are:
- Buddypress
- ezPHP
- Formidable
- Get custom Fields Values
- Groups
- Polylang
- Tabby Responsive Tabs
All these plugins are up to date and reputed working with WP 4.5.2.
Hence my question in this forum, to seek new ideas and advices on this tabs issue…
Thanks,
Yves.Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs stopped working after WP 4.5.2 updateThanks for the quick response but I would have done that already if this would be impossible. Unfortunately, I use many plugins and several are just essential to basic site working and rendering so I can’t deactivate them and see what happens.
Any other idea?
Thanks,
Yves.Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Translating the Howdy message?Thanks Guillaume for the response. Got it, I will wait for a hook or whatever you will be providing.
In the meantime I’ve removed the “Hi” and gone with %first_name%, exactly as you suggest.
Best,
Yves.