Title: shyton's Replies | WordPress.org

---

# shyton

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Addons for Elementor] page to take up some minimum height](https://wordpress.org/support/topic/page-to-take-up-some-minimum-height/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/page-to-take-up-some-minimum-height/#post-15188368)
 * here is a link to a screanshot [https://coordonline.com/wp-content/uploads/2021/12/Opera-Snapshot_2021-12-22_164836_coordonline.com_.png](https://coordonline.com/wp-content/uploads/2021/12/Opera-Snapshot_2021-12-22_164836_coordonline.com_.png),
   even if I change a theme to a default one it’s still the same thing
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Addons for Elementor] page to take up some minimum height](https://wordpress.org/support/topic/page-to-take-up-some-minimum-height/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/page-to-take-up-some-minimum-height/#post-15182555)
 * `if you’re not gonna help just respond and tell me than to just ignore ,I was
   waiting for you guys to respond for over a week now when I check I see other 
   people’s questions being answered but not mine
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Addons for Elementor] page to take up some minimum height](https://wordpress.org/support/topic/page-to-take-up-some-minimum-height/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/page-to-take-up-some-minimum-height/#post-15182551)
 * hi can you help me or not ,I’m using your plugin Elementor Header & Footer Builder
   when content is low the header stays at the top so I need help with that
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] checking out image](https://wordpress.org/support/topic/checking-out-image/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/checking-out-image/#post-15181182)
 * Is this code below accurate ?,It works but I just want to be extra sure if it’s
   safe to use
 *     ```
       add_action( 'wp_footer', function () { ?>
       <script>
       document.getElementById("pmpro_btn-submit-paypalexpress").src = "https://coordonline.com/wp-content/uploads/2021/12/decorative-cardboard-boxes-for-gifts-on-the-table-850x565-1.jpg";
   
       </script>
       <?php } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Subscription not working on some pages](https://wordpress.org/support/topic/subscription-not-working-on-some-pages/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/subscription-not-working-on-some-pages/#post-15139721)
 * here is another one I found but this one blocks all pages ,,can you make it so
   that it doesn’t block the home page
 *     ```
       /* Redirect user to levels page until he subscribes for a membership */
       add_action( 'template_redirect', 'sq_membership_restrict' );
   
       function sq_membership_restrict() {
         global $pmpro_pages, $post;
   
         if ( is_user_logged_in() && ! pmpro_hasMembershipLevel() ) {
           if (isset( $post->ID ) && ! in_array( $post->ID, $pmpro_pages )) {
             wp_redirect( pmpro_url() );
           }
         }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Zip code missing](https://wordpress.org/support/topic/zip-code-missing/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/zip-code-missing/#post-15008357)
 * [@lorro](https://wordpress.org/support/users/lorro/) ,thank you ,it worked .I
   was trying to use a payment gateway that requires a postal code field because
   most payment gateway aren’t available in my country & I also won’t be making 
   any deliveries because my site is craigslist ,it’s for advertising
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Zip code missing](https://wordpress.org/support/topic/zip-code-missing/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/zip-code-missing/#post-15006704)
 * I selected another country then the zip code field appeared ,so how do I set 
   it to be always visible even for countries that have no zip code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Zip code missing](https://wordpress.org/support/topic/zip-code-missing/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/zip-code-missing/#post-15006331)
 * Hi ,I tried to change my theme multiple times it was still the same
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Zip code missing](https://wordpress.org/support/topic/zip-code-missing/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/zip-code-missing/#post-15004970)
 * I’m trying to use 2Checkout as a payment gateway
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Zip code missing](https://wordpress.org/support/topic/zip-code-missing/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/zip-code-missing/#post-15004960)
 * [https://affixzw.com/](https://affixzw.com/) ,I just want the option for someone
   to enter a zip code to be available ,,the payment gateway I was trying to use
   requires a zip code field
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Subscription] Subscription for Hivepress](https://wordpress.org/support/topic/subscription-for-hivepress/)
 *  Thread Starter [shyton](https://wordpress.org/support/users/shyton/)
 * (@shyton)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/subscription-for-hivepress/#post-14615958)
 * If you do can you please hit me up first so that I can be the first person to
   review it for youtube

Viewing 11 replies - 1 through 11 (of 11 total)