tsany
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing color-scheme controlled colours (belle)i never use the theme.. and apparently you might need to have some knowledge on making a child theme which u can find the tutorial in codex and CSS coding to make things easier
Forum: Themes and Templates
In reply to: Adding Comments to Pagehow should i know if the theme has it ? you’re the one who have it.. lol
Forum: Fixing WordPress
In reply to: Visual Editor Tab not workingLet me guess.. you can’t drag and drop. you can’t switch tab.. and maybe your drop down admin menu is not working .. yes ?
Forum: Fixing WordPress
In reply to: How to put images in a template (with links) ???try to write your page in HTML mode not visual mode. 🙂
Forum: Themes and Templates
In reply to: Changing color-scheme controlled colours (belle)maybe you could make a child theme and create ur own style.css
it’s just.. you do know how to CSS right ? no offense..
Forum: Plugins
In reply to: Simple button widgettry design ur own button in any image editor
use the text widget.. and use
<a href="link"><img src="urlforurbutton"/></a>Forum: Plugins
In reply to: [Event Registration] White Font on White Backgroundcan u give me ur site link ? i can’t read anything from here.
both can be the answer.
Forum: Plugins
In reply to: [Maintenance Mode] THIS PLUGIN HACKED MY SITE!true that.. but some people reported the plugin and from the way i see it.. the owner has abandoned the plugin months ago.
Forum: Themes and Templates
In reply to: Adding Comments to Pageso what do u want is something like..
i want comments in page 1 and 2 but not page 3 and 4 ?
if so.. find in the page.php
< ?php comments_template( '', true ); ?>or if it doesn’t exists.. it’s fine lol
change it to
< ?php if ( is_page( array( ID#, ID#, ID# ) ) ) comments_template( '', true ); ?>ID# is your Page ID.
`Forum: Plugins
In reply to: [Maintenance Mode] THIS PLUGIN HACKED MY SITE!actually it can 🙂
Forum: Themes and Templates
In reply to: Adding Comments to Pagebasically u want comments like
http://frenchbulldogvillage.net/2011/06/emee-ive-been-adopted/appear in
`http://frenchbulldogvillage.net/adopt-a-frenchie/currently-available-frenchies/’
is it ?
Forum: Themes and Templates
In reply to: Adding Comments to Pagetry use pastebin 🙂 ur code is not showing
Forum: Themes and Templates
In reply to: Remove Navigation bar from single pagewhere’s the nav bar ? o_O i don’t see anything that loads the nav bar lol
Forum: Themes and Templates
In reply to: Have Static page show blog postsForum: Themes and Templates
In reply to: diffrent widgets on diffrent pages???http://codex.wordpress.org/Function_Reference/is_home
use that .. it sure helps 🙂
or u could find a plug in.. i think there’s one tho.. search widget and switch the filter to recent updated