Title: Gary Wright's Replies | WordPress.org

---

# Gary Wright

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] IF Controlled Add to Cart Loop Text](https://wordpress.org/support/topic/if-controlled-add-to-cart-loop-text/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/if-controlled-add-to-cart-loop-text/#post-10508690)
 * Thanks for your reply Con.
 * However in your example where would I include the IF part of the query?
 * For reference in the /single-product/add-to-cart/simple.php I simply changed 
   the code to:
 *     ```
       <button type="submit" name="add-to-cart" value="<?php echo esc_attr( $product->get_id() ); ?>" class="single_add_to_cart_button button alt">
       <?php
       if(get_field('ad_activate_deposit') == "yes")
       {
       echo 'PLACE £99 DEPOSIT';
       } else {
       echo 'ADD TO CART';
       }
       ?>
       </button>
       ```
   
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Custom Field, IF & Require_Once](https://wordpress.org/support/topic/custom-field-if-require_once/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-field-if-require_once/#post-9328335)
 * Thanks Steve!
 * Works perfectly, I just added a missing full stop after the field and will share
   code below to help anyone in the future.
 *     ```
       $field = get_field('CUSTOM_FIELD');
       if ($field) {
         $file = $_SERVER['DOCUMENT_ROOT'] . '/files/' . $field . '.php';
         require_once( $file);
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Publicise: Tumblr Link Text](https://wordpress.org/support/topic/publicise-tumblr-link-text/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/publicise-tumblr-link-text/#post-8879899)
 * Okay, seems with a bit of digging I am not the only one who wants this…
 * [https://github.com/Automattic/jetpack/issues/520](https://github.com/Automattic/jetpack/issues/520)
 * Two and a half years later, still not possible – can it really be true?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can’t Connect To Site](https://wordpress.org/support/topic/cant-connect-to-site-2/)
 *  [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/cant-connect-to-site-2/#post-8879872)
 * Check in the dashboard on Jetpack’s website to see if your site has already been
   added.
 * Recently I tried to verify a domain however it failed during the process leading
   me to the same situation as described.
 * If it is in the dashboard, remove it and try to re-connect.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Deleting categories with less than X amount of posts](https://wordpress.org/support/topic/deleting-categories-with-less-than-x-amount-of-posts/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/deleting-categories-with-less-than-x-amount-of-posts/#post-8619303)
 * That’s exactly what I am doing and it’s painstakingly slow – hence reaching out
   for some help.
 * Tell me about it, they were created from a CSV import and should have been a 
   few hundred… yeah right!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving to SSL](https://wordpress.org/support/topic/moving-to-ssl/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/moving-to-ssl/#post-8615232)
 * Thanks for the link Steve.
 * I didn’t decide the data would be like that, it is supplied by a third party 
   of which I have no control unfortunately.
 * UPDATE: The suggested script worked a treat – all I did was search ‘HTTP’ and
   replace with ‘HTTPS’ within the wp_postmeta table. Thanks once again!
    -  This reply was modified 9 years, 5 months ago by [Gary Wright](https://wordpress.org/support/users/garywright/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving to SSL](https://wordpress.org/support/topic/moving-to-ssl/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/moving-to-ssl/#post-8614139)
 * Thank you for the replies.
 * However there is one issue I failed to mention and became clear following your
   replies.
 * All of the custom field URLs do not follow a set pattern, example follows…
    - [http://12a5as1ds2.site.com/](http://12a5as1ds2.site.com/)
    - [http://s15d2s5a1d.site.com/](http://s15d2s5a1d.site.com/)
    - [http://72s1d5s1a2.site.com](http://72s1d5s1a2.site.com)
 *  - [http://5df45s84d5.site.com/img.jpg](http://5df45s84d5.site.com/img.jpg)
    - [http://02df25d2s3.site.com/img.jpg](http://02df25d2s3.site.com/img.jpg)
    - [http://df1d5s15fd.site.com/img.jpg](http://df1d5s15fd.site.com/img.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Bar & Dashboard Access Control] Great plugin! FYI… one conflict (with "Maintenance" plugin)](https://wordpress.org/support/topic/great-plugin-fyi-one-conflict-with-maintenance-plugin/)
 *  [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/great-plugin-fyi-one-conflict-with-maintenance-plugin/#post-8460575)
 * Massive thumbs up for the report on conflict – I too had the same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] ACF not shown on blogpost](https://wordpress.org/support/topic/acf-not-shown-on-blogpost/)
 *  [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/acf-not-shown-on-blogpost/#post-8175350)
 * Hi Patrick,
 * Have you edited your theme to include your ACF?
 * Examples can be found here: [https://www.advancedcustomfields.com/resources/code-examples/](https://www.advancedcustomfields.com/resources/code-examples/)
    -  This reply was modified 9 years, 9 months ago by [Gary Wright](https://wordpress.org/support/users/garywright/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel] WP Ultimate CSV Importer Stopped Working](https://wordpress.org/support/topic/wp-ultimate-csv-importer-stopped-working/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wp-ultimate-csv-importer-stopped-working/#post-6895386)
 * [@bala](https://wordpress.org/support/users/bala/) Sundar – Managed to get it
   working again, increased the memory_limit in the php.ini file to 128M and seems
   to be running smoothly again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel] WP Ultimate CSV Importer Stopped Working](https://wordpress.org/support/topic/wp-ultimate-csv-importer-stopped-working/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wp-ultimate-csv-importer-stopped-working/#post-6895316)
 * [@anithab](https://wordpress.org/support/users/anithab/)
 * Here is a sample of my data:
 * [https://www.dropbox.com/s/t87s7kbc89szu9l/sample.csv?dl=0](https://www.dropbox.com/s/t87s7kbc89szu9l/sample.csv?dl=0)
 * The columns ‘DURATION’, ‘URL’, ‘THUMB’, ‘LARGE’ are all custom fields which I
   map once the file has uploaded.
 * As I said above I have been using the same template for all my imports and all
   have worked.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel] WP Ultimate CSV Importer Stopped Working](https://wordpress.org/support/topic/wp-ultimate-csv-importer-stopped-working/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wp-ultimate-csv-importer-stopped-working/#post-6895297)
 * [@balasmackcoders](https://wordpress.org/support/users/balasmackcoders/) – Thank
   for your reply.
 * This is what I initally suspected however I have checked and all my specs meet
   or exceed the plugin’s suggested requirements, please see the screenshot.
 * [http://s30.postimg.org/xnajuc8hd/Screen_Shot_2015_12_31_at_14_06_14.png](http://s30.postimg.org/xnajuc8hd/Screen_Shot_2015_12_31_at_14_06_14.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Query Fields] Can't get it to work in 3.5](https://wordpress.org/support/topic/cant-get-it-to-work-in-35-36/)
 *  [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [13 years ago](https://wordpress.org/support/topic/cant-get-it-to-work-in-35-36/#post-3290932)
 * I’ve got exactly the same issue.
 * Using Advanced Custom Fields and previously it worked but now nothing??
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] No Header Menu on Blackberry](https://wordpress.org/support/topic/no-header-menu-on-blackberry/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/no-header-menu-on-blackberry/#post-3200134)
 * Well on Apple devices it appears between the logo and the header box, but on 
   the Blackberry device nothing appears at all.
 * Apple iPhone 5: [https://www.dropbox.com/s/oiwhg59va1wubti/Photo%2017-11-2012%2023%2001%2038.png](https://www.dropbox.com/s/oiwhg59va1wubti/Photo%2017-11-2012%2023%2001%2038.png)
 * Blackberry Curve 9320: [https://www.dropbox.com/s/a2i4uulj5p3sd91/Photo%2017-11-2012%2023%2001%2059.jpg](https://www.dropbox.com/s/a2i4uulj5p3sd91/Photo%2017-11-2012%2023%2001%2059.jpg)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] No Header Menu on Blackberry](https://wordpress.org/support/topic/no-header-menu-on-blackberry/)
 *  Thread Starter [Gary Wright](https://wordpress.org/support/users/garywright/)
 * (@garywright)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/no-header-menu-on-blackberry/#post-3200128)
 * Thanks – I’ve posted on there as well. 🙂

Viewing 15 replies - 1 through 15 (of 20 total)

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