We’ve checked previous records and found some solution, if you’re using Uncode theme, below are resolution by the theme provider.
* Take note the line of code may have been updated in recent patch it should be somewhere near $the_content variable in page.php , if there’s any update in Uncode theme, after you try the code below if it fails, you can try to consult Uncode theme provider to see where to put the code and it should show the shortcode at frontend.
Resolution for Uncode theme:
if you’re using Uncode WP theme and posted the shortcode on a WP Page, you can try the resolution below:
Perform code changes in /wp-content/themes/uncode/page.php , search for below code/keyword (there might be more than once occurrences, search and replace all of them)
$the_content = uncode_get_the_content();
Insert a new line and add below code:
/** ** Fixed super store short code with VC ** 07-10-2017 **/ if (function_exists("ssf_wp_template")){ $the_content=ssf_wp_template($the_content); } /** ** End SSF short code fixed **/
Users who have LIKED this post: