Blog post content lost paragraph breaks

Hello

I encounter a weird problem that I can't figure out yet. I added some blog posts and in the content of post window they show up as expected and tagged correctly (Fig. 1). However, when I find the post in the blog, everything is put together (fig. 2). Any thoughts on why this might happen? It was like that before I even did something extra style on the blog site. Any help is greatly appreciated.

FIG. 1

Screen Shot 2015-08-19 at 11.49.06 PM.png

FIG. 2

Screen Shot 2015-08-20 at 12.10.47 AM.png

I thought about it.  Commenting out margin: 0; of the class p in my global.css fixed.

body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, entry, butto n, textarea, p, blockquote, th, td, one

{

/ * margin: 0; * /

padding: 0;

border-width: 0;

-webkit-transform-origin: left top;

-ms-transform-origin: left top;

-o-transform-origin: left top;

Transform-origin: left top;

Tags: Business Catalyst

Similar Questions

  • Display the first paragraph of the blog post using liquid

    The legacy tag {tag_blogpostbodypreview, text} to preview the blog. There is no similar opportunity in new liquid markup except for the | truncate the filter. This thing is very dangerous but if you insert the code, tags are clipped then before being closed it can destroy the whole layout of a page. Grab a table for

    example or a tag is truncated in the middle. How can I have only my first paragraph or a short teaser projected in a blog post list? Any help would be appreciated!


    P.S. in the markup of liquid there is a | filter truncatewords, but this one seems not to be included in the liquid BC still?

    Dennis

    It's a bad idea because it will remove all the images and formatting you want to keep your content.

    Original labels will be and always work in your page layouts. If you want to preview the first paragraph just continue to use the tag

    There are several filters to liquid does not not in British Colombia, do not know if they apply at the present time. BC were on the front just like they did the migration.

  • Import/export of blog posts

    I intend to host my blog with square space and I was wondering if anyone has had experience with export of British Colombia blog posts to the square space?

    Here's what the square space says about this: the import content of Tumblr - help


    If this is not the case, what are my options? I have to do it manually? How will this affect my SEO?

    probably they running RS power that will be in a specific way for the options to import it it lists. BC is not one of those, so you can't run this automated tool.

    If they have no method of the API or standard RSS feed importing tool outside these options you can only do it manually.

  • How to fix BC blog post meta < title > and < description >

    BC-blog < title > and < description > shows (seo) list of the bar side/post - but does not show in the post through site menu NAV page.

    The blog post title and description appear corectelly when you click on the sidebar of the post list.

    It must use the module layout list.html, which I set up with:

    < html >

    < head >

    < title > {tag_blogpostmetatitle} < /title >

    < meta content = "description" name = "{tag_blogpostmetadescription}" >

    < / head >

    < body >

    On the bar side/post list

    Title and Description show correctly here:

    https://cameocoinsonline.worldsecuresystems.com/cameo-coins-blog/how-to-buy-and-sell-gold-et-Argent-lingots

    The problem is:

    When you click the menu nav to 'blog', it does not show correct title and description.

    Since the blog through nav menu page

    Title and Description are not correctly here:

    It shows the name of the blog (blog of cameo parts) instead of the name for the post.

    https://cameocoinsonline.worldsecuresystems.com/cameo-coins-blog

    Please notify

    Thank you

    Oh, ok.

    If you don't put in a title and which is empty then it will return on behalf of blog. Even with products on electronic commerce. Don't put in a product title and it will display the name of the catalog.

  • 'Next Article' with Blog post

    One of my clients asked me to add a 'next Article' and the 'Previous item' buttons for the blog. The concept is if a person reads a blog post (the current don't post not a list of posts) when they come at the end of the article, they can click on the two buttons. A single button they will be for the next most recent post (if the position is the most recent, then this button is not visible) or they can click on a button to be taken to the previous post (by date).

    To my knowledge there is no way to do this by using the tags or out-of-the-box modules. My question is has anyone at - it an any idea javascript which may be able to produce what I would do?

    All ideas are welcome.

    Note: I can manually to add to every post, but I'm looking for a way to have automated it.

    I finally found a solution that works. It requires some knowledge of HTML/javascript, but I'll post the example that I use with commented code. There may be better ways to do this, but this is the best I came up with that.

    First we need to create a blank page that will list all the blog post and the data we want to. On this page, you can insert this code:

      {"module_blogpostlist, 12345, 1000, template="/settings/blog-list.tpl "}

    The module above could be broken down like this:

    {module_blogpostlist, BLOG ID, NUMBER OF POSTS, path to THE CUSTOM MODEL}

    In other words, we use the module blogpostlist for a certain blog (BLOG ID) then we list all of the blog post. I put it to a very high number, I want all the blog post on a single page. Can I set a custom template for the layout vs the default layout.

    Note: Remember in your head to this page, you need to:

    It's so this page does not appear in the results of the research.

    Now that we have the page layout to set the custom template that we use to list the information that we need. Open a code editor, add the following code, and then save them in a .tpl file.

    To break down each line:

    Line 1: This is the Blog Post Id of each blog post.

    Line 2: This is the URL of the blog.

    Line 3: This is the title of the Blog post without a link.

    Once the above files are created and uploaded, it is time to add the code for the blog itself.

    Open up the layout of the Blog Post details:

    • Admin console: Site manager > Module models > Blog layouts
    • SFTP & develop Mode: /Layouts/Blog/post.html

    First, he must insert where we want the buttons next and previous to appear. I add the following code:


    Basically, I'm floating each div to the left or right, then clear the float with a break. All this is in my CSS. The important part is the class of next and prev will be used for the button that will make the link to the respective message.

    Now for the Javascript. I have add this below all the rest of the presentation of details of Post of Blog. I commented on each line of javascript in order to see what I'm doing. This method assumes that you use jQuery, that this has been tested with jQuery version 2.1.1.

    If (nextLength > 0) {//If statement is so we do not show a 'Next Post' button when there is not a next post.

    Insert HTML for the next Post. Can be changed to match your site code.

    $(«.next») .html (")

    Next Post

    « + nextTitle + »') ;

    }

    If (prevLength > 0) {//If statement is so we do not show a previous 'Post' button when it does not have a previous post.}

    Insert HTML for the previous Post.  Can be changed to match your site code.

    $(«.prev») .html (")

    Previous post

    ' (+ prevTitle + ');

    }

    });

    });

    Now you have a Next and Previous Post buttons.

    Hope this helps others.

    -Lynda

  • Paragraph style to control paragraph breaks?

    Hi all

    How to add using the paragraph Styles paragraph breaks?  I'm sure that the answer is pretty obvious, but I don't have the vocabulary which comes with a bottom of page/print layout, so I'm probably looking at the setting but do not know.

    What I want to do is to create a paragraph style that inserts an extra paragraph (back) at the end of a paragraph break so that instead of something like this:

    ---------------------------------------------------------------

    Voluptat vitis dolorro to molupta tempos autet etum alis res int maio voloriorest re. ULPA as debit prae vellaut ommoloratur susdamus endandit that sandesci corerspiet quis essequid evenis periorp oriberspidit illab in cum hit porpore periam ipic to totaess imintiam, quia poratem alicid ullabo.

    Erspernate nostiis re in poria volum ipsum dolorem no nudes.

    Aut aut Upti pores as mod that cusaera estiatest voloreni num alignatio re. And poremped that nemquossunte ducilignatem fugiand untionsendia ut quodis uring aut.

    Pici doluptam and re sandebis impelit asitate voluptate parum ilibustrume resequo not diciur?

    --------------------- --------------------- ---------------------


    .. .the paragraphs look like this:

    --------------------- --------------------- ---------------------

    Voluptat vitis dolorro to molupta tempos autet etum alis res int maio voloriorest re. ULPA as debit prae vellaut ommoloratur susdamus endandit that sandesci corerspiet quis essequid evenis periorp oriberspidit illab in cum hit porpore periam ipic to totaess imintiam, quia poratem alicid ullabo.

    Erspernate nostiis re in poria volum ipsum dolorem no nudes.

    Aut aut Upti pores as mod that cusaera estiatest voloreni num alignatio re. And poremped that nemquossunte ducilignatem fugiand untionsendia ut quodis uring aut.

    Pici doluptam and re sandebis impelit asitate voluptate parum ilibustrume resequo not diciur?

    --------------------- --------------------- ---------------------

    Thank you!

    What you want, it is to have the space before or space after the series to add space.

    The amounts that I use depend on the grid (if used) so that the amounts of space before/after piling up for the amount of baseline grid.

    Mike

    Post edited by: MW Design
    Additional screenshot

  • Paragraph breaks appears no not after the publication of site

    I just released updates to the site of the client, and on one of the pages, none of the paragraph breaks are appearing (they had been there all along, above). Now, the page is a long paragraph.

    Why this is happening and how to fix it? It looks like an editing glitch...?

    The page in question...

    Whispering Waters testimonies | Effective, safe and gentle acupuncture

    Hi Bryan,.

    Judging by the HTML, it seems that Muse has improperly promoted the character style 'Italic testimony' at the paragraph level. Character styles are for strings of text (i.e., spans) within paragraphs. Recently, I saw another case of this kind in the paragraph Styles not export properly

    In all cases, you try some of these workarounds:

    1 put the style of character to 'None', then reapply "Italic Testimonal"

    or

    2 remove the 'Italics Testimonal' link (using the button 'Delete' in the character Styles Panel)

    If no help, please send your .muse file to [email protected] with a link to this thread and 'ATTN:Abhishek' in the subject.

    Thank you

    Abhishek

  • View all blog posts in the main list

    Hello world

    I'm not very familiar with BC, so I'm having a bit of trouble getting my head around the anatomy of the it.

    Basically, what is happening here is that there are 15 blog posts in total, but post on the main page of the blog, only 10. I can't seem to find where I can change how it is displayed, can someone point me in the right direction?

    Thanks for any input.

    In the overall layout of blog:
    Overall layout of blog | Developers of business catalyst

    After the tag list, the setting for a number of positions.

  • Simple blog post

    I am trying to add asinglre blog post to a web page outside the blog page

    It should look like this.

    "

    Blog title lorem ipsum

    Blog post text lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum

    Lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsumlorem ipsum lorem ipsum

    Lorem ipsumlorem ipsum lorem ipsumlorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum

    Lorem ipsum lorem ipsum...

    Continue reading

    "

    and wen of the person click continue readfing it redirects to the blog post on the blog page.

    How is that possible?

    is there any tag who does that and who works next to the blog page?

    Ok! Well, do as I suggested: create a category called recommended and mark desired feature. Then you export all the blogs by category and select feature. If you do not problems with the blog layout, simply create a personal template .tpl for this case. This is how we usually solve this problem.

  • I did a blog in adobe muse and his now adjust it in British Colombia, but I can't seem to change the date format of blog post?

    I did a blog in adobe muse and his now adjust it in British Colombia, but I can't seem to change the date format of blog post?

    My ideal date format would be / 28, Oct 2015

    can anyone help? I don't know that I can handle the {tag_postdate}

    You can use something like this in the post or poster list: {tag_blogpostday}, {tag_blogpostmonth}, {tag_blogpostyear}

  • Text which shows without paragraph breaks

    I'm entering text in a text box, pressing enter for each paragraph. In Muse, everything looks fine, but the site published Web text out without paragraph breaks. Tried to change fonts, but without any help. No idea how to fix?

    Sounds like a web server that is not properly configured to serve Web coded UTF - 8 pages. Or maybe the files are copied to the server using a tool that is mangling carriage returns? You'll probably want to talk to your hosting company.

  • change the color of the title of the blog post

    Hello, I am trying to change the color of the title of the post (RULES OF ACENTUACION. Palabras eizov), but does not work.

    Here is the link:

    http://ivink.com/confundidos-entre-Letras

    And here is the code I have insert:

    {h2.post-titre .blog-post

    color: #CC0000;

    do-size: 22px;

    make-weight: bold;

    Police-family: droid - without, without serif.

    line-height: 1.2;

    }

    Title does not get red color.

    Thanks much for any help.

    Ignacio

    You should always use inspect tools such as firebug or those integrated into browsers. You would see the titles have an anchor inside that has its style.

    Change this- post title > a

  • Blog post from notes on applications for delivery

    As I did for most of the series view Boot Camp I posted a blog post traces / notes for todays Video Presentation "Delivery Applications."  I don't recommend watching the video of boot camp. The speaker went through today 10 minutes of demos.

    http://thevirtualheadline.com/2011/07/25/VMware-view-Bootcamp-delivering-applications/

    Pete

    -------

    www.thevirtualheadline.com

    Thanks for the recap, I know that this can be a lot of work and it is well appreciated!

  • I have 2 blogs on my site, I need to customize the layout of Blog Post details for each diff?

    I have 2 blogs on my site, I need to customize the layout of Blog Post details for each diff?

    Hello

    Unfortunately, it is not possible to have multiple layouts of details for your blog by site, at this point.

    Kind regards

    -Sidney

  • How to put a single metadata on each blog post?

    Hello

    How can I put an a single metadata on each blog post referencing?... There is a SEO Meta data section where we can post Post title and job Description, but it does not work... It does not show on the site during the source control.

    Is there another way to do this?

    Thank you

    Hernan

    You can't put it in the model in mind because these tags will not be made outside the layout.

    You must make them available to the mail and wrapping them in a head tag.
    BC will remove the head tag and shoot the meta in the head of your template.

