prajakta ghole
Forum Replies Created
-
Hi,
Thanks its working on my page templates now But its not working in my ajax call.add_action(‘wp_ajax_shopify_ajax_action’, ‘shopify_ajax_action’ );
add_action(‘wp_ajax_nopriv_shopify_ajax_action’, ‘shopify_ajax_action’ );function shopify_ajax_action()
{
echo do_shortcode(‘[shopify embed_type=”product” shop=”my-shop-name” product_handle=”1-4-zip-mock” show=”all”]’);
}This is not returning the product iframe, the div (class=secp-embed) and scripts are loading but only iframe is missing.Please help asap.
- This reply was modified 7 years, 10 months ago by prajakta ghole.
Forum: Plugins
In reply to: [Contact Form 7] Security Bug: accepts tagsHi,
Thanks for your prompt reply.No its not popping ‘123’ but I see in email <script>alert(‘123’); </script> .Ideally it should not except script tag as such.
Please help.Forum: Plugins
In reply to: [Social Media Feather | social media sharing] Instagram share not thereHi,
Thanks will try doing it…will let u know if I face any issue in doing thisForum: Plugins
In reply to: [Wpi Multiple Contributors] Not displaying contributorsHi,
Thanks for using this plugin…Since MagXP is a paid theme I can’t look into it as I don’t have theme code …can u please provide me the theme code so that I can look into it..or you can check it with some other free theme and let me know if it doesn’t work !Forum: Plugins
In reply to: [CM Tooltip Glossary] CM TOOLTIP not working on litespeedHi,
Sorry for asking late…but my previous apache server had php version 5.2 and this current litespeed server has got php version 5.4.45.This plugin worked beautifully on my previous php version 5.2.
So I think php version may not be a problem as you said we have latest version.
Please help asap.
Forum: Plugins
In reply to: [LSD Custom taxonomy and category meta] Ajax is Not WorkingHi,
have found a solution /custom-taxonomy-category-and-term-fields/js/wp-category-meta-scripts.jsin this js after jQuery(document).ready(function($) just replace code
if (enable) {
var original_send_to_editor = window.send_to_editor;
}with
var original_send_to_editor = window.send_to_editor;it will work.
Hi,
I have fixed this issue…
FYI:
changed plugin file photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php line no.137
if($type==”gallery”)
{
$album_row_data = $this->model->get_gallery_row_data($album_gallery_id);
}
else
$album_row_data = $this->model->get_album_row_data($album_gallery_id);Forum: Plugins
In reply to: [wp-greet] thumbnails/image not showing, 'test' showing upHi..thanks its working fine now…
Forum: Plugins
In reply to: [wp-greet] thumbnails/image not showing, 'test' showing upHi i am also facing the same problem. I am using wordpress default gallery. when i click on the gallery image, the [wp-greet] form is coming but on the above “?attachment_id=22335” is coming its not showing my greeting.In preview also it shows same thing.In email no card is visible.I think its not properly sending card, rest text in the mail is visible.Please help, its urgent.
Forum: Plugins
In reply to: [Manual Related Posts] Related post title getting cut off – character limit?Hi,
Thanks for the nice plugin.I am also facing the same problem as Josefus Flavius.
Please Help me.Thanks
Forum: Plugins
In reply to: [Custom Post Type Permalinks] /%my-taxonomy%/%postname%/Hi…I am also facing the same problem…can anybody Please help me ?
Sorry its working i didn’t put correct url…
Forum: Plugins
In reply to: [mg Quotes] how to display quote categories ?thanks for the help…its working now.