nipjyoti
Forum Replies Created
-
ok, I reverted the changes but still “Invalid Request” message is coming.
Hi, came up with other problem, not able to save gallery it shows “Invalid Request”.
Please help
Hi,
I have made changes to “plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/attach_to_post.php”
<?php $cont = $tab_params[‘content’];
$final_cont = str_replace(‘http:’, ”, $cont); ?>
<div class=”main_menu_tab” id=”<?php echo esc_attr($id) ?>”><?php echo $final_cont; ?></div>For now this is working for me. But please tell me any better solution.
Hi,
I tried that but it didn’t help.
I found problem in <iframe> src. When there is https:// in src its not showing.E.g: <iframe name=”ngg_addgallery” frameborder=”0″ id=”ngg-iframe-create_tab” class=”ngg-attach-to-post ngg-iframe-page-ngg_addgallery” scrolling=”no” src=”https://mydomain.com/wp-admin/admin.php?page=ngg_addgallery&attach_to_post” style=”height: 817px;”></iframe> – This is not working
But when i remove https:// its showing
E.g: <iframe name=”ngg_addgallery” frameborder=”0″ id=”ngg-iframe-create_tab” class=”ngg-attach-to-post ngg-iframe-page-ngg_addgallery” scrolling=”no” src=”//mydomian.com/wp-admin/admin.php?page=ngg_addgallery&attach_to_post” style=”height: 817px;”></iframe>
– Its showing contentI have done this using firebug. Can you tell me how can I update src to my required one.
Thanks in advance