growsocial
Forum Replies Created
-
I too have had this issue. Hopefully I can explain what’s going on.
Network Helper is active, on a Multisite install. When a user registers, they are added as a user on both the main site and their new site.
What we would like to happen is for the user to only be registered on their new site, and not on the main site. They need editing permissions on their site, but not on our main site.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast not showing on blog postHere’s a compatibility fix. In your theme, you will need to find which php file displays the blog loop.
Change
'post_type' => 'post',
to
'post_type' => array('post', 'podcast'),Forum: Plugins
In reply to: [Logo Slider] Slider not centeredThis worked for me to center the logos:
#logo-slider-wraper { text-align:center;}This worked to center the shortcode on my page:
<span style="text-align:center;">[logo-slider]</span>Forum: Plugins
In reply to: [Seriously Simple Podcasting] iTunes 404That explains it. Added a post, and it started working. Thanks!
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] IE – Embedded YouTube on Page Overlaps LightboxThanks for that.
After following those resources, I came upon the solution for youtube’s new iFrame embed code.I simply had to append
?wmode=opaqueto the end of my url string.Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Scrollbars in Internet Explorer with big imagesI am having the same issue. Also, I have a youtube video embedded in my page, which is displaying on top of my lightbox.
This issue is only related to IE.