loonattic
Forum Replies Created
-
Hi Matt,
Just letting you know that update.6.1.3 was just installed and indeed resolved the disappearing reCaptch when “Hide WordPress version” is enabled.Thanks to your and the DEV team!
That’s great to hear.
I’m certain it will be addressed quickly as the Wordfence dev is on top of everything.
Thanks again.Just curious…
Will there will be a fix for having to disable the “Hide WordPress version” Wordfence option?I think it’s an important one to have enabled.
Thanks.Hi Matt,
Unchecking “Hide WordPress version” was the fix for me.Thank you!
Just to add…
The Google reCaptcha is being used in a plugin called Custom Contact Forms.
There were no issues until the Wordfence update.
I disabled the Wordfence firewall being that it was the new feature. It seemed the likely cause, however, reCaptcha did not reappear until Wordfence was completely disabled.
Now I’m stuck because both are crucial to the site.
Forum: Plugins
In reply to: [Pricing Table by PickPlugins] Disable Column Hover effectH,
Thanks for responding.
You misunderstood my request.I want to disable the hover transition when the column expands and shrinks when the mouse is placed over them.
The colors are not a problem.
I would like the columns to reamin non-moving. (static)
thanks.
Forum: Themes and Templates
In reply to: [Hueman] Social links tooltips leftover arrowMarking as resolved.
Forum: Themes and Templates
In reply to: [Hueman] Social links tooltips leftover arrowFixed, Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Add sub levels to Child MenuMarking this resolved for now.
ThanksForum: Themes and Templates
In reply to: [Hueman] Add sub levels to Child MenuThanks for the update.
Never hurts to look at other possible fixes.Forum: Themes and Templates
In reply to: [Hueman] Add sub levels to Child MenuI think I stumbled upon the solution.
By changing line 1368 in the Hueman CSS (copied to Child Theme CSS)
from:
.child-menu > li.current_page_ancestor > ul ul { display: <strong>none</strong>; }
to this:
.child-menu > li.current_page_ancestor > ul ul { display: block; }
forces the Child Menu sub-levels to show expanded.
I haven’t done enough testing to know if this truly is the fix but it looks promising.
Forum: Themes and Templates
In reply to: [Hueman] Add sub levels to Child MenuThat is correct.
Any menu item with a plus would be automatically expanded to see the sub-levels.
I’ll have a look through some bootstrap snippets.
If I recall my brief fling with bootstrap, there’s a way to make a menu auto expand by changing something from “false” to “true” in the bootstrap code.
I’ll let you know.
Thanks for your continuing support.
Forum: Themes and Templates
In reply to: [Hueman] Add sub levels to Child MenuHi again db…
I think it’s working now.Just need to style it.
Is there a way to have the menu auto expand?
I think that might be a bootstrap setting?
Forum: Themes and Templates
In reply to: [Hueman] Add sub levels to Child MenuThanks for the quick response.
I did see that thread but was unsuccessful in duplicating the results.
I’ll go back and try it some more.
I’ll post back if it ends up working out.
It was this line from the suggestion that i didn’t grasp.
“I didn’t have time to play with the css but think it might involve more than just adding ul elements.”
Is this done through CSS or the php file?
Forum: Themes and Templates
In reply to: [Hueman] Equal sidebar widths again, except at 300pxThanks for the quick response.
Considering the challenge of developing a theme that displays properly on all devices in the first place is no small accomplishment.
Additionally that Hueman is a free theme makes it even more amazing.
===
The default settings using sidebar 1 at 300px and sidebar 2 at 220px should accommodate most anything I want to display.
If equal sidebars are desired then the CSS for equal sidebars at 260px has been posted here a number of times and can be used at anytime.
My capacity to modify a responsive site is limited so I should concentrate on variables that can be modified without frustration and that possibly results in a broken theme.
It’s a comfort to know that Alex has a solid support network in place for the numerous requests.
I’ve found answers to my questions on previous posts which has made other modifications possible and easy.
Thanks again bdbrown and to all others who make this forum an excellent resource.