chtoma27587
Forum Replies Created
-
Hi guys,
I didn’t solve the problem, but I used a workaround that fits perfectly so I can use the shortcode on any page.
I just took the option to use a widget (where it works) and put this widget into a sidebar that I optimized with some CSS stuff to stick under my normal content. That was the only way to get the shortcode to work the way I want at the moment, unfortunately I don’t see there’s a simpler way of doing it.
Anyway it would be cool if there’s a solution in general.
Best regards
ChrisI have alread check with user role editor, seems fine.
We have a plugin that forces users to log in to see any page. Maybe a conflict with this?
Although it’s strange because it works fine in the widget…
I’ll try my best and keep you updated whenever I have success.Best regards and stay healthy!
I just used [bigbluebutton token=”z74658″]…
I don’t have the exact number behind the z in the token, but I just copied the token from the room overview page.I have the same problem.
When I use this as a widget in my sidebar, everything works fine.
But when I use the shortcode with the exacttoken on a normal page, it gives me the same error as shown in the thread title.
I am an admin, so I should have all permissions.
How can I fix this?
Forum: Plugins
In reply to: [Conditional Menus] Conditions don’t workHey,
Thanks for your reply and tips!
I just tried to assign the menu to a parent page and it works the way you mentioned it. But I definitely need the conditions to work on sub pages.
Sad to hear there is no clue to fix this bug so far, I really hope the dev team can handle this in any way :/
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Use different menu on specific pagesHey,
thanks for your repsonse!
The first plugin seemed to be perfect, but unfortunately it just doesn’t work.
Hope I get some help from its support, otherwise I’ll think about buying the pro version of yours.Best regards
Forum: Fixing WordPress
In reply to: Anchor link in menu jumps to frontpage instead of contentHey…
still got the problem, no one’s got an idea on that?
Best regards and many thanks
Forum: Plugins
In reply to: [WooCommerce] Invalid payment method, but I don’t want any payment methodUpdate:
The Internal Server Error only occurs when I try to buy a ticket when I’m logged in. Otherwise it’s okay.
Nevertheless it should work in another way.Forum: Plugins
In reply to: [WooCommerce] Invalid payment method, but I don’t want any payment methodWith this I get an Internal Server Error, too.
Forum: Plugins
In reply to: [WooCommerce] Get billing first name in exportPerfect, I tried your first solution and it works the way I expected, thank you very much!
In my code I used a method from the following URL, my mistake:
http://phpdoc.hotexamples.com/class/-/WC_OrderForum: Plugins
In reply to: [WordPress Media Library Folders] MLP Pro: only images?Thank you very much, we will purchase you Pro version in this case.
Forum: Plugins
In reply to: [WordPress Media Library Folders] MLP Pro: only images?At first, thank you very much for your answer.
As we haven’t purchased the Pro version yet, we don’t have any account at MaxGalleria.com.
I surely did understand that the ‘Add MLPP Media’ button is inserted, I just wanted to know if you can only find images or if you can find other media like pdfs, videos, docs as well. If it is so, we will purchase the Pro version.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Embedded Video over main navigationHey guys,
did you find any solution for this issue?
Best regards
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Embedded Video over main navigationForum: Plugins
In reply to: [Contact Form 7] Change button text when checkbox checkedOk thanks, but a premium Plugin is not an option unfortunately.
I just got a workaround with which I solved my problem:
<input name="chkCheckbox" type="checkbox" onclick="if (this.checked) { document.getElementById('anmeldungkostenpflichtig').style.visibility='hidden'; document.getElementById('anmeldung').style.visibility='visible'; } else { document.getElementById('anmeldung').style.visibility='hidden'; document.getElementById('anmeldungkostenpflichtig').style.visibility='visible';} "/> Testtext <p>[submit id:anmeldung "Anmelden"]</p> <p>[submit id:anmeldungkostenpflichtig "Kostenpflichtig Anmelden"]</p>
So I just made up two different submit buttons, one of them is hidden, the other is invisible – dependent on the checkbox.