Page 1 of 1

CMS Plugin - Joomla 4

Posted: Fri Mar 04, 2022 4:41 pm
by hotspots24
Can you tell me when the plugin for Joomla 4 will be updated. Currently the plugin cannot be installed on Joomla 4.

Re: CMS Plugin - Joomla 4

Posted: Tue Mar 08, 2022 5:37 pm
by RJohnson
I was able to upload the "ggpkg_joomla_2_0_0.zip" in Joomla 4.

The extensions "GGPKG Editor", "GGPKG Import", and "GGPKG Package/Editor" show up under extensions.
The plugins "GGPKG Editor", "GGPKG Import" show up.

However, I am unable to create or view articles within Joomla or the front end of the site.

Is there a workaround for this, or is the plugin simply not compatible yet?
Regards,
Ryan

Re: CMS Plugin - Joomla 4

Posted: Tue May 17, 2022 10:56 am
by MRice
We would also like to see Joomla 4 updates as we are seeing 500 behavior::modal not found. errors in Joomla when the Pano2VR extensions are enabled.

Thanks

Re: CMS Plugin - Joomla 4

Posted: Wed Sep 28, 2022 3:07 pm
by Uta
I cannot even upload the plugin to a Joomla 4 site.
System announces as error "Jstring cannot be found"
I urgently need an update for 4
BR Uta

Re: CMS Plugin - Joomla 4

Posted: Sat Oct 08, 2022 1:41 pm
by MZahnd
I'm also still waiting for a way to use Pano2VR panoramas on Joomla website :cry:

Re: CMS Plugin - Joomla 4

Posted: Mon Oct 10, 2022 4:02 pm
by Hopki
Hi,
While we are busy with Pano2VR 7, for now, you can use an iFrame, so I would suggest, creating a package and an output folder.
Upload the output folder and use an iframe to display the tour, not done this myself but after doing a web search I found Joomla can do this.
As you have the package, later when the plugin is updated you can use the package, or just stay with the iframe.
Regards,

Re: CMS Plugin - Joomla 4

Posted: Tue Dec 27, 2022 2:39 pm
by MZahnd
thanks and yes, iframe works with joomla 4.

on my site the code is:

Code: Select all

<div class="pano"><iframe style="border: none; overflow: hidden;" src="https://natur-fotograf.ch/images/panos-iframe/tannensee/index.html" width="100%" height="auto" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe></div>
and in template css is additional:

Code: Select all

.pano {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}

.pano iframe, .video-stef object, .video-stef embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
} 
So it works also on Handy :)