Templates not working
-
I can’t create templates ??
On the field “Set a name for your template” I get this code;
<?= ( isset( $aalb_template_name ) ) ? $aalb_template_name : '' ?>
On “Add HTML for your template” I get;
<?= ( isset( $aalb_template_template_html_box ) ) ? $aalb_template_template_html_box : '' ?>
On “Add CSS for your template” I get;
<?= ( isset( $aalb_template_template_css_box ) ) ? $aalb_template_template_css_box : '' ?>
Then, on posts, Amazon logo is missing, this logo;
Is there anything in the php.ini file that I need to uncomment?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Templates not working’ is closed to new replies.