markdickienb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Centering FooterThanks it worked!
Forum: Fixing WordPress
In reply to: Bullet ProblemsTried adding it to that same area, didn’t change anything.
Anything else I can try?
Forum: Fixing WordPress
In reply to: Bullet ProblemsJust add that or replace something?
Forum: Fixing WordPress
In reply to: Bullet ProblemsThat worked but generated another problem when I made the change (I have since reverted back to the original). When I make that change I get bullets on my product category page between each product and some products get bumped down to the next line, displaying only 1 or 2 per line instead of the current three. Is there a way to add the bullets only in the product descriptions and not on the product category page?
Forum: Fixing WordPress
In reply to: Bullet ProblemsSet of four (4) napkins
100% cotton
Machine washable
Monogram is embroidered on in your choice of thread colourThose 4 lines are supposed to have bullets. The bullets appear in the editor no problem but when I publish they do not appear.
Forum: Fixing WordPress
In reply to: Simple CSS ProblemCan anyone help?
Forum: Fixing WordPress
In reply to: Simple CSS ProblemThe page in question is http://www.madtech.ca/news-2/
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageI have to run but I have two outstanding questions if anyone can help:
– There used to be a black box that was a background to the description of the main photo on the home page. You can still see the text there but it is hard to read because the black background is gone, how do I get that back?
– On my blog (news) page there were right sidebar items for categories and archives that have now moved down to the left below my posts. How do I get those items to move back to the right hand side bar?
I believe both of these are CSS items or related to my creation of a child theme as I haven’t edited anything else. Here is my CSS in case anyone can help:
[Huge chunk of CSS moderated and post manually re-constructed.]
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageScratch that I got it. Just one more thing.
There used to be a black box that was a background to the description of the main photo on the home page. You can still see the text there but it is hard to read because the black background is gone, how do I get that back?
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageOk thank you, we’re almost there I think. However, if you check out http://www.madtech.ca/contact-us/ the text still isn’t getting full width. My first line of text just cuts off 2/3 of the way over.
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageAnd yes they are all using my new page template.
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width Page<?php /* Template Name: WidePage */ ?> <?php get_header(); ?> <div class="page-heading"> <h1 class="page-title"><?php the_title(); ?></h1> <div class="clear"></div> </div> <!--Start Page Content --> <div class="page-content-container"> <div class="page-content"> <div class="grid_24 alpha"> <div class="content-bar"> <?php if (have_posts()) : the_post(); ?> <?php the_content(); ?> <div class="clear"></div> <?php wp_link_pages(array('before' => '<div class="page-link"><span>' . __('Pages:', 'black-bird') . '</span>', 'after' => '</div>')); ?> <?php endif; ?> <!--Start Comment box--> <?php comments_template(); ?> <!--End Comment box--> </div> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageI tried that but it hasn’t worked and I’ve also now noticed that all of my footers on my content pages have now shrunk too. It appears fine on the index page.
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageI just copied and renamed page.php and removed the side-bar tags.
Forum: Fixing WordPress
In reply to: Text not Full Width on Full Width PageI’ve done that, created page_wide.php in my child theme.