Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #295634

    Hello. I am having some issues with one of the my pages (see http://papernapkinmarketing.com/the-bodybuilding-camp).

    1. I have a video playing in a color section. I don’t want the video to have any sound but I can’t figure out how to turn it off (it’s the sound at the top).

    2. There is a form at the bottom. Every time I remove the “Message” line the form disappears. I’ll remove it, save it and then come back to the page a few minutes later and the form is gone. I can’t figure out what’s going on.

    #295652

    Hey!

    The video is muted and the form is appearing at the bottom.

    Cheers!
    Josue

    #295658

    Hi Josue,

    The problem is when I remove the message line from the form it disappears. Can you add you as an admin and you can try?

    #295672

    Please do so.

    #297412

    Hi Josue,

    Sorry for the delay. I didn’t see this email came in. Here is your admin information:

    username: josue
    password: josue123

    #297413
    This reply has been marked as private.
    #297458
    This reply has been marked as private.
    #297556

    Hi!

    I was able to set the form without the message line (removed it via debug window):
    http://papernapkinmarketing.com/the-bodybuilding-camp

    Cheers!
    Josue

    #298071
    This reply has been marked as private.
    #298079
    This reply has been marked as private.
    #298094

    Also, Josue. I am trying to do the following:

    Place the OFFICE SPACE left justified and TROPICAL PARADISE right justified (so it matches the layout) I can’t figure out how to change the sides the text moves towards.

    #298900

    Hi Josue,

    Would you have a moment to get back to me on these questions? Thanks!

    #299025

    Hi!

    Sorry for the delay.

    2.) Add this on Quick CSS or custom.css to remove the border:

    .special-heading-border {
    display: none;
    }

    3.) Use this for the H2 headings:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.1em;
    }

    4.) Contact form at the bottom of the page shows fine when I checked it.

    Regards,
    Ismael

    #299040

    Hi Ismeal –

    Thank you. A few more quick questions (on the following page http://papernapkinmarketing.com/the-bodybuilding-camp)

    #2 – It removed the line next to the heading. However, the heading (such as YOGA AND MEDIATION, TEAM ACTIVITIES, EXCURSIONS–all the sections right justified) are now hanging out in the middle instead of being on the right side of the page. Is there a way to fix that?

    #3 – I added the CSS but it didn’t change the format (font / size) under the headings on the page. I am hoping to have the text be the same as the text under the headings on the following page – http://papernapkinmarketing.com/dental

    #300715

    Hey!

    #2 – I’m not quite sure what you mean here. Those sections are inside one half columns so the content is on the left of the section.

    #3 – turn on the custom class field for all of the builder elements following this doc: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then you can target those elements directly to adjust the font size/style exactly as you want with your own custom class. Something like:

    .special-heading-big {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.1em;
    }
    

    Regards,
    Devin

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.