Maybe you are looking for

  • How to install word trademark

    Hello I would use the word/trademark as SHARP or any other brand name on the Pages of Macbook. I have all the Microsoft Windows in my Macbook. How do I install the font? or maybe the shortcut to do it's hard to believe the word/mark registered. Thank

  • C50 - C satellite system diagnostics

    Is there a diagnostic program that can tell me what is happening inside my laptop? I'm used to provided with my MSI unit that tells you CPU/GPU temp, fan of tours etc. I suspect fan in this laptop does not work or if it is not equipped with a fan? Al

  • Rightway gps model 550 screen turned white

    Is about six months, is to be works fine and all of a sudden he just froze, then I close it took off and turn on nothing come on the screen except it lights and you c his there I push the reset button and nothing, just a blank screen, result of what

  • Try adding an SSD, but now I don't see the hard drive?

    I am trying to add a 256 GB SSD on the 1 TB HDD in my Aspire V3 - 772 G.  I put the SSD in the Bay where the hard drive used to be and swapped the hard drive to the extra Bay.  I have cloned the SSD hard drive and can be started either by when you pr

  • Windows Live Mail crashes when you reply.

    It comes to Windows Live Mail Version 2009 (Build 14.0.8089.0726) running under Vista/64.  Recently, to meet some incoming mails, WLM "Calera" for 15 or 20 seconds.  What is happening is: I double-click on a message and it appears in the reading pane