Digital experiences for all disciplines
Forum Replies Created
-
-
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(); ?>This reply has been marked as private.Hi, in both places in the php code?
Thanks!
Thanks,
is there a way to decrease the space underneath the words in the icon box?
see attachedthanks!
Attachments:
You must be logged in to view attached files.Hi,
I can only find the place to change the color of the actual icons, not the box that the wording is inCan you please point me in the right direction?
thanks!
Thanks
Is there a way to change the color of the background of the icon box to something other than white?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
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.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.
thanksAttachments:
You must be logged in to view attached files.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!
Hi, my site was down for some reason. It’s back up.
Attached is what I am talking aboutThanks
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Hi, were you able to take a look at this?
Thanks
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
-
Posted in: Reply To: portfolio