3pointross
Forum Replies Created
-
Ah, I was afraid this might be the case – it sounds like LogicalDOCS is either also using Advance Custom Fields in a similar but incompatible way or it’s using the same function names that ACF does.
They might have a solution on their end?
Hello,
Thanks for the heads up on this – this is really strange.
It looks like the custom field library included in Panorama Lite is not loading which I suspect could be one of two reasons:
- Did you manually upload the Panorama files through FTP? If so maybe not all of them uploaded?
- Is it possible you have advanced custom fields uploaded on your site but not active?
If neither of those seem right, can you try installed Advanced Custom Fields on your site? https://www.advancedcustomfields.com/
That will load the custom field library separately and should correct this issue.
Forum: Reviews
In reply to: [Panorama - WordPress Project Management Plugin] Appaling SupportHi Joe,
Sorry we weren’t very helpful in solving your issue. I think Lyndsay just misunderstood what you were asking — but we can certainly work on trying to ask more questions when we’re unsure.
In terms of the turn around time, your initial ticket came in Thursday evening and we responded on Monday. We try and respond as quickly as possible, often within one business day… but high volume can push that out. With the weekend it did unfortunately take longer than what’s ideal.
Forum: Plugins
In reply to: [Panorama - WordPress Project Management Plugin] Override Template :)Hi Jaime,
It’s probably a bit overkill, but you’d have to override the entire single template.
If you create a “panorama” folder in your wp-content/themes/yourtheme folder and then copy the single-lite.php template from /wp-content/plugins/project-panorama/lib/templates into that folder it will pull your themes version of the template.
You can then change the path of that JS file to your own customized version.
Hope this helps!
Hi David,
Try going to Settings > Permalinks – scrolling down to the bottom of the page and click “save.” You don’t have to change anything, just click save.
That works 90% of the time.
In terms of the notice, that’s a debug notice — it doesn’t mean something is wrong, just that there is something a developer might want to check and look into. What it does mean is that you have PHP debugging turned on which isn’t recommended for live sites for security reasons. I’d recommend going into your hosting control panel and see if you can disable it.
Forum: Plugins
In reply to: [Panorama - WordPress Project Management Plugin] Where are tasks ?Hello, not a stupid question at all. Unfortunately there are no tasks in the free version. The custom field library we use to power tasks has a license that prevents us from bundling it with a free plugin. Sorry!
Forum: Plugins
In reply to: [Panorama - WordPress Project Management Plugin] Plugin error not workingSorry again, I should have tested an install from the repository. It worked on my test sites because all the files were there, but many of the new CMB2 files didn’t get transferred into the repository.
I’ve added the missing files, downloaded a version from the repository and confirmed it’s working. If you update to 1.3.2 you should be all set.
Sorry again, I’ll know to test an actual install next time!
-Ross
Forum: Plugins
In reply to: [Panorama - WordPress Project Management Plugin] Plugin error not workingSorry everyone, looks like a large portion of CMB2 didn’t get pushed into the repository. Working on it now.
Forum: Plugins
In reply to: [Panorama - WordPress Project Management Plugin] User passwords get messed upHello,
We replied to your ticket through our support desk, did you not get it? I suspect that it’s related to a security plugin or login captcha plugin. Panorama simply skins the WordPress login, it doesn’t modify, touch or alter the login system, password or users. We’ve also never had this reported elsewhere so it’s likely a plugin conflicting with Panorama.
If you submit another ticket or respond to our response we can help you through the support desk. This area is specifically for the unpaid version.
Forum: Fixing WordPress
In reply to: Passwords getting all messed upHello Karla,
We got your support ticket and are looking into what might be going on. You’ll get an e-mail response from us through the support desk shortly.
Best
-RossForum: Plugins
In reply to: [Panorama - WordPress Project Management Plugin] Phases html and layourHi Nylarosie,
You should be able to use HTML just fine, the phase description output isn’t being filtered or altered in any way. If you’re not able to use HTML then there is likely a conflicting plugin or theme that’s causing an issue. I’d try deactivating all the other plugins and switch to the twenty sixteen theme and see if it makes a difference.
Forum: Plugins
In reply to: [Plugin: Project Panorama Lite] Doesn't display access TabHi Kal,
Have you set the projects to private or password protected? By default on lite the projects are public, you have to set them to private or assign a password (just like you would a WordPress post) to restrict them from public view.
Best
-RossForum: Plugins
In reply to: [Plugin: Project Panorama Lite] Doesn't display access TabHeya Kalcantar,
The lite version doesn’t have an access tab, you have to set the project to “password protected” or use another membership plugin to restrict access.
The library we use to manage assigned users can’t be included in a free version based on their license.
Hope this helps!
-RossDo you have access to your error logs? I suspect GeneratePress uses a library Panorama shares — if I can find out which I can create a fix.
Thanks!
-RossHi Benny,
Sorry but I’m not sure if there is a way to do this without some pretty significant custom programming.
You’d have to create a field for the new CPT to select and reference a project. Then, when the user tried to access the new CPT get the referenced project, get the list of users with access and then compare their user IDs to the current logged in user.
Best
-Ross