singapuree
Forum Replies Created
-
Thank you.
Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryJust upgraded to 1.7.4 and tested and it seems to be working fine.
Thank you so much.
??Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryHi Maeve,
I was wondering if there had been any progress with the issue I am experiencing?
I have posted a link again to demonstrate the problem.https://www.dreamoak.com/?wpccategories=tvstands
Thanks in advance.
Best wishes for the new year.Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryHi Maeve,
Sorry for delay in replying, been away.
I don’t believe I am using any caching plugins, here is a list of the plugins used on my site:
Contact Form 7
Fourteen Extended
Shortcodes Ultimate
WordPress Shortcodes
WordPress Importer
WP CatalogueThanks
Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryTo see what I am experieincing visit
https://www.dreamoak.com/?wpccategories=tvstands
Then select the first product and you’ll see that it only shows the previous link upon clicking this it takes you to servers category.Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryHi Maeve,
I upgraded but am experiencing random issues.
The fix only seemed to work on the servers category on my website, then started exhibiting strange behaviour like jumping categories as before and also losing all layout formatting intermittently.
How do I roll back?Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryThank you Maeve, looking forward to the fix ??
Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryHi Maeve,
I looked into your code<?php if(get_option('next_prev')==1){ echo '<p class="wpc-next-prev">'; previous_post_link('%link', 'Previous'); next_post_link('%link', 'Next'); echo '</p>'; } ?>
and I think may be the previous_post_link and next_post_link functions should be replaced with a custom function that cycles through posts depending on the category selected.
For all products it could call these existing functions as default but if a category is selected than only a subset of posts should be cycled through.
Can that be accomplished somehow?Forum: Plugins
In reply to: [WP Catalogue] previous and next post from one categoryHi Maeve,
I apologise, I should’ve checked to see if the problem I am experiencing had been reported before. I am having the same issue as hiko.
I shall post my problem here and feel free to delete my thread.WordPress version: 3.9.3
Plugin version: 1.7.1
Link to my site: https://www.dreamoak.comI expected the plugin to do this: Clicking next or prev on a product, whilst within a category, should show next product in the currently selected category.
Instead it did this: It jumps to the next product added chronologically, if that happens to be in another category then the category selection jumps to the category of the new product.
Here’s what I’ve tried so far: I do not know what to try to resolve this.
Forum: Plugins
In reply to: [WP Catalogue] next prev links jumps categoriesWordPress version: 3.9.3
Plugin version: 1.7.1
Link to my site: https://www.dreamoak.comI expected the plugin to do this: Clicking next or prev on a product, whilst within a category, should show next product in the currently selected category.
Instead it did this: It jumps to the next product added chronologically, if that happens to be in another category then the category selection jumps to the category of the new product.
Here’s what I’ve tried so far: I do not know what to try to resolve this.
Forum: Plugins
In reply to: [WP Catalogue] image scale and cropHi Maeve I recently experienced the exact same problem with ver. 1.7.1 of the free plugin and the Twenty Fourteen template. However, I found if you put !important after the height value in the plugin css it seems to fix the issue. Can you tell me if there would be any adverse effects of doing this? I checked other pages and it seems okay.
.wpc-img img { border-radius: 0; box-shadow: none; height: 110% !important; }