granatum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: don't show page titleThank you both very very much!
The way I have figured was to create a .php files inside my twentyeleven-child folder for each page. So I have created different templates, where I don’t have any titles that I don’t need. Under page attributes, I go to “templates”, and ask to use specific template for specific page. I actually write the content using HTML inside every .php file.
May be this is not the best way, but it worked for me!Forum: Fixing WordPress
In reply to: don't show page titleI am afraid my child theme is broken. First, my twenty-eleven child folder doesn’t have any page.php. So I went to twentyeleven folder and copied the existing twentyeleven page.php file to twentyeleven-child. this is what it has:
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/get_header(); ?>
<div id=”primary”>
<div id=”content” role=”main”><?php the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
</div><!– #content –>
</div><!– #primary –><?php get_footer(); ?>
I am afraid my child theme is somthing wrong, isn’t it?
Also, I have been trying to create custom page template, that will include all my fonts and colors. I was unable to do so. Could you please guide me through?
Thank you so very much!Forum: Fixing WordPress
In reply to: change site title and tag line fontsWell, as of now, in order to change style for page title, I go to “edit page” and write HTML on this page. Another page -I will write the same thing again, so all page titles look the same. My question is how can I write a rule for all page titles inside the style.CSS doc? The same applies to all page bodies, all links, etc. Hope now my question makes more sense.
Forum: Fixing WordPress
In reply to: change site title and tag line fontsThank you so very much! Since your answers are that clear and easy to understand, may I ask you 2 more questions:
1. How can I put site title and site description ON TOP of the header (on top of the picture)?
2. The way I figured to change page title and page body, is to add HTML on every page. Is there any other way to do it? I mean, using CSS to write rules for all page titles, and for all links, and for all page bodies, etc?Thank you very much again! Your help was priceless! 🙂
Forum: Fixing WordPress
In reply to: change site title and tag line fontsYeah, this is what I am trying to do, with no success, though. I am using twenty eleven theme, and have already created a child theme so I can edit it.
The web site is http://www.vestavip.com. The site will be in Russian. I am looking to edit web site title (Vesta) and tagline (VIP relocation services). I want these to be separate from all other English fonts I will use inside the web site.
Thank you very much!!!Forum: Fixing WordPress
In reply to: change site title and tag line fontsThank you! But there I can only change color, but neither size nor font family. Any idea how can I change those? And how can I differentiate between site title and the tag line (in case I don’t want to use the same font family or color)
Thank you again!Forum: Themes and Templates
In reply to: don't see a child themeThank you! It worked!!!!Ca n I delete now the folder i have created on my computer?
Forum: Themes and Templates
In reply to: don't see a child themejust went to bluehost cPanek – file manager. what option should i choose there?
Forum: Themes and Templates
In reply to: don't see a child themeWhat does it mean? How do I do that???
Forum: Themes and Templates
In reply to: don't see a child themeHm….. I am very very beginner in all this. I am working on my MAC at home.
http://www.vestavip.com/Forum: Themes and Templates
In reply to: don't see a child themethis is where both folders (twentyeleven and child) are:
/Users/mashasherman/Downloads/wordpress/wp-content/themesForum: Themes and Templates
In reply to: don't see a child themethe only available theme is twenty ten 1.2
Forum: Themes and Templates
In reply to: don't see a child themeyeah, but I don’t see it :((((((( should I restart the computer of something? How it should look like?
Forum: Themes and Templates
In reply to: don't see a child thememy themes folder has:
index.php
twentyeleven
twentyeleven-child
twentytenForum: Themes and Templates
In reply to: don't see a child themei use MAC. could this be a problem?