mrworldwide
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop Page TabsI was looking for a tab plugin who would allow me to link a tab so that when a user clicks on the tab it would redirect them to the category archives of the paginated products as you mentioned. Would you know any that does so?
Also mind point me in the right direction as to where I could easily get something similar done, some tutorial, article? Thank you.
Forum: Plugins
In reply to: [WooCommerce] Shop Page TabsDidn’t work for me, was pretty bugged and couldnt add shortcode content within the tab content.
I would rather have one that allows also pagination so if I have more than 100 books it could take user to next page on that tab, would there be one that does so?
Forum: Themes and Templates
In reply to: Javascript code not displaying..It’s a https://www.rebot.me generated Chatbot for those who want to know what it is.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scroll supportShouldn’t there be something like “There is no posts/solutions to show..” or something along those lines.
[ No bumping please. ]
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scroll supportIt did kind of work, meaning it showed next page posts however when there is no posts left to show is it supposed to repeat the previous posts that has been loaded or is that a fault on my or the plugin’s end?
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scroll supportDidn’t work. It wasnt the same problem this time infinity scrolling didn’t even activate when you scroll down, there was still the page numbers etc.
Made sure I entered correct details.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scroll supportRegarding Pagination, it was no problem with that. Got someone to fix it very quickly.
However back to Infinite Scrolling, any ideas on what to do now? (see image above for settings)
Why does it duplicate the articles that are already loaded on the first page instead of displaying next page articles?
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scroll supportHere: https://imgur.com/AjQBTRB
Also I disabled Infinite Scrolling temporarily.
Guess what I also found out? My pagination is broken, when clicking on Page 2 it redirects back to homepage.
This is great, just what I needed.
Forum: Fixing WordPress
In reply to: Add Infinite Scroll supportHey, I followed the other thread. This one should be closed now, I need your help on the other side mate! ??
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scroll supportI entered all details and it KIND OF worked however when scrolling down it loads all existing and visible articles and if you keep scrolling it’ll load them again repeatedly.
I want it so when it’s loading articles, the next one that is on page 2 should be loaded and not the articles that have already been loaded.
It happens repeatedly, it loads the articles that are already visible/loaded.
Website: https://www.mrguidee.com – maybe you can check it out and help me with the selectors?
Forum: Fixing WordPress
In reply to: Add Infinite Scroll supportI installed Jetpack and nothing happened, also they wanted me to connect my wordpress.com account which I don’t have.
Forum: Plugins
In reply to: [WooCommerce] Featured productsOk Thanks!
Forum: Fixing WordPress
In reply to: Static Page – Posts per pageI tried adding:
function hwl_home_pagesize( $query ) { if ( is_admin() || ! $query->is_main_query() ) return; if ( is_home() ) { // Display only 1 post for the original blog archive $query->set( 'posts_per_page', 5 ); return; } if ( is_post_type_archive( 'movie' ) ) { // Display 50 posts for a custom post type called 'movie' $query->set( 'posts_per_page', 50 ); return; } } add_action( 'pre_get_posts', 'hwl_home_pagesize', 1 );
To my theme’s functions.php and nothing changed on the front page..
Forum: Fixing WordPress
In reply to: Static Page – Posts per pageBook Store, it’s compatible with WooCommerce.
Is there a code for it, and where do I add it?
Forum: Plugins
In reply to: [WooCommerce] Featured productsIs it possible to change it so featured products are actually featured in the shop page and always stay at the top of the every product?