Theme features Not Working

Discussion in 'BlackBird WordPress Theme' started by rapidresults, Nov 14, 2012.

Thread Status:
Not open for further replies.
  1. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Hi:

    I am having some difficulty implementing changes and formatting when creating pages.

    All of my pages require at least double and triple spacing between paragraphs or else they run right into each other.

    When inserting bullets or numbered lists of text, I update the page and the formatting does not appear on the webpage.

    Indentations of blocks of text are not appearing on the final page. And often text just indents on its own without me indicating as such.

    When inserting photos, I have to leave 3-4 lines after the photo in order for the photo not to encroach on the text.

    Any suggestions? I have no idea what works or doesn't work on each page.

    Thank you.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    These problems are fixed in the theme, download the theme again from the members area and then replace it with the previous one, it will solve your problem.
     
  3. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Thank you - some of the formatting issues have been solved but not all.

    I'm putting spaces between content and when looking at the "live" page, the spacing will be there for some lines but not for others.

    Formatting text is random - all of my titles need to be bold and red, they are all formatted that way using the tools; some of the titles are red, some are bold, some are none.

    My font type is Helvetica - some text will appear this way, some will not.

    These items require me to go in multiple times to make the changes and in case of some of my pages, it does not work at all.

    I do not want to switch themes again this late in the game.

    How can you help me please?

    Thank you.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Do let us know your website link and also specify, In which text and what changes you want to do?
    We will provide you easy code to achieve that.
     
  5. sh444

    sh444 New Member

    Joined:
    Sep 10, 2012
    Messages:
    5
    Likes Received:
    0
    I am having the same problem with unordered (bulleted) lists in both posts and pages. They show up fine in the editor, but do not when published. Unfortunately, the theme (BlackBird Responsive 1.4) has been somewhat modified, so I believe that if I update the Theme, the website will no longer look the same. Here is an example. The first Sports List should be an unordered list. Is there some code I can add to Custom CSS?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    ol {
    list-style:decimal;
    }
    ul {
    list-style:disc;
    }
    li {
    margin-left:30px;
    }
    hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
    margin-top:5px;
    }
    p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    margin-bottom:15px;
    font-weight:normal;
    }
    
    This will solve your issue.
     
  7. sh444

    sh444 New Member

    Joined:
    Sep 10, 2012
    Messages:
    5
    Likes Received:
    0
    That is perfect Gourav. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page