Roger
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Evants order in List view mixed up since 4.4.0.1Hi,
Sorry for the typo in the title, but you can’t edit your post in this forum !
I caught it by disabling / re-enabling the other plugins one by one: there’s a conflict with the “Post Types Order” plugin, which enables you to manually sort any post types. You can’t exclude specific types, and apparently it’s messing with the Events Calendar sorting.
The issue has been identified in the Post Types Order forum, and someone solved it by kindly providing a hook to exclude events posts from being sorted by Post Types Order. Here is a link to the solution in case someone needs it (it works!):
https://wordpress.org/support/topic/conflict-with-events-calendar-by-modern-tribe/
Thanks,
RP
Forum: Plugins
In reply to: [MaxSlider] Improving dot navigationI need to give you credentials in a private email, it’s under construction right now.
Forum: Plugins
In reply to: [MaxSlider] Improving dot navigationThank you so much for your quick reply Vasili!
But I must have missed something, if I put your code in the custom CSS I’m not getting 2 concentric circles, I just get bigger dots (20x20px), in a single color which is the one defined in the settings as “navihgation background color” (not #000).
Am I doing something wrong ?
Thanks,
RPForum: Plugins
In reply to: [MaxSlider] Full width sliderHi again,
Ok, your suggestion worked perfectly, thanks! I closed the 3 divs (up to .container) just before the slider display, then reopened them right after.
I can post the code if you think it helps.RP
Forum: Plugins
In reply to: [MaxSlider] Full width sliderNo problem, it’s deserved!
Can you give me a hint of the div I should create (and probably put on each side of the line displaying the slider), to make it full width ?
Or should I ask in the Tabloid theme forum ?
Thanks,
RP
Forum: Plugins
In reply to: [MaxSlider] Full width sliderOk, this is probably way beyond the scope of this forum, but here’s the code snippet I put in header.php (the theme is one of yours, Tabloid):
<div class="container"> <div class="row"> <div class="col-xs-12"> <?php get_template_part( 'inc_header', ci_setting( 'site_header' ) ); ?> <?php if ( is_page_template( 'template-front.php' ) || is_page_template( 'template-front-posts.php' ) ): ?> <!-- ***** REMOVE INTEGRATED SLIDER --> <!-- <?php get_template_part( 'inc_slider' ); ?> --> <!-- ***** REPLACE WITH MAXSLIDER PLUGIN --> <?php echo do_shortcode('[maxslider id="110"]'); ?> <?php endif; ?>The method can be used to integrate maxslider in ANY theme out there, so someone may find it useful…
Thanks for any help!
RP
Forum: Plugins
In reply to: [MaxSlider] ResponsiveHi,
It looks great on my site, both on iphone 6 and ipad, and it supports swipe too. It’s as responsive as I could wish for!
Could you tell me where then, or at least give a hint ?
😉RP
Of course there are plenty of ways to reset a user’s password, whether from within WP or through plugins.
But I’m afraid you misunderstood my initial question, which was perhaps poorly phrased. It should read: “Is there a way to manually reset a user’s password within the Ultimate User context”. UM creates specific links and emails to users for all account-related situations, and if you use WP or another plugin to perform an account-related action such as password reset, you will necessarily do it outside of this context – a different email will be sent, another reset link created and so on… So what I was asking for is, is there any way to manually trigger sending these emails from within Ultimate member (hence the posting on this specific forum).
Sorry for the confusion!RP
Hi verysiberian,
Thanks, this would definitely work but it IS pretty crude – and a bit clunky if I want to reset a group of users.
As UM doesn’t have its own user management page (which I think they should, IMHO), I think they could at least add some functions to the stock WP user management page to do this sort of housekeeping – reset password, resend welcome email and the like…
Thanks again for responding
RP
Forum: Plugins
In reply to: [The Events Calendar] Duplicate post doesn’t work on eventsYou’re right Geoff, it was my mistake as I said – nothing bad to say about the events calendar!
Thanks,
RP
Forum: Plugins
In reply to: [The Events Calendar] Duplicate post doesn’t work on eventsHi Lopo,
Thanks a lot for coming into this conversation – and for solving my problem!
You are absolutely right, only the pages and articles were checked, not the other post types…I was aware that Duplicate Post had undergone some major changes recently, but I didn’t think of that.
Thanks again, and thanks also for your great plugin.
RP
Forum: Plugins
In reply to: [The Events Calendar] Upgrade breaks menu admin?Hi,
I had the exact same problem, with the same error.
I applied the above fix, and it works for me too – thanks a million for finding this guaranaweb, I wouldn’t have found it on my own!
Can’t say I’m too comfortable with this kind of “fix” though… you guys should correct this.
RP
Forum: Plugins
In reply to: [The Events Calendar] Keyword search in month view works on 1 month onlyHi,
Thanks, I understand this of course. I would have expected the search results to return in list form, which is the only thing that makes sense if the are more than one.
But regardless, the behaviour of the search in list mode is very strange in a number of respects:
1) It searches only in upcoming events, not in past events
2) Say I’m looking for “concert”. It finds nothing. If I click the previous events link, it still finds nothing (while there are past events with that name). Oh, BTW, the “not found” strings are not translated.
3) From then on, the search argument stays in the box, I can’t remove it whatever I do, and I stay stuck on this “no results” screen. If I empty the box and refresh, “concert” is still there in the box. Only way solve the issue is to click on some other link on the site.
Unfortunately I can’t show you this because the site is still in development and closed, but I’ve had to simply disable the search. Not a major hassle, the theme’s search will find the relevant events along with other posts, but I think it should be looked at.
Thanks,
RPOk, that’s great!
I went very carefully through your documentation, and I saw that there are a couple other things I need that don’t seem to be provided for in the existing settings panels.
For instance, displaying the category (+icon) BEFORE the title, or showing ONLY the category and not the tags, irrespective of which have been used as filters.
Are these things possible as well?Thanks,
RP