Sandeep
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Not working on Iphonealso tried with
$(“#page”).trigger(“click”);But I really appreciate for trying… thanks!
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneThanks Malihu for your time! This is the code from my footer.php
*******************************FOOTER.PHP***********************
</div><!– #page –><?php wp_footer(); ?>
<script>
(function($){
$(document).ready(function(){
$(“#mobile-navigation-jquery a[rel=’m_PageScroll2id’]”).click(function(){
$(“.menu-close”).trigger(“click”);
});
});
})(jQuery);
</script></body>
</html>Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneThanks Malihu! Unfortunately it still doesnt work.
I get this problem because of responsive menu in my theme. Is there a way that I can show the full width menu instead of the three line menu? May be this can solve my problem.
I tried looking for a custom CC code to override responsive menu with full width but I didnt find any. Do you have any leads?
Forum: Plugins
In reply to: [Contact Form DB] Serach option and display table on different pagesThanks Michael! That works!!!!
Forum: Plugins
In reply to: [Contact Form DB] Change style of data displayed from CFDB databaseThanks Michael!
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneHi Malihu
I am still not able to solve the menu display issue. The menu isn’t collapsing after I select an option when I use this plugin. I also tried the java script you gave in the previous post but the theme crashes.
Can you pls. help?
Forum: Plugins
In reply to: [Contact Form DB] Change style of data displayed from CFDB databaseMichael,
Thanks a lot! These tricks are very helpful.Is it possible to make the tables responsive so that they fit on the mobile screen area?
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphonePls ignore… I had to delete the theme and I will work on it again. Thanks for your help!
Pls. let me know in case you find a solution for collapsing the menu option on mobile
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneMalihu,
It kind of messed up the site now. Though I remove the code you gave, it still doesnt work. Can you pls. have a look?Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneYou are a genius!! ??
It does work now. But, my menu option still stays open and that eats my display area. How to close the menu window after an option is selected?
Forum: Plugins
In reply to: [Page scroll to id] Not working on IphoneIt does work on Chrome browser on iPhone but not on Safari.. Any leads pls.?
Forum: Plugins
In reply to: [Contact Form DB] Change style of data displayed from CFDB databaseThanks a lot, Michael!
Will try these tricks
Hi
Thank you! How can I do it on the free version?
Can I change the CSS anywhere to edit the button style and color?