-
AuthorPosts
-
September 12, 2012 at 7:46 am #180628
For several hours I tried to get the Slider Work.
No Chance 🙁
Changed the Image path, put some Image inside the folder, but the site only shows a gray blank field.
Can someone help? 🙁Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2012 at 8:22 am #466908From link your site, i see JA Slider Show module on JA Kranos template was missing path folder image
Please send PM me with admin access, i will help you config it(remember note with me what folder image you want to show on the JA Slider Show module)
-
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2012 at 10:59 am #466924You are missing setting on Image option on JA Slider Show module of Admin area. I have changed
from
<blockquote>/images/stories/demo/slideshow/</blockquote>
change to
<blockquote>images/stories/demo/slideshow/</blockquote>But your site show some error.
Please check permission folder images. The error on your site will fix.
-
September 13, 2012 at 11:43 am #466931
<em>@Ninja Lead 338054 wrote:</em><blockquote>You are missing setting on Image option on JA Slider Show module of Admin area. I have changed
from
change to
But your site show some error.
Please check permission folder images. The error on your site will fix.</blockquote>
Thank you so much!
It worked perfectly. Actually I know that I have to set the permissions right.
I checked them before I installed a other language backend. That changed some permissions.
Not it works !!!Great! Thank you Ninja 🙂
Last question:
In Kranos the JA Gallery puts pictures in position user8,user9,user10,user11.
The Gallery bar.Can I set different gallerys for different pages?
Because at present, on every site where the gallery is seen, you see the same picture.
But I want different gallerys. Is that possible?September 13, 2012 at 1:06 pm #466940Another question:
I want to install a contact form.
Normally it’s not problem, because Joomla already integrated a contact module.
But I cant find it ?Shoult it not be in the “Components” Section?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 14, 2012 at 3:46 am #466991<em>@embracel 338061 wrote:</em><blockquote>
Last question:
In Kranos the JA Gallery puts pictures in position user8,user9,user10,user11.
The Gallery bar.Can I set different gallerys for different pages?
Because at present, on every site where the gallery is seen, you see the same picture.
But I want different gallerys. Is that possible?</blockquote>You can make module per other page.
Ex:
mod_jacontentslider(with Home page) module appear with a category.
mod_jacontentslider(with Second page) module appear with other category.<em>@embracel 338070 wrote:</em><blockquote>Another question:
I want to install a contact form.
Normally it’s not problem, because Joomla already integrated a contact module.
But I cant find it ?Shoult it not be in the “Components” Section?</blockquote>
This component is default on JOOMLA CORE and you see it on the demo link
<blockquote>About Joomla->Contacts</blockquote>
September 14, 2012 at 11:35 am #467053Yes, I found already the contact component.
But where can I edit the contact form information?In my old Joomla I could edit it in the backend (Components – Contacts).
But I don’t find any menu in the backend, where I can change the contact form content? (street, adress…)
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2012 at 9:08 am #467375Thank you.
I have another question:I want to implement lightbox2.
So I have to add the line “<script src=”js/lightbox.js”></script>”But where? I couldn’t find the file (index.php; index.html)
Where is the file, where I have to add the line?best regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2012 at 9:45 am #467384You can do that
<blockquote>Admin area->Extensions->Template Manager-> edit JA_Kranos – Default-> Layout tabs-> edit default</blockquote>
find
<scripts>
<file>js/ja.more.js</file>
</scripts>
add this script above into
<scripts>
<file>js/ja.more.js</file>
<file>js/lightbox.js</file>
</scripts>and lightbox.js file you need to copy
<blockquote>templates/ja_kranos/js folder</blockquote>
September 18, 2012 at 12:28 pm #467408Thanks.
I although have to include a lightbox.css
At which place to I include the CSS ?
“<link href=”css/lightbox.css” rel=”stylesheet” />”The Lightbox Site tells me, I have also to include jQuery.
I did the same way as you explained. But then some images where missing on the site.
Is jQuery making errors with other already running scripts?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 19, 2012 at 6:49 am #467477For the css file need to include:
<stylesheets>
<file media="all">css/lightbox.css</file>
</stylesheets>For the problem with The Lightbox Site, it might be related to jQuery library. If your site is using k2 component, jQuery library is already included in for usage. Hence, it certain throws error if 2 jQuery libraries are used at a time.
In case, you use jQuery & Mootools, the problem will occur due to confliction. You need to add the following:
<script>jQuery.noConflict()</script>
September 19, 2012 at 8:34 am #467496Well, the problem is still there.
I implemented the CSS. That works.
I actually don’t need the k2-component.Would it be possible that I deactivate the k2-component (content, login, tool, users) in the component manager.
And then load jquery normally via<scripts>
<file>js/jquery-1.7.2.min.js</file></scripts>
btw.:
Did you receive my personal message?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 21 replies, has 2 voices, and was last updated by Ninja Lead 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum