Columns not working - shortcode sumo

Discussion in 'BlackBird WordPress Theme' started by suzypow, Mar 16, 2015.

  1. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    Hi,

    My columns dont work. I updated the latest version of shortcode sumo.
    Temp url is http://176.32.230.27/homesurveys.co.uk/rics-surveys/

    I updated the version, click for 3 columns, and inserted my text into each section.

    It seems to have done the first bit as one full width, the second underneath as a third, and the third bit of text as two thirds...

    I have checked and my code is
    [ss_one_third]
    [/ss_one_third]

    and the last third goes
    [ss_one_third_end]
    [/ss_one_third_end]

    My page is full width to accommodate.

    I couldnt get your live demo to appear.
     
  2. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    [ss_one_third]

    RICS Condition Survey

    This RICS report is a report on the condition of the property including the structure, services, garage and outbuildings, the risks to the property and issues for legal advisers (e.g., regulations and guarantees). No property valuation is included.
    It is suitable for reporting on more conventional properties in reasonable condition and built from common building materials.
    Description of the RICS Condition Report service (PDF)
    Fee Quotation
    [/ss_one_third]
    [ss_one_third]
    RICS HomeBuyer Report
    This RICS report covers the same items as the RICS Condition Report but also provides a property valuation, an insurance reinstatement figure, a list of problems that may affect the value of the property, advice on repairs and ongoing maintenance and issues that need further investigation.
    It is suitable for helping the purchaser make an informed decision about buying the property - about the price being paid, any repairs of replacements required and what further advice should be taken.
    Description of the RICS HomeBuyer Report service (PDF)
    Link to Fee Quotation
    [/ss_one_third]

    [ss_one_third_end]

    RICS Building Survey
    This RICS report is the most thorough of the suite of RICS Home Surveys. It provides detailed advice on the condition of the property and describes identifiable risks and recommends any further actions or advice that should be taken. If required, an estimate of repairs can be provided.
    It is particularly suitable for large, older or run-down properties or a property that is unusual or altered or if the client is planning major works.
    Link to Description of the RICS Building Survey service (PDF)
    Link to Fee Quotation
    [/ss_one_third_end]
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi suzypow!

    Could you please provide us some edited screenshot specifying your issue and requirement?

    Thanks,
    Praveen
     
  4. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi suzypow!

    First replace " [ss_one_third_end] your text... [/ss_one_third_end] " with " [col3]your text...[/col3]".

    Now paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .one_third {
      width: 30%;
      margin-right: 25px;
    }
    Thanks,
    Praveen
     
  6. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    Thanks Praveen,

    What about other pages that I might want to do?

    Do I need to change the other [ss_one_third] s to [col3] etc

    I wanted to use Shortcode Sumo as it makes things easier, especially for the client to do their own editing.

    Thanks
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi suzypow!

    [col3] are built in by default as shortcode in this theme so there is no need to use any plugin.

    Thanks,
    Praveen
     
  8. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    OK, and it is necessary to add that CSS to styling, even though it is built in? (just checking as I have another website to do with this theme when this one is complete). Thanks
     
  9. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello suzypow!

    I am providing you a video link which will help you to use shortcode sumo plugin in your page.
    Video Link :- http://screenpresso.com/=8ezng

    After following this video if the issue still persist then please provide us your website wordpress login details at [email protected].

    Thanks,
    Praveen
     

Share This Page