LogicRays Technologies
Forum Replies Created
-
Forum: Plugins
In reply to: [ElementsKit Elementor Addons and Templates] Counter not displayOkay @faithcoder after enable widget, counter display working properly.
Thank you so much.Forum: Plugins
In reply to: [WooCommerce] Implementing a block editor based payment gateway.Thanks @shahzeenfarooq for your answer. I will check provided by your links
Let me check ??Hi Raju Ahmed
add_action(‘wp_ajax_wmufs_chunker’, array($this, ‘wmufs_ajax_chunk_receiver’));
This hook affecting to custom function, Please check.
ThanksForum: Plugins
In reply to: [WooCommerce Payfast Gateway] WCFM Membership not showing payment gatewayHello
Please check below screenshot
https://tinyurl.com/yozuujyy
Here payfast not showing.
ThanksForum: Plugins
In reply to: [Grid/List View for WooCommerce] PHP Errors in logI have checked but not working.
- This reply was modified 1 year, 11 months ago by LogicRays Technologies.
- This reply was modified 1 year, 11 months ago by LogicRays Technologies.
Forum: Plugins
In reply to: [Fraud Prevention For WooCommerce and EDD] Setting page not workingI have fixed, Just update this line.
Path: woo-blocker-lite-prevent-fake-orders-and-blacklist-fraud-customers/admin/js/woocommerce-blocker-prevent-fake-orders-and-blacklist-fraud-customers-admin.js
Line no 3
$( document ).ready(function() {
Thanks
LTPLForum: Plugins
In reply to: [Grid/List View for WooCommerce] PHP Errors in logAny solution ?
Hello,
I have try to disable other plugins and change theme to WordPress default still same PHP warning.
Thanks- This reply was modified 1 year, 11 months ago by LogicRays Technologies.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Post Title and Featured Image Not WorkingHi
Put below code in functions.php and chnage field name: post_image its working fine.
add_action(‘acf/save_post’, ‘move_image_to_post_thumbnail’);
function move_image_to_post_thumbnail($post_id) {
if (get_field(‘_thumbnail_id’, $post_id, false)) {
// get unformatted value
// we did it above too, no point formatting the value for this
$image_id = get_field(‘_thumbnail_id’, $post_id, false);
update_post_meta($post_id, ‘post_image’, $image_id);
}
}Hi Jesse Pearson,
I have got solution, Just add below code in function.php
add_filter( ‘woocommerce_order_needs_shipping_address’, ‘__return_true’ );
Thanks
LrHi @ahmed Kaludi
any thoughts?
Hi
it’s ok no worries ??Yes i have installed AMP theme framework plugin and my main theme is Twenty seventeen
but for AMP I think we need to Add all our custom templates to that plugin folder yes but somehow that is not working so please advice as we have done our code for custom page template but stuck in AMP for custom page template.Thanks
LRHi Ahmed
I am sorry but nothing is working like you said. You said need to create file name like page-{$pagename}.php but you haven’t done same thing in your video:
How to create a Custom Page Template in AMP Theme Framework.
I have checked video more then 5 times but you haven’t done like you said in your last reply.
are you sure that custom page template will work with AMP? if not then we will check for alternate way to do.
Please advice.
Thanks
LRHi
I have follow your instruction but not working, here is steps which we have done
1) Create one page template inside twenty seventeen theme
2) Install Theme framework plugin
3) copy and paste page template from step no1 and put inside : /public_html/wp-content/plugins/amp-theme-framework-master
4) Create one page like: AMP TEST -> assign that page template and tried to run that page but that is not working i mean file is not calling and showing empty page with Just header/footer and title of page.Now let me know what steps i have missed ? We are going to buy PRO version but even we are stuck at free plugin so please advice asap.
Thanks
LogicraysHi
Wow Thanks for link. Resolved !