• Resolved oneray

    (@oneray)


    Hi,

    1. There are no products shown on the products catalog page, how should I fix this? whether I use this shortcode or not, it’s the same: [show_product_catalog]
      I’m using [show_products] shortcode on this page >> online-ebook-download.com/blog/digital-store
      and it’s working fine, but no products on the Main Catalog Page.
    2. In individual product pages like this one: online-ebook-download.com/blog/products/paid-writing-jobs
      there is no space between the product image and the short description when viewed on mobile, how can I increase/control the space in this area?
    3. On product page I want to open the URL in a new page: target=”_blank”,
      and to use rel=nofollow for the links , the way it is now is not good for SEO.
      The links should be nofollowed and opened in a new tab, How can I do this ?

      Thanks .

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter oneray

    (@oneray)

    The category pages are blank too.

    Thread Starter oneray

    (@oneray)

    Another thing, I’m using square images, I want the image’s height to fit exactly to the height of the rectangle box in the listing in modern grid mode – (I mean square within the rectangle box) .. Is there a way to do this?
    online-ebook-download.com/blog/digital-store

    I’ve tried this CSS code >> https://implecode.com/docs/ecommerce-product-catalog/modern-grid-with-square-images/

    but didn’t work !!

    Thread Starter oneray

    (@oneray)

    How can I change the product name background / box on product listing ? changing Boxes Color in Catalog Design >> Design Schemes is changing the color of the pagination only!!

    How to change the color of the pagination numbers to white like the way it is on the demo page? https://demo.implecode.com/products/

    Thread Starter oneray

    (@oneray)

    When I add sort=”1″ to the shortcode: [show_products pagination=”1″ products_limit=”12″ sort=”1″] >>> to this page:
    online-ebook-download.com/blog/digital-store

    it messes thing up similar to the products catalog page: online-ebook-download.com/blog/products

    So in Appearance > Widgets, in “Products Filters Bar”, I’ve removed these 3 widgets >>
    <!– wp:ic-epc/product-sort-filter /–>
    <!– wp:ic-epc/product-price-filter /–>
    <!– wp:ic-epc/product-category-filter /–>

    now it is somewhat better – sort of – but with bigger square product images, and messed-up theme layout !!!
    /blog/products

    Please help me fix all of these.

    Plugin Author ndre

    (@ndre)

    Hi @oneray,

    Would you please post a separate thread for each issue? It will make it easier to handle it and for others with similar issues.

    I went to the provided URL and it is not blank. I can see the products.

    Do you still need help with it?

    Thread Starter oneray

    (@oneray)

    Hello,

    as mentioned in the latest post, after removing these 3 widgets from ?“Products Filters Bar” in Appearance > Widgets >>>
    <!– wp:ic-epc/product-sort-filter /–>
    <!– wp:ic-epc/product-price-filter /–>
    <!– wp:ic-epc/product-category-filter /–>

    it started showing stretched big square product images – bigger than the original 250px size, on the main catalog page: /blog/products,
    with messed-up theme layout !!

    Yes please, still need help.

    Thanks.

    Thread Starter oneray

    (@oneray)

    Hi,

    I’ve followed the steps mentioned here >> https://implecode.com/wordpress/product-catalog/theme-integration-guide/

    but that didn’t work.

    Here’s the content of my theme’s page.php file, can you please edit the code for the new product-adder.php file ? >>>

    <?php get_header(); ?>
    
    <?php if ( ! have_posts() ) : ?>
    <div class="content">
    	<?php get_template_part( 'framework/parts/not-found' ); ?>
    </div>
    <?php endif; ?>
    
    <?php
    //Page Builder
    $get_meta = get_post_custom( $post->ID );
    if( !empty( $get_meta[ 'tie_builder_active' ][0] ) ):
    
    		if( !empty( $get_meta[ 'featured_posts' ][0] ) )
    			get_template_part('framework/parts/featured');
    
    		if( !empty( $get_meta[ 'slider' ][0] ) && ( !empty( $get_meta[ 'slider_pos' ][0] ) && $get_meta[ 'slider_pos' ][0] == 'big' ) )
    			get_template_part('framework/parts/slider-home');// Get Slider template ?>
    	<div class="content">
    		<?php
    			if( !empty( $get_meta[ 'slider' ][0] ) && ( !empty( $get_meta[ 'slider_pos' ][0] ) && $get_meta[ 'slider_pos' ][0] != 'big' ) )
    				get_template_part('framework/parts/slider-home'); // Get Slider template
    
    			get_template_part( 'framework/blocks' );
    		?>
    	</div><!-- .content /-->
    
    
    <?php
    // Normal Page
    else:?>
    
    	<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    	<?php
    		if( function_exists('bp_current_component') && bp_current_component() ) $current_id = get_queried_object_id();
    		else $current_id = $post->ID;
    		$get_meta = get_post_custom( $current_id );
    
    		tie_update_reviews_info();
    
    		if( !empty( $get_meta["tie_post_head_cover"][0] ) ) $content_width = 660;
    		if( !empty( $get_meta["tie_sidebar_pos"][0] ) && $get_meta["tie_sidebar_pos"][0] == 'full' ) $content_width = 955;
    	?>
    
    	<?php if( !empty( $get_meta["tie_post_head_cover"][0] ) ) : ?>
    	<div class="post-cover-head">
    		<?php get_template_part( 'framework/parts/post-head' ); ?>
    	</div>
    	<?php endif; ?>
    
    	<div class="content<?php if( !empty( $get_meta["tie_post_head_cover"][0] ) ) echo ' post-cover';?>">
    
    		<?php if(  empty( $get_meta["tie_post_head_cover"][0] ) ||
    				( !empty( $get_meta["tie_post_head_cover"][0] ) && ( !empty( $get_meta['tie_post_head'][0] ) && $get_meta['tie_post_head'][0] != 'thumb' ) && $get_meta['tie_post_head'][0] != 'lightbox' ) ) : ?>
    
    		<?php tie_breadcrumbs() ?>
    
    		<?php endif; ?>
    
    
    		<?php //Above Post Banner
    		if( empty( $get_meta["tie_hide_above"][0] ) ){
    			if( !empty( $get_meta["tie_banner_above"][0] ) ) echo '<div class="e3lan e3lan-post">' .do_shortcode( htmlspecialchars_decode($get_meta["tie_banner_above"][0]) ).'</div>';
    			else tie_banner('banner_above' , '<div class="e3lan e3lan-post">' , '</div>' );
    		}
    		?>
    
    		<article <?php post_class('post-listing post'); ?> id="the-post">
    
    			<?php if( empty( $get_meta["tie_post_head_cover"][0] ) ) get_template_part( 'framework/parts/post-head' ); ?>
    
    			<div class="post-inner">
    
    			<?php if(  empty( $get_meta["tie_post_head_cover"][0] ) ||
    					( !empty( $get_meta["tie_post_head_cover"][0] ) && ( !empty( $get_meta['tie_post_head'][0] ) && $get_meta['tie_post_head'][0] != 'thumb' ) && $get_meta['tie_post_head'][0] != 'lightbox' ) ) : ?>
    
    				<?php $title_tag = is_front_page() ? '2' : '1'; ?>
    				<h<?php echo $title_tag ?> class="name post-title entry-title"><?php the_title(); ?></span></h<?php echo $title_tag ?>>
    
    				<p class="post-meta"></p>
    				<div class="clear"></div>
    			<?php endif; ?>
    
    				<div class="entry">
    					<?php if( tie_get_option( 'share_buttons_pages' ) && tie_get_option( 'share_post_top' ) && ( !function_exists( 'is_buddypress' ) || ( function_exists( 'is_buddypress' ) && !is_buddypress() ) ) ) get_template_part( 'framework/parts/share'  ); // Get Share Button template ?>
    
    					<?php the_content(); ?>
    					<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __ti( 'Pages:' ), 'after' => '</div>' ) ); ?>
    
    					<?php edit_post_link( __ti( 'Edit' ), '<span class="edit-link">', '</span>' ); ?>
    				</div><!-- .entry /-->
    
    				<?php if( tie_get_option( 'share_buttons_pages' ) && tie_get_option( 'share_post' ) && ( !function_exists( 'is_buddypress' ) || ( function_exists( 'is_buddypress' ) && !is_buddypress() ) ) ) get_template_part( 'framework/parts/share' ); // Get Share Button template ?>
    				<div class="clear"></div>
    			</div><!-- .post-inner -->
    
    			<?php
    				# End of Post action ----------
    				do_action( 'tie_end_of_post' );
    			?>
    
    		</article><!-- .post-listing -->
    		<?php endwhile; ?>
    
    		<?php //Below Post Banner
    		if( empty( $get_meta["tie_hide_below"][0] ) ){
    			if( !empty( $get_meta["tie_banner_below"][0] ) ) echo '<div class="e3lan e3lan-post">' .do_shortcode( htmlspecialchars_decode($get_meta["tie_banner_below"][0]) ).'</div>';
    			else tie_banner('banner_below' , '<div class="e3lan e3lan-post">' , '</div>' );
    		}
    		?>
    
    		<?php if( !function_exists('bp_current_component') || (function_exists('bp_current_component') && !bp_current_component() ) )  comments_template( '', true );  ?>
    	</div><!-- .content -->
    
    
    
    <?php endif; ?>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Thanks.

    Plugin Author ndre

    (@ndre)

    Hi @oneray,

    If you are trying to display square images with modern grid please go to WordPress Settings > Media and set the modern grid image size.

    Please also check: https://implecode.com/docs/ecommerce-product-catalog/modern-grid-with-square-images/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Empty Catalog Page / nofollow Button’ is closed to new replies.