Field item relation : wrong behavior with select list

More
4 years 6 months ago #78362 by ggppdk
Hello

Protostar is a frontend template
unless you have deleted it


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #78363 by bendeb
Yes, sorry. My mistake.
So I had to reactivate it ^^
Template and menu are created.
The select-list works good with Protostar.

I'll send you a PM :)

Flexicontent 4.1.0b1
Joomla 3.9.18

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago - 4 years 6 months ago #78365 by ggppdk
Hello

you have inside template.css (at the first lines of it)
Code:
body {font-family:sans-serif;line-height:1.2em; margin:20px 0 20px;font-size:0.8em; color:#333;position:relative;background:#000;}

This is the problem
Code:
body { ... margin: 20px 0 20px; ... position: relative; ... }

position relative + non-zero margin
will create problem with any JS positioning things under <body> tag

use
Code:
body { ... padding: 20px 0 20px; margin: 0; ... position: relative; ... }

or even better
Code:
body { ... padding: 20px 0 20px; margin: 0; ... position: inherit; ... }


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 4 years 6 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #78368 by bendeb
Thank you very much ggppdk, it works good now. :)
I will never have found what was not working. You are nice ;)

Flexicontent 4.1.0b1
Joomla 3.9.18

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.292 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline