SpiritWolfie / Social-Engine-Addons

This is for bugs and feature/enhancement requests for Social engine addons, a plugin creator for Social Engine platform
0 stars 0 forks source link

Responsive Captivate Theme - Landing page CSS overlap #3

Closed SpiritWolfie closed 7 years ago

SpiritWolfie commented 7 years ago

On the landing page image (used in the image rotater or static image) over laps the theme of the website, this creates css issues

Please see the following pictures for a example

This is a picture of the landing page as is image

This is a picture of the CSS element image

if you delete said Element from your browser under inspect you get this image

The landing page itself should act as a dedicated page and have no baring on the theme used once logged in. Landing theme and /home/ and such should be able to be different without CSS conflict.

socialengineaddons commented 7 years ago

We have got your point here. We need to disucss this with our UI developer once. We will get back to you with an update soon.

socialengineaddons commented 7 years ago

To resolve this issue, we will need to remove 'body background image'. But, if we will remove this body background image then, it will get removed from the whole website. Please let us know your views here.

SpiritWolfie commented 7 years ago

@socialengineaddons That does not resolve the issue... A landing page is suppose to be Static, you know a Landing page?

if its affecting the rest of the site then something is not coded correctly here on ether the addons side or social engines side, a Landing page should be its own page for a reason, it shouldn't be pulling elements from the rest of the site... So removing our theme would not resolve this issue it'd only make it worse....

is this a issue with the addon or social engine itself so I can file a bug report with the correct source?

socialengineaddons commented 7 years ago

We have resolved this issue on your website. For this, we have added code in customization.css: https://www.furgather.net/admin/themes?file=customization.css

Added below code: body#global_page_core-index-index{background-image: none !important;}

Please recheck at your end once.

SpiritWolfie commented 7 years ago

@socialengineaddons seems this has been resolved, thank you

Could you look at - https://github.com/SpiritWolfie/Social-Engine-Addons/issues/8