plumi10
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid] Plugin breaks recpatchav3Thank you for your effort!
Forum: Plugins
In reply to: [Popups for Divi] How to link to an open popup?Hello @ausyed
Thanks for your help now it works like a champ ! π
solutions for others having the same issue:
theme options > integration > add code to header
<script> DiviArea.addAction("ready", function() { if (!window.location.hash) return; var area = DiviArea.getArea(window.location.hash); if (area) DiviArea.show(area); }, 20); </script>and code module directly on the page
<script> DiviArea.addAction("ready", function() { var area = DiviArea.getArea(window.location.hash); if (area) DiviArea.show(area); }); </script>- This reply was modified 5 years, 4 months ago by plumi10.
Forum: Plugins
In reply to: [Popups for Divi] How to link to an open popup?Hi @ausyed
I’m having the same issue, no popup is triggered by url when you load it in a blank page.
e.g https://newnew.infopro.ch/#downloads
a) pop-up is displayed when page (newnew.infopro.ch) is loaded
b) pop-up is not showed when accessed by url from a new page/different page or by right click open in an new tap from the menu on top of the page- This reply was modified 5 years, 5 months ago by plumi10. Reason: typo
Forum: Plugins
In reply to: [Popups for Divi] How to link to an open popup?Hi @ausyed
i’m having the same issue. How and where do I add this code?
Thank you in advance!
plumi10Update:
Found your documentation!
https://divimode.com/how-to-use-the-js-api/#Forum: Plugins
In reply to: [ICS Calendar] Display ongoing events in list viewthank you very much, let me know if i can help you somehow!
Forum: Plugins
In reply to: [ICS Calendar] Display ongoing events in list viewsorry for the confusion, yes i meant events that are happening right now. but also with pastdays i do not see any event that happened in the past, which would also be fine if the list displays all events starting from yesterday.
Forum: Plugins
In reply to: [ICS Calendar] Display ongoing events in list viewthanks for the speedy response!
These are always single events each has a duration of approximately 2h. Each event is just a soccer game so they do not span over multiple days.
- This reply was modified 5 years, 8 months ago by plumi10. Reason: typo
Forum: Plugins
In reply to: [WooCommerce] grunt assets!!! WHY!this must be an issue caused by woocommerce rolling out a corrupt update. I’m having the same issue and I’ve never installed any beta or dev previews. I hope they learned from their mistakes and maybe fix this with an upcoming update by them self.
Still love you work and can fully understand it.
Where man is working there are mistakes made.stephan
Forum: Plugins
In reply to: [ICS Calendar] List view – Location not always displayingthanks for the speedy response!
i tried this but it did not work…
Nevertheless i found a workaround its quite stupid but it works
I added the attribute toggle=”true” and the custom CSS.ics-calendar.toggle .event .descloc { display: block; }to match the same condition in CSS as if you would have clicked the event in the list. So the location is always shown.
anyway I assume the solution would be to add a new attribute which only affects the list view e.g. loclist=”true” with more or less the same as toggle but without the click function.
Forum: Plugins
In reply to: [ICS Calendar] List view – Location not always displayingHi room34
I’m still having exactly the same issue with the latest release 3.2.0
Is there a fix for that in the pipeline or do you have a css workaround for that?best regards,