test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • antoniocerasuolo Friend
    #178104

    Hi,

    as you can see at the bottom left hand corner, instead of the e-mail address i entered into the id94 About Us module, I see the logo image.. and when i click on that image it opens the mail client..

    http://www.milanopartytours.com

    I just want the e-mail address to be shown..

    Regards,

    antoniocerasuolo Friend
    #457289

    can anyone please help

    Saguaros Moderator
    #457355

    Hi antoniocerasuolo,

    As I can see this module in the backend, currently you are assigning the module class suffix _aboutus to this module and this module class suffix has class:

    .moduletable_aboutus a {
    background-image: url("../images/footer_milano.png");
    }

    in template.css file, line 93
    and:

    .moduletable_aboutus a {
    background: url("../images/ft_logo.png") no-repeat scroll left top transparent;
    display: block;
    font-size: 0;
    height: 50px;
    line-height: 0;
    text-indent: -9900em;
    width: 91px;
    }

    in template.css file, line 357

    It uses image as background, you can either change or remove it.

    antoniocerasuolo Friend
    #457381

    <em>@Saguaros 325307 wrote:</em><blockquote>Hi antoniocerasuolo,

    As I can see this module in the backend, currently you are assigning the module class suffix _aboutus to this module and this module class suffix has class:

    .moduletable_aboutus a {
    background-image: url("../images/footer_milano.png");

    }

    in template.css file, line 93
    and:

    .moduletable_aboutus a {
    background: url("../images/ft_logo.png") no-repeat scroll left top transparent;
    display: block;
    font-size: 0;
    height: 50px;
    line-height: 0;
    text-indent: -9900em;
    width: 91px;
    }

    in template.css file, line 357

    It uses image as background, you can either change or remove it.</blockquote>

    HI
    there is NO line 357 in template. css

    maybee you were meaning a different file??

    Saguaros Moderator
    #457386

    You’re right, it’s located in templates/ja_travel/css/template.css file.

    antoniocerasuolo Friend
    #457394

    Hi,
    I found it and disabled it like this

    /*
    .moduletable_aboutus a {
    background: url(“../images/ft_logo.png”) no-repeat scroll left top transparent;
    display: block;
    font-size: 0;
    height: 50px;
    line-height: 0;
    text-indent: -9900em;
    width: 91px;
    }
    */

    but look at what happened??

    http://www.milanopartytours.com

    I want to keep the logo as before and I want to see the e-mail address.. but now its all screwed up..

    what do i have to do??

    Saguaros Moderator
    #457429

    What about this ( in my first reply):

    .moduletable_aboutus a {
    background-image: url("../images/footer_milano.png");
    }

    in template.css file, line 93

    Please try to change or remove this, I’ve tried through Firebug and it seems fine

    antoniocerasuolo Friend
    #457533

    Hi ,

    I solved the problem in a different way

    instead of xxxxxx@xxxxxx.com

    i put xxxxxx @ xxxxxx.com

    the space between the @ solved the problem..

    Regards,

    Saguaros Moderator
    #457534

    Glad it’s solved. 🙂

    Best of luck.

    antoniocerasuolo Friend
    #457557

    Hi saguaros,

    take a look at this :

    http://www.milanopartytours.com/index.php/en/component/content/article?id=126

    how do i make the word ARTICLES on top of the article disappear??

    regards,

    Saguaros Moderator
    #457568

    Hi antoniocerasuolo,

    You can try adding this:

    .column h1{
    display: none;
    }

    in file: templatesja_travelcsstemplate.css (ja_travel here is your default template’s name)

    antoniocerasuolo Friend
    #457598

    <em>@Saguaros 325570 wrote:</em><blockquote>Hi antoniocerasuolo,

    You can try adding this:

    .column h1{
    display: none;
    }

    in file: templatesja_travelcsstemplate.css (ja_travel here is your default template’s name)</blockquote>

    hi saguros..

    as usual your helf is correct!!
    thanks

    ciiao

    antoniocerasuolo Friend
    #457603

    Hi Saguros,

    at the bootom of the page :

    http://www.milanopartytours.com/index.php/en/component/content/article?id=126

    you can see “next>” this next will send to other article.. how do i disable “next>” ??

    regards,

    Saguaros Moderator
    #457812

    Hi antoniocerasuolo again,

    Also in template.css file like above, you try to add this:

    ul.pagenav li a{
    display: none;
    }

    antoniocerasuolo Friend
    #457848

    <em>@Saguaros 325905 wrote:</em><blockquote>Hi antoniocerasuolo again,

    Also in template.css file like above, you try to add this:

    ul.pagenav li a{
    display: none;
    }

    </blockquote>

    Hi My friend,

    thank you once again!!

Viewing 15 posts - 1 through 15 (of 15 total)

This topic contains 15 replies, has 2 voices, and was last updated by  antoniocerasuolo 12 years, 6 months ago.

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