InoPlugs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Link to a Juwelier in Wien?Great, glad you like the plugin ??
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Link to a Juwelier in Wien?No, this is a leftover in the framework (we created the plugin for them). Add following code to functions.php to remove it:
add_filter('inoplugs_link', 'inoplugs_remove_link'); function inoplugs_remove_link() { return ""; }
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Stretched background image on Elegant ThemeGreat – glad it worked ??
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Stretched background image on Elegant ThemeOk thanks. Try to replace following line in style.css:
img { max-width: 100%; height: auto; width: auto; }
with:
img { max-width: none; height: auto; width: auto; }
or try to add following code to style.css:
#supersized img { max-width: none !important;}
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Stretched background image on Elegant ThemeOk thanks. Try to replace following line in style.css:
img { max-width: 100%; height: auto; width: auto; }
with:
img { max-width: none; height: auto; width: auto; }
or try to add following code to style.css:
#supersized img { max-width: none; }
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Stretched background image on Elegant ThemeHi,
I can’t reproduce the issue on my pc – I tried Chrome, Firefox, IE and all browsers displayed the background image just fine: https://www.screenr.com/3GP7Maybe a browser extension/plugin causes the issue? I checked the theme css code and it’s not interfering with the plugin.
Kind regards,
InoPlugsForum: Plugins
In reply to: [WP-Backgrounds Lite] Stretched background image on Elegant ThemeHi,
you can try following css code – hopefully it fixes the issue:#supersized li img{ width: auto !important; }
If not please provide a link to your test server.
Kind regards,
InoPlugsForum: Plugins
In reply to: [WP-Backgrounds Lite] How to insert a videoHi,
The free version of the plugin does not support videos but you can add a single background image to each post/page.Forum: Plugins
In reply to: [WP-Backgrounds Lite] backgound linked with class "page"Oh, ok – that’s unfortunately not possible because the background will always cover the entire screen size and not only the content area…
Forum: Plugins
In reply to: [WP-Backgrounds Lite] backgound linked with class "page"Tbh I’m not sure which issue(s) you’re experiencing. You website displays fine for me now. The menu appears and is clickable, the footer works and the main content displays fine too (sidebar clickable, flash object/carousel works, etc.). If you want to add a background color to the main container you can use:
#container{ background: #000; }
This code will add a box/frame around the main content.
And yes, all options on the option page are full functional. If a feature is not included in the lite version we also removed the related options.
Forum: Plugins
In reply to: [WP-Backgrounds Lite] backgound linked with class "page"I think in this case you need to use: #bottom,#header,#page because all three elements/divs should overlap the background.
Forum: Plugins
In reply to: [WP-Backgrounds Lite] The bg image is not clickableGreat ??
Forum: Plugins
In reply to: [WP-Backgrounds Lite] The bg image is not clickableGo 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,#footer
Z-index value of content layer: 5
Position of the content container/wrapper: relativeThese settings should fix the issue.
Forum: Plugins
In reply to: [WP-Backgrounds Lite] The bg image is not clickableMaybe you need to configure the z-index option. Can you post a link to your website please?
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Background image on the index pageI answered your mail too. Go to Settings > Reading and select a static front page. Then go to “Page “, edit your “static front page” and add a bg image to it. If you’re using the blog as front page it’s not possible to add a background with the free lite version (exclusive feature of the paid “WP-BackgroundsII”).
Kind regards,
InoPlugs