Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • luciffere Friend
    #197347

    I want to renew my subscription because i like ja_fixel. but in demo i see a problem/bug.
    If i open in popup a gallery article, the text from article is not shown. Is shown if i open the article without pop-up.
    Is a problem of template 1.0.4?
    Thank you.

    Ninja Lead Moderator
    #533796

    It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve. I shall check and give you suggestion then.

    luciffere Friend
    #533821

    Another question. I don’t see where i can stop the automatic slide in article, gallery type.

    Ninja Lead Moderator
    #533938

    <em>@luciffere 425561 wrote:</em><blockquote>Another question. I don’t see where i can stop the automatic slide in article, gallery type.</blockquote>

    We use bootstrap carousel to work with the automatic slide in article. Please try the tweak below:

    + Download and extract my attached files

    + Copy the templateHelper.php file to templates/ja_fixel/ folder and copy default_gallery.php file to templates/ja_fixel/html/com_content/article/ folder

    + Create the templates/ja_fixel/css/custom.css file and add this rule:


    #carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
    }


    1. play_pause.zip
    luciffere Friend
    #534182

    Not work, because the cycle is continued after mouse leave the article intro. For work i changed in bootstrap.js (from T3 plugin) the code
    /* CAROUSEL CLASS DEFINITION
    * ========================= */

    var Carousel = function (element, options) {
    this.$element = $(element)
    this.$indicators = this.$element.find('.carousel-indicators')
    this.options = options
    this.options.pause == 'hover' && this.$element
    .on('mouseenter', $.proxy(this.pause, this))
    .on('mouseleave', $.proxy(this.cycle, this))
    }

    in

    /* CAROUSEL CLASS DEFINITION
    * ========================= */

    var Carousel = function (element, options) {
    this.$element = $(element)
    this.$indicators = this.$element.find('.carousel-indicators')
    this.options = options
    this.options.pause == 'hover' && this.$element
    .on('mouseenter', $.proxy(this.pause, this))
    .on('mouseleave', $.proxy(this.pause, this))
    }

    But, if i made update to T3 framework i need to modifie again.

    Ninja Lead Moderator
    #534474

    I’m not sure what did you change on your site? But I have duplicated JA Fixel quickstart package here with my customization above and it’s working fine.

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

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

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