wpdev917
Forum Replies Created
-
I have a similar issue. All snippets are active yet none are applying on the front-end. It’s as if the entire plugin is being bypassed. No errors in the log. I can even create snippets with duplicated functions and they save and remain activated. I moved all the code to the functions.php and they work perfectly so it doesn’t have anything to do with the code itself. I’ve experienced this on two different sites.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Purchased Products ShortcodeHey Matt,
Thanks for the quick response. The shortcode parameter was exactly what I needed.Thank you!
Forum: Plugins
In reply to: [Logo Carousel] Issues with IE: Logos overlappingI’m having this same problem too: http://www.phinneycenter.org/
Forum: Plugins
In reply to: [Adminimize] Not able to save “Custom Options”Hello,
I came across the same thing this morning. I realized that you have to keep all of your custom options inside the Your Options fields at the same time. I had originally thought of these fields as a form to add items one at a time. But instead, it’s more of a holding area for all of the custom options for that specific section. It’s a little rudimentary but it does work. Here’s an example…I have three sections on the page I need to hide. I enter the names for all three sections (with each name separated by a carriage return / enter) in the left column. Then I enter the IDs for all three sections (again separated by a carriage return / enter) in the right column. The plugin will match the name and ID based on the line they are on. After clicking Update Options, I now see three new rows above (with checkboxes) representing the each of the items I have saved in the Your Options fields.
Make sure not to clear the Your Options fields. This will remove all of your custom options.