-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 2, 2015 at 6:41 pm #572642Thank you Viet Vu for your answer.
I have two question:
1 – If I send CPanel access in this reply will it published in the forum? Is it possible to send in a private message to you?
2 – I would like to try to solve the problem by myself (to get more familiar with the template). Do you think is this possible or it is a difficult issue?Thank again
VittorioJune 2, 2015 at 6:41 pm #737678Thank you Viet Vu for your answer.
I have two question:
1 – If I send CPanel access in this reply will it published in the forum? Is it possible to send in a private message to you?
2 – I would like to try to solve the problem by myself (to get more familiar with the template). Do you think is this possible or it is a difficult issue?Thank again
VittorioJune 3, 2015 at 12:04 am #572674I got the result just adding some code to “Item link” tab. (index.php/ascolta-la-radio “target=’_blank'”). It works but I still am in trouble: I would like to open it in a new window, not in a new tab. This is beacuse the link is a radio streamer and I would like to use something to define window width & height (if possible also to set as no navigation, ecc). In a few words: is it possible to get a result javascrip-like?
Thank you for helping
June 3, 2015 at 12:04 am #737709I got the result just adding some code to “Item link” tab. (index.php/ascolta-la-radio “target=’_blank'”). It works but I still am in trouble: I would like to open it in a new window, not in a new tab. This is beacuse the link is a radio streamer and I would like to use something to define window width & height (if possible also to set as no navigation, ecc). In a few words: is it possible to get a result javascrip-like?
Thank you for helping
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 10, 2015 at 10:38 am #573585Hi there
Sorry because delayed to reply. I have bit Internet issue here
# You can use PM function to send me your CPanel
# Yes. Everything so simple just by follow logic 🙂
At first you need locate which file. You can use search string to locate it. Than override it as needed.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 11, 2015 at 2:29 am #573647Hi there
This module use template language instead itself language
// load template language
if ($tpl != '_') {
JFactory::getLanguage()->load('tpl_' . $tpl . '.sys', JPATH_SITE);
}I don’t know any purpose of this. But it would cause some troubles if you have multi template assigned.
Thank you,
Viet VuGTR Webdesign FriendGTR Webdesign
- Join date:
- August 2014
- Posts:
- 45
- Downloads:
- 26
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 13 times in 5 posts
June 11, 2015 at 7:36 am #573688You can try adding this line of code in the “item link” tab
http://www.yourlink.com" onclick="window.open(this.href,'window','width=640,height=480,resizable,scrollbars,toolbar,menubar') ;return false;
For adding extra options to the window.open see: http://www.w3schools.com/jsref/met_win_open.asp
GTR Webdesign FriendGTR Webdesign
- Join date:
- August 2014
- Posts:
- 45
- Downloads:
- 26
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 13 times in 5 posts
June 11, 2015 at 7:36 am #738702You can try adding this line of code in the “item link” tab
http://www.yourlink.com" onclick="window.open(this.href,'window','width=640,height=480,resizable,scrollbars,toolbar,menubar') ;return false;
For adding extra options to the window.open see: http://www.w3schools.com/jsref/met_win_open.asp
GTR Webdesign FriendGTR Webdesign
- Join date:
- August 2014
- Posts:
- 45
- Downloads:
- 26
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 13 times in 5 posts
June 11, 2015 at 8:14 am #573692Try to make all pictures in your website responsive, because otherwise the picture will generate an horizontal scrollbar on a mobile decvice because the picture is not scaling. like this picture on your website:
You can achieve this bij adding this code to the picture link line:
class="img-responsive"
So for the example on your website the line should be:
<img class="img-responsive" src="/images/immagini/difficle-perdere-il-contatto.jpg" alt="difficle-perdere-il-contatto">
Also always fill in the alt=””! This is important for your SEO.
GTR Webdesign FriendGTR Webdesign
- Join date:
- August 2014
- Posts:
- 45
- Downloads:
- 26
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 13 times in 5 posts
June 11, 2015 at 8:14 am #738706Try to make all pictures in your website responsive, because otherwise the picture will generate an horizontal scrollbar on a mobile decvice because the picture is not scaling. like this picture on your website:
You can achieve this bij adding this code to the picture link line:
class="img-responsive"
So for the example on your website the line should be:
<img class="img-responsive" src="/images/immagini/difficle-perdere-il-contatto.jpg" alt="difficle-perdere-il-contatto">
Also always fill in the alt=””! This is important for your SEO.
AuthorPostsThis topic contains 27 replies, has 3 voices, and was last updated by GTR Webdesign 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum