Lax Mariappan
Forum Replies Created
-
$user_id = get_current_user_id(); // Get the current user ID $meta_value = get_user_meta($user_id, 'your_meta_key', true); // Replace 'your_meta_key' with your actual meta key echo 'Your Meta Value: ' . $meta_value;Add the code snippet to your user profile file or template and check if it works.
Please note that, when the user is not logged in, they should be redirected to the login page.
This code assumes that the user is logged in.Forum: Everything else WordPress
In reply to: Product Category List duplicatesDid you add the categories block?
I’ve tested the Twenty Twenty Two theme, the shop page doesn’t have categories block on the top.Forum: Reviews
In reply to: [At A Glance Widget Plus] Very Handy!Thanks, Alfredo 🙂
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] the tabs have disappearedsame for me, I found the custom tabs are blank in the admin panel – edit product form.
I did inspect the tab via developer tools, yikes_woocommerce_custom_product_tabs div HTML was not found on the page.
Hope we can get it fixed soon
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Additional fields are not savedWaiting for the solution.
Someone please help
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Additional fields are not savedI cant add new custom fields to a custom post type.
When I add fields and click save pods button, I get this message
Success! Pod saved successfully.
But the fields are empty in pods edit screen as well as in custom post type add / edit page
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Additional fields are not savedHi @josh Pollock
I’ve moved files to dream host
But still the issue is not resolved.
I don’t think its a server issue
Please check the debug information below
Debug Information
WordPress Version: 3.9.1
PHP Version: 5.4.20
MySQL Version: 5.1.56
Server Software: Apache
Your User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36
Session Save Path: /tmp
Session Save Path Exists: Yes
Session Save Path Writeable: Yes
Session Max Lifetime: 1440
WPDB Prefix: bs_
WP Multisite Mode: No
WP Memory Limit: 40M
Pods Network-Wide Activated: NoUrgently in need of a solution for this
Thanks
LakForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Additional fields are not savedThanks @josh Pollock for your immediate response
I found there is an issue with server.
I will move the files to different server and let you know the status
Great work Great support
Thanks again to Pods team
Hi @extradams, @wesodo @grudder
Your group/pages have some privacy restrictions.
Please make it public.
Thanks,
Lakshmanan.Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Increase Image sizeHi cineaste23
Try this
http://ww.wp.xz.cn/support/topic/inline-images-in-larger-size
Thanks
LakshmananForum: Plugins
In reply to: [FBF Facebook page Feed Widget] RSS Feed unavailable.Hi Thomas,
Try this solution and let me know the status
http://ww.wp.xz.cn/support/topic/feed-url-is-no-longer-valid?replies=12#post-4599253
Thanks
LakshmananForum: Plugins
In reply to: [FBF Facebook page Feed Widget] RSS feed not availableHi Cameron
Please read the solution for this XML issue here
http://ww.wp.xz.cn/support/topic/feed-url-is-no-longer-valid?replies=12#post-4599253
Try it and Keep me posted
Thanks
LakshmananForum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed URL is no longer ValidHi davey,
Try the following fix.
The plugin uses simplepie to fetch RSS feeds. But Simplepie requires valid XML.
We cannot control facebook XML feed.
So I have removed the illegal characters in SimplePie’s parser.
Now the feeds are working fine.
Please follow the below instructions
Go to your site File Manager or use any FTP software.
The path is website/www/wp-includes/SimplePie/Parser.php
Replace the file contents with http://pastebin.com/0zA9gXZe this updated file.
Now check your FBF facebook page feed widget. It should work.
Let me know if you have any issues.
Thanks
LakshmananForum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed URL is no longer ValidHi davey,
A ? question mark in the feed description breaks the xml.
Let me fix and update you soon
Thanks
LakshmananForum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed URL is no longer ValidHi
It seems your feed xml is invalid, Unicode may be the issue.
Pl let me know your facebook page ID
Thanks
Lakshmanan