I’m using with SiteOrigin Page Builder with Unwind theme. I noticed on my blog page excerpts that the widget heading (subtitle) is shown as running directly into the paragraph text as shown in bold below eg;
WIN THE CHOCOLATE EASTER FRIED EYEEaster 2020 is
KEEP BUSY CREATIVELYFirst and foremost, hello!
It isn’t a major issue, but really doesn’t look great – hoping someone out there has a solution! Thanks!
]]>I’m loving the Unwind theme, which I’m also using with SiteOrigin Page Builder. I noticed on my blog page excerpts that the widget heading (subtitle) is shown as running directly into the paragraph text as shown in bold below eg;
WIN THE CHOCOLATE EASTER FRIED EYEEaster 2020 is
KEEP BUSY CREATIVELYFirst and foremost, hello!
It isn’t a major issue, but really doesn’t look great – hoping someone out there has a solution! Thanks!
]]>I use theme Responsive and I don’t know how to remove “Archive for” and “Blog Archives” on category page.It looks stupid.
My webpage: https://zauspechem.cz
There’s a picture:
Thank you for help.
]]>If you look at like something this category page, you will see the page numbers at the bottom: https://www.mypersonalaccent.com/diy/
However, on this category page (that I changed the graphics on to match), it doesn’t “page”: https://www.mypersonalaccent.com/tasty-delights
If I take page 2 URL from the DIY category and modify it the Tasty Delights category, the other posts show up: https://www.mypersonalaccent.com/tasty-delights/?bib_page_offset=5
However,it still says only one page on the bottom even though there should be 2-3.
Can anyone help me figure out why it isn’t navigating/paging at the bottom?
Thank you!
[Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]
]]>I’ve been playing around with the jquery plugin Fancybox on this page, but for some reason since making a few changes my page seems to be displaying blog archives rather than the normal content it should be displaying.
I just wondered whether people have had a similar problem? There must be something I’ve done wrong for this page because all of the other page’s content are displaying fine.
This is the code for the portfolio.php page, but it is outputting something completely different.
<?php
/*
Template Name: Portfolio
*/
?>
<?php
get_header(); ?>
<section>
<?php include("includes/slideshow/slideshow-home.php"); ?>
</section>
<header>
<div id="titleHeader" class="clear">
<h2 class="entry-title"><?php the_title(); ?></h2>
</div>
</header>
<section>
<article>
<div id="mainContent" class="clear">
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( 'loop', 'page' );
?>
<ul id="portfolioContent">
<?php
$loop = new WP_Query(array('post_type' => 'portfolio', 'posts_per_page' => 10));
?>
<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
<?php
$custom = get_post_custom($post->ID);
?>
<li class="portfolioThumb"><a href="<?php echo get_permalink(); ?>" class="various2"><?php the_post_thumbnail('thumbnail'); ?></a></li>
<?php endwhile; ?>
</ul>
</div>
</article>
</section>
<section>
<aside>
<?php get_sidebar(); ?>
</aside>
</section>
<?php get_footer(); ?>
Thanks,
Ash
]]>Cheers,
Nevinaustin