supprimer définition des items dans categoy.css

More
7 years 6 months ago #64349 by alog
Bonjour,
y-at’il une bonne âme pour m’aider à supprimer les définition de mes items dans les catégories. je souhaiterais garder que les images sans les descriptions. les modifs devraient se faire dans la categoy.css du template blog :


<!-- BOF under-description-line1 block -->
<?php if (isset($item->positions)) : ?>
<div class="lineinfo line3">
<?php foreach ($item->positions as $field) : ?>
<div class="element">
<?php if ($field->label) : ?>
<span class="flexi label field_<?php echo $field->name; ?>"><?php echo $field->label; ?></span>
<?php endif; ?>
<div class="value field_<?php echo $field->name; ?>"><?php echo $field->display; ?></div>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
<!-- EOF under-description-line1 block -->



Où faut—il ajouter display: none;

merci de votre aide

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

More
7 years 6 months ago #64350 by micker
non tes pas au bon endroit ...
tu a un <p> qui charge un text
et tu fais < p style="display:none;">

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
7 years 6 months ago #64351 by alog
ok mais on le met avant ou après ?

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

More
7 years 6 months ago #64358 by micker
il faut que tu nous donne plusd'information, un lien vers ton site ?

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
7 years 6 months ago #64365 by alog
alors voici comment ça se présente sur ma catégorie listant les items > Voir PICT jointe

Je veux garder le nom et l’image mais supprimer les descriptions qui décalent toute la mise en page

je suis allé voir coté css ‘category_item.php ‘ dans le template blog et fais une recherche avec firebug mais je ne trouve pas les lignes de codes et position en question pour supprimer la description par un display: none;
Attachments:

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

More
7 years 6 months ago #64368 by micker
si on par du blog en html5
ligne 388
Code:
<?php if ($lead_use_description) : ?> <p> <?php if ($this->params->get('lead_strip_html', 1)) : echo flexicontent_html::striptagsandcut( $item->fields['text']->display, $lead_cut_text, $uncut_length ); else : echo $item->fields['text']->display; endif; ?> </p> <?php endif; ?>
change le p
Code:
<p style="display:none">
et pareil en ligne 767

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.

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