Formatting lines with a hard return doesn't work

Discussion in 'BlackBird WordPress Theme' started by hrhspenny, Jan 1, 2013.

  1. hrhspenny

    hrhspenny New Member

    Joined:
    Dec 31, 2012
    Messages:
    14
    Likes Received:
    1
    I see in the Theme Options that I should "Use Tag for multilines address" but I don't know what this means. Using return and formatting in the setup doesn't display correctly. This is also a problem in my text widget. Thank you.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please share screenshot of the area where you are getting formatting problem.
    We will resolve your issue.
     
  3. hrhspenny

    hrhspenny New Member

    Joined:
    Dec 31, 2012
    Messages:
    14
    Likes Received:
    1
    I'd prefer the contact corner on the home page to read like this (right-justified):
    540 879 2616​
    328 High Street, Dayton, VA 22821​
    Tuesday - Saturday 10 am - 5 pm​

    If a fourth line is possible then I would add the mailing address too.
    In the widget the formatting should be:
    Tuesday - Saturday, 10 am - 5 pm
    Seasonal Sundays, 1 pm - 5 pm
    Closed on Major Holidays
    Call ahead to confirm 540 879 2616.

    Thank you.
     
  4. hrhspenny

    hrhspenny New Member

    Joined:
    Dec 31, 2012
    Messages:
    14
    Likes Received:
    1
    I guess I don't know how to post a screen shot since I don't see them in the post above. I tried inserting snipping tool images and they disappeared.
     
  5. hrhspenny

    hrhspenny New Member

    Joined:
    Dec 31, 2012
    Messages:
    14
    Likes Received:
    1
    Trying again with the screen shots.[​IMG]
     

    Attached Files:

  6. wiljon

    wiljon New Member

    Joined:
    Jun 11, 2013
    Messages:
    19
    Likes Received:
    2
    I have a similar issue. See my wife's website: http://mytorontormt.com/

    I want the address to look like this (on three separate lines):

    895 Millwood Road
    East York, Ontario
    M4G 1X

    But I can't get the return to work at the end of each line.

    Thanks
    Kevin
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello Kevin,

    Go to the Appearance > Theme Options > Home Page Feature Sidebar panel in your dashboard and
    paste the code given below in the Address Description section.

    Code:
    895 Millwood Road,<br/> East York, Ontario,<br/> M4G 1X2   
    Here we are using line break tag (i.e <br/>) to break the line.

    Note: Please create your separate threads while asking technical issues. Do not post in someone else's thread. Start your own topic. It will easier for us that way to provide you precise and on time support.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107


    You can use <br/> tag to break the line.

    1. Go to the Appearance > Theme options > General Settings panel in your dashboard and
    paste the contact number given below in the Top Right Contact Details section.
    Code:
    540 879 2616 
    and then paste the text given below in the Home Page Top Right Address.
    Code:
    328 High Street, Dayton, VA 22821<br/>
    Tuesday - Saturday 10 am - 5 pm <br/>
    Enter your email id here. 

    2. For the widget section,
    Go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the Footer Widget Area and then paste the text given below in the content section of that Text Widget.

    Code:
    Tuesday - Saturday, 10 am - 5 pm <br/>
    Seasonal Sundays, 1 pm - 5 pm<br/>
    Closed on Major Holidays<br/>
    Call ahead to confirm 540 879 2616. 
    This will solve your issue.
     

Share This Page