-
AuthorPosts
-
ferdilebu Friend
ferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 17, 2013 at 8:35 pm #189036Hi I have several problems with the module Module Ja mod_javmproducts
1) I can not see the dynamic menu of the categories in the original template located in the left of the module.
2) I get the arrows nor the menu: only PrevNext How active the arrow style?
3), and how to change the name of the button javm_product_details by “Details”
I’ve placed in the position “tabs” and layout corresponds to ” Home”
I want the module remain exactly as I see it in the original
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 18, 2013 at 9:03 am #499435HI ferdilebu,
As we mentioned in this guide: http://www.joomlart.com/forums/topic/ja-hawkstore-userguide/, you should install and enable JA Tabs plugin first, then create new module with type of JA VMProducts > assign to tabs[ /B] position : http://static.joomlart.com/images/userguide/ja_templates/ja_hawkstore/tab1-backend.png
For the back/next arrow style, you can take a look at this file: /templates/ja_hawkstore/css/template.css
.ja-tabswrap.default .ja-tab-panels-left .bx-controls-direction .bx-next {
background: url("../images/next.png") no-repeat scroll center center #000000
cursor: pointer;
height: 30px;
outline: medium none;
position: absolute;
right: 0;
text-indent: -1000em;
top: -30px;
width: 30px;
}
To translate above text, you should change in language file of this module in appropriate language folder. For example, with English (default language), you should open file: language/en-GB/en-GB.mod_javmproducts.ini
and look for this line: JAVM_PRODUCT_DETAILS=”Details”
then translate the text in red to your desired words.
Hope these helps.
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 18, 2013 at 3:16 pm #499478I can not run the module and I have already installed the pluging ja_tabs Can be causing some other plugin conflict?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 18, 2013 at 4:18 pm #499483If possible, you can pm me admin as well as ftp account of your site. it’s better with a closer look
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 18, 2013 at 9:36 pm #499506It solves all problems! thank you very much for the help, but now I have the following problems:
I do not know how to get those white squares that appear to me
I do not know how to translate the following links displayed in the layout category
the latter need to translate it to Spanish but can not find where to translate
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 19, 2013 at 1:58 am #499516Hi
1. For those white squares, you need a closer look to check what they are.
2. To translate text: JA_PRODUCT_DETAILS, you should open language file for this template in Spanish language folder.
For example: you should open file: /languages/es-ES/es-ES.tpl_ja_hawkstore.ini
add this line: JA_PRODUCT_DETAILS =”your_own_text_here“
3. With the ‘view category’ text, it’s hardcoded in file: /templates/ja_hawkstore/html/com_virtuemart/categories/default.php
You will see this line:
[PHP]
<a href=”<?php echo $caturl ?>” title=”<?php echo $category->category_name ?>” class=”category-view-link”>View Category</a>
[/PHP]
change to this:
[PHP]
<a href=”<?php echo $caturl ?>” title=”<?php echo $category->category_name ?>” class=”category-view-link”><?php echo JText::_ (‘VIEW_CATEGORY’)?></a>
[/PHP]and go to the same Spanish language file as above: /languages/es-ES/es-ES.tpl_ja_hawkstore.ini
add this line: VIEW_CATEGORY = “your_own_text_here“
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 19, 2013 at 8:49 am #499579oK, I tell you that I solved changing the names of the buttons. Languaje editing does not work so I went directly to the default.php file in the following directories and works perfectly.
/ templates / ja_hawkstore / html / com_virtuemart / categories and
/ templates / ja_hawkstore / html / com_virtuemart / category
Thank you very much for the advice.
On the problem of the white square, I indicated that I put the code to see if I can help.
The squares appear up and down the html module that is positioned home-1 and has the following the code
{jatabs type=”modules” module=”tabs” position=”left” widthTabs=”200″ mouseType=”Click”} {/jatabs}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 19, 2013 at 8:52 am #499580You can pm me admin login info to access your site so that I can help you further.
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 19, 2013 at 8:58 am #499583How about I send you the following information private? pm me admin as well as ftp account of my site???
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 19, 2013 at 9:03 am #499584ok I sent you a private message with information
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 19, 2013 at 10:20 am #499596can you see the problem?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 23, 2013 at 7:32 am #499868Hi
What is correct url of your back-end site? I tried with /administrator but no success. I see the problem in the front page but I will check how you configure for the tab.
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 23, 2013 at 8:56 am #499877I do not know why you can not access the directory is administrator
Here I am attaching the photos of the configuration of the plugin System – JA Tabs
And here I attach the html module is at home-1
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 24, 2013 at 7:21 am #499991When I access your admin site with suffix /administrator, it gave 403 error:
ferdilebu Friendferdilebu
- Join date:
- July 2013
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 24, 2013 at 9:02 am #500009you can not enter server problems, but you might be able to help me find the problem telling me where I edit this part of the code.
because that is the problem! please help urgent
AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by ferdilebu 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum