screenager
Forum Replies Created
-
Forum: Plugins
In reply to: [CrossPress] [Plugin: CrossPress] Seems to work with WordPress 3.4.1.works also with version 3.4.2 if you change the line mentioned int he post above
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Categories Not Separatingthis is the short code i’m using
[blog_in_blog category_slug=’music’ num=5]
where ‘music’ is the category. working pretty fineForum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Categories Not SeparatingWhat’s the name of your category ?
Is it ‘my-category-bailey’ or just ‘bailey’ ?Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] embedded youtube not workinghere is some more useful info I hope 🙂
If the Soundcloud shortcode plugin is installed it’s working for their embedded player . What I mean is that these soundcloud shortcuts are doing what they are supposed to do even in the BIB interface !
So I wonder why soundclound is activating his embedded player and YouTube isn’t (not with default behaviour, not with a plugin).Seems to me an issue with the BIB plugin …
/* edit
Don’t bother anymore. I’ve installed the youtube shortcode plugin. This is one is working fine.Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] embedded youtube not workingfound this old post.
So i disabled all my plugins. Still the same issue. Only the url is visible, no embedded youtube video.any idea ?
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Web version adds pre and codeI solved my issue. 🙂
Seems by copy/pasting the shortcode into the page there was a <code > tag added. Removing the tags in the html view solved my issue.
Adding some custom css rules to the default stylesheet results in a pretty neat solution !Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Web version adds pre and codeI’ve got the same issue, but both on localhost and webhost. I believe it has something to do with the theme we’re using. I’m using pyrmontv2.
I can manipulate the theme style.css so the look and feel is a bit adapted to the theme, but there are some rather weird things happening (like an empty <p>, youtube video is only showing a printed link in stead of embedded player,…)
this is where it all goes ‘wrong’ 🙂
<div class="entry"> <!-- 3 BIB: using default template from database --> <p> <code></code> </p> <div class="post1"> <code> <!-- Post Headline --> <div class="post-headline"> <!-- Post Body Copy --> <div class="post-bodycopy clearfix"> <div class="post-comments"> </code> </div> <div class="bib_page_nav"> <code> <span class="bib_prev_link_inactive">«</span> Page <a class="bib_page_number bib_selected" "="" style="font-weight:bold;" href="/blog/music/?"> 1</a> <span class="bib_next_link_inactive">»</span> </code> </div> <p></p> <p> </p> <div class="clear"></div> </div> <!-- end entry -->I could change the css for <code > but this will affect all my code tags. What I don’t get is why the <p code> is there before the <div class=”post1″ > ? This last one is the code in the template.
and then there is the <code > tag under post1, but it is not in the template !
Anyone an idea how to solve this?/* edit: typo’s