Topic-icon Pop up

Active Subscriptions:

None
12 years 4 months ago #40239 by Prffrost
Pop up was created by Prffrost
the pop-up for JFBConnect: Open Graph - Objects in Joomla 3 backend doesn't work in all Browsers for me….. :-(
The topic has been locked.
Support Specialist
12 years 4 months ago #40244 by alzander
Replied by alzander on topic Pop up
Can you explain a bit more about what is, or isn't, happening? What browsers are working? What browsers aren't? What happens when it doesn't work?

Also, for the browsers that it doesn't work, I'd try the following:
* Make sure you don't have any popup blockers, virus scanners or privacy extensions installed. If so, try starting that browser with all extensions/add-ons disabled and test again.
* Try from a different computer using the same browser. That will eliminate a lot of possible conflicts that may be happening on the specific computer.

In general, we're not sure of any issues with the popup in any browsers, so we'll need to narrow down why your site/browser/computer is different than others.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40268 by Prffrost
Replied by Prffrost on topic Pop up
the Button for a new Open Graph - Objects
<button onclick="http://_______________.com/administrator/index.php?option=com_jfbconnect&amp;view=opengraph&amp;task=objectcreate&amp;tmpl=component" class="btn btn-small modal" data-toggle="modal" data-target="#modal-neu">
<i class="icon-cog"></i>
neu</button> dosen´t open the ModalBox … all other Boxes and Popups working on my Site …. no Popup Blogger
The topic has been locked.
Support Specialist
12 years 4 months ago #40297 by alzander
Replied by alzander on topic Pop up
I'm unsure why that popup wouldn't appear. Can you check the following:
1) Do you have any security extensions installed on your site? If so, can you try disabling them to test if they are blocking the popup for some reason?
2) In the Joomla Global Configuration area, set the "Error Reporting" setting to "None". It's possible a PHP notice or warning is preventing the popup from appearing correctly.
3) Check your Apache access and error logs when you try to load that page. See if there are any messages that may help narrow down what is preventing that page from loading.

Unfortunately, I don't have any specific answers to get you going. This is simply not something we've heard of before, but we'll gladly help investigate however we can.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40303 by Prffrost
Replied by Prffrost on topic Pop up
i works....
but i must disable the System - Widgetkit ZOO plugin.
and what can i do to use also this plugin?

greezzz and Thanks
The topic has been locked.
Support Specialist
12 years 4 months ago #40315 by alzander
Replied by alzander on topic Pop up
In the last release, we had some fixes in JFBConnect to improve compatibility with the WidgetKit plugin in the front-end. However, I'm not sure what the WidgetKit plugin has to do with our admin area and we haven't heard of that problem before.

The only thing I can recommend for now is to re-order the WidgetKit plugin to before and/or after any JFBConnect plugins to see if that improves the issue. Most plugins shouldn't really be doing anything in the admin area though, so I'm not sure what's going on there.

Keep me posted, and glad we found a solution, albeit not a great workaround.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40334 by Prffrost
Replied by Prffrost on topic Pop up
before and/or after doesn´t work.
do you want a admin access to see my problem?
The topic has been locked.
Support Specialist
12 years 4 months ago #40346 by alzander
Replied by alzander on topic Pop up
Sure. Please feel free to Private Message us admin credentials for your site. We'll gladly take a look. Please include any steps we should take and the exact name of the plugin you are enabling/disabling.

To PM me, just click the mail icon under my name to the left.

Thanks,
Alex
The topic has been locked.
Support Specialist
12 years 4 months ago #40370 by alzander
Replied by alzander on topic Pop up
I don't know WidgetKit well enough to know why it's doing what it's doing, but I know what's happening. Normally, the link to open the popup should look like this:
<button onclick="index.php?option=com_jfbconnect&view=opengraph&task=objectcreate&tmpl=component" class="btn btn-small modal" data-toggle="modal" data-target="#modal-new">
When WidgetKit is enabled, the link looks like:
<button onclick="http://hairwebmagazin.com/administrator/index.php?option=com_jfbconnect&view=opengraph&task=objectcreate&tmpl=component" class="btn btn-small modal" data-toggle="modal" data-target="#modal-neu">
The last portion is the problem:
data-target="#modal-neu"
WidgetKit is, for some unknown reason, changing our HTML for 'new' to 'neu'.

I have no clue what the cause of this is. You'd need to fix this with them to understand what is happening there. If you've somehow configured WidgetKit to do a replacement of all words 'new' with 'neu', you'll need to undo that for our popup to work.

I hope that helps get you going,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40394 by Prffrost
Replied by Prffrost on topic Pop up
you are fantastic…. thank you…

i use the german Languagefile for ZOO in the backend and find in de-DE.com_zoo.ini the tag NEW="neu"
i renamed NEW="neu" in NEW="new" …and tatata…. it Works …. :-)
The topic has been locked.