tfc
Forum Replies Created
-
Forum: Plugins
In reply to: [PopPop] POP POP Sizing on mobileFor anyone who had concerns with this, I wrote custom styling for this:
/*For Mobile Pop Up Modals*/
@media (max-width: 768px) {.reveal-modal{
width:200px;
position:absolute;
top:22px;
margin-left:-130px;
}
}Forum: Plugins
In reply to: [PopPop] POP POP Sizing on mobileAlso, 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
In reply to: [Yakadanda Instagram] Blank settings pageHi 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
In reply to: [Yakadanda Instagram] Blank settings pageNothing. 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
In reply to: [Yakadanda Instagram] Blank settings pageno 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 anythingsorry the post took out my a hrefs completely. If it doesn’t make sense let me know
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’) ?>
<?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:
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?’ ); ?>Any luck?
I’m going to look into the plug in php, wanted to see if you had found anything yet?Forum: Plugins
In reply to: [Visual Form Builder] Paypal Error empty cartI did :/
i’m usin wp 3.4.2
I removed everything and now have simple one option for the payments and still noting.
https://www.hrunlimitedinc.com/register2/PLEASE HELP!
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
In reply to: [Visual Form Builder] Integrate/workaround for paypal payments pro????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
In reply to: [Visual Form Builder] Integrate/workaround for paypal payments pro????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
In reply to: [Visual Form Builder] Integrate/workaround for paypal payments pro????*hidden fields