Number of posts on the main page
Home › Forums › Free Theme Support › Scylla Lite › Number of posts on the main page
-
#84109
nicopij
On January 13, 2014 at 1:39 pmHello,
When i adjust the number of posts to 8 on my main page, http://www.mjcaudun.com
i still get all my 11 posts on the first page and 3 on the second.
Thanks for your help !!#84203On January 13, 2014 at 5:49 pmwhere are you changing the number of posts from?
#84681On January 14, 2014 at 8:48 pmbecause you have 7 sticky posts on your site. sticky posts always displays on top of other posts.
#85539On January 17, 2014 at 2:58 pmWhen you gave me this code to insert in stylesheet, Were the slider background and padding under slider included? Not the same color as the other transparencies.
.lay3 .post_content, .single_post, .commentlist li, #commentform, #commentform label, #sidebar .widgets .widget, #footer, #copyright, .amp_current, .amp_page:hover, .amp_next:hover, .amp_prev:hover, .page-numbers:hover, .navigation .current, #related_wrap ul, .trigger_wrap, .search_term, ol#controls li, .amp_page, .amp_next, .amp_prev, .page-numbers{background: rgba(180, 227, 145, 0.3)!important;}
MarijuanaNics.Com
Thanx
#85841On January 18, 2014 at 5:03 pmyou have to change this line:
#slider{background: rgba(180, 227, 145, 0.3)!important;}
#86065
lee
On January 19, 2014 at 4:58 pmHmmm, that didn’t change it. Still a different color transparency for some reason, unless you see something different from what I see.
thanx,
lee
MarijuanaNics.com#86403On January 20, 2014 at 10:34 pmreplace that line with:
#slider{background: rgba(255, 255, 255, 0.3)!important;}
#86445
lee
On January 21, 2014 at 2:39 amChanged it and it’s still the same, the only other thing i see is this at the bottom of style sheet is this.
.slider-content{background:url(‘images/trans_black3.png’) 0 0 !important;width: 400px!important; height:150px!important }dont know it that makes a difference.
thanx,
lee#86487On January 21, 2014 at 6:59 amreplace this:
#slider{background: rgba(255, 255, 255, 0.3)!important;}
with:
#slider{background: none!important;}
#86593On January 21, 2014 at 3:38 pmKewl, that fixed transparency issue, thanx. Can any of these 9 errors be fixed on your end?
Error Line 3, Column 8: duplicate specification of attribute “xmlns”
xmlns=”http://www.w3.org/1999/xhtml”
✉
You have specified an attribute more than once. Example: Using the “height” attribute twice on the same “img” tag.
Error Line 10, Column 107: end tag for “meta” omitted, but OMITTAG NO was specified…nt=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1″>
✉
You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.
Info Line 10, Column 1: start tag was here<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-s…
Warning Line 53, Column 110: cannot generate system identifier for general entity “subset”
…pis.com/css?family=Amaranth:700italic&subset=latin’ type=’text/css’ media=’all…
✉
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in “Ampersands in URLs”.
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as “&” (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP’s session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
#86673On January 21, 2014 at 9:33 pmopen up header.php and replace this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
with this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
and about the subset issue, if you want to get rid of that error, you will have to get rid of the google font that you are loading..
#268159
Jessika
On September 18, 2014 at 12:35 am– Dear sir,last post on home page is always blank of hieddn the thumbnail is always there, short text is not to be seenCan you Please checkThanks in avancePaul
The topic ‘Number of posts on the main page’ is closed to new replies.