I only see the default description as ” Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam magnam illo, commodi deserunt eum quae laboriosam soluta, facere! Nam, perferendis!”
]]>Is there a method to insert hyperlinks on each client logo?
I would like to back link to each shown client.
Thanks.
]]>If this isn’t possible how can I change the font of this header text?
Thanks
]]>Thanks a lot!
Chris
]]>I use the Polylang plugin in order to build my website with 2 languages. I need to add the ‘About Section Description’ field in two languages. Also, I want to set a different blog page for each language.
Is there a way to do these things?
Thanks for your help,
Petros
]]>1.Could you please tell me how to change the title in the “Client” section to, for examples “Sponsors” or “Available Brands” etc.
The site is dev.woodstoves.com.au/blog
2.Also when I click on a Menu item, how can I make it link to a section on the homepage, NOT a separate blog post.
3.Last question, does it matter what Permalink setting I use? I had wanted to use the Post name setting but it resulted in problems, it now only seems to function properly when set to Default permalink. Is this a known issue?
Thank you for your support with this, your help would be much appreciated.
]]>Copy/paste file section-portfolio.php:
<?php global $business;
if(have_posts()):
if(get_posts(array(‘post_type’ => ‘portfolio’ , ‘posts_per_page’ => 18))){ ?>
<!– PORTFOLIO –>
<section class=”section-portfolio clearfix” id=”portfolio”>
<header class=”heading-wrap”>
<h2 class=”section-head”><?php _e(‘portfolio’,’business-one’); ?></h2> <!– end section-head –>
<?php if(isset($business[‘portfolio-text’])){
if($business[‘portfolio-text’]){ ?>
<div class=”heading-line”></div>
<p class=”heading-desc”><?php echo $business[‘portfolio-text’]; ?></p>
<?php } } ?>
</header> <!– end heading-wrap –>
<div class=”portfolioContainer clearfix”>
<?php query_posts(‘post_type=portfolio’); ?>
<?php while(have_posts()):the_post(); ?>
<div class=”h-product col-sm-6 col-md-4 col-lg-3″>
” class=”u-url”>
<?php the_post_thumbnail(); ?>
<h4 class=”p-name”><?php the_title(); ?></h4>
</div>
<?php endwhile; ?>
<?php wp_reset_query(); ?>
</div>
</section>
<!– END PORTFOLIO –>
<?php } ?>
<?php endif; ?>
Thanks
]]>I’m using the Business One theme and I will like to add a filter in my portfolio so it could by filtered by categories.
Any idea of how can I do that?
Thanks,
]]>Thanks
]]>Has anybody had a similar problem?
]]>