InoPlugs
Forum Replies Created
-
Hallo,
Das Problem kann behoben werden, indem bei Zeile 765 in wp-content/plugins/subscribe-to-double-opt-in-comments/subscribe-to-double-opt-in-comments.phpder Code
if ($comment->comment_approved == '1' && $comment->comment_type == '') {
durch
if ($comment->comment_approved == '1' && $comment->comment_type == 'comment') {
ersetzt wird.Zumindest bei uns haben dann die Benachrichtigungen wieder funktioniert ??
Forum: Plugins
In reply to: [Yoast SEO] BUG: $wpdb->get_results with %1$dThanks ??
Hi,
The plugin will always add a fullscreen background image to the website and you can’t apply the background to a special div/element. However you can configure/change the z-index of the existing html elements and you can set a higher z-index for your content divs to make sure that the fullscreen background div does not overlap the content div. In your case you need to set the container id value to#inner-content, .header, .footer
Forum: Reviews
In reply to: [WP-Backgrounds Lite] Useless – not workingJust a quick comment if someone else wants to use this plugin with Enfold. It definitely works with Enfold – in fact we’re working for Kriesi (forum administrator and head of support – https://www.kriesi.at/support/ ) and we test our plugins with his themes, especially with Enfold.
1) Make sure you use a boxed layout of Enfold.
2) Configure the plugin settings properly:
Z-index value of background layer: 2 ID or class of the content container/wrapper: #wrap_all Z-index value of content layer: 5 Position of the content container/wrapper: relative
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Why it's not work with Opera?Hi,
Personally we couldn’t reproduce this problem and Opera worked just fine with our plugin. We’ll monitor this issue though and look into it if more user report it.Kind regards,
InoPlugsForum: Plugins
In reply to: [WP-Backgrounds Lite] Backgground on mobile divicesHi,
this is not possible with the free version. However we added such a feature to WP-Backgrounds II: https://inoplugs.com/portfolio-item/wp-backgrounds-ii-add-wordpress-backgrounds-website/Kind regards,
InoPlugs TeamForum: Plugins
In reply to: [WP-Backgrounds Lite] plugin uses WP_PLUGIN_URLHi,
thank you. We replaced it with plugins_url()Regards,
InoPlugs TeamPlease try to replace:
<div id="wrapper">
with
#wrapper
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Image not showing correctlyHi,
please contact the theme author if you need help with the styling, etc.Kind regards,
InoPlugsForum: Plugins
In reply to: [WP-Backgrounds Lite] image showing but not IN pageHi,
yes, the plugin adds a background to the body element which then shows the image as page background. Adding an image to the content container is not possible. If you want to show a background image inside the content container you can try css – some advanced code can be found here: https://www.css3.info/preview/background-size/Forum: Plugins
In reply to: [WP-Backgrounds Lite] Clickable BackgroundI noticed you forgot the class selector. You must write
.wrapper
instead of
wrapper
Make sure the ID or class of the content container/wrapper: option is set to
.wrapper
and do not remove the dot (.).
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Clickable BackgroundHi,
Go to Settings > WP-Backgrounds Lite and enter following values:Z-index value of background layer: 2
ID or class of the content container/wrapper: .wrapper
Z-index value of content layer: 5
Position of the content container/wrapper: relativeForum: Plugins
In reply to: [WP-Backgrounds Lite] Can't delete pluginI’m sorry that the plugin doesn’t work properly on your server. We just tried to delete the plugin from our test server and didn’t notice any issues (even in debug mode). You can use filezilla: https://filezilla-project.org/ or any other popular ftp client to delete the plugin files via ftp. The ftp login credentials are provided be the server administrator or your host provider.
Forum: Plugins
In reply to: [WP-Backgrounds Lite] How to set a solid color?Hi,
no, because it depends on the html layout of your theme. In general something likebody,html{background-color: #000;}
should work though.
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Live the header section freeHi,
no, unfortunately this is not possible at the moment. You can create an overlay (i.e. with position:fixed or position:absolute) which covers the background but this overlay would actually just overlap the background and will not change its position.Regards,
InoPlugs