- Posts: 9
- Thank you received: 0
[SOLVED]module can't work normall in my template
- jcbird
- Topic Author
- Offline
- New Member
-
K2 Categories Treeview Pro module can't work normally in a Joomlart nex template of my site.
link:http://hsif.org/index.php?option=com_content&view=article&id=157&Itemid=731&lang=en
The template is Based on the t3 template framework.
The template's website address is www.joomlart.com/joomla/templates/ja-nex
I have already purchased K2 Categories Treeview Pro module
but because of the problem, Unable to match my website
so the Module now is disabled in my site
Please help to solve
thanks
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
The jQuery version loaded in this link is 1.6, and it is loaded by the module sw menu pro.
If you can setup the template to load jQuery 1.8 or later, it will fix the problem, then stop the sw menu module from loading jQuery, to avoid confliction.
Please Log in or Create an account to join the conversation.
- jcbird
- Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
The above problems have been solved,it is cause of the t3v2 template.
Now there are two new problems:
⒈How can in a new window to open the module entry?
⒉How to remove the small dots on the left side of each entry of k2 Categories Treevies module?
problem link:http://hsif.org/index.php?option=com_content&view=article&id=157&Itemid=731&lang=zh-cn
thanks!
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
To make the module entries open in a new window, edit the helper.php file, and add
The css rule
Please Log in or Create an account to join the conversation.
- jcbird
- Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
Mohamed Abdelaziz wrote: Hi,
To make the module entries open in a new window, edit the helper.php file, and addto any <a> element.Code:target="blank"
Thanks!
The problem about new window has been solved.
Please Log in or Create an account to join the conversation.
- jcbird
- Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
Mohamed Abdelaziz wrote:
The css ruleat line 77 in the template.css file causing this distortion, if you can comment it you will get a tidier look.Code:.column ul li {
But the problem about small dots is not resolved.
Carefully to find the template of each css file: template.css,layout.css,component.css ......and so on
I found no ".column ul li {",
only found ".column {, .column { .column div.ja-moduletable .column div.moduletable .column div.ja-module .column div.module {,
in layout.css.
After comment them
Dots is still there
Please Log in or Create an account to join the conversation.
- jcbird
- Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
jcbird wrote: hello!
The above problems have been solved,it is cause of the t3v2 template.
Now found that seems to have not yet fully solved the problem.
Outwardly the malfunction appears to be:
module tree is normal in firefox browse
and is no normal in ie8 ie9 browse
Details please see the screenshot:
link:http://hsif.org/index.php?option=com_content&view=article&id=157&Itemid=731&lang=en
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
At line 77
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
jcbird wrote:
jcbird wrote: hello!
The above problems have been solved,it is cause of the t3v2 template.
Now found that seems to have not yet fully solved the problem.
Outwardly the malfunction appears to be:
module tree is normal in firefox browse
and is no normal in ie8 ie9 browse
Details please see the screenshot:
link:http://hsif.org/index.php?option=com_content&view=article&id=157&Itemid=731&lang=en
The loaded jquery version is 1.10.2, which may cause problems with ie8 or ie9
Try to revert back to jquery 1.9 or 1.8
Please Log in or Create an account to join the conversation.
- jcbird
- Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
Mohamed Abdelaziz wrote: Here is the file location: /plugins/system/jat3/jat3/base-themes/default/css/template.css
At line 77
Thanks!
According to your method,the problem has been solved.
Please Log in or Create an account to join the conversation.