wp-21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Class "entry-title" not working on custom page templatePls post correctly with a link to your site.
Forum: Themes and Templates
In reply to: [CreativeMag] Featured image only showing halfHi, the link above is not working.Pls post correct link.
thxForum: Themes and Templates
In reply to: Contact Form 7: Style IssueHi the border color for all the input boxes is coming from line 991 of
basic.cssfile.
You have to addinput[type="email"]there also to change the yellow border for the email field.
that should solve your problem.cheers..:)..
Forum: Themes and Templates
In reply to: Contact Form 7: Style IssueHi,
Its’ the same issue here also../you have not specified any style for
input[type="email"]
that is why email field is appearing un-formatted.
Define a style in your stylesheet of child theme alongsideinput[type="text"]and you will be good to go…Cheers..:)…
Forum: Themes and Templates
In reply to: [Custom Community] Whole page out of placeThe site seems to be messed up right now.its just the misplaced divs which are causing problems here.
You might wanna create a child theme first and do the changes in it.Forum: Themes and Templates
In reply to: [Custom Community] Whole page out of placeHi, the problem is visible easily now…..you have placed your content and right sidebar inside the left sidebar area.
Just check your divs and close them properly and you will be good to go.cheers..:)..
Forum: Themes and Templates
In reply to: [Mantra] Logo clickableAnd do create child theme first and do all the changes in that only….cheers..:).
Forum: Themes and Templates
In reply to: [Mantra] Logo clickablePls post link to your site…
Forum: Themes and Templates
In reply to: [Custom Community] Whole page out of placePls post link to your site…as it is not possible to offer help like this…
Forum: Themes and Templates
In reply to: CSS showing differently between browsers.Yeah always follow the rules…
Forum: Themes and Templates
In reply to: Header only in frontpage delicate themeThen you can use like this below in your css of child theme:
.page-id-94 .head-img { display: none; margin-bottom: 20px; position: relative; }I am assuming that you referred to the big image below the menu.
By above line you will hide the image on the contact page.similarily you can use this for other pages also by using their page-id class which is generated for each page.Forum: Themes and Templates
In reply to: Header only in frontpage delicate themeHi…still not clear..by header you are referring to which items at the top..?
Forum: Themes and Templates
In reply to: Header only in frontpage delicate themepls post link to your site.
Forum: Themes and Templates
In reply to: Header only in frontpage delicate themeYou want the whole header area gone or some elements……you can use css to hide elements which you don’t want to show on any particular page.
Forum: Themes and Templates
In reply to: CSS showing differently between browsers.The Html document needs a DOCTYPE, otherwise it is rendered differently by each browser.
Regarding your css problem, pls post a link for your site.