shravyakalva
Forum Replies Created
-
can anyone be generous and send me extra field module files for free need it asp as i have issues with my banking cards
Forum: Plugins
In reply to: [Easy Modal] Plugin Update Causes Fatal ErrorFatal error: Call to undefined function array_replace_recursive() on my site need support urgently as site is already live
Forum: Plugins
In reply to: [Easy Modal] Plugin Update Causes Fatal Errorhi danieliser can you send me the patch as even im having the same issue and i need urgent help to : shravyakalva at gmail dot com
Forum: Plugins
In reply to: [Custom Page Menus] [Plugin: Custom Page Menus] Re-ordering menu sequencehi is there a solution for it i need to reorder the menus as well please post
u have put on the right place,the code is working for me jeff will recheck n let u know soon
hi jeff u missed putting the code within script tag ,so please add it in this way:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. Really, please use the code button, it makes the post much more readable. ]
<script> jQuery(document).keydown(function(e){ if (e.keyCode == 37) { // alert( "left pressed" ); window.location = "<?php echo $image->previous_image_link ?>#pic"; //alert('prev'); return false; } if (e.keyCode == 39) { window.location = "<?php echo $image->next_image_link ?>#pic"; //alert('next'); return false; } }); </script>
hi jeff i’ll review this code n let u know in couple of hrs
add this code in nextgen gallery files,in view folder you have imagebrowser-caption.php file there within php tag you should add
Hi mikolein here the jquery script to get the keyboard navigation working in imagebrowser-caption view,plz add the code to imagebrowser-caption.php file withing the last closing of php tag <script>
jQuery(document).keydown(function(e){
if (e.keyCode == 37) {
// alert( “left pressed” );
window.location = “<?php echo $image->previous_image_link ?>#pic”;
//alert(‘prev’);
return false;
}if (e.keyCode == 39) {
window.location = “<?php echo $image->next_image_link ?>#pic”;
//alert(‘next’);
return false;}
});</script>
to get it workinghi chaos_cb7 have you got a solution for it please let me know need it to implement on my site