• Resolved anupamoza

    (@anupamoza)


    Hi There,

    I cant fetch proper html when i use like below :

    add_action('wp_ajax_instagram_data', 'instagram_data'); // wp_ajax_{ACTION HERE} 
    add_action('wp_ajax_nopriv_instagram_data', 'instagram_data');
    
    function instagram_data()
    {
    	$html = do_shortcode('[insta-gallery id="2"]');
    	echo $html;
    	exit;
    }

    However, it works fine when i directly use in template.

    Cheers,
    Anupam

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anupamoza

    (@anupamoza)

    Below is html code which i get when done via ajax :

    <style>
            #insta-gallery-feed-1711492594 .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {background-color: #000000;}      </style>
    <div id="insta-gallery-feed-1711492594" class="insta-gallery-feed insta-gallery-square" data-feed="{&quot;id&quot;:&quot;2&quot;,&quot;order&quot;:&quot;3&quot;,&quot;username&quot;:&quot;17841405863644179&quot;,&quot;type&quot;:&quot;username&quot;,&quot;tag&quot;:&quot;wordpress&quot;,&quot;order_by&quot;:&quot;top_media&quot;,&quot;layout&quot;:&quot;carousel&quot;,&quot;limit&quot;:&quot;4&quot;,&quot;columns&quot;:&quot;2&quot;,&quot;resolution&quot;:&quot;standard&quot;,&quot;lazy&quot;:false,&quot;spacing&quot;:5,&quot;highlight&quot;:[&quot;1&quot;,&quot;3&quot;,&quot;5&quot;],&quot;profile&quot;:{&quot;id&quot;:&quot;17841405863644179&quot;,&quot;username&quot;:&quot;apex2100&quot;,&quot;website&quot;:&quot;https:\/\/linktr.ee\/apex2100&quot;,&quot;biography&quot;:&quot;The Apex2100 International Ski Academy has been created to become the world's leading ski academy for young skiers.&quot;,&quot;name&quot;:&quot;Apex2100&quot;,&quot;followers_count&quot;:1725,&quot;media_count&quot;:183,&quot;profile_picture_url&quot;:&quot;https:\/\/scontent.xx.fbcdn.net\/v\/t51.2885-15\/94129222_324359671870136_5359214819914285056_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=86c713&_nc_ohc=q_0VSDPfhsUAX8Qe310&_nc_ht=scontent.xx&oh=3a59bc253998f9246abe81ea346251f4&oe=60A6B7AC&quot;,&quot;link&quot;:&quot;&quot;},&quot;box&quot;:{&quot;display&quot;:false,&quot;padding&quot;:&quot;1&quot;,&quot;radius&quot;:&quot;0&quot;,&quot;background&quot;:&quot;#fefefe&quot;,&quot;profile&quot;:false,&quot;desc&quot;:&quot;The Apex2100 International Ski Academy has been created to become the world's leading ski academy for young skiers.&quot;,&quot;color_text&quot;:&quot;#000000&quot;},&quot;mask&quot;:{&quot;display&quot;:true,&quot;background&quot;:&quot;#000000&quot;,&quot;likes&quot;:true,&quot;comments&quot;:true},&quot;card&quot;:{&quot;display&quot;:false,&quot;radius&quot;:&quot;1&quot;,&quot;font_size&quot;:&quot;12&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#000000&quot;,&quot;padding&quot;:&quot;5&quot;,&quot;info&quot;:true,&quot;length&quot;:&quot;10&quot;,&quot;caption&quot;:true},&quot;carousel&quot;:{&quot;slidespv&quot;:&quot;5&quot;,&quot;autoplay&quot;:false,&quot;autoplay_interval&quot;:&quot;3000&quot;,&quot;navarrows&quot;:true,&quot;navarrows_color&quot;:&quot;&quot;,&quot;pagination&quot;:true,&quot;pagination_color&quot;:&quot;&quot;},&quot;popup&quot;:{&quot;display&quot;:true,&quot;profile&quot;:false,&quot;caption&quot;:false,&quot;likes&quot;:false,&quot;comments&quot;:false,&quot;align&quot;:&quot;bottom&quot;},&quot;button&quot;:{&quot;display&quot;:true,&quot;text&quot;:&quot;View on Instagram&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_hover&quot;:&quot;&quot;},&quot;button_load&quot;:{&quot;display&quot;:false,&quot;text&quot;:&quot;Load more...&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_hover&quot;:&quot;&quot;},&quot;panel&quot;:&quot;tab_panel_feed&quot;,&quot;insta_layout&quot;:&quot;carousel&quot;,&quot;insta_box&quot;:false,&quot;insta_box-padding&quot;:&quot;1&quot;,&quot;insta_box-radius&quot;:&quot;0&quot;,&quot;insta_box-background&quot;:&quot;#fefefe&quot;,&quot;insta_box-profile&quot;:false,&quot;insta_box-desc&quot;:&quot;The Apex2100 International Ski Academy has been created to become the world's leading ski academy for young skiers.&quot;,&quot;insta_box-color-text&quot;:&quot;#000000&quot;,&quot;insta_button_load&quot;:false,&quot;insta_button_load-background-hover&quot;:&quot;&quot;,&quot;insta_button_load-background&quot;:&quot;&quot;,&quot;insta_button_load-text&quot;:&quot;Load more...&quot;,&quot;insta_button&quot;:true,&quot;insta_button-background-hover&quot;:&quot;&quot;,&quot;insta_button-background&quot;:&quot;&quot;,&quot;insta_button-text&quot;:&quot;View on Instagram&quot;,&quot;insta_card&quot;:false,&quot;insta_card-font-size&quot;:&quot;12&quot;,&quot;insta_card-color-text&quot;:&quot;#000000&quot;,&quot;insta_card-padding&quot;:&quot;5&quot;,&quot;insta_card-radius&quot;:&quot;1&quot;,&quot;insta_card-background&quot;:&quot;#ffffff&quot;}" data-feed_layout="carousel">
        <div class="swiper-container">
        <div class="insta-gallery-list swiper-wrapper">
        </div>
              <div class="swiper-pagination"></div>
                  <div class="swiper-button-prev">
            <i class="qligg-icon-prev"></i>
          </div>
          <div class="swiper-button-next">
            <i class="qligg-icon-next"></i>
          </div>
            <div class="insta-gallery-spinner"></div>  </div>
        <div class="insta-gallery-actions">
        <a href="https://www.instagram.com/apex2100" target="blank" class="insta-gallery-button follow"><i class="qligg-icon-instagram-o"></i>View on Instagram</a>
      </div>
     </div>
    Plugin Author quadlayers

    (@quadlayers)

    hello @anupamoza
    sorry for the delay

    please update to 3.2.2 and let us know if this fix the issue

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t get proper html by using in ajax function’ is closed to new replies.