leonardochen0
Forum Replies Created
-
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Cannot edit chartsI disabled all plugins, and I seem to have the same issue. Just a blank panel.
I noticed that the link tied to the Edit button (pencil) only says
javascript:;while the links on the Clone and Trash buttons are complete:
wp-admin/admin-ajax.php?action=visualizer-clone-chart&nonce=6119545912&chart=458&type=all&tab=settingsI can edit the chart if I copy the Clone URL and change the action to visualizer-edit-chart
I don’t know why the link on that button is not being generated correctly, but the other 2 work fine….
Not a great workaround, but hopefully will help you until we figure what’s going on…
+1
I only need this function on one of my websites. I’d rather keep everything else private (away from S3)Forum: Themes and Templates
In reply to: Shortcode to output get_headerFound the answer.
The shortcode functions are supposed to return a string, and not generate any output.
The get_header and get_template_part functions outputs their content, so we need to create a buffer.Great article here:
http://kovshenin.com/2013/get_template_part-within-shortcodes/