Thanks for a great plugin!
I would like to add an expandable “read more” function in the excerpt similar to this: https://css-tricks.com/examples/ReadMoreFade/
I am meeting two issues:
1. My jQuery code only works for the category of my portfolio that is initially loaded. It seems like I would need to re-load my jQ file every time I select another category of the portfolio. Can I add my code somewhere in the directory for this to happen?
2. The size (length) of the ‘vp-portfolio__items-wrap’ need to dynamically adapt to the length of the ‘vp-portfolio__item-meta’ once the excerpt is expanded. Can I add an “update length”-functionality (similarly to when I change the size of my browser window) to my code?
Thank you in advance for your kind help!
]]>This is the default menu that I get with Neve through the customize option:
https://ibb.co/FmYtZsY
Unfortunately second-order and third order pages appear indented but the menu is not expandable / collapsible. If I use elementor, I get this for the Navigation menu:
1) normal:
https://ibb.co/qx7phsz
2): on click
https://ibb.co/BCWQj4x
As on the sidebar menu of this page:
https://geologyistheway.com/sedimentary/
which is exactly what I want but, of course, it is really time consuming to use Elementor to create sidebars for each page. I have also tried several sidebar replacement plugins so far, but with no success.
Is there a way to make the menu this way on Neve or should I change theme instead?
Thanks in advance for the help!
]]>I am just looking for a recommendation. Is there a plugin that could accomplish a similar effect as the “Read More” links on this page: [ redundant link removed ]
That is expand the div content on click.
Any suggestions would be appreciated.
Thanks.
JS
The expand/callapse and the carousel.
Thanx
]]>it’d also be great to have a count-up in the title as shown below
A good example of what I mean is at wuxiaworld.com
Any help is much appreciated!
]]>Initial installation went fine, I read through the usage notes and the double click to close menu item worked fine. However… I wasn’t getting notified of how many items were hidden, etc.
After taking a very quick look at the php file, I made a few changes and voila, working
Here’s what I did.
Line 33:
.minimized dt.menu-item-handle:after {
Changed to:
.minimized .menu-item-handle:after {
and
Line 50:
.hovering dt.menu-item-handle:after {
Changed to:
.hovering .menu-item-handle:after {
I also added some font size styling to the notices as they were falling onto 2 lines. If you want to do this also, just add this before the closing </style> tag on line 67:
.menu-item-handle:after {font-size:11px;}
https://www.ads-software.com/plugins/expandable-menus/
]]>Yazeed.
]]>