-
AuthorPosts
-
February 19, 2014 at 11:33 am #194957
Dear Sirs:
A few days ago I bought the ja-onepage Joomlart template.
I’m happy with it, but I have two problems with the css.
I see the ja-onepage ccs template uses only the t3-assets folder.
If I change the style sheet on my computer (eg css-fefb3.css), the system returns me to write a new line style sheet with another name at random, replacing I had changed, so I lose my job.
What can I do to save my changes to the style sheet?I have another problem. I can not enter / modify the text of the following div:
<span class=”section-subtitle”>TPL_SUBTITLE_</ span>
I can not find how to edit the text.
If I can help, I’ll be very grateful.
A greeting!Josep Masso
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 20, 2014 at 8:12 am #523582Hi Josep,
Hope my explanation below will be of assistance:
+ The t3-assets is a temporary folder that include all compress css and js files on site and will be cleared and created new one if you clear cache from your site. You should not modify anything in the t3-assets folder. You can find real css path from the templates/ja_onepage/css folder.
+ <span class=”section-subtitle”>TPL_SUBTITLE_</ span> is subtitle module and it is auto rendered to the file: en-GB.tpl_ja_onepage.ini (located in: language/en-GB folder) with format:
TPL_SUBTITLE_MODULE_NAME
You can modify the language/en-GB/en-GB.tpl_ja_onepage.ini file as you wish.
I tried to check your site, but I got this problem when I login with credentials you provided:
Not FoundThe requested URL /component/users/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
February 20, 2014 at 6:31 pm #523638Hello Ninja Lead:
Thank you for your response.
The two issues that I ‘ve met have been helpful, but still have some problems. Let me explain.
1. About CSS. When I look at the path of the css Firebug gives me the path to the temporary Axiu not the folder templates / ja- onepge / css. Until today, I have always worked well with other template, no problems. But now, how do I know the true path to find what file to modify and change what line of code?
2. How can I modify the file is language / en- GB / en- GB.tpl_ja_onepage.ini ? Only modifying the file .INI? There is an easier way, being a template in this category?
In addition, I tested more problems in the porfolio section. When I click on any of the products portfolio, opens a popup. Ok. This works well. But it gives me a ” not found”. I created an article category but does not work. I searched the support material on your web site, but I have not found anything that explains it.
Fine. If you want to help me in these three areas I think I’ll be able to advance quite well.
Thank you .
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 24, 2014 at 4:23 am #524008<blockquote>1. About CSS. When I look at the path of the css Firebug gives me the path to the temporary Axiu not the folder templates / ja- onepge / css. Until today, I have always worked well with other template, no problems. But now, how do I know the true path to find what file to modify and change what line of code?</blockquote>
It was encrypted the css path. To the real path, you need go to Admin site -> Extensions -> Template Manager -> ja_onepage – Default and set Optimize CSS to OFF
<blockquote>2. How can I modify the file is language / en- GB / en- GB.tpl_ja_onepage.ini ? Only modifying the file .INI? There is an easier way, being a template in this category?</blockquote>
In this file, you can edit some language texts from JA Onepage Template. Any change from this file only apply to language text and not category.
(P/S: I could not access the info credentials of your site, please PM me those credentials again If you need any help)
February 24, 2014 at 3:55 pm #524149I turned “Off” to Extensions -> Template Manager -> ja_onepage – Optimize CSS,
and let me work. Thank you.I have a new problem 🙁
How do I create a new section that is not the main page, but that is on another page, which must be of type blog (various articles Joomla, sorted by date, with comments, etc). Template in a “normal” I can do it, but “Onepage” I lose …
Put another way (in case my English is not understandable), how can I make a new page, a page of traditional Joomla? I change the template? Can I use CSS styles onepage template for a blog page, off the main page?<em>@Ninja Lead 412969 wrote:</em><blockquote>(P/S: I could not access the info credentials of your site, please PM me those credentials again If you need any help)</blockquote>
February 24, 2014 at 7:09 pm #524167<em>@josep masso 412480 wrote:</em><blockquote>Hello Ninja Lead:
In addition, I tested more problems in the porfolio section. When I click on any of the products portfolio, opens a popup. Ok. This works well. But it gives me a ” not found”. I created an article category but does not work. I searched the support material on your web site, but I have not found anything that explains it.
</blockquote>
In my post of the day 02-20-2014 07:31 PM there was a question that remained unanswered.
Please: could you help me?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 25, 2014 at 6:33 am #524228<blockquote>How do I create a new section that is not the main page</blockquote>
You can follow our user guide to create new item in main menu here
About language text in sub module, please open the language/en-GB/en-GB.tpl_ja_onepage.ini file and add these two lines to the end of file:
TPL_SUBTITLE_COMPRA_EL_FUNàMBUL ="compra el funàmbul"
TPL_SUBTITLE_GESTIó_DELS_PDFS="Gestió dels pdfs"<blockquote>In addition, I tested more problems in the porfolio section. When I click on any of the products portfolio, opens a popup. Ok. This works well. But it gives me a ” not found”. I created an article category but does not work. I searched the support material on your web site, but I have not found anything that explains it.</blockquote>
In backend of your site, you set Search Engine Friendly URLs: Yes and Use URL rewriting: Yes . You need to have .htaccess file, see notes below:
Use URL rewriting
Select to use a server’s rewrite engine to catch URLs that meet specific conditions and rewrite them as directed. Available for IIS 7 and Apache.Apache users only.
Rename htaccess.txt to .htaccess before activating.IIS 7 users only
Rename web.config.txt to web.config and install IIS URL Rewrite Module before activating.I configured Use URL rewriting: NO, the problem on popup page has gone.
Please try my suggestion above, let me know if it helps.
February 25, 2014 at 11:20 am #524283Ninja Lead:
Of the three issues of my last post, there are two things resolved. Thank you:
One. Popups, work. thank mod_rewirte> NO. Perfect!
Two. Writing to the file language / en-GB / en-GB.tpl_ja_onepage.ini already understood. Ok. For me, no problem. But if my client wants to change this text, which is very complicated. There is an easier way?
Three. The problem is not solved before asking. If I http://www.joomlart.com/documentation/joomla-templates/ja-onepage#create-onepage because I know this site, but this is not what I want. Sure I have not explained well. I repeat that my English is very bad 🙁
<blockquote>How do I create a new section that is not the main page, but that is on another page, which must be of type blog (various articles Joomla, sorted by date, with comments, etc). Template in a “normal” I can do it, but “Onepage” I lose …
Put another way (in case my English is not understandable), how can I make a new page, a page of traditional Joomla? I change the template? Can I use CSS styles onepage template for a blog page, off the main page?</blockquote>The Awesome Team section, for example, is on the main page. I want an entire category is outside the homepage, to set up a blog. For example http://crosimasso.net/index.php/es/blog-es. How do I do this?
How do I create a new section off the main page? In the demo JA Onepage no page outside the homepage, for what reason? Surely there is a way to do it, but I would not be 🙁
Thank you in advance for your patience!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 26, 2014 at 7:10 am #524407<blockquote>Two. Writing to the file language / en-GB / en-GB.tpl_ja_onepage.ini already understood. Ok. For me, no problem. But if my client wants to change this text, which is very complicated. There is an easier way?</blockquote>
When changing module title, you need to define text in language/en-GB/en-GB.tpl_ja_onepage.ini file with this format:
TPL_SUBTITLE_MODULE_NAME = "MODULE_NAME"
<blockquote>
How do I create a new section that is not the main page, but that is on another page, which must be of type blog (various articles Joomla, sorted by date, with comments, etc). Template in a “normal” I can do it, but “Onepage” I lose …
Put another way (in case my English is not understandable), how can I make a new page, a page of traditional Joomla? I change the template? Can I use CSS styles onepage template for a blog page, off the main page?
</blockquote>If you want an entire category to be outside the homepage with a blog type, you can try as follows:
+ Create new Menu Item and some sub-menus
+ Enable Mega Menu on JA OnePage template, navigate to Navigation > Navigation style, set from Joomla Module to Megamenu+ Go to ja_onepage – Default template via Template Manager -> Using Mega menu button to re-define new Menu.
Hope it helps.
-
March 4, 2014 at 6:52 pm #525322
Ninja Lead:
I have done as you indicated me.
I created a menu item, with two sub-menus (blog> 1. Monografics, 2. el Funambul).
I created two categories and each submenu you have assigned a category, indicating that show me all items of the category in blog format.
+ Enable Mega Menu on JA OnePage template, set from Joomla Module to Megamenu
In ja_onepage – Default template in the Template Manager -> Using Mega menu button to re-define new Menu.As I have done many times with other templates, no problem. So far, ok.
But when I click on each menu, nothing appears. Keep staying on the main page.
I can not find a solution for my problem 🙁
You can verify this by entering the admin.
See if you can help me, please!
Thank you very much.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 5, 2014 at 8:28 am #525408Monogràfics
Bruno Schulz
blog - el funambulI have changed directly on your site on 3 menu items above to display in JA Onepage Template, see the screenshot:
Please check your site again, let me know if it helps.
March 6, 2014 at 4:30 pm #525678Excellent! This is what I wanted. Thank you very much!
Now I’m gonna ride on this new blog page. Ok. If I have any further queries in this process, I will contact you, because I’ve seen you’re an expert 🙂
One question: when the user is on the new page and click on any of the main menu items, the link (for example: # les_revistes, or # el_funambul) does not work. How I can do to work the links in the main menu, those anchor?
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 7, 2014 at 2:37 am #525719<blockquote>One question: when the user is on the new page and click on any of the main menu items, the link (for example: # les_revistes, or # el_funambul) does not work. How I can do to work the links in the main menu, those anchor?</blockquote>
You can follow our user guide to create new item in main menu here
Hope it helps
March 14, 2014 at 12:24 pm #526734<em>@Ninja Lead 415121 wrote:</em><blockquote>You can follow our user guide to create new item in main menu here
Hope it helps</blockquote>
This is not the problem. Now a new menu item is created in the main menu. This is solved.
What I try to explain (with my English translator google 🙁 is this:
The user enters “Monogràfics” for example.
If you try to click on any of the items on the main menu does not work the link. The page can not go to the specified url with anchor.
Only the first menu item (Home), which is the only one who does not have the anchor work 🙁How I can fix this?
Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 17, 2014 at 8:06 am #526904I got the problem on your site, as Monogràfics menu uses menu default Joomla on JA Onepage default template. Please pm me FTP credentials of your site, I will help to check further.
AuthorPostsThis topic contains 33 replies, has 3 voices, and was last updated by josep masso 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum