GLY
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty ten menu subitemsWhy must i use a child theme? I always make a backup of the website. So when a changes / update has problems i but the backup back.
I just want to solve my menu problem.
Forum: Themes and Templates
In reply to: Twenty ten menu subitemsThis is the menu part of my css
[CSS moderated. All we need is a link to your site]
When i change or delete the position rule, it works. But then it looks very stupid. The black background is then the size of the total menu width.
Forum: Themes and Templates
In reply to: Twenty ten menu subitemsBut the css has not been changed.
What can i do? OR where to look at? I am new to this.I’ve made a new menu and deleted the orignal. But still no effect.
Forum: Fixing WordPress
In reply to: search result googleI am using wordpress 3.6 and download it from this site.
The theme i use is twenty ten version 1.6, and downloaded it from the theme secion in the admin panel.Forum: Themes and Templates
In reply to: twenty ten link on every page.Thnx that’s great,
What did you do?
Forum: Themes and Templates
In reply to: twenty ten link on every page.<?php /** * The loop that displays a page. * * The loop displays the posts and the post content. See * https://codex.www.ads-software.com/The_Loop to understand it and * https://codex.www.ads-software.com/Template_Tags to understand * the tags used in it. * * This can be overridden in child themes with loop-page.php. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.2 */ ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( is_front_page() ) { ?> <h2 class="entry-title"><?php the_title(); ?></h2> <?php } else { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } ?> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> </a> <div style="float: right;"> <a href="https://www.facebook.com/pages/Rijschool-Bulten/158792054316364"> <img alt="" src="https://www.rijschoolbulten.nl/images/ico-facebook.png" border="0" /> </a> <a href="https://www.cbr.nl"> <img src="https://www.rijschoolbulten.nl/images/cbr%20logo.png"> </a> </div> </div><!-- #site-info --> </div><!-- .entry-content --> </div><!-- #post-## --> <?php endwhile; // end of the loop. ?>
Forum: Themes and Templates
In reply to: twenty ten link on every page.How can i add them outside the content class? Footer is no option for the customer.
Forum: Themes and Templates
In reply to: twenty ten link on every page.They are a little bit to the right side now, but i want them more to the right.
Forum: Themes and Templates
In reply to: twenty ten link on every page.You see a facebook image / link and a CBR image / link.
I want that to the right.Forum: Themes and Templates
In reply to: twenty ten background linkNo that’s not right thing.
How is it possible to get the links on the right bottom on every page (within the wrapper).Forum: Themes and Templates
In reply to: twenty ten background linkthen i must make the entire page and footer black?
Or can i also make a link on the background?