Sandeep
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Jquery usage in safari browserThanks Michael!
The entire functionality stops working if I remove that code.In addition, mu column now displays the actual submit_time along with “Details” word. How can I remove the submit_time value?
Tableau
https://graspit.co/course3_tableau_1729/
1450925954.1992Details–> I want to remove the 1450925954.1992 and just keep the “Details” word. Can you pls. help me with this?
Forum: Plugins
In reply to: [Contact Form DB] Using CFDB-HTMLThanks Michael!
Forum: Plugins
In reply to: [Contact Form DB] Jquery usage in safari browserSure Michael!
1st page
[cfdb-table form="CourseList" class="CSSTableGenerator" headers="submit_time=Details" show="Course Title,More Details,submit_time" filter="Course Title~~/.*$_POST(coursetitle).*/i&&lname~~/.*$_POST(lname).*/i"] <script type="text/javascript">// <![CDATA[ (function ($) { $('td[title="submit_time"] div').each( function () { $('<a>', { text: 'Details', href: 'https://graspit.co/coursescopy/?submit_time=' + $(this).html() }).appendTo(this); }) })(jQuery); // ]]></script>
2nd page
[cfdb-table form="CourseList" show="Course Title,More Details" filter="submit_time=$_GET(submit_time)"]
Forum: Plugins
In reply to: [Contact Form DB] Have a clickable row identifierHi Michael
Appreciate your help so far! I’ve been trying to get some code to get this functionality working but didnt manage to find anything in the last 2 weeks. Would you mind to share some tips or high level code?
Forum: Plugins
In reply to: [Contact Form DB] How to show img in the CFDB tableThanks Michael!
But when I try to replace [cfdb-table form”myform”] with
[cfdb-html form=”myform] then it doesnt display any data. I am using contact form 7 and WR contact formsForum: Plugins
In reply to: [Contact Form DB] How to show img in the CFDB tableOne quick Q: instead of displaying the img as a hyperlink, can we show the actual img in a small size? When the user clicks on the small img, it should then show the original size.
Forum: Plugins
In reply to: [Contact Form DB] How to show img in the CFDB tableAwesome!!!! It works now..
Thanks a ton for your help!
Forum: Plugins
In reply to: [Contact Form DB] How to show img in the CFDB tableMichael,
You are super helpful!!! Thanks for being so responsive and considerate. ??Do you have a rough timeline for the new fix?
In addition, is there any other contact form that is mobile responsive, feeds data to CFDB plugin and it would also not have this problem?
Forum: Plugins
In reply to: [Page scroll to id] Not working on Iphone@malihu
Thanks a lot for your help!I realized it works on iPhone but only on landscape mode. I tried on Chrome as well as Safari browsers and the menu only collapses on landscape mode. The issue continues with portrait mode
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneYou can now see the script in the page source.. looks like there is a delay when I change the theme files.
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneYes, I am making the changes but I dont see in the page source code. The typo “(” was there in the morning and I replaced it with your code. I checked with the web hosting company and they say that the change is supposed to happen immediately. Do you have any idea? Meanwhile, I will check after sometime to see if the code gets displayed in the page source.
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneI see what you are saying
Let me see how to refresh itForum: Plugins
In reply to: [Page scroll to id] Not working on IphoneAre you sure??? Can you pls re-try
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php wp_footer(); ?> <script> (function($){ $(document).ready(function(){ $(this).on("click","#mobile-navigation-jquery a[rel='m_PageScroll2id']",function(){ $("#page").trigger("click"); //or $(".menu-close").trigger("click"); }); }); })(jQuery); </script> </body> </html>
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneHi,
I had to stop the testing on the main site as the site crashed when I changed the header script. Sorry for not updating the test site here. I am now testing on https://mytestsite.asia/
Pls. let me know if you see a solution. Your script is in Footer.phpForum: Plugins
In reply to: [Page scroll to id] Not working on IphoneStill the same ??
I’m pasting it in footer.php and before “</body> </html>”
Hope that is correct