subrat4php
Forum Replies Created
-
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessone more query:
As i want to show posts based on user role i.e. i will assign posts to registered users and they will login to the site and can be able to see what is assigned to them not all posts. Here, wordpress gives flexibility to create role (by code and plugins) but how auth0 will tackle this feature i want. Will wordpress distinguish the user logging in via auth0?
I have below roles:
super admin
site admin (sub sites)
editor (of each sub site)
Reader 1 (can see all posts)
Reader 2 (can see allocated posts)I guess you will get my point.
Forum: Plugins
In reply to: [Login by Auth0] Compatibility with Multisite or network wordrpessCurrently 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.
Regarding above point, all the setup i have done by using my own email id not my client’s. After i complete the whole project, will it messup something if i migrate to live server? I need to re-configure auth0 with my client’s auth0 details. Right??
Forum: Fixing WordPress
In reply to: canβt install Plugin Visual Composer@brianpugh1,
in php.ini file
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300If not possible from you than you can ask your server providers to help you out with this.
Forum: Fixing WordPress
In reply to: Plugins for ArticleIt seems you do not need any plugin just the blog posts will do the thing. You can categorize the posts based on categories in wordpress.
Keep me in queue if found any problems.
Forum: Developing with WordPress
In reply to: admin_enqueue_scripts $hook_suffix can’t work normally.First thing is I am in no where why you have to edit the plugin wp role editor?
Second thing is, if you need some customization work then you must do it by hooks and filters available with wordpress.
Third thing is, i am really not sure what is your actual requirement and what you were trying to do?I am sorry but its what i felt.
Forum: Fixing WordPress
In reply to: URL bocht found on serverIt is still showing
You don’t have permission to access / on this server.
Apache/2.4.18 (Ubuntu) Server at precisionag.no Port 443π
Forum: Fixing WordPress
In reply to: URL bocht found on serverForum: Fixing WordPress
In reply to: Resizing/adjusting tables with mousemanvantara777
Than it seems Custom Post Types is the only solution for you.
You can play with it the way you like. One of the reason why i love wordpress π
Forum: Fixing WordPress
In reply to: URL bocht found on serverDid you checked, you server responding to php files???
It seems you should contact your server providers for better support and help.
Keep me posted
Forum: Fixing WordPress
In reply to: URL bocht found on serverSorry @lillykc, I am not able to access the url.
Please check https://ibb.co/npqsnn
Forum: Fixing WordPress
In reply to: URL bocht found on serverAre you able to login to the site??? If yes, then go to permalink section under settings and save the permalinks once please.
Keep me notified.
Forum: Developing with WordPress
In reply to: admin_enqueue_scripts $hook_suffix can’t work normally.what is the purpose of the block of code you were writing and what this ‘users_page_users-user-role-editor’ will output???
Forum: Fixing WordPress
In reply to: canβt install Plugin Visual ComposerThis can be the below reason for this;
*** upload limit, execution time limit of the website.
check it once and retry.
One more thing, have you uploaded the zip file of the plugin via FTP or the folder after extracting the zip file???
Forum: Fixing WordPress
In reply to: How to make featured image a slide?It seems you need to do some coding for this to fetch the featured images (of page or posts) and slide them by using some jquery plugin.
It’s simple but it will be better if you ask the theme developer to do this for you.
Forum: Fixing WordPress
In reply to: Adding Columns to existing textCan you please explain the issue you are facing? it seems good to me (the link you have provided).
A screenshot with indicated portion will be good help to understand.
π