[SOLVED] Title (in lists) position

More
11 years 2 months ago - 11 years 2 months ago #33377 by acvmultimedia
Hello,

How Can I move title (in lists) position in categoty presentation?

Thanks
Attachments:
Last edit: 11 years 2 months ago by acvmultimedia.

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

More
11 years 2 months ago #33379 by ggppdk
Try this:

1. Disable show title in category parameters
2. In template management of presentation category layout place the title field at position top, before any other field


-- 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
11 years 2 months ago #33381 by micker
witch base of presentation ? blog ?
you can move it by css ;)
at first
edit category_item.php and move title code after image
and after use css
becarfull work on duplicate template !

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

More
11 years 2 months ago #33424 by acvmultimedia
Yes blog presentation.

1. I disabled show title in category parameters
2. I placed the title field at position top, before any other field

I do not know which change in category_item.php and CSS files change.

I also want to know if I can link the title.

Thanks
Attachments:

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

More
11 years 2 months ago #33425 by ggppdk
Now that you did this , you can align the image using CSS, post a link and i will tell the CSS rule that you need

Otherwise i would need to set up a local scenario to test , which is time consuming for me even if it takes 10-20 minutes


-- 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
11 years 2 months ago #33426 by acvmultimedia
Thanks for your patience. Here my category.css code:
Code:
/* Blog Theme : category template CSS file */ #flexicontent .clear { border: 0; clear: both; float: none; font-size: 1px; height: 0; line-height: 1px; margin: 0; padding: 0; visibility: hidden; } #flexicontent .floattext:after { /* ie fix in conditional comments (html source) */ content: "."; display: block; height: 0; clear: both; visibility: hidden; } #flexicontent .floattext { display:block; /* safari */ } /** * @section buttons * * print, pdf, ... */ #flexicontent .buttons { float: right; } #flexicontent .buttons img { border: none; } #flexicontent .buttons a { padding: 0 0 0 5px; height: 16px; line-height: 16px; } /** * @section headlines * */ #flexicontent h2 { } #flexicontent h2 img { border: none; } /** * @section Categoryview * */ #flexicontent .catimg { margin: 0 0.5em 0.5em 0; float: left; position: relative; } #flexicontent .catimg p { font-size: 0.9em; line-height: 180%; margin: 0 0 0.5em 0; } #flexicontent .catdescription { margin: 0 0 0.5em 0; } #flexicontent .subcategories { /* font-size: 1.2em; font-weight: bold; */ border-bottom: 2px solid #ddd; padding:0.5em 0.3em; margin: 0.8em 0; } /** * @section FLEXIcontent Item * */ #flexicontent .taglist { margin: 5px 0 10px; padding: 0 5px; } /** * @section flexicontent Table Filter Form * */ div.subcategorieslist { margin: 0 0 1em 0; } #flexicontent #fc_filter { margin: 0 0 1em 0; padding: 0.5em; border: solid 1px #ddd; } #flexicontent .fc_fleft { float: left; } #flexicontent .fc_fright { float: right; } #flexicontent .fc_fright .filter { margin-left: 10px; } /** * Comments for JComments only ;-) */ div.comments { margin-top: 15px; } .comments #jc h4 { font-weight: normal; color: inherit; margin-top: 0px; } .comments #comments a { color: inherit; } .comments #comments a:hover { color: #578E13; } .comments #comments div.comments-list { margin-left: 0; } .comments .rbox_tr, .comments .rbox_tl, .comments .rbox_t, .comments .rbox_br, .comments .rbox_bl, .comments .rbox_b, .comments .rbox_m { background: none; border: none; } .comments .rbox { border: 1px #ccc solid; } .comments .even .rbox { background: #fff; } .comments .odd .rbox { background: #f0f0f0; } .comments #comments-list-footer { margin: 0 0 10px 0; } #comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error { margin-left: 0px !important; } #comments-form #comments-form-message, #comments-inline-edit #comments-form-message {padding: 5px 5px 5px 25px;display: block;} .comments-form-message-error {background: #FFD86F url(../images/error.png) no-repeat 4px 50%;} .comments-form-message-info {background: #DFEEFF url(../images/information.png) no-repeat 4px 50%;} /** * blog block */ #flexicontent ul.leadingblock, #flexicontent ul.introblock { margin: 0; padding: 0; } #flexicontent ul.leadingblock li { margin: 0px 0px 12px 0px; padding: 0; background: none; width: 100%; min-height: 10px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; _height: 10px; line-height: inherit; } #flexicontent ul.introblock li { margin: 0px 0px 12px 0px; padding: 0; background: none; width: 100%; min-height: 10px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; _height: 10px; line-height: inherit; } #flexicontent ul.introblock.two li { width: 48%; } #flexicontent ul.introblock.two li.even { margin-left: 3% } #flexicontent ul.introblock.three li { width: 30%; } #flexicontent ul.introblock.three li.even { margin-left: 1% } #flexicontent ul.introblock.four li { width: 23%; } #flexicontent ul.introblock.four li.even { margin-left: 1% } figure.image.right, div.image.right { float: right; margin: 8px 2px 0px 10px; } figure.image.left, div.image.left { float: left; margin: 0px 10px 0px 2px; } figure.image.right img, figure.image.left img, div.image.right img, div.image.left img { padding: 1px; border: 1px solid lightgray; } /* lines */ .lineinfo { display: block; clear: left; overflow: hidden; margin: 0 0 0.5em 0; } .lineinfo { vertical-align: middle; } .lineinfo .element { display: block; float: left; margin-right: 10px; } .lineinfo .element .label { margin-right: 5px; } .lineinfo .element, .lineinfo .element .label, .lineinfo .element .value { display: block; float: left; } /* ============================================= Bootstrap adjustments ============================================= */ #fc_alpha .btn.fc_alpha_index, #fc_alpha .btn.fc_alpha_index_sep { margin-top:0; margin-bottom:0; } /* =============================================== "micro" clearfix http://nicolasgallagher.com/micro-clearfix-hack/ =============================================== */ /** * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * contenteditable attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that are clearfixed. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .group:before, .group:after { content: " "; /* 1 */ display: table; /* 2 */ } .group:after { clear: both; } /** * Include this rule to trigger hasLayout and contain floats. */ .group { /* for IE 6/7 */ *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif"); /* non-JS fallback */ *zoom: 1; }

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

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