kapppa
Forum Replies Created
-
Hi there @webtoffee ,
Thanks for your reply.
So, I deactivated all plugins but WooCommerce, Webtoffee Stripe Plugin and Launchflows plugin.
I tested multiple themes: 2017, 2019, 2021
The issue remains. On the /checkout page all works well.
When using Launchflows to have the checkout on the Product Single Page, it does NOT work. So only on the Product Single Page there´s this issue. So, I guess it has to do with the fact that it is the Product Single Page ;).Funny thing though, your PayPal Plugin DOES work well, even when the checkout is loaded on the Product Single Page using LaunchFlows.
Would love to hear your thoughts. Thanks a lot!
Awesome Nick!
Hi, Great suggestion!
Forum: Plugins
In reply to: [Catch Infinite Scroll] URL changing when scrolling@yaolendil Just curious, did you add this feature already to your plugin?
Thanks,
Hi @codersantosh!
I am experiencing the same issues as @xches described.
Fresh Local install, TwentyTwentyOne theme, CPT (Pods) (rest api checked), Gutentor, No errors in Console.
Backend / Editor:
Custom posts are not loaded / show. “Normal” Posts / Pages are working though.Frontend:
The Custom Post Type Posts are shown / loaded.This is – most def – a bug ;). It would be great if you could check this.
Thanks!
Forum: Plugins
In reply to: [Google Drive WP Media] one by one addingcheckboxes instead of select box would be great !
It´s a while ago… is there a change this will be taken in consideration for the next update?
Thanks!
Nice, and how was this fixed?
Forum: Plugins
In reply to: [WP Product Review Lite] style, scripts only on actual page / post-pagesThat would be great! Keep up the good work.
Gr
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?Hello Dave,
yes you have to change your code to
<?php echo cwppos_show_review('112'); ?>where 112 it a specific post ID.You can also use
<?php echo cwppos_show_review($post_id); ?>
to get the actual / current page / post id.Gr.
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?hi there…
the post is marked resolved… but it´s not… i guess?
Because the code of the plugin on ww.wp.xz.cn is not correct, is it?
So when someone is trying to use the manuel function with the originally code it´s not working….Thanks
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?Hi there,
in the “old” – but working – file, it´s probably the area:
if(@$cwp_review_stored_meta['cwp_meta_box_check'][0] == 'Yes' && (is_single() || is_page()) ) { if(cwppos("cwppos_show_reviewbox") == 'yes') return $content.$return_string; if(cwppos("cwppos_show_reviewbox") == 'no') return $return_string.$content; return $content.$return_string; } else return $content; }else return $content; }where it´s not working correctly with the setting “manuel”
Wenn i – for testing – just delete the “$return_string.” it´s working correctly for manuel… so the box is not loaded anymore.. But of course for the before content and after content this is not correct.
Thanks
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?ps. it should be bites and not kb i guess ;)….
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?Hi there,
ok. i figured out that the latest “cwp_frontpage.php” downloaded from ww.wp.xz.cn is only 671 kb and the previous one was 7734 kb.
when i upload the old version, the content is shown (post basis text field), BUT with the Review Box aswell. So when i choose manually in general settings and use the old version of “cwp_frontpage.php” the post text and the manually inserted Review Box (<?php echo cwppos_show_review(’22’); ?>) is shown… BUT also, the review box as if the setting was “after content”.
I guess the cwp_frontpage.php file is not correct at the moment on ww.wp.xz.cn?
Thanks
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?Hi there,
thanks for your quick reply.
Ok, i misunderstood the function of the manually insert. Now it works… the box is shown on the page….
BUT, why is the content (post-text) area disappearing when i choose “manually”?
Thanks
Forum: Plugins
In reply to: [WP Product Review Lite] How to place rating into page manually?Hi there,
well i am trying to manually insert the review box using the free version and the code “<?php echo cwppos_show_review(‘postid’); ?>” in my theme template.
In the admin area “general settings”-area, i´ve chosen “manually”.
This results in the single page not displaying the review box and not displaying the post content anymore.
I´m using a custom post type.
Any ideas?
Thanks