mbenari
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] Replace "Register" with Gravity Forms User RegistrationIn class-wp-modal-login.php, find “Registration form” area and replace the content with the gravity form (php)
Forum: Plugins
In reply to: [WP Tiles] Custom Post TypeHi there,
I don’t think showing titles had anything to do with my post. The plugin does that automatically in the settings.Forum: Plugins
In reply to: [WP Modal Login] Responsive stylingSounds great! Around when is 2.1 coming? ??
Forum: Plugins
In reply to: [WP Tiles] Custom Post TypeFantastic! It is working great. As long as it works, it’s pretty to me ??
Thanks!
MayaForum: Plugins
In reply to: [WP Modal Login] Responsive stylingHi Cole,
Bootstrap also has a nice way of dealing with modals and making sure they are responsive: https://twitter.github.io/bootstrap/javascript.html#modals
It would be great to see something like this implemented. If developers will be customizing it (adding more fields like me) we need to make sure it’s all readable on mobile too.
Forum: Plugins
In reply to: [WP Tiles] Custom Post TypeThey are not curly it is just the way it displays it on the front end I think. I am using this code:
[wp-tiles posts_query='post_type[]=post&post_type[]=stories']
Forum: Plugins
In reply to: [WP Modal Login] Responsive stylingYou should use Magnific Pop-up, a truly responsive lightbox: https://dimsemenov.com/plugins/magnific-popup/
https://coding.smashingmagazine.com/2013/05/02/truly-responsive-lightbox/Forum: Plugins
In reply to: [WP Tiles] Custom Post TypeHi Mike, that did not work in the shortcode. It ended up with part of the shortcode text below the tiles like this: https://cl.ly/Q27F
Can you suggest another method?
Forum: Plugins
In reply to: [WP Tiles] Custom Post TypeHow can we display multiple custom post types? Comma separated post types did not work:
[wp-tiles posts_query='post_type=post,post_2']
Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll – Presets for Canvas theme (Woothemes)Sorry – here it is: https://workspace.maya-benari.com/blog
Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll – Presets for Canvas theme (Woothemes)I am using the same setup as you – untouched canvas 5.2.7 and child theme & pagination set to numbers.
Here is the front page working.
Blog template page not working.The selectors look the same to me so I don’t know why it would not be working. Let me know if you have any idea.
Forum: Plugins
In reply to: [WP Modal Login] RedirectWoop! Thank you Josh ??
Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll – Presets for Canvas theme (Woothemes)This works perfect on my home page when I set my front page reading settings to show “Your latest posts.” However, it does not work when on my Canvas Blog template. Is there any way to get it functioning there (or the magazine template)? The selectors look like they should be exactly the same so not sure why it’s not working.
Thanks again Grumbledook and everybody else!
Forum: Plugins
In reply to: [WP Modal Login] RedirectHow does this work?
Do I add:
apply_filters(‘wpml_redirect_to’,$_SERVER[‘https://www.myredirecturl.com’%5D)
to my fuctions.php to redirect users after logging in?
Forum: Plugins
In reply to: [WP Modal Login] Remove Register Link on Register ModalDid you get what I was talking about? You have a register link on the register page of the modal, you should probably hide it.