item permissions losing special access

More
12 years 2 months ago #22989 by ggppdk
Don't be intimidated by the number of options, enable only what you need and make some tests:

-- First SLIDER (layout, order, number of items)
set layout to --news--
set number of items ...
Set featured to same as number of items to make you all items to be featured (you can set different parameters for standard and featured)

-- Second SLIDER (SCOPEs = which items to show)
e.g. Use the category SCOPE to select which categories to use for getting the items

-- Third SLIDER (Display parameters for ITEMs (used by some Layouts)
Here you can select what fields to show. This is similar like what you have in easyfleximodule only a little more options (JUST REMEMBER: you set different parameters for standard and for featured items)


-- 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
12 years 2 months ago #22990 by WarnerP
Thanks, I think I got it mostly figured out. This is great. The only issues are trying to change the css style and upping the number of columns. I see "Columns for standard items" (found under fetching method within the Module Parameters) with a limit of 2. I don't see how to change the number of columns for featured items. I need 3 columns either standard or featured; doesn't matter. Is that something I have to change in the code?

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

More
12 years 2 months ago #22995 by ggppdk
maybe 3 columns can be added without changes to the template

For starting try this (for featured items):
Code:
/* remove clearfix between featured items */ .mod_flexicontent_featured span.clearfix { display:none!important; } /* try to force container of featured items to be 3-columed */ .mod_flexicontent_featured_wrapper { display:block!important; float:left!important; clear:none!important; width: 30%; /* maybe try 31% */ padding-left:1%; padding-right:1%; margin-left:0%; margin-right:0%; }
Test and correct

Regards


-- 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
12 years 2 months ago #22999 by WarnerP
sorry, which file am I modifying?
I don't see this in mod_flexicontent/tmpl/news/news.css
(edit)-never mind. duh moment. it is the news.css. :)

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

More
12 years 2 months ago #23020 by WarnerP
That worked. Thanks. I assume then that neither the news.css or the news.php are overwritten during upgrades, correct?

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

More
12 years 2 months ago #23033 by ggppdk
Both are overwritten on upgrades,
-- please place these new rules inside a different css file, e.g. in one of your joomla template css files

also put in front of your rules, 2 more class to increase their priority:
.mod_flexicontent .mod_flexicontent_wrapper

so the rules will be:
Code:
/* remove clearfix between featured items */ .mod_flexicontent .mod_flexicontent_wrapper .mod_flexicontent_featured span.clearfix { ......... } /* try to force container of featured items to be 3-columed */ .mod_flexicontent .mod_flexicontent_wrapper .mod_flexicontent_featured_wrapper { .......... }


-- 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.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.281 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