randinicole
Forum Replies Created
-
have you recently changed broswers try clearing your cache and manually deleting your cookies?? and when you say everything is it happening on other website logins to our just your yahoo.
Forum: Themes and Templates
In reply to: Problem with wp-pagenavi in everson news themei doubt anyone is gonna download a theme, upload it to a server and look at it for you, they might not have the same problem you are having, so thats where having a link to YOUR SITE comes in handy
Forum: Themes and Templates
In reply to: Header jpg file<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div id="rap"> <div id="top"> <img src="https://www.davidleijstra.com/wp-content/themes/darknight/images/logo.jpg" alt=""> </div> <div id="content"> <!-- end header -->
or you can do it through css. give the div #top a background with the logo
Forum: Themes and Templates
In reply to: Integration into existing websitecan i see the link to your existing layout??
Forum: Themes and Templates
In reply to: CSS HelpTry adding a wrapper
Forum: Themes and Templates
In reply to: Single post text really smallThose css issues are generated through plugins (no fault of my own) and I deleted those plugins. And it fixed part of the problem.
Forum: Themes and Templates
In reply to: CSS Helpyou keep messing with it so i cannot see. Just keep messing with the css you seem to be on the right track
Forum: Themes and Templates
In reply to: i have a problem..Log into your mysql php admin through cpanel. look for the database that their wordpress is using and the browse button, browse the wp_options table, edit the site url and change it to reflect the new directory. here are some images incase you need them
Forum: Themes and Templates
In reply to: Quentin Themeand since you have it on your other site just copy the files to your new site via FTP
Forum: Themes and Templates
In reply to: Quentin ThemeForum: Themes and Templates
In reply to: CSS Help#page {
width: 760px;
margin: 0px auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
}replace that in your css page with what is currently there for the page div. if you want the border all the way around use this
#page {
width: 760px;
margin: 0px auto;
border: 1px solid #000;}
that should work
Forum: Themes and Templates
In reply to: Need help finding <Head> tags for entire site.your welcome
Forum: Themes and Templates
In reply to: Need help finding <Head> tags for entire site.the profile attribute is to specify the location of meta data profiles, not javascript (that i know of)
try sticking the first code somewhere between the header tags
<head>
<title>
</title>
somewhere around here…. you get the point
</head>you can also put it in between the body tags, the difference is it executes when the page loads.
Forum: Your WordPress
In reply to: diary of chanel.?? u know i love it haha
Forum: Fixing WordPress
In reply to: Can I fit a wordpress blog into one column container?WordPress is customizable if you know what you are doing, or know someone that knows exactly what they are doing.