reneverschoor
Forum Replies Created
-
Just stumbled upon this problem myself.
Elementor Pro + Polylang, where Polylang is configured to use a separate domain for each language, seems to be a perfect setup but it fails miserably the moment you try to edit a page with Elementor.This problem seems to be reported earlier and was fixed in Elementor.
Hopefully it can be fixed again.For now I have to ditch my original plan and revert to an alternative configuration…
Fair enough, that’s why I waited almost 2 weeks for some reply.
However, in Contact Form’s troubleshooting docs they basically state that -assuming Contact Form is configured correctly, which I believe I did- any mail problems are not caused by the Contact Form plugin but to external factors.
That’s why I’m now looking for suggestions in a generic forum, looking for tips on how to investigate mail problems in general.Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] SFP stopped workingOk, looks like someone fiddled with the widget settings while I was on holiday.
‘Show Timeline’ was unchecked…
Thank you for the support, and sorry for disturbing you!Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] SFP stopped workingHi,
D’oh, found the cause of the DOMException.
Chrome plugin Privacy Badger was enabled for the site and created havoc.After disabling Privacy Badger for the site I now see the Facebook page header.
But no posts are shown 🙁
Checked in latest Chrome, Opera, Firefox and Vivaldi.I’m on holiday and have suboptimal internet, so haven’t done a proper investigation.
Worked around the problem for now by editing the links directly in the text editor.I experience the same problem, adding a link to some text doesn’t work anymore.
WordPress 4.8 with Elementor 1.5.1 using latest Chrome.Should I use Version Control to rollback to Elementor 1.4.10?
Not sure how risky that is though.Solved it myself.
Edit simple-facebook-plugin/lib/sfp-like-box.php.
Change line 25 from
parent::WP_Widget(...
to
parent::__construct(...Edit simple-facebook-plugin/lib/sfp-page-plugin.php.
Change line 26 from
parent::WP_Widget(...
to
parent::__construct(...Here’s the English message:
[01-Mar-2017 05:39:06 UTC] PHP Notice: The called constructor method for WP_Widget in SFPLikeBoxWidget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead. in /var/www/html/wp-includes/functions.php on line 3891 [01-Mar-2017 05:39:06 UTC] PHP Notice: The called constructor method for WP_Widget in SFPPagePluginWidget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead. in /var/www/html/wp-includes/functions.php on line 3891Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] How did you create the examples?1 & 3 I’ll look into CSS.
2. Yep, I was looking for the Clear button.
Have seen it in other places, but not here: http://prntscr.com/9bo3zuForum: Plugins
In reply to: [Sidebar Widgets by CodeLights] How did you create the examples?Making progress 🙂
I have a few questions right now:1. While reproducing the 1st and 2nd row of your examples, the title text on front and back is always dark gray.
I think I tried all settings, but I didn’t manage to change the color of the title.2. For the 2nd row example you use a transparent image (alarmclock, monitor, wine glasses).
I did the same, and it works fine.
However, while I was trying to get the title color right, I also set a color for Front Side – Icon Background Color.
Of course that didn’t change the title color, but I was trying everything 🙂
As a result, the icon lost its transparent background.
Is there a way to fix this, or should I recreate the widget from scratch?3. In the 1st row example you have a button with URL on the backside.
My button text is underlined to indicate it’s a link, but your button text is not underlined.
I assume this is inherited from the theme?Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] How did you create the examples?Hi Ruslan,
Thanks for the quick answer.
I’ll have a look at the shortcodes, that should give me a good start.
Thanks!Rene
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] How did you create the examples?I’m referring to the details of the FlipBox examples.