ouni
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Filtre by type employment does not workhelp me please to resolve this problem this is the link of my page jobs
http://www.quadra.lesproduweb.tn/jobs/Forum: Plugins
In reply to: [WP Job Manager] sear form in home pagesolved
Forum: Plugins
In reply to: [WP Job Manager] Filtre by type employment does not work<?php if ( ! is_tax( ‘job_listing_type’ ) && empty( $job_types ) ) : ?>
<select name=”filter_job_type”><option>Type d’emploi</option>
<?php foreach ( get_job_listing_types() as $type ) : ?><option value=”<?php echo $type->slug; ?>” id=”job_type_<?php echo $type->slug; ?>”><?php echo $type->name; ?></option>
<?php endforeach; ?>
</select><?php elseif ( $job_types ) : ?>
<?php foreach ( $job_types as $job_type ) : ?>
<input type=”hidden” name=”filter_job_type[]” value=”<?php echo sanitize_title( $job_type ); ?>” />
<?php endforeach; ?>
<?php endif; ?>Forum: Plugins
In reply to: [Jigoshop] GET from doesn't go back to the jigoshopGod morning this is code of my function result after payment server return to this function
public function result($geted) {
$id_tr=$_GET[‘id_tr’];
if(isset($id_tr)){$order = new jigoshop_order( (int) $id_tr );
// Remove cart
jigoshop_cart::empty_cart();
$order->payment_complete();
wp_safe_redirect( add_query_arg( ‘key’, $order->order_key, add_query_arg( ‘order’, $order_id, get_permalink( jigoshop_get_page_id(‘thanks’) ) ) ) );exit;}`
Forum: Plugins
In reply to: [Jigoshop] pictures is not displayedthank you for your help i resolve this problem by delete products and i create new products
Forum: Plugins
In reply to: [Jigoshop] pictures is not displayedI change theme puctires is displayed
but how i can resolve this problem please