edgehouse
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spacious] Header Sidebar Move Text / Yoast SeoLove this theme!
Please could you tell me how to right align the header side bar widget?
Also how can I change the page title ‘Archive’ to ‘Catalogue’.
Would be good to use custom css if poss.
Many, many thanks!
Forum: Themes and Templates
In reply to: [Simply Jigoshop] Home PageSpot on, thank you sooo much! Will send you a link when we are live! π
Forum: Themes and Templates
In reply to: [Simply Jigoshop] Home PageWow, that worked a treat but across the whole site and I only want it on the front page.
Also how can I remove the recent products and featured products on the front page too?
Many thanks
Jackie
Forum: Themes and Templates
In reply to: [Simply Jigoshop] Home PageHI Luke,
Thanks so much for replying. I can’t send a link as the site’s not live. In the front page php you can see the call for side bar and recommended products etc here.
<?php get_header(); ?>
<section id=”main-content”>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<article <?php post_class() ?> id=”post-<?php the_ID(); ?>”>
<header>
<h2>“><?php the_title(); ?></h2>
</header><?php the_content( ” ); ?>
</article>
<?php endwhile;?>
<?php if ( simply_jigoshop_show_posts_nav() ) : ?>
<nav class=”paging”>
<?php if ( function_exists( ‘wp_pagenavi’ ) ) : wp_pagenavi(); else : ?>
<div class=”prev”><?php next_posts_link( __( ‘« Previous Posts’, ‘simply-jigoshop’ ) ); ?></div>
<div class=”next”><?php previous_posts_link( __( ‘Next Posts »’, ‘simply-jigoshop’ ) ); ?></div>
<?php endif; ?>
</nav>
<?php endif; ?>
<?php endif; ?><?php if ( class_exists( ‘jigoshop_cart’ ) ):?>
<h2><?php _e( ‘Recent Products’, ‘simply-jigoshop’ ); ?></h2><?php echo do_shortcode( ‘[recent_products columns=”3″ per_page=”6″]’ ); ?>
<h2><?php _e( ‘Featured Products’, ‘simply-jigoshop’ ); ?></h2>
<?php echo do_shortcode( ‘[featured_products columns=”3″ per_page=”6″]’ ); ?>
<?php endif;?>
</section><?php get_sidebar( ‘frontpage’ ); ?>
<?php get_footer(); ?>
How can I change it to hide all of these things? Possible using custom css?
Jackie
Forum: Themes and Templates
In reply to: [Attitude] Position of page title in default pageHi, did yo ever get a response to your question as I am struggling with the same issue?
Jackie
Forum: Plugins
In reply to: [One Page Portfolio] Slide out descriptionOk, I have fixed this issue but would love it to appear on a full width page… I have changed page setting to full width but it is adding a blank side bar… any ideas?
many thanks
Forum: Plugins
In reply to: [Meet My Team] Multiple Categories not functionalLove this plugin but need the correct groups to show with a shortcode too. Any news yet?
Forum: Plugins
In reply to: [Waving Portfolio] UpdateThank you, all done and working perfectly. You are a star! π
Jackie
Forum: Plugins
In reply to: [Waving Portfolio] UpdateThink I am sorted now, thanks to your help. Can you tell me how to keep my page content text above the portfolio, it is pushed to the bottom.
many thanks for your quick replies π
Forum: Plugins
In reply to: [Waving Portfolio] UpdateI have just found that it seems to be Chrome issue, fine in safari although it still appear twice on the page??
Many thanks
JackieForum: Plugins
In reply to: [Waving Portfolio] Close me buttonAh, many thanks, I will update many thanks.
Jackie