Constraining blog post text

Hi there !
I'm looking for some help in taming my blog post entries when displayed in a rectangle on a Muse generated page. I have successfully created the blog in BC and used the {module_blogpostlist,id,numentries} tag to display the most recent blog post on the page in question. Problem is that I want to constrain the amount of text displayed so that it does not exceed the fixed rectangle into which the HTML object is placed.
There is a demo video on Adobekb.com for Monkeybar in which a similar effect is used, and the blog post is limited and terminated with ellipsis which are a link to the whole post on the blog. This is exactly what I'd like to do, but can't figure out from the documentation or the sample files how to do it.
Any suggestions ??
Thanks,
Robert

Follow up for anyone else interested in a solution to this. I've found some workarounds which involve a CSS solution. I found some interesting info here:
http://www.mobify.com/dev/multiline-ellipsis-in-pure-css
This involves editing the master style sheet and blog template for {tag_blogpostlist}, and I've sort of got it working in limited form but not completely. If I get any better information I'll post it. Stay tuned....

Similar Messages

  • Wrapping text around an image in a blog post

    Hi,
    I want my client to have the choice to wrap text around an image they have inserted into a blog post. How is this possible? I have tried to create a class that would would appear in the 'apply a class' section of the editor but it doesnt work, the class doesnt even appear in  the editor.
    Any advice?
    Thanks,
    Dean

    Hi Liam.
    Thanks for the reply. Yes I have added it in the partner portal and it just says clear class.
    I have only added a small bit of css so I dont think that is the problem. I just the below applied to the image so the text will float round it.
    .wraptext {
            float:left;
    I think the problem is that it is in the wrong css file. I have tried it on few different css files and it does the appear in the editor for some of the webpages. No matter what css file I put it in, it still doesnt appear as an option when adding a blog post.
    The blog post is referencing a few stylesheets, how can I identify which one the code should be in?

  • How to post multiple images in one blog post using iweb

    Hi
    I would like to post multiple images in a single blog post. When ever I add a second or third image in the "entry" section of iweb, it does not show up in the blog post on the homepage of the blog. does anyone know if it is even possible to have multiple, separate images in one post, and if so, how.
    Here is a link to my blog: http://www.hoopography.com. You can see how there is only one image. I I want to talk about multiple items, I need to create an image in Pages and put them all together. I would really like to break out of the one box (placeholder) mold. I feel so constrained in iweb right now. I think I have done a lot with my blog, but I am always looking to learn more about iweb and improve my blog. Thanks for any help!!!

    what's the url of your blog? I'd like to check it out. I'm always interested in learning more about iWeb to improve my blogs. Mine are: http://www.hoopography.com and http://www.wnysportscards.com

  • Title and description when sharing a blog post in Facebook

    I want to get the title and a piece of description of my blog post when sharing on Facebook and not just a url with no text...

    Problem is Matt that this is one of the things the Engineering team are just putting off and having the new web app engine and concept of "Build your own blog" to fix the issues is what is currently being run.
    I know I am not the only one not happy with this approach but it is a running trend when reporting issues like with the gallery module not working right.
    I am also not a fan of the current operations of bug reports where even it if it a game breaker if you try to use something because it does not work, if you the first or only one or a rare few to notice it and tell them, even in detail it wont get fixed as you know.
    You have to wait for a public issue as more people realise it or a beta bug to have people moan about it live to then get fixed. But it makes BC look bad and unless your one of the few partners with a bit of clout with BC it wont get addressed unless a big enough stink is made of it.
    I do not know many software developers who run this old approach and from a support stand point, while I know you cant agree or disagree with me on any of this it causes you guys a nightmare.
    YOu have issues reproted, you confirm them, they stop someone doing something they need for them or their clients and push and moan at you and its with the engineers and nothing you can do other then up vote it over and over till they finally get round to fix it.
    Bug fixing is one of the key things I think thats harming BC right now over new features, tags wrong, math calculation wrong, bugs preventing certain features not being useable for years...
    And then new features launched with bugs on top!

  • How to copy blog post to pages on ipad

    I have an iPad3 and I'd like to copy my Wordpress blog posts into a journal I'm making in Pages.  I'd love to know how to do this.  Thanks much for any help.

    no download box appears, even when i go into dashboard/posts.  i did copy and paste the text, but i have quite a few photos with captions too.  I was hoping I could copy them over too. Do I have to copy each photo/caption individually?  Thanks for such a quick response.

  • How do I move my blog posts from iWeb to Wordpress?

    I want to move all my blog posts from iWeb to Wordpress. Is that possible and how?

    Depending on how many posts you have, it may be best to copy and paste them into Wordpress. I don't know for sure, but I dought if there is any process that will do that automatically for you. I would have your iWeb blog (edit Mode) window open and then Create a new blog in Wordpress. Copy the iWeb title/paste into Wordpress - Copy the iWeb blog text/paste into Wordpress. It should go fast once you get the first one done because you'll do the same for all.  Hope that helps.

  • How to insert image in Blog Post

    Hi,
         I want to create a blog post. For that i have to insert some images in that post. These image are in my PC desktop. How to upload/insert these images in my blog post body.
        I am able to see a option 'Insert Image' in blog post editor. But it is asking me the URL of the image. I can brouse the image from desktop but how to get the URL of that image.
        The same problem also come while adding snaps in profile.
        Can anyone help me on this regards.
        I am sorry if it is not the right forum for putting such question. Also want to know which will be the right forum for putting such queries.
    Thanks & Regards,
    Abhishek Sarkar

    Hello,
    There is 2 ways to insert an image:
    1. You can select the picture icon on the tool bar
    and then the foolowing screen will allow you to upload your picture from your computer:
    2. You can also drug and drop the image directly from your computer to the text, this is the way I use.
    Hope it is helpful,
    Elidan

  • Show first paragraph of blog post using liquid

    The legacy tag {tag_blogpostbodypreview,Text} allows to have a preview of the blog post. There is no similar possibility in the new liquid markup except for the | truncate filter. But this thing is very dangerous, for if you insert code which tags are then truncated before being closed it can detroy the whole layout of a page. Take a table for
    example or an a-tag truncated right in the middle. How can I have only my first paragraph or a short teaser being shown in a blog post list? Any help would be appreciated!
    P.S. in the liquid markup there is a | truncatewords filter, but this one seems to not be included to BC liquid yet?
    Dennis

    That is a bad idea because it will remove any images and formatting that you will want to keep from your content.
    Original tags will and do still work in your layouts. If you want the preview of the first paragraph just still use the tag
    There are several liquid filters not working in BC, not sure if they will be implemented at the moment. BC have been on the quite front as they have been doing the migration.

  • Page layout skewed after comment added to blog post

    I am having an issue where my page layout is all out of whack after a reader posts a comment. The body text of the blog post drops down the page to cover over the top comment. Also noticed that the weblink that the reader has entered doesn't work - It's supposed to load their site when clicking on their name, but no link is active. Also having problem where the body text is OK, but the comment is cut off - the page doesn't automatically extend to allow the comment to fit at the bottom.
    Very frustrating for me and my readers.
    BTW, using iWeb09 and Mobile Me account. Annoying to pay this money and not have results.

    Seems I can answer this one myself.
    The problem occurs when the code from Google Analytics is not on the furthest back layer. Right click on html box containing the code and select 'Move to back'. Problem solved

  • Blog Post List layout - images missing

    My developer is saying that it is not possible to include post images in the blog post list layout.
    Can you confirm if this is correct?
    Here is my current blog post list layout  http://www.onlineiq.biz/_blog/onlineiq_blog
    and images only display when clicking on Post Detail view.
    I know this can be acheived with web apps, but just needed to confirm that he is not missing something or that there is a trick we need to be aware of.
    thanks
    Ursh

    Just add an image into the paragraph of text.
    http://www.fueldesign.co.nz/_blog/Fuel_Design_Blog
    I think what your developer is doing is using the tag for the layout to show a number of characters rather then the one to show the first paragraph. The latter will allow you to have html such as images but you need to ensure your first paragraph is short and sweet - and intro and the css styles for the image work.
    But as you can see, it is defiantly possible.

  • Template breaks when viewing Blog Post Details Layout

    I've made a new ECommerce site with my own template (HTML en CSS). On the Blog Post List is my new template. But when I click on the title or permalink, Then my template breaks and all I see is the text from my template and the blog post detail. What can I do?
    Regards,
    A.H. Bakker

    Yes, just as I suspected.  A lot of your CSS, JS and IMAGE assets are referenced incorrectly in your page template or page.
    Right now, in your page template you are referecing IMG elements with a "relative URL":
    <img src="images/myimage.jpg"/>
    That will work fine on the homepage and first-level pages like "/" and "/blog" because the browser will attempt to load:
    http://yoursite.com/images.myimage.jpg
    But, if like on your blog detail pages which are located deeper in the websites folder structure "/blog/nog-maar-eentje" since this URL places you on the "nag-maareetje" page inside the "blog" folder, your relative URL will lead the browser to try and load
    http://yoursite.com/blog/myimage.jpg
    That is not the correct location for our images folder which is directory in the site's root folder.  To avoid this issue, you need to update your references to all images that's SRC attribute start with "images/" and change it to a "site relative URL" simply by prepending a "/" at the beginnging of the SRC attribute:
    <img src="/images/myimage.jpg"/>
    You'lll need to replicate this process for your CSS and Javascript references too. CSS references will look like:
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    Becomes:
    <link href="/css/style.css" rel="stylesheet" type="text/css" />
    And javascript:
    <script type="text/javascript" src="js/lib.js"></script>
    Becomes
    <script type="text/javascript" src="/js/lib.js"></script>
    Anywhere that a reference to a javascript, stylesheet or image starts without a slash, "/" and just begins with the folder or asset ("images/...", "myimage.jpg") are relative URLs. You'll also see URLs that are absolute and those are URLs in your code that start with "http://yoursite.com" or "http://yoursite.businesscatalyst.com". Those you don't have to worry about since they are absolute and won't get mucked up when you are trying to load those from page within your site.
    After you edit your page templates you might need to fix the same problem in your pages that are in a subfolder of your site.

  • Blog post at SP home page

    I need to create blog post at SP 2013 home page. with this pic. should appear permanently and right of the pic post text detail should be there. Wheneven new post created it should update with new post and picture at left should remain same.
    is there a way to achieve this.
    If we can implement it through any webpart which one is that.
    Thanks in adv !!

    One way you can achieve this is using the Content by Query Web Part and custom XSLT for the web part. Go through the couple of examples below on how to roll up the blog post with custom XSLT. In your case you will be rolling up the one item i.e. the latest
    blog post and then change the XSLT to display the image that you want to display with blog.
    USING THE CONTENT QUERY WEB PART TO AGGREGATE BLOG POSTINGS IN SHAREPOINT 2010
    SharePoint 2010 Content
    Query for Blog Posts
    Amit

  • Blog Post HEAD Content

    I have posted and submitted support request about this issue before but when will we be able to insert content into the head tag of a blog post?
    While majority of the time this is not an issue there are times when this is necessary.
    Here is an example:
         <style type="text/css">
          .slideshow img { display: none }
          .slideshow img.first { display: block }
         </style>
    The above code may or may not work inside a body tag it is invalid code. I can use inline styles but this is not always desirable.
    Here is another example that will never work in the body tag:
    <meta property="og:title" content="Title Text" />
    <meta property="og:type" content="article" />
    <meta property="og:url" content="URL Link" />
    <meta property="og:image" content="Image Path" />
    <meta property="og:image:type" content="image/jpeg" />
    <meta property="og:image:width" content="620" />
    <meta property="og:image:height" content="541" />
    <meta property="og:site_name" content="My Site Name" />
    I have asked support about this two separate times, the first response was this:
    We have confirmed it is an issue, and have created a ticket with our development team to investigate and resolve this.
    The ticket number is 3014970 for your reference.
    We will let you know once this issue has been resolved.
    Then I asked again several months later thinking I may have missed an update etc. and this was the response:
    Currently the only META that can be added to a blog is by creating a separate template that you will apply only to that blog (from Blog Details tab), that will apply to the whole blog and not to individual blog posts.
    So creating the structure as:
    <html>
    <head><title></title>
    ...meta data tags...
    </head>
    <body>
    </body>
    </html> will not work, as you already concluded, because the <head></head> section you put in the blog post will be rendered in the body.
    We have logged an issue for this with our development team to investigate and resolve.
    The ticket number is #bug=3014970 for your reference.
    Unfortunately I cannot provide you a clear ETA here on when this will be fixed, however what I suggest here is to keep an eye on our blog http://businesscatalyst.com/_blog/bc_blog – that’s where the releases and the planned work is being announced.
    While I do not know what it takes to add this functionality to the system and I make this following comment with that in mind it seems like this should be a necessary feature to implement into BC.
    Is there any ETA on this issue?
    Note: Creating a template for every blog post does not work. This would mean creating a template and a new blog for every post.

    While putting CSS into the body tag seems to work without issue I would prefer to put it into the head in its proper place.
    I am using this Javascript to do that:
    var ele = document.createElement("style");
    ele.type = "text/css";
    ele.innerHTML = "CSS CODE"; // Replace with CSS code.
    document.head.appendChild(ele);
    It works in all but IE8 and below (go figure). For IE8 I just left it in the body using IE conditional comments.
    Now if only we could come up with a bit of sorcery for the meta tags! 
    kenneth_rapp said:
    But every single bit of html and css and javascript rendered by our sites ought to be available to edit as we see fit, including what gets put out by the modules.
    I could not agree more. While I can see restricting this to some level there is much more I wish we could have access to and edit.
    Thanks for the Wizardly advice. =>

  • Problem viewing and reading blog posts

    I have several friends comment to me that they have trouble viewing and reading my blog posts. They have told me when the click on the "read more" to read the entire blog posts, it jumbles the pictures and text together so they can't see or read any of it. This has happened to multiple people and I can't seem to find an explanation on the forums for it. I have ilife 08 now. Please help! I hate paying $100/year when my friends and family can't view my blog properly!

    You really need to publish the URL to your blog to get some help.

  • Display only a part of a blog post in the summary view

    Hello,
    Has anyone come across an effective way to set the size, either by pixels or the number of characters, that is displayed for blog posts in the summary view? I'm working with a blog that has some very lengthy posts, and we want to reduce the amount that people
    have to scroll down the page on the homepage of the blog.
    It's worth noting that I've come across a couple different potential solutions, but have had issues because the body of the post is an "enhanced rich text" field.
    Thanks in advance for any help!

    Hi Bogan,
    According to your description, my understanding is that you want to display only a part of the blog post in the summary view.
    I recommend to edit the homepage in SharePoint Designer and modify the XSLT to achieve your goal.
    Here is a link for you to refer:
    http://heatherwaterman.com/2011/05/customizing-the-blog-posts-in-a-sharepoint-blog-template/#lightbox/10/
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/77465d4d-0db7-4736-8358-e9b853a644d7/default-blog-site-summary-view-of-posts?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Zen Micro Driver Problem

    Hey guys, I have a 6GB Zen Micro and I'm able to view it in My Computer. I can manually drag-and-drop music files onto the device through "My Computer" but I am unable to copy my music onto my computer. I've tried installing all drivers for my device

  • Configuring a RFC SSL

    Hi there Does anyone know if there is a step by step for setting up a SSL client and configuring the SSL for an RFC? I suppose it's on the basis side of things which Iu2019m not to keen on.  I did some research on it and there is a Trust Manager it s

  • I don't have PHOTO listed in my ITUNES source pane so how do I add photos?

    I just installed the ITUNES CD onto my new computer Gateway Windows Vista. I read the manual to install photos and it says to click on IPOD and Photos under my source pane. I don't have listed Ipod or Photos. Under my source pane are listed: Library

  • How do you fix a disabled ipod touch?

    How do you Undisable a ipod touch?

  • Changing Collation setting on SQL2008 for UCCE staging

    Can someone guide me throught the process of changing the SQL server collation setting on a SQL 2008 server.  We are preparing to upgrade to UCCE to use SQL 2008 instead of SQL 2005 but the SQL team built the server with the wrong collation type.  Is