This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Sydney theme and pagebuilder plugin trouble

8 years ago · Last reply by Alex S 8 years ago

Hi there,

After updating to the newest pagebuilder version, the footer on our about page is bugged http://copenhagenfintech.dk/om/, not sure why. Are you able to determine what is going on?

Best regards
Aft

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

11
  1. Alex S Staff 8 years, 9 months ago

    Hi Aft,

    Can you please elaborate on what’s wrong with your footer?
    Unfortunately, due to my unfamiliarity with your website, I’m liking missing something really obvious – sorry about this! :(

  2. aft 8 years, 9 months ago

    Hi Alex,

    Thanks for the quick response.
    Every page footer looks like it does on for instance this page: http://copenhagenfintech.dk/event/
    Except the footer on about page.

    Best
    Aske

  3. Alex S Staff 8 years, 9 months ago

    Hi Aft,

    Can you please try clearing your page cache to see if that helps? For reference, you’re using WP Super Cache.

  4. aft 8 years, 9 months ago

    Forgot to mention I already did, no change.

  5. Alex S Staff 8 years, 9 months ago

    Hi Aft

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look?

  6. Alex S Private Staff 8 years, 9 months ago

    This is a private message.

  7. WordPress Private 8 years, 9 months ago

    This is a private message.

  8. aft 8 years, 9 months ago

    I have created a user for you, let me know if you need anything else

  9. Alex S Staff 8 years, 9 months ago

    Hi Aft,

    Thanks.
    Okay so the issue here is that you added quite a lot of CSS to the text widget being used to add the contact form. This normally will get ignored but due to the usage of type=\”email\”, you invalided a lot of the CSS. To clarify, only inline properties are allowed in the CSS Style field, for example, this is allowed:

    margin-top: 20px;
    border-radius: 5px;

    This is not allowed:

    .example {
        margin-top: 20px;
        border-radius: 5px;
    }

    Does that make sense?

    For reference, you can find a copy of the previously added CSS here.

  10. aft 8 years, 9 months ago

    Hi Alex,

    Thanks so much, I don’t think I would be able to figure that out by myself.
    To be sure, whenever I write CSS within any the siteorigin widgets, (or any other for that matter) I should not add the .example and just write the property?

    As you may have guessed I am still new to CSS.

    But anyway, thank you very much

    Best regards

  11. Alex S Staff 8 years, 9 months ago

    Hi Aft,

    Preface: I would recommend giving this article a read.

    Yes, although please note that those CSS fields are more for container type styling as a lot of standard theme CSS will override things like font styling. I would recommend adding a row/widget class and then styling them via SiteOrigin CSS.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread