Osama Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce Extra Registration Fields] Data Missing In Profilewhat is the your WordPress version and do you have an online version ?
Forum: Plugins
In reply to: [Woocommerce Extra Registration Fields] Data Missing In ProfileSorry for the late reply, we don’t provide a feature for the user to see the details added from the back-end, also you may check the user details in the user_meta table, may be we could add this functionality in the future
Forum: Plugins
In reply to: [Woocommerce Extra Registration Fields] Where does the info go??Hello, the added data for the user is saved in the user_meta table, may be we could add a feature for the admin to see the user extra fields from the admin panel
Forum: Plugins
In reply to: [Woocommerce Extra Registration Fields] Get the valuesdo you mean that you want to get the value from the front-end ?
Forum: Plugins
In reply to: [Woocommerce Extra Registration Fields] Get the valuesSorry for the late reply, but what do you mean by that ?
Forum: Plugins
In reply to: [Woocommerce Extra Registration Fields] Screenshotsadded extra screenshot .. thanks
Forum: Plugins
In reply to: [WooCommerce] Adding HTML in the order review boxAny help ?
Forum: Plugins
In reply to: [FeedWordPress] Problem with featured imagesyou i use “Feedwordpress Advanced Filters” plugin , but i still can’t get the featured images automatically
how can i solve that ?
you can use the following
xprofile_get_field_data( ‘Field name’, bp_get_member_user_id());
also don’t forget to set the value for the user in the profile admin setting ..
Forum: Fixing WordPress
In reply to: Get the url of attachments from the database ?i got it i have to alter my sql statement to be like the following
select guid from $wpdb->posts where post_parent = $current_id" AND post_type = 'attachment'
thanks
Forum: Fixing WordPress
In reply to: Show images in lightbox effect plugin ?but what i want that when i click on the thumbnail on the home page … it open with a slideshow with images ( that in the post )
can i do that ?
Forum: Fixing WordPress
In reply to: Show images in lightbox effect plugin ?but i already have a theme … I’m searching for plugin
Forum: Fixing WordPress
In reply to: How to upload my wordpress website developed locally to server ?OK thanks tried that and worked fine ..
Forum: Fixing WordPress
In reply to: How to upload my wordpress website developed locally to server ?But the problem when i click on any page .. i refer to ( https://example/wordpress/post ) not to ( https://example.com/post )