Robbie JW
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect ?<meta http-equiv="refresh" content="2;url=https://lovewpsite.org">
just put that code somewhere between
<head>
and</head>
in your header.php file in theme editor on the old website (https://lovewp.org)that should fix the problem
~412mark412
ps I’m only 12, neat huh?
Forum: Fixing WordPress
In reply to: how to change the main index page?that would get you stuck in a neverending loop. linking from your website to the intro would play the intro, you would get redirected to the main site, only to get redirected to the intro again. think about embedding the swf on your main page but editing the swf to not redirect you to the home. I mean:
1. intro swf plays on main page through embedding
2. intro swf finishes
3. scroll down to see main page.you would also need to put
stop();
on the last frame of your swf to prevent it playing again.~412mark412
ps I’m only 12 so if this doesn’t work don’t blame me!! ??
Forum: Installing WordPress
In reply to: WP Install View Error Messageare you an administrator? did you create the site?
Forum: Themes and Templates
In reply to: Header won’t changeWhat is the URL of your blog?
Forum: Themes and Templates
In reply to: How to make the footer shorterwhat theme are you using?
Forum: Plugins
In reply to: How to edit the front page of my dashboard?I want to edit the actual PHP file, not move the widgets around.
Forum: Themes and Templates
In reply to: Please Help!What WordPress version are you using? What is the theme called?
Forum: Themes and Templates
In reply to: Post Content Not Showing On Single PostSo how do I need to edit it? Could you give me the code I need?
Forum: Themes and Templates
In reply to: Display all post content & change header font sizeIn your CSS file replace:
#header h1 a { color:#FFFFFF; float:left; font-size:54px; font-weight:normal; left:54px; position:relative; text-decoration:none; top:35px; }
with:
#header h1 a { color:#FFFFFF; float:left; font-size:48px; font-weight:normal; left:54px; position:relative; text-decoration:none; top:35px; }
That will shrink the header text. In your post just take out the
<!--more-->
part. That will fix your “Read More” problem.
~412mark412 8)
Forum: Themes and Templates
In reply to: Autofocus themesWhat’s your blog address?
Forum: Themes and Templates
In reply to: centering main contentTry changing:
.main-aside { float:right; position:relative; width:300px; }
to:
.main-aside { float:right; position:relative; width:200px; }
and changing:
#content { margin: 0; overflow:hidden; width:660px; }
to:
#content { margin:0; overflow:hidden; width:760px; }
and lastly:
#container { float:left; width:660px; }
to:
#container { float:left; width:760px; }
Is this what you meant?
Forum: Fixing WordPress
In reply to: Bullet points not showing up in postsActually, looking at your blog I can see that the bullet points are showing. Is the problem fixed? What browser are you using?
Forum: Fixing WordPress
In reply to: Bullet points not showing up in posts@niquesastar – Can you paste your entire CSS stylesheet at https://wordpress.pastebin.com/? I can have a look at it to see if I can find the culprit.
Forum: Fixing WordPress
In reply to: Comment box not showing on pagesOk, thank you! I have fixed it now! Seems that you’re one of the top WordPress ‘experts’! ??
Forum: Fixing WordPress
In reply to: All My Content is GoneDoes your blog look the same except without the posts? Does it show a ‘Sorry, but you are looking for something that isn’t here.’ on the homepage?