WPBeginner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why do my widgets appear under the content?Looks like that was the solution. Thank you!
But now a small part of my footer appears on the right side of the widget on my front page… This is a endless problem.. -_-
Forum: Fixing WordPress
In reply to: Why do my widgets appear under the content?I´m using ExpressNews.
This is a link to one of the pages that has the problem: http://www.sportsekstra.no/primera-division/Forum: Fixing WordPress
In reply to: My pages went blankok. Sorry, but what is “the clearfix class” that I have wrapped around my content? and how do I get rid of it? (:
Forum: Fixing WordPress
In reply to: My pages went blankits like the widget area on the right side is gone, and the main content is floating all the way out on the right side..
Forum: Fixing WordPress
In reply to: My pages went blankSome of my pages is kind of messed up now..
Example this one: http://www.sportsekstra.no/bundesliga/
Why are my widgets falling to the bottom? I want them to the top of the page..
Forum: Fixing WordPress
In reply to: My pages went blankAh, thanks a lot! That worked perfectly!
Its a shame that such a little thing can make all those problems.. (:
Forum: Fixing WordPress
In reply to: My pages went blankHere is my post-page.php:
<?php global $theme; ?>
<div <?php post_class(‘post page clearfix’); ?> id=”post-<?php the_ID(); ?>”>
<h2 class=”title”><?php the_title(); ?></h2><?php if(is_user_logged_in()) { ?>
<div class=”postmeta-primary”><span class=”meta_edit”><?php edit_post_link(); ?></span></div>
<?php } ?><div class=”entry clearfix”>
<?php
if(has_post_thumbnail()) {
the_post_thumbnail(
array($theme->get_option(‘featured_image_width_single’), $theme->get_option(‘featured_image_height_single’)),
array(“class” => $theme->get_option(‘featured_image_position_single’) . ” featured_image”)
)
}
?><?php
the_content(”);
wp_link_pages( array( ‘before’ => ‘<p>‘ . __( ‘Pages:’, ‘themater’ ) . ‘‘, ‘after’ => ‘</p>’ ) );
?></div>
</div><!– Page ID <?php the_ID(); ?> –>
Forum: Fixing WordPress
In reply to: My pages went blankOk, so what am I going to do with ‘}’? I tried to remove it, but nothing happened…
Forum: Fixing WordPress
In reply to: My pages went blankOk, now I have changed the “WP_DEBUG”, and my page looks like this: http://www.sportsekstra.no/om-oss/
Are all those errors?
It is impossible that I have made all those mistakes since the last time the page was up and running…
Forum: Plugins
In reply to: [WP Author Bio] Change position of authors nameThanks a lot!
Didnt´t work when i added it to the “DESKTOP”, but in the “YOUR custom CSS” (not responsive) it worked perfectly!Thanks, man.
Forum: Fixing WordPress
In reply to: Recent post shows twice. What to do?thanks a lot. I´m sorry, but I did not understand what to do. What am I going to copy in to which file?
Will this also make the post automatically appear in the post archive when it´s no longer in the slider?I feel so stupid..
Forum: Fixing WordPress
In reply to: Edit plugin-designthanks. Seems like nobody has a solution for this (no answeres), maybe it´s not possible?
Forum: Plugins
In reply to: [WP Author Bio] Bio info appears over author's photoHi, i have the same question, and since there is no complete answere yet, i’ll pick it up.
I would like to have the name-link down on the right side of my picture. As you can see in the link below, the name now appears over the authors photo. http://www.sportsekstra.no/topp-5-fotballstadioner/
Is there anyway to fix this?
Forum: Plugins
In reply to: [WP Author Bio] Bio info appears over author's photoHi, i have the same question, and since there is no complete answere yet, i’ll pick it up.
I would like to have the name-link down on the right side of my picture. As you can see in the link below, the name now appears over the authors photo. http://www.sportsekstra.no/topp-5-fotballstadioner/
Is there anyway to fix this?
Forum: Plugins
In reply to: [Plugin: Sexy Author Bio] Change position of name/authorbump