kingrobb
Forum Replies Created
-
Forum: Plugins
In reply to: [Modal Dialog] How to Open Modal Dialog with a button?I think my issue was simply a jquery thing ..
In the end this worked …<a title="Learn More" id="openmodal" href="#"></a>
<script> jQuery(document).ready(function() { jQuery('a#openmodal').click(function() { jQuery("a#inline").trigger('click'); }); }); </script>
But now I have a different problem …
After closing the modal window the content is gone. How can a person open the same window again with a click?
Forum: Plugins
In reply to: [Modal Dialog] How to Open Modal Dialog with a button?Clearly I don’t have a clue what I need to do to get this to work. After doing some research it seemed to me that all I needed to do was to change my link to ….
<a href="#inline" onclick="return false;" title="Learn More"></a>
But that did not work. Then I tried
<a href="#" onclick="openDialog();" title="Learn More"></a>
‘function openDialog() {
jQuery(“a#inline”).trigger(‘click’);
}’But that did not work either. I am still stumped.
Forum: Plugins
In reply to: [Modal Dialog] How to Open Modal Dialog with a button?Hello – I am having the same problem actually.
I have a page https://jacksonpark.ca/ that has a text link for users to click on to open your modal window.
I changed the link to<a href="#" id="inline" title="Learn More"></a>
But when I add that id=”inline” to the link the following message is displayed when the modal box is opened …“The requested content cannot be loaded.
Please try again later.”If I remove the ID then the modal box will open but just not user click controlled.
Can you please help me fix this.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] MAX CPU UsageI am curious as to a solution as well. I have installed the Patch and the robots.txt file fixes. I am using the free version, and have just noted that (source: https://support.time.ly/search/cpu and https://support.time.ly/1-11-2-pro-release-notes/) that the Pro versions 1.11.1 and 1.11.2 report “Improved memory usage”. So the free version does not? Is the fix coming to free version? Do I have to upgrade? Does upgrading in fact even help? Anyone?
never mind – sorry