Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • w11w12 Friend
    #153671

    If the menu item type is “Displays a list of Articles in a Section in a Blog format”, then the 2nd column in the blog Format doesn’t work
    Also there is no space and no dividing line between “READ MORE”and the next article title.
    See the attachment.

    Also,at the bottom of the page , below “Start Prev 1 2 3 Next End “.,there is a phrase”JPAGE_CURRENT_OF_TOTAL”.

    How can I correct all that?

    Saguaros Moderator
    #353296

    <em>@w11w12 191060 wrote:</em><blockquote>If the menu item type is “Displays a list of Articles in a Section in a Blog format”, then the 2nd column in the blog Format doesn’t work
    Also there is no space and no dividing line between “READ MORE”and the next article title.
    See the attachment.

    Also,at the bottom of the page , below “Start Prev 1 2 3 Next End “.,there is a phrase”JPAGE_CURRENT_OF_TOTAL”.

    How can I correct all that?</blockquote>

    Hello

    You add the following code into the tempalate.css file:

    .cols2 {
    float:left;
    width:49.9%;
    }

    and find the following code in the template.css file:

    .article_separator, .article_seperator {
    background: url(../images/dot.gif) repeat-x left center;
    display: block;
    height: 20px;
    margin: 0;
    clear: both;
    }

    replace:

    .article_separator, .article_seperator {
    background: url(../images/dot.gif) repeat-x left center;
    display: none!important;
    height: 20px;
    margin: 0;
    clear: both;
    }

    2) issue #2

    You add the following code into the Global Language file in the languages folder

    JPAGE_CURRENT_OF_TOTAL=Page %s of %s

    w11w12 Friend
    #353417

    Sorry, I tried everything you suggested, but nothing changed. I think there
    is a bug in the template, because I tried different templates and everything
    worked with those templates. There is a problem only with the second column
    on JA Lead when in Menu Item Type I choose “Displays a list of Articles in a
    Section in a Blog format”.

    Also, unfortunately,”JPAGE_CURRENT_OF_TOTAL” appears ONLY when I choose
    “This layout displays an Article Category in Blog format” .

    It DOES NOT appear in “Displays a list of Articles in a Section in a Blog
    format” (where the second column disappears).(in Pagination I choose
    “Show a Feed Link – Hide”).

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

This topic contains 3 replies, has 2 voices, and was last updated by  w11w12 14 years, 2 months ago.

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