nachete
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kadence] highlight active menu item on one pageHi @hannahritner.
I have disabled the plugin. Tell me if you need me to create a user to be able to test
Regards.
Forum: Themes and Templates
In reply to: [Kadence] highlight active menu item on one pageHi @hannahritner.
Yes and it works fine but what I want is to scroll to each section and for that menu item to stay highlighted. By default the theme doesn’t do this and I would like to know the best way to do it without using a plugin.
Regards.
Forum: Themes and Templates
In reply to: [Kadence] highlight active menu item on one pageHi @hannahritner.
As I said in the previous message
Right now I am using the Page scroll to id plugin and it works fine but I would like not to use a plugin for this
Regards.
Forum: Themes and Templates
In reply to: [Kadence] highlight active menu item on one pageHi Hannah.
Right now I am using the Page scroll to id plugin and it works fine but I would like not to use a plugin for this. If you are going to look at it to give me some other idea, I deactivate it and try what you tell me.
The code I tried is this:
jQuery(function ($) { $(window).scroll(function () { var scrollPos = $(window).scrollTop(); $('.nombre-seccion').each(function (i) { //each section class var topPos = $(this).offset().top; if ((topPos - scrollPos) <= 80) { $('#site-navigation #primary-menu a').eq(i).addClass('item-menu-activo') //menu item highlighted class } }) }); });
This works but it does not highlight the menu items quite well when reaching the section and it does not highlight the last menu item (CONTACTO) becouse the last section height. I imagine there is a more “professional” way to do it.
The page is: https://custom8.nomiresatras.com/
Thank you very much.
Regards.
Thank you @andrewza.
Regards.
Thank you so much @andrewza. I think I can handle this with some of your suggestions.
Regards.
Or maybe I could change de subscription type on user Membership Level – Current level dropdown… but I’m not sure what happens when checking (or not) “Cancel this user’s subscription at the gateway”. Is the gateway updated? Would a new checkout be necessary?
Thank you.
Regards.
Hi @andrewza.
That’s great and I also using Stripe! but… actually what I want is to offer free days. I have a user with a 7 days free plan and I want to offer them 14 more days for free. I guess the best way is to create a plan with X days for free and tell the user to switch from their current plan to the new one. That way I guess the plan would be updated and there would be no problems with Stripe.
Thank you.
Regards.
Forum: Plugins
In reply to: [Subscribe to Category] Missing words to tranlateThank you @vandestouwe but…, nope! I’ve tried updating the existing file and creating a new one and I still don’t see them. Maybe i’m doing something wrong. I got 86 strings, is that right?
Regards.
Thank you Paco.
So I keep doing it with css ??
Regards.
Forum: Plugins
In reply to: [Quiz Maker] Show quizzes count (number)Thank you so much but I see one “problem” and that is that the counter only adds the quizzes that are different. If you do the same quizz twice, it only counts as one. Can they all be added to the count even if they are the same?
Regards.
Forum: Plugins
In reply to: [Quiz Maker] Show quizzes count (number)Thank you.
Forum: Plugins
In reply to: [Post grid and filter ultimate] TranslationsIt works but obviously changes will be lost when updating the plugin. How can I avoid it?
Thank you.
Forum: Plugins
In reply to: [Post grid and filter ultimate] TranslationsHi again. Can’t find the words Reply and Replies that appears when you choose to show comments count.