Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • jooservices Friend
    #572640

    Hi there
    Please provide your site backend & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu

    jooservices Friend
    #737676

    Hi there
    Please provide your site backend & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu

    vitweb Friend
    #572642

    Thank 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
    Vittorio

    vitweb Friend
    #737678

    Thank 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
    Vittorio

    vitweb Friend
    #572674

    I 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

    vitweb Friend
    #737709

    I 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 Friend
    #573585

    Hi 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 Vu

    jooservices Friend
    #573647

    Hi 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 Vu

    GTR Webdesign Friend
    #573688

    You 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 Friend
    #738702

    You 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 Friend
    #573692

    @vitweb

    Try 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.


    1. picture-responsive
    GTR Webdesign Friend
    #738706

    @vitweb

    Try 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.

Viewing 12 posts - 16 through 27 (of 27 total)

This topic contains 27 replies, has 3 voices, and was last updated by  GTR Webdesign 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum