• Resolved onthecoffee

    (@onthecoffee)


    Hi Folks,

    Really like your plugin, and mostly working perfectly, but when I uncheck the boxed layout option, nothing happens. The background remains grey, the border is still there etc. Is there a bug somewhere? Or can this be fixed with some custom CSS?

    I also have been trying to customise the style through WordPress’ custom CSS (a rounded button to match those elsewhere on my site, making rounded corners on the border, and have been trying to centre the progress bar, but keep the rest of the form aligned to the left), but have had no joy yet.

    Can you please advise? On the boxed layout, and using some custom CSS?

    I am using the most recent version (1.2.4).

    Thanks in advance,

    Alex.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author mondula2016

    (@mondula2016)

    Hi Alex,
    thx for your mail,
    thge bosxed layoud should work, try some css.modifikations.
    PLease make sure that the plugin is working properly.
    Disable plugins and themes (choose a standard one) and try again.

    hope that helps.

    best

    Thread Starter onthecoffee

    (@onthecoffee)

    Thank you for the swift response. 🙂

    I have disabled the plugins I can, but cannot change the theme as it is a live site. (apologies, I am a novice!!). This hasn’t helped the boxed layout problem.

    I have added the following to my site’s CSS…

    .post-content table {
    border: none !important;
    }
    .post-content table td {
    border: none !important;
    }
    .fw-wizard-button-container {
    text-align: right !important;
    }

    … to remove the thin border, and align the ‘Previous/Next’ buttons to the right, which both worked fine, but what I thought should change the grey to white, given the above logic, didn’t help:

    .fw-wizard-step-container {
    background-color: #fff !important;
    }

    or

    .fw-container {
    background: #fff !important;
    }

    Also, as with the button container, i tried to align the step container as here…

    .fw-wizard-step-container {
    text-align: justify !important;
    }

    … but this pushed it all to the right of the grey box?!

    Can you tell me how to replace the grey with white, or transparent?

    Thanks for your help!

    Plugin Author mondula2016

    (@mondula2016)

    Hi Alex,

    We will submit your question to our developer and he will get in touch with you as soon as possible!

    Regards – Mondula

    Thread Starter onthecoffee

    (@onthecoffee)

    Thanks folks, really appreciate you taking the time to help out. 🙂

    Plugin Author mondula2016

    (@mondula2016)

    Hi again!

    Sorry for the late response.
    We will solve this problem with the next update. Till then, you could try pasting this into your style.css

    .fw-step-part {
    border-left: 0px!important;
    background-color: transparent!important;
    padding: 0px!important;
    .fw-step-part-title {
    margin: 0!important;
    margin-top: 20px!important;
    }
    }

    Regards – Mondula

    Thread Starter onthecoffee

    (@onthecoffee)

    Hi Mondula,

    Thanks so much for this, and no worries at all for the response time!! That’s solved my problem, though I had to add an extra ‘}’ and remove one of the two at the end to split into two sections to make it work here, suspect that is more my problem than yours though!

    Really grateful for your input. 🙂

    Best regards,

    Alex.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Boxed Layout checkbox not working?’ is closed to new replies.