1. muddasirpk
  2. Commercial Templates
  3. Wednesday, 24 April 2013
  4.  Subscribe via email
Resonate Template, TWO QUERIES

a) Visit my blog (site) at http://www.canadawestla.com/blog

At the end of 4 article, you can see a text

Subcategories

Plaintiff Blogs
Legal Blogs


I did not want to show it , how can i remove it/

b) I also want to limit number of article per page to 3 , then want a navigation button (numbers 1,2,3 like we see on other blogs) how to do that?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Munir

Options for both of these queries are available with in the Menu Items parameters linking to this page (Menus -> [YourMenuItem] -> Article Options).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Not sure what option to use to hide the subcatagory, can you please tell me what to change? I had to hide the text only? the blog must include sub catagories

Also want to hide more artilces option?

third,you can see navigation Start,Next etc as vertical, How can I make it horizontal

Please help
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To hide just the text try adding the following to the Custom CSS field of your templates parameters..


[code type=css].cat-children dl {display: none;}[/code]

To hide the 'more articles' also add the following...


[code type=css].items-more {display: none;}[/code]

For your pagination try also adding the following...


[code type=css]
.pagination > ul li {
float: left;
list-style: none outside none;
padding: 0 10px 0 0;
}[/code]
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Navigation moved to horizontal ,

but still subcatagoreis text donot hide.

Subcategories

Plaintiff Blogs
Legal Blogs


at bottom
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Munir

To remove the subcategories completely try also adding the following...


[code type=css].cat-children {display: none;}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!