-
AuthorPosts
-
antoniocerasuolo Friend
antoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 13, 2012 at 6:56 am #178104Hi,
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 Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 13, 2012 at 8:37 pm #457289can anyone please help
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2012 at 7:02 am #457355Hi 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 357It uses image as background, you can either change or remove it.
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 14, 2012 at 9:28 am #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. cssmaybee you were meaning a different file??
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2012 at 9:35 am #457386You’re right, it’s located in templates/ja_travel/css/template.css file.
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 14, 2012 at 10:10 am #457394Hi,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2012 at 2:46 pm #457429What about this ( in my first reply):
.moduletable_aboutus a {
background-image: url("../images/footer_milano.png");
}
in template.css file, line 93Please try to change or remove this, I’ve tried through Firebug and it seems fine
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 15, 2012 at 8:35 am #457533Hi ,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 15, 2012 at 8:36 am #457534Glad it’s solved. 🙂
Best of luck.
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 15, 2012 at 9:31 am #457557Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 15, 2012 at 10:01 am #457568Hi 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 Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 15, 2012 at 12:06 pm #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!!
thanksciiao
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 15, 2012 at 12:47 pm #457603Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 18, 2012 at 9:35 am #457812Hi antoniocerasuolo again,
Also in template.css file like above, you try to add this:
ul.pagenav li a{
display: none;
}antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
June 18, 2012 at 12:21 pm #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!!
-
AuthorPosts
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