timdevogel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postWell, <div class=”my-ad-widget”> is there, but all you see now is a 1 just above the 3rd excerpt, like:
post – post
1 – post
postpost – post
I’ve left it up like this, so can see for yourself
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postHmmm, that doesn’t seem right. I’ll paste the code here as well.
<?php get_header(); ?>
<section class=”content”>
<?php get_template_part(‘inc/page-title’); ?>
<div class=”pad group”>
<?php get_template_part(‘inc/featured’); ?>
<?php if ( have_posts() ) : ?>
<?php if ( ot_get_option(‘blog-standard’) == ‘on’ ): ?>
<?php while ( have_posts() ): the_post(); ?>
<?php get_template_part(‘content-standard’); ?>
<?php endwhile; ?>
<?php else: ?>
<div class=”post-list group”>
<?php $i = 1; echo ‘<div class=”post-row”>’; while ( have_posts() ): the_post(); ?>
<?php get_template_part(‘content’); ?>
<?php if($i % 2 == 0) { echo ‘</div><div class=”post-row”>’; } $i++; endwhile; echo ‘</div>’; ?>
</div><!–/.post-list–>
<?php endif; ?><?php get_template_part(‘inc/pagination’); ?>
<?php endif; ?>
</div><!–/.pad–>
</section><!–/.content–>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postNot quite sure how to do it via Pastebin, meybe like this?
<script src=”http://pastebin.com/embed_js.php?i=aEsqaDUK”></script>
I’ve restored it to it’s original state..
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postDone that, but no result π
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postCool Jesin, that sort of works. It does, however, push the second excerpt down, messing up the layout. The banner should come in place of the second excerpt…
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postThanks Jesin, but that’s not working at all
Forum: Themes and Templates
In reply to: [Hueman] banner area after 1st postHi bdbrown. No, I don’t, because I like the 2 rows as they are now. If I do set the Standard Blog List to ON, the banner area appears. Is there a possibility to make a banner area after say the first exeprt while the Standard Blog List is set to OFF?
Forum: Themes and Templates
In reply to: [Hueman] Hiding or moving widget on mobile versionGreat bdbrown, works like a charm.
Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Hiding or moving widget on mobile versionHi bdbrown. Well, it positions itself under the logo, making the header very tall.
I don’t know if you have a smartphone, but if you use that to look at the site you’ll see what I mean immediately.Forum: Themes and Templates
In reply to: [Hueman] Hiding or moving widget on mobile versionYep, that’s the culprit.
Forum: Themes and Templates
In reply to: [Hueman] Hiding or moving widget on mobile versionWhat I mean, bdbrown, is that it kind of messes up the header in the mobile version, so I’d like it to disappear or move to the bottom, like the sidebars.
Forum: Themes and Templates
In reply to: [Hueman] Positioning widget in header areaOnce again, thanks. I have another question, but I’ll start a new thread for that.
Forum: Themes and Templates
In reply to: [Hueman] Positioning widget in header areaOkay, I’m getting there bdbrown, thanks for pointing me in the right direction. I threw out the other styles, which left
#newsletterwidget-2 {
float: right;
}and that works.
Forum: Themes and Templates
In reply to: [Hueman] Positioning widget in header areaHi bdbrown,
Yes, I saw that I had made that mistake and corrected it (see below), but stil…. nothing!
#newsletterwidget-2 {
background: none repeat scroll 0 0 #C5C5C5;
float: right;
}
#newsletterwidget-2 {
height: 0;
left: 96px;
position: relative;
top: -155px;
width: 200px;
}Forum: Themes and Templates
In reply to: [Hueman] Wrong image in first postRight, I did all that, but still can’t see a single image. Just to make sure, I regenerated the thumbnails, but to no avail. Frankly, I’m stumped.