mbenari
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] Responsive stylingJust thought I’d send over some modal/responsive inspiration for some future versions ?? https://tympanus.net/codrops/2013/06/25/nifty-modal-window-effects/
Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll – Presets for Canvas theme (Woothemes)Neither works for me either :/
Forum: Plugins
In reply to: [WP Modal Login] Responsive stylingNo problem! Glad I could help ??
Forum: Plugins
In reply to: [WP Tiles] Custom Excerpt LengthThanks, I’ll check it out.
Forum: Plugins
In reply to: [WP Tiles] Custom Excerpt LengthHi Mike, this is great! Is there any way to display the “…” after the excerpt or is this overruled with the new white-space rule?
Forum: Plugins
In reply to: [WP Modal Login] Replace "Register" with Gravity Forms User RegistrationUpdate: this method works! Just make sure that AJAX is enabled on the Gravity form.
What I would like to know from Cole is if there is an update-safe way of embedding this form, or will I have to keep changing the plugin files every time there’s an update.
Forum: Plugins
In reply to: [WP Modal Login] Replace "Register" with Gravity Forms User RegistrationI am able to embed the form in “register,” but when I press the submit button, the modal box always closes. This is an issue if a user did not enter in the required fields. I need the box to stay open until the form is successfully filled out.
Forum: Plugins
In reply to: [WP Modal Login] User Selects PasswordHi Cole,
I think that would really enhance the registration user experience. The whole appeal of this plugin is that it’s in AJAX and everything happens directly on the page. By making users go off your site, to check their mail to retrieve a password they didn’t set, it breaks the seamless user experience.
Forum: Plugins
In reply to: [WP Modal Login] Remove Register Link on Register ModalI agree that “Login link” should show but you have a double of “register” link when you are on the register window ??
Forum: Plugins
In reply to: [WP Modal Login] Login button bug when styledIf we could have a separate class for logout / login buttons that would be ideal. Is this possible?
Forum: Plugins
In reply to: [WP Modal Login] Login button bug when styledOh sorry, that was the logout button! I did not put text there that is why is was blank. And I did not realize it used the same styling as the “login” button.
Forum: Plugins
In reply to: [WP Tiles] Show Tile Byline on HOVERI figured it out with opacity! Although it would be cool to have animation effects on the roll over. Like slide up and down.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Text Link Opens MapDid it with css ??
.gmw-thumbnail-map img {display: none;}
.gmw-thumbnail-map:after {content: “link”;}Forum: Plugins
In reply to: [Maps Widget for Google Maps] Text Link Opens MapI changed $out .= apply_filters(‘google_maps_widget_content’, $tmp); to $out .= ‘map link‘; and it didn’t work. What should I do?
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Text Link Opens MapAwesome, so the entire line is:
$out .= apply_filters(‘google_maps_widget_content’, $tmp);Can you show me an example of how that would be a link?
Thanks,
Maya