Hello teseo,
I use Gum Theme, how do I set up this plugin
I have this in my item-post.php
<div class="col-xs-12 form-group box-border"><?php _e('<strong>Add Photos: </strong>','gum'); ?><?php _e('If you have any issues uploading pictures,kindly use another browser','gum'); ?> <?php if( osc_images_enabled_at_items() ) { GumItemForm::ajax_photos(); ?> <?php if(!$edit) { ?> <p class="text-info" style="font-weight: 600;"><i class="fa fa-info-circle"></i> <?php _e('Ads with 2-3 images get more views and sales.', 'gum'); ?></p> <?php } ?> <?php } ?> </div>
Where do I pit this?
if (function_exists('przi_ajax_uploader')) przi_ajax_photos();else ItemForm::ajax_photos();