sonyericss
Forum Replies Created
-
@imagely – No no! No, I figured out how to fix it, instead of deleting it, you have to add the [ before the code structure. If you delete it will affect the entire structure of the whole article.
Let me give you an example. This is my code before add [:
“<p>[ngg_images source=”galleries” container_ids=”15″ display_type=”photocrati-nextgen_basic_thumbnails” override_thumbnail_settings=”1″ thumbnail_width=”159″ thumbnail_height=”119″ thumbnail_crop=”1″ images_per_page=”20″ number_of_columns=”4″ ajax_pagination=”0″ show_all_in_lightbox=”0″ use_imagebrowser_effect=”0″ show_slideshow_link=”0″ slideshow_link_text=”[Show slideshow]” order_by=”sortorder” order_direction=”ASC” returns=”included” maximum_entity_count=”10000″]</p>”But when you add [to the code, it will not crash anymore:
<p>[ngg_images source=”galleries” container_ids=”15″ display_type=”photocrati-nextgen_basic_thumbnails” override_thumbnail_settings=”1″ thumbnail_width=”159″ thumbnail_height=”119″ thumbnail_crop=”1″ images_per_page=”20″ number_of_columns=”4″ ajax_pagination=”0″ show_all_in_lightbox=”0″ use_imagebrowser_effect=”0″ show_slideshow_link=”0″ slideshow_link_text=”[Show slideshow][” order_by=”sortorder” order_direction=”ASC” returns=”included” maximum_entity_count=”10000″]</p>
Thanks for support!
This is picture https://ibb.co/hj4isk
I am having a similar issue. The code appearing on my slider bar fornt page follows…
order_by=”sortorder” order_direction=”ASC” returns=”included” maximum_entity_count=”500″]
Thanks in advance to anyone who can help with these issues.