-
AuthorPosts
-
jcnr Friend
jcnr
- Join date:
- September 2010
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
January 23, 2014 at 9:16 am #193993Hello everyone,
I have a couple of questions regarding template JA-University and ita components
1º – In mobile view (iphone or android) the slideshow in first page resizes perfectly but ofcourse the description does not appear because its not small enough but the user does not not have the information of what each image is about because the description is not there, is there any way to place a little description once the image is resized to be viewed in mobile mode.
2º – Also regarding the slideshow with imagem links the link function perfectly but the arrow in the mouse does not change making the user think that no link is made is it possible to make the mouse handa appear on hover the slideshow images to tell the user that a link is in place.
3º – Regarding the Acymailing component i noticed that it was updated this month and i want to update it, but i cant check the actual verstion that came with the JA-University template. What versions of acymailing is provided with the template and how can i update it on my site once i checked and its a paid extension.
Thanks in advance
jcnr
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 24, 2014 at 9:18 am #519655<blockquote>1º- In mobile view…</blockquote>
Mobile layout size is very small, thus description on JA Slideshow module is disabled. You can enable and customize as follows:
Open templates/ja_university/css/layout-mobile.css file and change css rule:
Change
.ja-ss-desc {
display: none;
}
To:
.ja-ss-desc {
display: block;
}
<blockquote>2º- Also regarding the slideshow…</blockquote>
Steps below should help to fix this.Open modules/mod_jaslideshowlite/assets/js/script.js file,
Change
vars.jmain.addEvent('click', handle);
vars.jitems.addEvent('click', handle);To
vars.jmain.addEvent('click', handle);
vars.jitems.addEvent('click', handle);for(var i = 0, il = options.urls.length; i < il; i++){
vars.jitems.setStyle('cursor', options.urls && options.urls != '#' ? 'pointer' : '');
}<blockquote>3º- Regarding the Acymailing…</blockquote>
It is not possible for us to customize this component. You should have Acymailing component upgraded to a new version.
Remember to clear cache after applying my fixes.
1 user says Thank You to Ninja Lead for this useful post
jcnr Friendjcnr
- Join date:
- September 2010
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
January 27, 2014 at 10:29 am #520011ninja lead
Let go ahead and thank you in a million.
Regarding the acymailing component, once the component is distributed with the template by default, all i need to know is what version of the component is installed on the JA-University 1.0.6 version, so i can take action on updating it or/and if that is needed at this point. Because accessing Instalations manager i have no information on the version of acymailling installed.
Once again for the other issues many thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 29, 2014 at 2:14 am #520295You can get the latest version of Acymailing component from AcyMailing and install it in JA University Template.
JA University Template could not customize anything from Acymailing component and its latest version layout will be loaded by the default.
AuthorPostsViewing 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, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Acymailing component + Slideshow component
Viewing 4 posts - 1 through 4 (of 4 total)