Board not showing up
-
Hi there,
I’m trying to get the profile widget to show up in my blog. When I add the short code nothing appears. I’m trying to get a box that appears next to the other widgets on this page. https://amhersthall.com/blog/ I’ve posted the Instagram and the Twitter short codes and have had no problems.
I’ve tried pasting the shortcode for the Follow Me button in the same field but it only appears as regular text/hyperlink.
I’ve tested it out buy placing the widget in a side bar it does not appear in the blog, but does appear on other pages.
I’ve removed all Pinterest related plugins.
I am pasting it into the following code which executes PHP
<?php if ( is_home() ) : ?><div style="float:center;margin-right:15px;margin-left:40px; margin-bottom:25px; margin-top:0px;";> <div style="width:TOTALpx;margin:auto;"> <div style="float:left;width:auto;margin-left:0px;margin-right:25px;"> [instagram-feed headercolor=#000] </div> </div> <div style="width:TOTALpx;margin:auto;"> <div style="float:left;width:auto;margin-left:0px;margin-right:25px;"> [twitter-timeline id=594629732404105216 username=amhersthall height= "400" width= "315"] </div> </div> <div style="width:TOTALpx;margin:auto;"> <div style="float:left;width:auto;margin-right:1px;margin-left:1px;"> [pin_profile] </div> </div> <div style="clear:both;height:1px;"></div></div><?php endif; ?>
Any help or direction on how to narrow down or fix the problem would be appreciated.
- The topic ‘Board not showing up’ is closed to new replies.