chubbable
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] Email Confirmation & Auto responderThank you for responding. I’ve tested several times and now it’s clear that ticking the “Hide / Mask” option causes the behavior in Chrome.
How did you configure the Download Monitor and Email before download?
Have you tried EBD to set “inline link” for the delivery format?
The download monitor page should have the shorcode [download id=”x”]
While the EBD shortcode should be – [email-download download_id=”x” contact_form_id=”x”]
Forum: Hacks
In reply to: How to add a class names to the very top most linkI’ve read that document before asking the question and currently using some add_filter to add my class names.
The problem is, I don’t have deep understanding of the walker_nav_menu yet. My theme has already a custom walker nav menu and It does not have a function that adds class names to the parent or ancestor
<li>of a Blog Post.I temporarily resolved this issue, using CSS. I’ve combined the body class
.single-postwith the.current-post-ancestorclass names.So in the mean time, it’s gonna stay that way while I learn the walker menu.