Jump to content

Inquiry Regarding Shortcode Usage and 500 Error


bear_lee-1618207322
Go to solution Solved by Alejandro,

Recommended Posts

Dear Support Team,

I would like to confirm if my usage of the shortcode is correct. When I use the following shortcode, it works fine for up to approximately 80 listings (around the 4th field). However, when I try to display more than that, it results in a 500 error. My requirement is to display multiple groups on the same page, which might exceed 600 listings in total. Is this achievable? Thank you.
 

<!-- Programmatic Advertising -->
<div class="online-map__fd-sub">
    <h2 class="online-map__fd-subtitle" id="fd_stage-ad">Programmatic Advertising</h2>
    <?= '[jreviews type="listings" custom_params="jr_adtech=stage-ad" themelayout="vertical-masonry" total="100" limit="100"]'; ?>
</div>

<!-- Search and Social Advertising -->
<div class="online-map__fd-sub">
    <h2 class="online-map__fd-subtitle" id="fd_search-n-social-ad">Search and Social Advertising</h2>
    <?= '[jreviews type="listings" custom_params="jr_adtech=search-n-social-ad" themelayout="vertical-masonry" total="100" limit="100"]'; ?>
</div>

<!-- Search and Social Advertising -->
<div class="online-map__fd-sub">
    <h2 class="online-map__fd-subtitle" id="fd_search-n-social-ad">Search and Social Advertising</h2>
    <?= '[jreviews type="listings" custom_params="jr_adtech=search-n-social-ad" themelayout="vertical-masonry" total="100" limit="100"]'; ?>
</div>

<!-- Search and Social Advertising -->
<div class="online-map__fd-sub">
    <h2 class="online-map__fd-subtitle" id="fd_search-n-social-ad">Search and Social Advertising</h2>
    <?= '[jreviews type="listings" custom_params="jr_adtech=search-n-social-ad" themelayout="vertical-masonry" total="100" limit="100"]'; ?>
</div>

Looking forward to your advice.

Best regards,

Link to comment
×
×
  • Create New...