Dragan90
Forum Replies Created
-
Thanks for quick response, I figured out where was the problem.
I didn’t have registration and account pages and had a redirection to the login page for non-logged users. So after the new password is set it was trying to redirect to the homepage so the login page didn’t had /?password-reset=true and wasn’t showing the message.
I set the login page to be the account page too and it’s working perfectly now.
Thanks, your response helped me to figure this out.Regards
Forum: Plugins
In reply to: [Annual Archive] Add current or active class to archive itemHi there,
My client purchased the plugin but I don’t see active class like you have on demo, is there anything that I need to add in code to enable the feature?
I tried using a shortcode but the result is the same, I don’t have needed class on the < li > item.
Version is 1.0.4
- This reply was modified 7 years, 9 months ago by Dragan90.
Forum: Plugins
In reply to: [Annual Archive] Add current or active class to archive itemHi, just wanted to check did you saw my last message? My client whant confirmation that you’ll add needed feature before he purchase the plugin.
Thanks
Forum: Plugins
In reply to: [Annual Archive] Add current or active class to archive itemYes, you can see archive page hereL https://sklpvst.thenextaddiction.com.au/en/2015/
We have archive widget on “Latest posts” page and archive pages need to work the same, I added widget in template but need to style it to look like a navigation menu, so I need to detect which year is selected to style it differently so visitors can clearly see on which page they are.So when user select 2017, that year will have “current” or “active” class, when user select 2016, 2016 will have active class, and the same for the other years.
Thanks for the quick work on features.
Forum: Plugins
In reply to: [Annual Archive] Add current or active class to archive itemGreat, I forwarded this to my client and he’ll purchase the plugin.
About your demo, I don’t need to have current year class (2017), I need currently selected year class, If I select 2015, that element should have current-year class.
Right now on your demo 2017 will always have current year class.Forum: Plugins
In reply to: [Annual Archive] Add current or active class to archive itemOk thanks, is this feature already included in Archive-Pro-Matic or you just plan to include it? I need this as soon as possible.
Hi,
Did you get my mail?
Hi Peter,
No, Transient Caching is not enabled. I even disabled minification in plugin, no change.
Hi Peter,
Sorry for late response.
I already have 2.5 beta version there because on regular version submenu didn’t worked. This problem with classes were on regular version too.Thank you
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu doesn't workSorry, I found solution, I checked to Auto Expand Current Parent Items and that caused menus to be closed, maybe it is not right way but that worked for me, anyway it may help you in developing next versions or other users with problems like I have.
And with this option checked current menu isn’t expanded for me, but it’s less problem for me.Probably this problems are because of theme, it’s made in warp framework, this is first time I work with warp framework, it’s my client website.
Anyway thank you for this great plugin.
Dragan
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu doesn't workAnd one thing that maybe isn’t working, or I’m not setting it right, submenus are always open, how to make them closed by default but with option (arrows) to open them?
This is why I need this plugin, to show at first only parent menu items, so visitor can see main pages first and than open submenu.
Thank you
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu doesn't workHi Peter,
Thank you very much, beta version worked! It has some styling issues but that I would fix easily.
Great plugin and thank you for quick response and fix. You can count on 5 stars for me and recommendations for my clients, I will continue to use your plugin, great work from you!
Thank you,
DraganForum: Plugins
In reply to: [BNE Testimonials] Slider don't show in themeIt worked! Thank you!!!!
Forum: Plugins
In reply to: [BNE Testimonials] Slider don't show in themeTheme is blank theme from underscores.me which I edited
Forum: Plugins
In reply to: [BNE Testimonials] Slider don't show in themefunction arriter_scripts() { wp_enqueue_style( 'arriter-style', get_stylesheet_uri() ); wp_enqueue_script( 'arriter-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true ); wp_enqueue_script( 'arriter-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'arriter_scripts' );
I found this in function.php but I can’t find where jquery.js is loaded and also where to set to load all in head