katawura
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] YITH Whishlist 2.0.1 break layout in ajaxl keeping ending up on a blank saying the product as been added when l click on the add to wishlist button? is that whats meant to happen or there a way that l can resolve this please?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] remove_item_from_wishlist is not definedl resolved this issue by linking to the query file
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] remove_item_from_wishlist is not definedl am having the same issue the console bring this code
<td class=”product-remove”><div>×</td>
l am developing locally so cant send you a link to it. is there a way l can define to work?
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Feature Requestshi there mate i am struggling to use the shortcode in my template file. was hoping you can help me abit here. my code is as below:
<aside <?php post_class('post'); ?>> <?php if( get_the_post_thumbnail() ) : ?> <figure><?php the_post_thumbnail('large'); ?></figure> <?php endif; ?> <h3><?php the_title(); ?></h3> <p>Posted on <?php the_time('F j, Y'); ?></p> <p><?php echo strip_tags( get_the_excerpt() ); ?></p> <a href="<?php the_permalink(); ?>" class="more">More <span>+</span></a> </aside> <?php endwhile; else : ?> <p><?php _e( 'Sorry, no pages found.' ); ?></p> <?php endif; ?> <div class="read-more"><a href="#">Read More <br /> <span>+</span></a></div> <div><?php echo do_shortcode('[ajax_load_more post_type="post" posts_per_page="1" max_pages="1" pause="true" button_label="More+"]'); ?></div>
Viewing 4 replies - 1 through 4 (of 4 total)