-
AuthorPosts
-
August 20, 2010 at 3:41 pm #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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 21, 2010 at 2:40 am #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
August 23, 2010 at 4:14 am #353417Sorry, 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”). -
AuthorPosts
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