Title: tfc's Replies | WordPress.org

---

# tfc

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PopPop] POP POP Sizing on mobile](https://wordpress.org/support/topic/pop-pop-sizing-on-mobile/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/pop-pop-sizing-on-mobile/#post-3827995)
 * For anyone who had concerns with this, I wrote custom styling for this:
 * /*For Mobile Pop Up Modals*/
    [@media](https://wordpress.org/support/users/media/)(
   max-width: 768px) {
 * .reveal-modal{
    width:200px; position:absolute; top:22px; margin-left:-130px;}}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PopPop] POP POP Sizing on mobile](https://wordpress.org/support/topic/pop-pop-sizing-on-mobile/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/pop-pop-sizing-on-mobile/#post-3827983)
 * Also, onMobile, when I try to scroll down to see the rest of my pop up, it just
   scrolls the background and keeps the pop up box where it is not allowing me the
   see the rest of the content in it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yakadanda Instagram] Blank settings page](https://wordpress.org/support/topic/blank-settings-page-1/)
 *  [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/blank-settings-page-1/#post-3395635)
 * Hi Peter,
    This same issue happened with the Visser Add to Wishlist plugin and
   the developer went in and took a look and noticed that a “common function” was
   missing. He added it in for me and viola! Settings now viewable and no longer
   a blank white screen. Please include a common function file in this YInstagram
   plugin and include it into the next update as well. I would love to use this 
   really great plugin for my site! The other ones out there are cool, but no hash
   tag support. I’m waiting like a little kid in a candy store to use this… PLEASE
   PLEASE PLEASE 🙂 Thanks so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yakadanda Instagram] Blank settings page](https://wordpress.org/support/topic/blank-settings-page-1/)
 *  [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/blank-settings-page-1/#post-3395633)
 * Nothing. Still getting a blank white settings page for the Yakadanda Instagram
   plugin. Anyone find out anything?
    Does everyone have wp E-commerce? I have 3.9.8.5,
   but I deactivated it and still saw nothing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yakadanda Instagram] Blank settings page](https://wordpress.org/support/topic/blank-settings-page-1/)
 *  [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/blank-settings-page-1/#post-3395631)
 * no settings either :/
    I have wpecommerce if that means anything. I’m going to
   try deactivating some plugins to see if that helps. Let me know if anyone finds
   anything
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Login :: Red Rokk Widget Collection] [Plugin: WordPress Login :: Red Rokk Widget Collection] Error Message After Registration](https://wordpress.org/support/topic/plugin-wordpress-login-red-rokk-widget-collection-error-message-after-registration/)
 *  [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-login-red-rokk-widget-collection-error-message-after-registration/#post-3006926)
 * sorry the post took out my a hrefs completely. If it doesn’t make sense let me
   know
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Login :: Red Rokk Widget Collection] [Plugin: WordPress Login :: Red Rokk Widget Collection] Error Message After Registration](https://wordpress.org/support/topic/plugin-wordpress-login-red-rokk-widget-collection-error-message-after-registration/)
 *  [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-login-red-rokk-widget-collection-error-message-after-registration/#post-3006925)
 * I found this by going to Plugins>Editor> and selected the plug in
    I edited the
   first php I looked for this:
 * <p id=”nav”>
    getLoginUrl() ); ?>”><?php _e(‘Log in’) ?>
   
    <?php if ( get_option(‘
   users_can_register’ ) ) : ?> | getLoginUrl(‘register’) ); ?>”><?php _e( ‘Register’);?
   > <?php endif; ?> </p>
 * Changed to
 * <p id=”nav”>
    [<?php _e(‘Log in’) ?>](https://wordpress.org/support/users/tfc/replies/YOUR_CUSTOM_LINK_URL_GOES_HERE?output_format=md)
   <?php if ( get_option( ‘users_can_register’ ) ) : ?> | getLoginUrl(‘register’));?
   >”><?php _e( ‘Register’ ); ?> <?php endif; ?> </p>
 * ALSO FOR THE FORGOT PASSWORD YOU CAN CREATE ANOTHER PAGE AND ADD THE FORM INTO
   IT. IN THE SETTINGS MAKE SURE THE DEFAULT FORM IS SET TO FORGOT PASSWORD:
 * I FOUND THIS:
 * getLoginUrl(‘lostpassword’) ); ?>”
    class=”login-lostpw-link” title=”<?php esc_attr_e(‘
   Password Lost and Found’ ) ?>”> <?php _e( ‘Lost your password?’ ); ?>
 * I CHANGED TO THIS:
 * <a href=”YOUR_CUSTOM_LINK_GOES_HERE”
    class=”login-lostpw-link” title=”<?php 
   esc_attr_e( ‘Password Lost and Found’ ) ?>”> <?php _e( ‘Lost your password?’ );?
   >
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Login :: Red Rokk Widget Collection] [Plugin: WordPress Login :: Red Rokk Widget Collection] Error Message After Registration](https://wordpress.org/support/topic/plugin-wordpress-login-red-rokk-widget-collection-error-message-after-registration/)
 *  [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-login-red-rokk-widget-collection-error-message-after-registration/#post-3006924)
 * Any luck?
    I’m going to look into the plug in php, wanted to see if you had found
   anything yet?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Paypal Error empty cart](https://wordpress.org/support/topic/paypal-error-empty-cart/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/paypal-error-empty-cart/#post-3397852)
 * I did :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Paypal Error: Cart is empty. Using checkboxes with prices](https://wordpress.org/support/topic/paypal-error-cart-is-empty-using-checkboxes-with-prices/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/paypal-error-cart-is-empty-using-checkboxes-with-prices/#post-3392030)
 * i’m usin wp 3.4.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Paypal Error: Cart is empty. Using checkboxes with prices](https://wordpress.org/support/topic/paypal-error-cart-is-empty-using-checkboxes-with-prices/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/paypal-error-cart-is-empty-using-checkboxes-with-prices/#post-3392028)
 * I removed everything and now have simple one option for the payments and still
   noting.
    [http://www.hrunlimitedinc.com/register2/](http://www.hrunlimitedinc.com/register2/)
 * PLEASE HELP!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Paypal Error: Cart is empty. Using checkboxes with prices](https://wordpress.org/support/topic/paypal-error-cart-is-empty-using-checkboxes-with-prices/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/paypal-error-cart-is-empty-using-checkboxes-with-prices/#post-3392026)
 * I removed the myjs.js file issue, and I know its not the em dashes because I 
   tried just removing the payment portion from that and it still didn’t work. How
   do I make it only pull from the css in the plugin ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Integrate/workaround for paypal payments pro????](https://wordpress.org/support/topic/integrateworkaround-for-paypal-payments-pro/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/integrateworkaround-for-paypal-payments-pro/#post-3371176)
 * Thanks I’m going to look into this. Also when I click submit it redirects me 
   to paypal I can see but it says sorry your shopping cart is empty and that an
   error occurred. My shopping cart is not empty, I can clearly see the running 
   total at $75. Any idea what I may be doing wrong?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Integrate/workaround for paypal payments pro????](https://wordpress.org/support/topic/integrateworkaround-for-paypal-payments-pro/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/integrateworkaround-for-paypal-payments-pro/#post-3371159)
 * Yikes… Sounds a little intense 🙂 Do you have a little more info on how I can
   do this. Maybe a step process?
    Thanks a million if you can (Thanks a million
   if you can’t 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Integrate/workaround for paypal payments pro????](https://wordpress.org/support/topic/integrateworkaround-for-paypal-payments-pro/)
 *  Thread Starter [tfc](https://wordpress.org/support/users/tfc/)
 * (@tfc)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/integrateworkaround-for-paypal-payments-pro/#post-3371156)
 * *hidden fields

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

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