Hello,
I am working on a new theme on my existing blog and found out that the shortcode for the download button is showing up as code itself. The code was working fine on the earlier theme showing the download button as intended, but not working on the new theme. There are hundreds of the following shortcodes across the site and I am just worried very much about the issue.
[s2If !current_user_can(access_s2member_level1)]
[mk_button dimension=“three” size=“large” bg_color="#6722d6 " text_color=“light” url=“http://www.graphicsfuel.com/membership/” target="_self" align=“left” id=“Buton ID” margin_top=“0” margin_bottom=“15” content=“Join Premium to Download”][/mk_button]
[/s2If]
[s2If current_user_can(access_s2member_level1)]
[mk_button dimension=“three” size=“large” bg_color="#ff6000 " text_color=“light” url=“http://www.graphicsfuel.com/?s2member_file_download=Cosmetic-Branding-Mockups.zip&s2member_skip_confirmation” target="_self" align=“left” id=“Buton ID” margin_top=“0” margin_bottom=“15” content=“Download Cosmetic Mockups”][/mk_button]
[/s2If]
You can check the issue on the dev site here: https://dev.graphicsfuel.com/2020/04/hand-drawn-vector-font-alphabets-and-extras/
What am I doing wrong and what am I need to fix? Please help.
Thanks much,
Rafi