Title: code222's Replies - page 3 | WordPress.org

---

# code222

  [  ](https://wordpress.org/support/users/code222/)

 *   [Profile](https://wordpress.org/support/users/code222/)
 *   [Topics Started](https://wordpress.org/support/users/code222/topics/)
 *   [Replies Created](https://wordpress.org/support/users/code222/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/code222/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/code222/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/code222/engagements/)
 *   [Favorites](https://wordpress.org/support/users/code222/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 31 through 39 (of 39 total)

[←](https://wordpress.org/support/users/code222/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/code222/replies/?output_format=md) [2](https://wordpress.org/support/users/code222/replies/page/2/?output_format=md)
3

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] Import mp4 video instead of images post](https://wordpress.org/support/topic/import-mp4-video-instead-of-images-post/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/import-mp4-video-instead-of-images-post/#post-11366969)
 * Thanks,
 * I had not noticed, but I note that there are not the same features that the import
   image section has, for example there is no option to rename the file, is there
   a way to do it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CatalogX - Catalog Mode, Enquiry & Quotes for WooCommerce] Change position/priority of Enquiry button (not css)](https://wordpress.org/support/topic/change-position-priority-of-enquiry-button-not-css/)
 *  [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-position-priority-of-enquiry-button-not-css/#post-10399382)
 * [@wideeyed](https://wordpress.org/support/users/wideeyed/) i used your code, 
   but with that i see the popup not work on front end, when click on button for
   enquire i see a form on bottom of page ( it does not appear in a popup ), do 
   you have this problem too?
 * [@dualcube](https://wordpress.org/support/users/dualcube/) any help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OnePress Social Locker] Around 60 “Number of Unlocks” a days but only 1 like on FB page every 2-3 days](https://wordpress.org/support/topic/around-60-number-of-unlocks-a-days-but-only-1-like-on-fb-page-every-2-3-days/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/around-60-number-of-unlocks-a-days-but-only-1-like-on-fb-page-every-2-3-days/#post-9987346)
 * Hi, some days ago i have send a support ticket on [http://support.byonepress.com/](http://support.byonepress.com/)
   
   where you can see also the website URL
 * please check, thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] display same page cache for every different QueryString in URL](https://wordpress.org/support/topic/display-same-page-cache-for-every-different-querystring-in-url/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/display-same-page-cache-for-every-different-querystring-in-url/#post-9940539)
 * ok i send a email, please reply
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] display same page cache for every different QueryString in URL](https://wordpress.org/support/topic/display-same-page-cache-for-every-different-querystring-in-url/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/display-same-page-cache-for-every-different-querystring-in-url/#post-9940441)
 * no i don’t use gtranslate , why ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] bug on all email of wordpress](https://wordpress.org/support/topic/bug-on-all-email-of-wordpress/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/bug-on-all-email-of-wordpress/#post-8934748)
 * hi, no this problem persist also with latest version
 * i have already tried to disable all plugin, but problem persist also with default
   wordpress theme.
 * help would be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate WP Query Search Filter] custom template result with ajax mode with genesis theme](https://wordpress.org/support/topic/custom-template-result-with-ajax-mode-with-genesis-theme/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [10 years ago](https://wordpress.org/support/topic/custom-template-result-with-ajax-mode-with-genesis-theme/#post-7620277)
 *     ```
       add_filter('uwpqsf_result_tempt', 'customize_output', '', 4);
       function customize_output($results , $arg, $id, $getdata ){
       	 // The Query
                   $apiclass = new uwpqsfprocess();
                    $query = new WP_Query( $arg );
       		ob_start();	$result = '';
       			// The Loop
   
       		if ( $query->have_posts() ) {
       			while ( $query->have_posts() ) {
       				$query->the_post();global $post;
                                      // echo  '<li>'.get_permalink().'</li>';
   
                       if($id == '29'){
   
                            get_template_part('/lib/structure/loops');  }
   
       			}
                               echo  $apiclass->ajax_pagination($arg['paged'],$query->max_num_pages, 4, $id, $getdata);
       		 } else {
       					 echo  '<div style="text-align:Center;">no data</div>';
       				}
       				wp_reset_postdata();
   
       		$results = ob_get_clean();
       			return $results;
       }
       ```
   
 * this is the code i used, how i can check if load this template ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking calendar, Appointment Booking System] Captcha option](https://wordpress.org/support/topic/captcha-option-2/)
 *  [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/captcha-option-2/#post-7286120)
 * +1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] after migrate the site , the order of photo gallery is changed(jetpack)](https://wordpress.org/support/topic/after-migrate-the-site-the-order-of-photo-gallery-is-changed/)
 *  Thread Starter [code222](https://wordpress.org/support/users/code222/)
 * (@code222)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/after-migrate-the-site-the-order-of-photo-gallery-is-changed/#post-5688535)
 * thanks for response.
 * I had already checked the rardom order box, is equal between two site. and i 
   have already tested with two different option, but the problem persist.
 * you have a php code for override this problem ?
 * i have more 60 gallery in my site, 🙁

Viewing 9 replies - 31 through 39 (of 39 total)

[←](https://wordpress.org/support/users/code222/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/code222/replies/?output_format=md) [2](https://wordpress.org/support/users/code222/replies/page/2/?output_format=md)
3