• I am using gallery field from options page. and using following parameters in my shortcode
    [ajax_load_more preloaded="true" preloaded_amount="4" posts_per_page="4" pause="true" pause_override="true" scroll="false" button_label="Load More" button_loading_label="Loading..." seo="true" acf="true" acf_field_type="gallery" acf_field_name="gallery_1_images" acf_post_id="options" seo="true" container_type="div" transition="fade" images_loaded="true"]
    It generates markup at frontend but does not fetch images in that markup. The markup looks like below

    <li class="no-img">
          <h3><a href="" title=""></a></h3>
       <p class="entry-meta"></p>
       </li>

    Does the extentions only support the fields attached specific pages and not if attached with option pages? Any help would be appreciated

Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘shortcode is not calling images when using with “gallery” field from options pag’ is closed to new replies.