wci
Forum Replies Created
-
Hi again,
I had to change the LINK for the page to this > https://www.2share.info/cb2/rl-cb2-test/
Please go ahead and test and let me know how to solve the issue.Best, Alex
GREAT JOB, it works!!!
THANKS, AlexForum: Plugins
In reply to: [Collapse-O-Matic] collapse-o-matic does not work together with WP PopupGREAT JOB, it works!!!
THANKS, AlexForum: Plugins
In reply to: [Collapse-O-Matic] collapse-o-matic does not work together with WP PopupHi Gonzalesc,
thank for your suggestions, BUT the problem in this solution is, that I am using that popup for whole “health” related category and this then makes not possible to ad corresponding “page-popup” code. If I would use it as a general function to fire then it would not allow using the collapse on other pages i.e. privacy page.
May you have another idea of being able to use the collapse function combined without disturbing each other posts/pages and popups?
Best, Alex
Hi Gonzalesc,
I’ve now used your code above stated, but unfortunately, it’s still not proper working. On test page the collapse/expand working properly but within popup itself not.
Screenshot code activate > https://www.screencast.com/t/zVC6gGGwS5A
Screenshot test page/popup not working > https://www.screencast.com/t/lGNiTk8KmLiI am still looking forward to your helping hands.
Best, Alex
Forum: Plugins
In reply to: [Collapse-O-Matic] collapse-o-matic does not work together with WP PopupHi again,
I’ve got news from popop dev’s please check the thread to may give some helpful advice too.
Best, Alex
Hi gonzalesc,
THANKS, It’s almost working.
I’ve added your code by using the PHP snippets plugin.
Screenshot – https://www.screencast.com/t/PbAeK6gKQBut still a problem exists:
After the popup appears it’s perfectly working within, but in core test page then by clicking on a category item, it expands and automatically collapses again.
Screenshot – https://www.screencast.com/t/ygiv9mtJPLooking forward to your advice.
Best, Alex
Forum: Plugins
In reply to: [Collapse-O-Matic] collapse-o-matic does not work together with WP PopupDear twinpictures,
thanks for the response.Well, I have activated currently only 2 popups.
• 1st as live to use
– on all health-related post category and on both download option pages.
– exit redirect URL’s areonly on thank you pages activated by using profitbuilder page editor.
– I am using currently the free popups version and therefore unable to activate exit redirect popups• 2nd for testing purpose.
– on testing purpose only on test page with the test-popup for your further investigation. Popup-SettingsI have also submitted the query in the popups dev’s thread and hope they will provide the requested info requested.
Best, Alex
- This reply was modified 7 years, 9 months ago by wci.
Hi Gonzalesc,
thanks for the screenshot, but still not working.
1. if ajax is enabled > the table is expanded and no collapse is possible
Screenshot https://www.screencast.com/t/AFgqjMDF2. if ajax is disabled > the table is collapsed and unable to expand
Screenshot https://www.screencast.com/t/HRNJVj6gSo it seems there is still an issue to be solved. Even if I do not activate other plugins except collapse-o-matic and popups.
I got also news from the collapse-o-matic dev’s in this thread.
The issues is most likely that the content for the popup window being loaded dynamically. Ask the pop-up plugin developers if there is a callback provided that can trigger a function once the content has successfully loaded.
Can you provide them with the info requested to be able to proceed with the troubleshooting?
Any further ideas?
Please find here for troubleshooting also a Popup settings screenshot
Best, AlexHi Damian,
I need again info in how and where to turn ajax mode off?
Best, Alex
Forum: Plugins
In reply to: [GDPR] “We could not verify the the security token.”Hi all together,
I just had the same issue but after deleting all cookies it seems to work again.
Best, AlexForum: Plugins
In reply to: [FooTable] Plugin does not work on my installationI guess the missing part is the table head info:
—
<thead> <tr> <th></th> <th data-hide="tablet"></th> <th data-hide="phone,tablet"></th> </tr> </thead>—
but when using this “without header name but with display option” it’s working, but not hiding on mobile or tablet
—
<table class="footable" data-sort="false" data-filter="false"> <thead> <tr> <th></th> <th data-hide="tablet"></th> <th data-hide="phone,tablet"></th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"></td> <td style="text-align: left;"></td> <td style="text-align: left;"></td> </tr> </tbody> </table>—
but when using this “without header name” it’s still not working
—
<table class="footable" data-sort="false" data-filter="false"> <thead> <tr> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"></td> <td style="text-align: left;"></td> <td style="text-align: left;"></td> </tr> </tbody> </table>—
- This reply was modified 7 years, 9 months ago by wci.
Forum: Plugins
In reply to: [GDPR] GDPR I agree button click without effectHi again,
I am just wondering if now the problem has been fixed and may get a set by set instruction in how to solve this issue.
Best, Alex
Forum: Plugins
In reply to: [GDPR] GDPR I agree button click without effectAny news so far?