deliwasista
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .css not working? im making changes but they are not showing..Hi duck_boy,
thanks for the reply. Yes sorry you are right it is called style.. but its .css? should I be looking for php?
Ive just tried
<link rel="stylesheet" href="https://www.mysite.co.nz/wp-content/themes/piano-black/style.css" type="text/css" media="screen" />
in the header .. and that didnt fix things sadly.
Any other ideas? ??
Forum: Fixing WordPress
In reply to: .css not working? im making changes but they are not showing..I can see this in my header
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Should I be replacing the “
stylesheet_url
” with the absolute url?Forum: Fixing WordPress
In reply to: <br> tag not putting spaces between paragraphs…actually think ive found a work around.
<br />
doesnt make any spaces between paragraphs on my page.but
<div> </div>
does!! yippee ??
hope that helps someone else..
OMG I just did school pick up thinking “theres no way im going to finish this site on time!” I was contemplating an evening of wading thru php I know too little about..
Thank you so much – and I cant believe I missed that little radio button lol.. there is a lot to be said for not working when you are tired huh.
All is fixed ??
thank you so much EMG.
Forum: Installing WordPress
In reply to: Install and Password Protect During Testingive got the same question.. im not keen on setting up a testing site out of the root folder.. surely you can password protect the site.. but redirect to an index file… did you ever find a work around for this one?
Forum: Themes and Templates
In reply to: My themes templates don’t all workI got mine to work by creating a file called .htaccess (in the root folder of my site)
note the theme I have chosen has a 404.php file
inside my .htaccess file I popped
ErrorDocument 404 /index.php?error=404
and voila! fixed ??
Forum: Fixing WordPress
In reply to: Help to get custom 404 pageIm having the same trouble! anyone have any answers for this?