Samuel O.
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Forms where content can be updatedI’ve been looking at crms?
Didn’t quite get what did you mean by “crms”Forum: Fixing WordPress
In reply to: delay in images being deleted from Media LibraryFrom the plugins you mentioned, I don’t see any plugin that could be a culprit.
I would recommend reaching out to website hosting support team.
Forum: Developing with WordPress
In reply to: Forms where content can be updatedThis can be done using GravityForms plugin. For updates part – will you update it yourself or you want to make it available for users to update it from front end when they want?
Forum: Fixing WordPress
In reply to: Right-aligned images stick out into right marginAlthough this is weird. A workaround that I can suggest is to insert the group block and within group block insert the image.
Click on image block > click on three dots > click on “Group”
Forum: Everything else WordPress
In reply to: how to set the mobile panel information?Your question is not clear. Can you please elaborate.
Also it appears you are using blocksy theme. So checking their documentation might help – https://creativethemes.com/blocksy/?s=mobile&post_type=documentation
Forum: Networking WordPress
In reply to: License status is unknownI will suggest reverting to the previous version of WordPress and then updating again on non production environment. Only after testing you should update the production.
Forum: Fixing WordPress
In reply to: delay in images being deleted from Media LibraryDo you have any object cache plugin installed? If you could share your website URL that will be helpful.
Forum: Requests and Feedback
In reply to: starter templates plugin and elementor plugin not workingI think the error is mainly due to an SSL, did you check that?
Forum: Everything else WordPress
In reply to: Show all Main Menu items on a single page
Your best bet is to use menu walker https://developer.www.ads-software.com/reference/classes/walker/#custom-usageForum: Everything else WordPress
In reply to: Show all Main Menu items on a single pageProbably you were not searching a solution with right keyword. This plugin has an option to show menu as a sitemap. Please check it out – https://www.ads-software.com/plugins/main-menu-html-site-map/
Forum: Installing WordPress
In reply to: domain redirected after fresh installIt is certainly not redirecting for me but it is missing an SSL certificate. So I assume you are getting there. All the best.
Forum: Fixing WordPress
In reply to: ftp_chmod PHP warning on IIS installationTo avoid such issues, I highly recommend using a hosting service that provides file writes only through version control system. That way you don’t need to worry about getting your site hacked or malware issues. Look for some managed WordPress hosting options.
Forum: Everything else WordPress
In reply to: page not savingCan you please check what errors you get in browser console as well as in WordPress error log?
If you are using chrome please check below to know how to use dev tools:
- https://developer.chrome.com/docs/devtools/open/
- https://developer.chrome.com/docs/devtools/console/
To know how to enable debug.log please refer this:
Forum: Everything else WordPress
In reply to: page not savingThere is some JS error causing this issue.
Try deactivating other plugins and see if it still happens. If it does, then activate any default WordPress theme and see if it still happens. This way you should be able to find the root cause.
Forum: Fixing WordPress
In reply to: ftp_chmod PHP warning on IIS installationPlease check this for fixing your permissions – https://www.ads-software.com/documentation/article/changing-file-permissions/#permission-scheme-for-wordpress
To restrict the plugin / core updates you should restrict by role/capability see if this plugin can help – https://www.ads-software.com/plugins/user-role-editor/