vietknight
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Header positionI’ve tested it this time and this method should work with no possibility of error.
Change this in your css from:
.image { text-align: center; position: absolute; top: 0; display:block; margin-left: auto; margin-right: auto; }
To
.image { text-align: center; }
Forum: Themes and Templates
In reply to: Header positionYou need to change the word image to “image” with quotes, as I stated in the last post. You won’t need to use div align=”center” because the class image has already declared it as centered.
From:
<div id="header"> <div class=image> <div align="center"><img src=https://archi212.funpic.de/aex/wp-content/themes/motion/header.png width="658" height="139" alt="Architecture eXclusive" /> </div> </div> </div>
To:
<div id="header"> <div class="image"> <img src=https://archi212.funpic.de/aex/wp-content/themes/motion/header.png width="658" height="139" alt="Architecture eXclusive" /> </ </div> </div>
Also, inside your Style.css file, I’ll bold the one you’re missing a semicolon, so add it in at the end after margin-right:
From:
.image { text-align: center; position: absolute; top: 0; display:block; margin-left: auto; margin-right: auto }
To:
.image { text-align: center; position: absolute; top: 0; display:block; margin-left: auto; margin-right: auto; }
Everything here that I’ve bolded, you need to change.
Hopefully that helps
Forum: Themes and Templates
In reply to: Header position<div id=”header”>
<div class=“image“>
<div align=”center”><img src=https://archi212.funpic.de/aex/wp-content/themes/motion/header.png width=”658″ height=”139″ alt=”Architecture eXclusive” /> </div>
</div>
</div>You need to change the word image to “image” with quotes, as I stated in the last post. You won’t need to use div align=”center” because the class image has already declared it as centered.
Also, inside your Style.css file, I’ll bold the one you’re missing so you can add it.
you are missing a ;
.image {
text-align: center;
position: absolute;
top: 0;
display:block;
margin-left: auto;
margin-right: auto;
}Everything here that I’ve bolded, you need to change.
Hopefully that helps
Forum: Themes and Templates
In reply to: Header position<div id="header"> <div class=<strong>"</strong>image<strong>"</strong>> <div<strong> align="center"</strong>><img src=https://archi212.funpic.de/aex/wp-content/themes/motion/header.png width="658" height="139" alt="Architecture eXclusive" /> </div> </div> </div>
You need to change the word image to “image” with quotes, as I stated in the last post. You won’t need to use div align=”center” because the class image has already declared it as centered.
Also, inside your Style.css file, I’ll bold the one you’re missing so you can add it.
you are missing a ;
.image { text-align: center; position: absolute; top: 0; display:block; margin-left: auto; margin-right: auto<strong>;</strong> }
Everything here that I’ve bolded, you need to change.
Hopefully that helps
Forum: Themes and Templates
In reply to: Header positionYou should be looking here:
<div id="header"> <div class=image> <img src=https://archi212.funpic.de/aex/wp-content/themes/motion/header.png width="658" height="139" alt="Architecture eXclusive" /> </div> </div>
When you declare a class, you need to include quotes:
Change the following to:
<div id="header"> <div class="image"> <img src=https://archi212.funpic.de/aex/wp-content/themes/motion/header.png width="658" height="139" alt="Architecture eXclusive" /> </div> </div>
Forum: Fixing WordPress
In reply to: Changing the title of the blog pageLook through your theme files, header.php or index.php for the following code:
<?php _e('Home'); ?>
Simply change the Home to BLOG
Forum: Fixing WordPress
In reply to: Setting WordPress Size.I would say, if you’re worried about the size, stick to safe resolutions for your videos such as 640×480. It gets a lot more complicated when you try to take into account people’s browser and screen resolutions as Otto42 said above.
Forum: Fixing WordPress
In reply to: Password Reset IssueYou’ll have to contact him by email. That site does not allow direct links.
dumbass[@]village-idiot[.]org
Forum: Fixing WordPress
In reply to: How to remove registrationsForum: Fixing WordPress
In reply to: Password Reset IssueHave a look here also:
https://codex.www.ads-software.com/Resetting_Your_Password
The phpMyAdmin method is most promising ;).
https://codex.www.ads-software.com/Resetting_Your_Password#Through_phpMyAdminYou’re site is also asking me to type in a password once I visited it. (I had to click cancel 3 times in order to get through to your blog). Do you have a password script or plug-in installed somewhere? Have you tried clearing your cache, and visiting your site yourself? I’m sure you’ll be able to reproduce your user’s problems. You might have enabled some security settings if your host has that cpanel options (e.g. Password protecting directories etc..) Also double check your .htaccess file settings.
Forum: Fixing WordPress
In reply to: Can I Stop the Sidebar from reloading for an MP3 Player?You can put the MP3 player in an iframe, thus when you browse stuff on your page, it only changes the other windows and thus, the embedded “iframe” window remains untouched and constant.
Forum: Fixing WordPress
In reply to: Password Reset IssueYou can reset your password using method:
https://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/
Forum: Fixing WordPress
In reply to: wordpress nightmareHave you checked your error logs for wordpress? There might be useful information regarding which files/codes are not being able to execute to load your admin panel.
Forum: Installing WordPress
In reply to: Blogger move via FTP archives?Lets get something straight. First you want to import your data into WordPress using the WordPress’s Import feature.
To achieve this for WP 2.6.2: Log-in admin panel -> Manage -> Import -> select Blogger -> Authorize Blogger to be accessed by WP
From there on, just follow the directions on your screen.
Have a look a this if you’re still confused.
https://underscorebleach.net/jotsheet/2006/05/move-blogger-to-wordpress