Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • copper Friend
    #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 Friend
    #264961

    Hi,

    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> tag

    cheers
    Kiwidesign

    Sherlock Friend
    #264973

    About space
    you can edit template.css (line 79)

    img {
    margin:0;
    padding:0;--> change here to padding: 0 10px 0 0;
    }

    copper Friend
    #264993

    kallan;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> tag

    cheers
    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 Friend
    #265209

    Hi
    Plz send me superadmin account via Pm to check

    copper Friend
    #265210

    nguoiabcd;73348Hi
    Plz send me superadmin account via Pm to check

    PM sent.
    Thank you 🙂

    Sherlock Friend
    #265215

    Hi
    I unpublished 中華民國 article, and now everything is okie
    Plz check your site

    copper Friend
    #265228

    nguoiabcd;73354Hi
    I unpublished 中華民國 article, and now everything is okie
    Plz check your site

    I 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

    copper Friend
    #265653

    No fix for this :confused:

    cssyeah Moderator
    #265732

    Hi 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;
    }

    Sherlock Friend
    #265752

    That’s right, thank trungch for supporting

    copper Friend
    #265894

    Trungch – Thank you very much 😀

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

This topic contains 12 replies, has 4 voices, and was last updated by  copper 16 years ago.

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