wonderlandbaby
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help with changing backgrounds per pageyeah i’ve been trying to teach myself but it’s literally like taking directions in a foreign language ??
Forum: Themes and Templates
In reply to: please help with backgroundswould it help if i posted one of the theme style sheets so you could show me where to pull the information to plug in?
Forum: Themes and Templates
In reply to: please help with backgroundsokay stupid question but the template url and images/whatever/jpg to find these…
edit themes
select theme to edit
and then do i use them uri? or hmm something like https://wonderlandbaby.co.cc/wp-themes/themes/themename etc.?and then for the second part bakground url? like img/theclouds.jpg from the same page?
Forum: Themes and Templates
In reply to: please help with backgroundsi’m so confused lol anyone shed some light on my problem?
Forum: Fixing WordPress
In reply to: Change Background Image per pagestill having trouble with links… someone suggested trying it in the header, but that didn’t seem to work either
Forum: Themes and Templates
In reply to: please help with backgroundsstill nothing…
Forum: Themes and Templates
In reply to: please help with backgroundstried this and got blank…. thank you SO SO SO much for helping me
<!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″><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<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’); ?>” /><!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style_ie6.css” />
<![endif]–><!–[if lt IE 7]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style_ie6.css” />
<![endif]–><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?><?php wp_head(); ?>
<?php if (is_page(‘down-the-rabbit-hole-to-wonderland’) ):
// page 1 ?>
<style type=”text/css”>
body {background-color:#000;background-image:url(images/body-bg.jpg);background-repeat:repeat;}
</style><?php elseif (is_page(‘how to-change-the-world’) ):
// page 2?>
<style type=”text/css”>
body {background-color:#377b8;background-image:url(images/body-bg.jpg);background-repeat:repeat;}
</style><?php elseif (is_page(‘gizmos-and-gadgets’) ):
// page 3?>
<style type=”text/css”>
body {background-color:#000;background-image:url(images/img01.jp);background-repeat:repeat;}
</style><?php elseif (is_page(‘scribble-scrabble’) ):
// page 4?>
<style type=”text/css”>
body {background-color:#000;background-image:url(‘images/header.jpg’);background-repeat:repeat;}
</style><?php elseif (is_page(‘growing-up-radish’) ):
// page 5?>
<style type=”text/css”>
body {background-color:#000;background-image:url(img/topgradient.png);background-repeat:repeat;}
</style></head>
<body>
<div id=”header”>
<div id=”lid”><h1><?php bloginfo(‘name’); ?></h1>
<div id=”menu”>
- “>Home
<?php wp_list_pages(‘title_li=&depth=1’ ); ?></div>
Forum: Themes and Templates
In reply to: please help with backgroundshere’s what my header.php looks like now
<!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″><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<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’); ?>” /><!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style_ie6.css” />
<![endif]–><!–[if lt IE 7]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style_ie6.css” />
<![endif]–><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?><?php wp_head(); ?>
</head>
<body>
<div id=”header”>
<div id=”lid”><h1><?php bloginfo(‘name’); ?></h1>
<div id=”menu”>
- “>Home
<?php wp_list_pages(‘title_li=&depth=1’ ); ?></div>
Forum: Themes and Templates
In reply to: please help with backgroundswhat line should i start it after?
Forum: Themes and Templates
In reply to: please help with backgroundsthis is my site https://wonderlandbaby.co.cc/
and i think i have everything except an absolute file path for the themes? i really have no idea what i’m doing ??<?php get_header(); ?>
<div class=”post”>
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<?php if (is_page(‘down-the-rabbit-hole-to-wonderland’) ):
// page 1 ?>
<style type=”text/css”>
body {background-color:#000;background-image:url(images/body-bg.jpg);background-repeat:repeat;}
</style><?php elseif (is_page(‘how to-change-the-world’) ):
// page 2?>
<style type=”text/css”>
body {background-color:#377b8;background-image:url(images/body-bg.jpg);background-repeat:repeat;}
</style><?php elseif (is_page(‘gizmos-and-gadgets’) ):
// page 3?>
<style type=”text/css”>
body {background-color:#000;background-image:url(images/img01.jp);background-repeat:repeat;}
</style><?php elseif (is_page(‘scribble-scrabble’) ):
// page 4?>
<style type=”text/css”>
body {background-color:#000;background-image:url(‘images/header.jpg’);background-repeat:repeat;}
</style><?php elseif (is_page(‘growing-up-radish’) ):
// page 5?>
<style type=”text/css”>
body {https://wonderlandbaby.co.cc/wp-admin/theme-editor/themes/cloud-story-10/img/theclouds.jpg}
</style><div class=”content”>
<h2>” title=??<?php the_title(); ?>??><?php the_title(); ?></h2>
<?php the_content(); ?>
Forum: Fixing WordPress
In reply to: Change Background Image per pageso i looked in style.css and this is what i got but not working https://wonderlandbaby.co.cc/wp-admin/theme-editor.php?file=/themes/cloud-story-10/style.css&theme=Cloud+Story&dir=style
Forum: Fixing WordPress
In reply to: Change Background Image per pagehmm okay i’ll see what i can do with this…. thank you so much i am so over my head ?? honestly have no clue what i’m doing other than following directions ?? i’m a point and click kinda girl ??
Forum: Fixing WordPress
In reply to: Change Background Image per pageprogress! okay now when i click on various pages i get a blank screen ?? so i’ll try to mess around and figure out how to get the image there….gonna sound stupid but what do you mean by absolute file path?
Forum: Fixing WordPress
In reply to: Change Background Image per pagethe page name’s are typed out…i was wondering about that …. and as far as header/body etc. i’m clueless lol like i said no clue what i’m doing was just copying from the other examples ?? i’ll give it a shot and let you know
Forum: Fixing WordPress
In reply to: Change Background Image per pageyeah that would make sense ??
https://wonderlandbaby.co.ccokay i tried with the direct code from the theme details. i tried the ‘page 1’ way… i also tried the page ‘1’ way. this is the original set up i tried