Forum Replies Created

Viewing 15 posts - 46 through 60 (of 60 total)
  • Posted in:
  • in reply to: Read more after news items #118217
    1kfriends
    Member
    Post count: 62

    That line shows up 2x in the code. So do I need to change both?
    <?php if ($sidebar_config == “both-sidebars”) { ?>
    <div class=”row”>
    <div class=”page-content col-sm-8 clearfix”>

    <?php if(have_posts()) : ?>

    <div class=”blog-wrap blog-items-wrap blog-<?php echo $blog_type; ?> <?php echo $wrap_class; ?>”>

    <?php if ($blog_type == “standard”) { ?>
    <div class=”timeline”></div>
    <?php } ?>

    <!– OPEN .blog-items –>
    <ul class=”blog-items row <?php echo $list_class; ?> clearfix” id=”blogGrid”>

    <?php while (have_posts()) : the_post(); ?>

    <li <?php post_class(‘blog-item ‘.$item_class); ?>>
    <?php echo sf_get_post_item($post->ID, $blog_type); ?>

    <?php endwhile; ?>

    <!– CLOSE .blog-items –>

    </div>

    <?php else: ?>

    <h3><?php _e(“Sorry, there are no posts to display.”, “swiftframework”); ?></h3>

    <?php endif; ?>

    <div class=”pagination-wrap”>
    <?php echo pagenavi($wp_query); ?>
    </div>

    </div>

    <aside class=”sidebar left-sidebar col-sm-4″>
    <?php dynamic_sidebar($left_sidebar); ?>
    </aside>
    </div>
    <?php } else { ?>

    <div class=”page-content clearfix”>

    <?php if(have_posts()) : ?>

    <div class=”blog-wrap blog-items-wrap blog-<?php echo $blog_type; ?> <?php echo $wrap_class; ?>”>

    <?php if ($blog_type == “standard”) { ?>
    <div class=”timeline”></div>
    <?php } ?>

    <!– OPEN .blog-items –>
    <ul class=”blog-items row <?php echo $list_class; ?> clearfix” id=”blogGrid”>

    <?php while (have_posts()) : the_post(); ?>

    <li <?php post_class(‘blog-item ‘.$item_class); ?>>
    <?php echo sf_get_post_item($post->ID, $blog_type); ?>

    <?php endwhile; ?>

    <!– CLOSE .blog-items –>

    </div>

    <?php else: ?>

    <h3><?php _e(“Sorry, there are no posts to display.”, “swiftframework”); ?></h3>

    <?php endif; ?>

    <div class=”pagination-wrap”>
    <?php echo pagenavi($wp_query); ?>
    </div>

    </div>

    <?php } ?>

    <!– CLOSE page –>
    </div>

    <?php if ($sidebar_config == “left-sidebar”) { ?>

    <aside class=”sidebar left-sidebar col-sm-4″>
    <?php dynamic_sidebar($left_sidebar); ?>
    </aside>

    <?php } else if ($sidebar_config == “right-sidebar”) { ?>

    <aside class=”sidebar right-sidebar col-sm-4″>
    <?php dynamic_sidebar($right_sidebar); ?>
    </aside>

    <?php } else if ($sidebar_config == “both-sidebars”) { ?>

    <aside class=”sidebar right-sidebar col-sm-3″>
    <?php dynamic_sidebar($right_sidebar); ?>
    </aside>

    <?php } ?>

    </div>

    <?php if ($blog_type != “masonry-fw” || $page_layout == “boxed”) { ?>
    </div>
    <?php } ?>

    <!–// WordPress Hook //–>
    <?php get_footer(); ?>

    in reply to: home page on mobile device #118195
    1kfriends
    Member
    Post count: 62
    This reply has been marked as private.
    in reply to: Read more after news items #118191
    1kfriends
    Member
    Post count: 62

    Hi, in both places in the php code?

    Thanks!

    in reply to: size of icon boxes #115012
    1kfriends
    Member
    Post count: 62

    Thanks,
    is there a way to decrease the space underneath the words in the icon box?
    see attached

    thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: size of icon boxes #114974
    1kfriends
    Member
    Post count: 62

    Hi,
    I can only find the place to change the color of the actual icons, not the box that the wording is in

    Can you please point me in the right direction?

    thanks!

    in reply to: size of icon boxes #114972
    1kfriends
    Member
    Post count: 62

    Thanks
    Is there a way to change the color of the background of the icon box to something other than white?

    in reply to: size of icon boxes #114947
    1kfriends
    Member
    Post count: 62

    Hi Kyle, even when I put it to the smallest size it is still taking up a lot of white space around the words “latest news” Is there a way to decrease it more?
    http://www.1kfriends.org/dev/

    thanks

    in reply to: Impact Text + Button margins #114660
    1kfriends
    Member
    Post count: 62

    Great, thank you!
    Is there also a way to decrease the room around the actual text? the bar is really thick. See attached.
    Thanks again!

    Attachments:
    You must be logged in to view attached files.
    in reply to: sidebar error #114585
    1kfriends
    Member
    Post count: 62

    When I scroll up and down the sidebar goes over the top of the header and when I scroll down, over the footer. I am attaching a screenshot.
    thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: related articles #114497
    1kfriends
    Member
    Post count: 62

    Hi,
    I mean that the related articles are pulling from all posts dating back until 2009. Is there a way to only go back until 2011 or 2012?

    Thank you!

    in reply to: font size #112682
    1kfriends
    Member
    Post count: 62

    Hi, my site was down for some reason. It’s back up.
    Attached is what I am talking about

    Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: sidebars #110247
    1kfriends
    Member
    Post count: 62
    This reply has been marked as private.
    in reply to: sidebars #110234
    1kfriends
    Member
    Post count: 62

    Hi, were you able to take a look at this?

    Thanks

    in reply to: portfolio #110196
    1kfriends
    Member
    Post count: 62

    Yes, But I want the pictures to link to pages, not portfolio items? So is there a way to direct the portfolio items to actual pages instead of portfolio/xyz?

    thanks

    in reply to: portfolio #110185
    1kfriends
    Member
    Post count: 62

    Can you look at this screenshot.
    Is it possible to have the images go the full width of the widest page setting?

    Thank you

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 46 through 60 (of 60 total)