subrat4php
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: admin_enqueue_scripts $hook_suffix can’t work normally.Is it working now??? If not, can you please explain bit more of the problem you are facing so that I can suggest you something from my end.
??
Forum: Fixing WordPress
In reply to: Resizing/adjusting tables with mouseHi! @manvantara777,
Can you please explain bit more. Like do you want the resize table thing for above mentioned link or page? or for all the pages with such structure?
It seems if it is just a page or page(s) with such structure then i think you can go for custom post types without using table. Just simple divs and you are done.
Let me know if you have any queries.
Forum: Developing with WordPress
In reply to: admin_enqueue_scripts $hook_suffix can’t work normally.Hi! @bearshang,
It seems your code is not complete. Please check once.
add_action( 'admin_enqueue_scripts', 'adminAssets' ); function adminAssets($hook_suffix){ echo $hook_suffix; }
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessQuick question!!!
Currently i am working in the dev server and have auth0 account with my email id. Will this keep an impact during migration to live server.
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpess@auth0josh keep updating me please!!!
??
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessI have got below error log
03/09/2018 09:40:41
WP_Auth0_Api_Client::update_client
http_request_failed
A valid URL was not provided.Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessHere i have mentioned the steps i am following to setup the plugin and configure it;
1. I have installed the plugin Auth0 (not activated). Then i have created on account with Auth0, when about to create one client as per the plugin instruction, it is saying to create an account in Auth0 (https://auth0.com) and add a new PHP Application.
I have not found the PHP Application option is the account. Please check the below link for your better understanding and let me know if i am making any mistake(s).
Please advice so that, i can proceed with configuring the plugin with the multisite.
Waiting for your feedback.
- This reply was modified 7 years ago by subrat4php.
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessHi @auth0josh,
I will again install the plugin in the multisite setup and will update you here. But before that, I have another question…
I will use two more plugins along with Auth0 they are as follows;
1. Capability Manager Enhanced
2. WP KnowledgebaseI hope Auth0 will work with them.
??
Forum: Plugins
In reply to: [WooCommerce] On 3.0, the Order detail doesnt show the attributes!Hi @mikejolley,
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_true' );
The fix you have suggested not working for me. Can you please guide me regarding this.
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessHi @auth0josh,
Can you please suggest me the steps to follow to implement it in the multisite setup as i have already removed it from the setup cause there is no option to de-activate the plugin so removed it forcefully.
I need to re-install it again and re-configure from beginning.
hope to get support from you ??
Forum: Plugins
In reply to: [WooCommerce] On 3.0, the Order detail doesnt show the attributes!Hi @onedigitalfarm,
I did as per the instructions but no help till now.
Forum: Plugins
In reply to: [WooCommerce] Help with Variation display in cartForum: Plugins
In reply to: [WooCommerce] On 3.0, the Order detail doesnt show the attributes!I have checked for the code lines in
includes/class-wc-order-item.php
but didn’t find the code snippet suggested to change.Any suggestions, I’m using 3.3.3 and 3.0.0 is two different setups.
Forum: Plugins
In reply to: [WooCommerce] On 3.0, the Order detail doesnt show the attributes!Hi @cameronjonesweb,
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_true' );
Above code is not working for me. Version i am using is 3.3.3 and 3.0.0 in two different setups.
Can you suggest something else?
Forum: Plugins
In reply to: [WooCommerce] Help with Variation display in cartNot working for me. I need to show the details of a product (e.g. 20 Large & 20 Small shirt) in cart as well as in checkout.
Can anyone please suggest a solution. My woocommerce version is 3.0.0 and 3.3.3 (in two setups)
- This reply was modified 7 years ago by subrat4php.