Dear 8theme team,
Please can you check now? I believe the host has opened the site.
The problem is the following:
8theme twitter feed and any other RSS feed breaks the site.
I call the widgets with
<?php echo do_shortcode( ‘[widget id=”etheme-twitter-2″]’);?>
<?php echo do_shortcode( ‘[widget id=”rss-2″] ‘);?>
<?php echo do_shortcode( ‘[widget id=”rss-3″] ‘);?>
this is in a child time folder footer.php file…
I stopped using the static blocks because I was debugging the site, the shortcode approach
allows me more control.
IMPORTANT: at the present the website IS LIVE. So we need to be careful with deactivating all the plugins fo the website because this will be a disaster for a visit.
8THEMES TWITTER FEED:
<?php echo do_shortcode( ‘[widget id=”etheme-twitter-2″]’);?>
The twitter widget that comes with the theme
is not working in single product pages… it breaks the design,
also the other two widgets, when are present in the footer.php file (i have removed them temporary)
<?php echo do_shortcode( ‘[widget id=”rss-2″] ‘);?>
<?php echo do_shortcode( ‘[widget id=”rss-3″] ‘);?>
if I add this 2 shortcodes, the design will break, sliders wont work, jquery gallery grid gallery
wont work and other things may break to. this rss feeds are built-in wordpress widgets.
The website is now live, so I cant place this 2 shortcodes until they work correctly.
the twitter one is live , but in the single product pages is not appearing.
At the moment this two problematic shortcodes have been // commeted out in the footer.php file in the child theme folder.
Why is this happening?