Blog post details - module CSS

I inserted a blog in a customers Web site and there is a random horizontal rule appears.  Now, I wouldn't mind that, except that its been blocked my text.  I have not really dug / got familiar with all that is in the modulestylesheets and was wondering if anyone knows where and how I can go to control this.

Problem: http://www.screencast.com/t/zyPmPF67fd

Real location: http://www.visionquestdallas.com/BlogRetrieve.aspx?BlogID=14162

Clues are appreciated!

Thank you very much.

Hey there,

Best option is to change this:

.blog-post h2.post-title {   border-bottom: 1px solid #ccc;   font-size: 18px;   margin: 0;   padding: 0 0 3px; }

To do this:

.blog-post h2.post-title {   border-bottom: 1px solid #ccc;   font-size: 18px;  padding: 0 0 3px; }

It has a margin in there it's ruin, which take off and he comes straight

Tags: Business Catalyst

Similar Questions

  • 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

  • '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

  • Hairstyle blog post

    I created a blog on my site. I initially nominated blog start page without insert into a page. I put the style of this blog to be governed by my main template. When I click on my previous posts the link takes me to a page that is not governed by my model. I want that all messages governed by the same model.


    The BC tech support guy tells me to insert the blog in a page. I have done this and nominated the page to the start page and linked to my main template. The issue has not disappeared and another question has arisen. Now when I go to http://impressionsofsonoma.businesscatalyst.com/ I first click on a link to see the blog. (screenshot)


    What should I do, to see all my blog posts designed by my main model and having the blog of my start page?

    Can someone help me?

    Catherine



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

    Operating system: Mac OS X

    Browser: Chrome 17.0.963.56

    Hello cate1941,

    To get your blog to your start page, you need to go on the blog in the backend of your site and the details of the blog go to stocks fall down, and then select set as Start Page.

    Your blog details pages use the same model, but your path to your images and css will not work on the inside pages.

    Your CSS path link look like this:

    < link="" href="../stylesheets/main.css" rel="stylesheet" type="text/css">

    but should look like this:

    < link="" href="/stylesheets/main.css" rel="stylesheet" type="text/css">

    Your path to the header image should look like this "/ images/header_1250x105.png.

    Hope this helps you

    Chad Smith | www.bcgurus.com/Business-Catalyst-Templates for only $7

  • 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;

  • How to fix BC blog post meta &lt; title &gt; and &lt; description &gt;

    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.

  • 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.

  • 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.

  • 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}

  • 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.

  • 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!

  • 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.

  • Show tags to a blog post

    I can assign tags to a blog post, but I can't understand how to display labels awarded on each blog post. How can I show only the tags for a post?

    Hello

    I does look ' possible t at this point that I am only able to locate the 'used top blog tags' but for the overall design of the blog.

    -{tag_blogtaglist} list of the main used tags. Default is all first 10 entries sorted in alphabetical order. You can customize to show less/more.

    I'll add it to our wish list as a potential feature enhancement.

    Kind regards

    -Sidney

Maybe you are looking for

  • More RAM in Portege 3440CT?

    Hey. I ve taken a 'old' Portege 3440 CT It s got 64 M of RAM and a 500 P3 processor. I m thinking about upgrading the RAM, but I can´t seem to know everything about what memory to buy... The model No. is PP344E-2PU82-SW if anyone needs. It s win 98 O

  • Toshiba AT100 (Thrive) output headphone (taken) required

    Hello taking my AT100 helmet is broken. [http://imageshack.com/a/img62/7843/64bz.png] I need a new. Where can I order it?Contact Toshiba for a new? THX for the help.

  • HP Photosmart Premium C309g-m: problems with the HP Solution Center

    Hello After having upgraded to Win10, my HP SC does not work. The KB3132372 and the KB3133431 are installed - does not solve my problem. In Windows Update, I don't have the ability to remove 3132372 KB, and I visited HP homepage to download the drive

  • Perm disable touchpad on Pavilion product number E4W31UA #ABA w/windows

    This new portable computer touchpad has no no the divit in the upper left corner of the touchpad to turn it off and it drives me crazy!  I just need to turn it off and stay off!  I can't go to the mouse and turn it off, but I can't seem to stay off. 

  • How to check if the Message was open / read or not

    I always get the same result when I check if a message is read or not. By using this code: me.getMessage(); if(me.getStatus()==Message.Status.TX_READ){ Dialog.alert("Read "+me.getStatus()); }else{ Dialog.alert("Not Read "+me.getStatus()); } He always