-
AuthorPosts
-
luciffere Friend
luciffere
- Join date:
- January 2008
- Posts:
- 103
- Downloads:
- 3
- Uploads:
- 17
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
May 3, 2014 at 11:48 am #197347I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2014 at 10:39 am #533796It 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 Friendluciffere
- Join date:
- January 2008
- Posts:
- 103
- Downloads:
- 3
- Uploads:
- 17
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
May 6, 2014 at 12:55 pm #533821Another question. I don’t see where i can stop the automatic slide in article, gallery type.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 7, 2014 at 4:59 am #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;
}
luciffere Friendluciffere
- Join date:
- January 2008
- Posts:
- 103
- Downloads:
- 3
- Uploads:
- 17
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
May 8, 2014 at 12:25 pm #534182Not 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
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