test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Michele Di Pumpo Friend
    #163374

    The image and the text of the contenslider, linked to k2 categories, are superimposed! See tha attached fo details.
    How i can solve this problem?
    Thank’s


    1. content_slider
    chavan Friend
    #389099

    Please provide us your site Url

    Michele Di Pumpo Friend
    khoand Friend
    #389169

    Hi,
    Because this code causes it


    .clearfix {
    height: 1%;
    }

    but I don’t find down where file contain it because you turn on css optimization. Could you turn it off?

    chavan Friend
    #389173

    Go to this Folder modulesmod_jacontentslider2tmpl

    copy the default.php file and paste it in this folder templatesja_community_plushtmlmod_jacontentslider2

    Find this Following code in the default.php and remove the clearfix text alone


    <div class="ja_slideimages tooltips clearfix">

    Note: If you Find my Post useful please click on the Thanks Icon

    khoand Friend
    #389178

    <em>@Chavan 237713 wrote:</em><blockquote>Go to this Folder modulesmod_jacontentslider2tmpl

    copy the default.php file and paste it in this folder templatesja_community_plushtmlmod_jacontentslider2

    Find this Following code in the default.php and remove the clearfix text alone


    <div class="ja_slideimages tooltips clearfix">

    Note: If you Find my Post useful please click on the Thanks Icon</blockquote>

    Your way is right. But clearfix text doesn’t cause problem. Problem is styling of clearfix, so you just change style of clearfix by modifying css file that contains clearfix without changing php file

    chavan Friend
    #389180

    I hope clearfix is used in most of the places in template. If we change here, It might affect some where else. thats why asked to change it in the file. 🙂

    khoand Friend
    #389182

    If changing

    .clearfix {
    height: 1%;
    }

    effects somewhere. You just define css code more detail from <joomla url>templatesja_community_pluscsstemplate.css file. Example


    .jsslide.clearfix {
    height: 1%;
    }

    Michele Di Pumpo Friend
    #389386

    <em>@khoand 237708 wrote:</em><blockquote>Hi,
    Because this code causes it


    .clearfix {
    height: 1%;
    }

    but I don’t find down where file contain it because you turn on css optimization. Could you turn it off?</blockquote>

    I made it!

    chavan Friend
    #389388
    Michele Di Pumpo Friend
    #389390

    Ok, Solved! The problem was the css file tagcloud.css. This is a css file generated by the component “joomlatags”. I canged the css code in:

    .jsslide.clearfix {
    height: 1%;
    }

    Thank’s to everybody!

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

This topic contains 11 replies, has 3 voices, and was last updated by  Michele Di Pumpo 13 years, 7 months ago.

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