CMS Plugin - Joomla 4

Everything concerning the Wordpress/Joomla/Drupal plugins
Post Reply
hotspots24
Posts: 1
Joined: Thu Feb 17, 2022 10:15 am

Can you tell me when the plugin for Joomla 4 will be updated. Currently the plugin cannot be installed on Joomla 4.
RJohnson
Posts: 5
Joined: Wed Feb 21, 2018 12:24 pm

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
MRice
Posts: 4
Joined: Thu Mar 09, 2017 6:18 pm

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
Uta
Posts: 6
Joined: Fri Apr 16, 2021 12:52 pm

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
MZahnd
Posts: 19
Joined: Fri May 12, 2017 11:18 am
Contact:

I'm also still waiting for a way to use Pano2VR panoramas on Joomla website :cry:
User avatar
Hopki
Gnome
Posts: 12999
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

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,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
MZahnd
Posts: 19
Joined: Fri May 12, 2017 11:18 am
Contact:

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 :)
Post Reply