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?
This topic has 14 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
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?
Hello,
In this case you have to add that content to your custom footer inside the static block that you created.
Regards,
Eva Kemp.
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.
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.
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.
Hello,
Please use this code in child style.css file:
.main-footer p {
margin-top: 0px;
}
Best regards,
Jack Richardson.
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.
Hello,
Sorry, but your query is unclear.
Please show a screenshot what you want to achieve.
Thank you.
Best regards,
Jack Richardson.
see links below
Hello,
Please use this css code in child theme:
.main-footer-1 .wpb_text_column.wpb_content_element {
float: right;
}
Best regards,
Jack Richardson.
that did the trick with the logos, but it also made the copyright align right as well. lol.
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.
Thank you Jack!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Custom Footer on pages’' has been successfully resolved, and the topic is now closed for further responses