yade
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Admin single product’s load more reviews keep repeating@rainfallnixfig sorry for late answer ! Thanks a lot for the help ! I tried to google it but I guess my keywords were not right ?? …once again, thanks !
Forum: Plugins
In reply to: [WooCommerce] Admin single product’s load more reviews keep repeatingHi @rainfallnixfig , thanks for the reply !
Well, I deleted all the browser cache for the site, I have no other plugins than WooCommerce and had 2 for the imports but I deleted those as well and now I have only WooCommerce and WordPress Import and I’m still getting the same result – oh and it is WooCommerce’s reviews, nothing else used for it…I did some screens, please check, if you can and let me know, what you think:
- Before load more – https://ibb.co/r5Z89vS
- After load more – https://ibb.co/jW7q6W9
Also, I didn’t touch any settings on WordPress after installation (so comments settings are in default state), neither on WooCommerce, except allowing reviews in WooCommerce.
P.S.: The Virtual Reviews link in the left top corner of admin’s menu is the plugin that imported the dummy reviews and the screenshot is made before the plugin was deleted, however the state of reviews is the same even without the plugin.
- This reply was modified 3 years, 4 months ago by yade. Reason: left out a detail about the screenshot
Forum: Plugins
In reply to: [Multiple Post Thumbnails] get_post_thumbnail_url not workinghey man, thanx to your post i solved my same problem ??
instead of get_post_type try to write your post type (or custom post type), save it in a variable and echo out the variable itself, kind of like this:<?php if (have_posts()) : while (have_posts()) : the_post(); $custom = MultiPostThumbnails::get_post_thumbnail_url('post', 'secondary-image', NULL); ?> <div class="yourDiv"><?php echo $custom; ?></div> <?php endwhile; endif; ?>
Forum: Plugins
In reply to: [WooCommerce] Divide the output of variable.php