Custom Footer on pages - by Rita - on WordPress WooCommerce support

This topic has 14 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp

  • Avatar: Rita
    Rita
    Participant
    April 9, 2016 at 04:41

    I setup a custom footer for two of my pages and I just noticed the very bottom footer that goes below the widget footers goes missing. Is there a way to get it so it shows up?

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    April 9, 2016 at 11:24

    Hello,

    In this case you have to add that content to your custom footer inside the static block that you created.

    Regards,
    Eva Kemp.

    Avatar: Rita
    Rita
    Participant
    April 9, 2016 at 21:11

    is there a way to use visual composer in static blocks also? Right now, my customer footer just has the regular WordPress Visual/Text tabs so I entered the content as text using the 3 column short codes. Thought I could go to visual composer general settings to do it, but there’s no option on allowing it to use on pages, posts, static blocks, etc.

    Avatar: Eva
    Eva Kemp
    Participant
    April 10, 2016 at 10:27

    Hello,

    You can enable VC editor for Static Blocks in Visual Composer settings > Role Manager > Posts Types > Custom > tick the elements where you want to use VC editor.

    Regards,
    Eva Kemp.

    Avatar: Rita
    Rita
    Participant
    April 10, 2016 at 18:39

    Whoot Whoot! That worked. Thanks!

    Only issue right now is in the after-footer footer… I have the copyright text on one side and the credit card payment logos on the right side. The credit card logos won’t line up with the copyright line. It looks like it’s on another row. And I can’t get it to align right like the homepage footer.

    On another note… no way to utilize VC with forms plugin is there? Just figured I’d ask.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 11, 2016 at 08:37

    Hello,

    Please use this code in child style.css file:

    .main-footer p {
        margin-top: 0px;
    }

    Best regards,
    Jack Richardson.

    Avatar: Rita
    Rita
    Participant
    April 12, 2016 at 04:45

    awesome. the logos are inline with the copyright now. I still can’t get logos image (it’s one image) to align right so it’s not the same as the homepage and other pages using the default footer. Is there a way to fix that? I tried float: right, but that only made it drop back down further than it was before the fix you provided.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 12, 2016 at 07:57

    Hello,

    Sorry, but your query is unclear.
    Please show a screenshot what you want to achieve.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: Rita
    Rita
    Participant
    April 12, 2016 at 13:06

    see links below

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 12, 2016 at 13:16

    Hello,

    Please use this css code in child theme:

    .main-footer-1 .wpb_text_column.wpb_content_element {
      float: right;
    }

    Best regards,
    Jack Richardson.

    Avatar: Rita
    Rita
    Participant
    April 12, 2016 at 13:29

    that did the trick with the logos, but it also made the copyright align right as well. lol.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 12, 2016 at 13:40

    Hello,

    I’ve edited the code to this one:

    .main-footer-1 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {
      float: right;
    }

    Please check footer now.

    Best regards,
    Jack Richardson.

    Avatar: Rita
    Rita
    Participant
    April 12, 2016 at 21:24

    Thank you Jack!

    Avatar: Eva
    Eva Kemp
    Participant
    April 13, 2016 at 08:15

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 14 results - 1 through 14 (of 14 total)

The issue related to '‘Custom Footer on pages’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.