Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • art3 Friend
    #201108

    Add Display Extra Fields – Modulo ContentSlider in Joomla Content

    I would like to help me with Modulo ContentSlider.

    In K2 I do have the option: Extra Fields. (Display Extra Fields)

    In Joomla I have no choice: Extra Fields. (Display Extra Fields)

    I do not want Extra Fields in Content Slider.

    Thank you.


    1. ContectSlider_Joomla-NO-extrafields
    2. ContectSlider_K2-YES-extra-fields
    Ninja Lead Moderator
    #548711

    Extra field only works with K2 component and not Joomla Content. If you don’t want to show it in K2 component, you can remove it

    Open modules/mod_jacontentslider/mod_jacontentslider.xml file

    Find and remove it


    <field
    name="show_extra_fields"
    type="radio"
    default="0"
    class="btn-group"
    label="SHOW_EXTRA_FIELDS"
    description="SHOW_EXTRA_FIELDS_DESC">
    <option value="0">JNO</option>
    <option value="1">JYES</option>
    </field>

    <field
    name="extra_fields_selection"
    type="k2extrafields"
    class="mselect"
    multiple="true"
    size="10"
    label="EXTRA_FIELDS_SELECTION"
    description="EXTRA_FIELDS_SELECTION_DESC">
    </field>

    art3 Friend
    #548851

    Excuse my bad English.

    What I needed was to remove the ContentSlider ExtraFields, so icons look. as in K2.

    Extra Fields to remove “Contentslider”

    Momentary solution:

    /templates/ja_medicare/css/custom.css


    .ja-contentslider-center .jsslide .ja_slide_footer {
    display: none;
    }

    If I had best solution, please help, thanks.


    1. Joomla-Content
    Ninja Lead Moderator
    #548962

    That’s good, I see it hides on your site.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum