-
AuthorPosts
-
December 19, 2012 at 12:11 pm #183251
Hello
:-*
http://www.mengfu.es/version2/index.php/es/meng-fu/productos.html
http://www.mengfu.es/version2/index.php/es/meng-fu.htmlI remove these 2 options of 2 pages
but not worth what I vie en other disable templates
“ul.pagenav {” I do this because if I remove it from all the pages and I can not change page elsewhere on the web
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 20, 2012 at 3:44 am #476856You can do that.
<blockquote>templates/ja_mixmaz/css/template.css</blockquote>
find this CSS code
.pagination ul,
ul.pagenav {
width:100%;
text-align:center;
}
and change it to
.pagination ul,
ul.pagenav {
width:100%;
text-align:center;
display:none;
}
Remember to clear cache from AdminJanuary 2, 2013 at 10:10 am #478094hello :((
Please read at least the post, and that option is not worth me probe and then in the other pages that have multiple pages pagination disappears,
http://www.mengfu.es/version2/index.php/es/tapas-tradicionales/productos-elaborados/dim-sum-mengfu.htmlI just want to disappear into the pages that I put in the original post
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 3, 2013 at 4:13 am #478208You can try with this my suggestion again
<blockquote>version2/plugins/system/jat3/jat3/base-themes/default/css/template.css</blockquote>
from
.pagination ul li,
ul.pagenav li {
background: none;
display: block;
float: left;
margin: 0;
overflow: hidden;
padding: 0;
}
change to
.pagination ul li,
ul.pagenav li {
background: none;
display: none;
float: left;
margin: 0;
overflow: hidden;
padding: 0;
}1 user says Thank You to Ninja Lead for this useful post
January 3, 2013 at 8:35 am #478233hello
Now if this is what I wanted, thanks:laugh:thanks
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by inetworking 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
remove these options
Viewing 5 posts - 1 through 5 (of 5 total)