-
AuthorPosts
-
August 11, 2008 at 6:28 pm #132096
I have stie at http://VisitingBeijing.com
Read more button shows “newsflash title” on top
front page article.Read more… [newsflash title]
It should only show “READ MORE”.
Why is it doing that?Another thing…
I put horizontal space of “10” between pic
and words, but, it doesn’t show space.
I do see it within admin page, though.Thanks
kallan Friendkallan
- Join date:
- August 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 22
- Thanked:
- 35 times in 1 posts
August 12, 2008 at 12:32 am #264961Hi,
In the source it shows:
<a href="/Tour/Beijing-Tour/forbidden-city.html" title="Forbidden City" title="中華民國" class="readon">
Read more... [中華民國]</a>
Check in your article text (view the html) and see if this is what it looks like if it is you would need to remove the [中華民國] before the ending </a> tagcheers
KiwidesignSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 12, 2008 at 3:57 am #264993kallan;73030Hi,
In the source it shows:
<a href="/Tour/Beijing-Tour/forbidden-city.html" title="Forbidden City" title="中華民國" class="readon">
Read more... [中華民國]</a>
Check in your article text (view the html) and see if this is what it looks like if it is you would need to remove the [中華民國] before the ending </a> tagcheers
Kiwidesign[/quote]
I don’t think that’s the issue.
pic below, I unpublished “forbidden-city” article and one below move up on front page.
It again have “newsflash”title added into “read more” button.
Any other thoughts :confused:
About space
you can edit template.css (line 79)
img {
margin:0;
padding:0;--> change here to padding: 0 10px 0 0;
}This is Good.
Thank you 😀Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 13, 2008 at 7:44 am #265209Hi
Plz send me superadmin account via Pm to checkAugust 13, 2008 at 7:49 am #265210nguoiabcd;73348Hi
Plz send me superadmin account via Pm to checkPM sent.
Thank you 🙂Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 13, 2008 at 7:55 am #265215Hi
I unpublished 中華民國 article, and now everything is okie
Plz check your siteAugust 13, 2008 at 9:17 am #265228nguoiabcd;73354Hi
I unpublished 中華民國 article, and now everything is okie
Plz check your siteI see that 😉
However, that removes nice pick on top right side 🙁
I want to keep that pick.
For some reason, newsflash “title” merge into “readmore” button?I just created another “newsflash”.
Please take a look at http://VisitingBeijing.com
title “test” show up again at “readmore” button.Thanks
August 17, 2008 at 5:28 am #265653No fix for this :confused:
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
August 18, 2008 at 3:02 am #265732Hi copper.
Open the template.css file and search the following section code.
a.readon {
color: #F8B150;
display: block;
width: 120px;
height: 19px;
line-height: 19px;
clear: both;
font-size: 92%;
font-variant: small-caps;
text-decoration: none;
border: 1px solid #2E190D;
background: url(../images/readon-bg.gif) no-repeat left top;
text-indent: 35px;
}
affter add new overflow property in to that section code.
a.readon {
color: #F8B150;
display: block;
width: 120px;
height: 19px;
line-height: 19px;
clear: both;
font-size: 92%;
font-variant: small-caps;
text-decoration: none;
border: 1px solid #2E190D;
background: url(../images/readon-bg.gif) no-repeat left top;
text-indent: 35px;
overflow: hidden;
}
1 user says Thank You to cssyeah for this useful post
-
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by copper 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum