Josee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Another "Out of memory…" After 50 Threads… still not workingThere it says 128M memory Limit, can’t understand why…
PHP Core
memory_limit Local Value 128M Master Value 128MForum: Fixing WordPress
In reply to: Another drop down menu problem (header k2)Nobody can help me?
It seems that I got it, I’ve forgot to post something into the blog, to get the white space down till override both Images, now it looks like it should.
<?php // Prevent users from directly loading this theme file defined( 'K2_CURRENT' ) or die ( 'Error: This file can not be loaded directly.' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://purl.org/uF/2008/03/ http://purl.org/uF/hAtom/0.1/"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="template" content="K2 <?php k2info('version'); ?>" /> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> <link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('template_url'); ?>/style.css" /> <?php /* Child Themes */ if ( K2_CHILD_THEME ): ?> <link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_url'); ?>" /> <?php endif; ?> <?php if ( is_singular() ): ?> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php endif; ?> <?php wp_head(); ?> <?php wp_get_archives('type=monthly&format=link'); ?> </head> <body class="<?php k2_body_class(); ?>"> <?php /* K2 Hook */ do_action('template_body_top'); ?> <div id="page"> <?php /* K2 Hook */ do_action('template_before_header'); ?> <div id="header"> <?php locate_template( array('blocks/k2-header.php'), true ); ?> <?php /* K2 Hook */ do_action('template_header'); ?> </div> <!-- #header --> <strong><div id="pager"></div> <div id="pagel"></div> <div id="turbor"></div></strong> <hr /> <?php /* K2 Hook */ do_action('template_before_content'); ?>As you can see I put the syntax at the end of the header.php document, an it appears like this http://www.getlow.es
@ipstenu, sorry for that one I won’t happen again I’m just a bit confused about the CSS/HTML of my blog 🙂
@alchymyth, then we are comining near to the problem, I thought that the procedment to add more than one bakgroung image was just adding them under Style.css giving them a name #name and the the code listed above.
Could you explain me were I should check the HTML, and wich code I must introduce to make the CSS come up?
I guess it should be something like:
<div id=”pager”></div>
<div id=”page”>
<div id=”pagel”></div>
<div id=”turbor”></div>In wich HTML file should I add this code (in case that this is the right one).
Thank you all =)
Nothing?
Nobody knows?