Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thank you Josue, that fixed it!
WP Admin: Enfold > Styling > Footer tab: Quick CSS
@media only screen and (min-width: 520px) and (max-width: 989px) {
#footer .flex_column{
width: 50% !important;
margin: 0 !important;
}
}Click “Save all changes” button
Fixed:
Smiles,
Jagrav- This reply was modified 10 years, 9 months ago by Jagrav.
This reply has been marked as private.Thanks for responding :)
/homepage/home-v9-ip-home/
When you resize the page when the quote area has a 2 line quote the background image doesn’t stretch horizontally and vertically. The result is that the quote ends up popping out the bottom.
Quote section full width:
Quote section small width:
Do you see what I mean?
- This reply was modified 10 years, 10 months ago by Jagrav.
Thanks for your help. I finally understand the footer. Here’s my notes in case in can help anyone else.
[] There’s 2 areas in the footer
1) Footer widgets (top footer area)
Can choose 1 to 4 columns2) Socket (bottom footer area)
Copyright (left) and Footer Menu (right)[] To add Menus to Footer Widgets (4 columns)
1) Create Footer settings
Theme Options > Footer tab
Default Footer Widgets & Socket Settings:
Display the footer widgets & socket
Footer Columns:
4
Copyright:
© Copyright – Your Company[nolink]2) Create 4 menu names in WP Admin: Appearance > Menus
Example:
Footer 1, then add links
Footer 2, then add links
Footer 3, then add links
Footer 4, then add links3) Add Footer menus to Widgets in WP Admin: Appearance > Widgets
Example:
Drag “Custom Menu” widget into > Footer – column1 area
Add into to Custom Menu
Title: Your title
Menu: Footer 1Drag “Custom Menu” widget into > Footer – column2 area
Add into to Custom Menu
Title: Your title
Menu: Footer 2Drag “Custom Menu” widget into > Footer – column3 area
Add into to Custom Menu
Title: Your title
Menu: Footer 3Drag “Custom Menu” widget into > Footer – column4 area
Add into to Custom Menu
Title: Your title
Menu: Footer 4[] To add Menus to (Footer) Socket
1) Create Footer settings
Theme Options > Footer tab
Default Footer Widgets & Socket Settings:
Display the footer widgets & *socket2) Create a new menu names in WP Admin: Appearance > Menus
Create a new menu
Example:
Footer Socket, then add links3) Menu Settings (beneath Menu Structure)
[x] Footer Menu (check)- This reply was modified 10 years, 10 months ago by Jagrav.
As you can see they are the same menu in both footer columns that I set in the WordPress Admin > Menus. I would like to have 4 different menus showing in the footer that are set in WP Admin > Menus from the Widget area using “Custom menu” widget.
Does that make sense?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I removed the background image from the Color section and added the above css to Quick CSS as you suggested. The background image is not centered and is not resizing responsively when the larger random quotes appear.
Any ideas?
* FYI: I previously placed the following styles in the enfold-child/style.css file to style the quotes and author:
/* START Easy Random Quotes plugin section */ /* jv: investigate > For Developers: Section ID > id="section-quotes" later. #section-quotes { background-color: #bbff00; } */ #quotes { text-align: center; margin: 0 5%; } /* jv: Formats quote */ p.quotes-caption { margin: 0 0; font-size: 1.25em; line-height: 1.3em; color: #0f75bc; } /* jv: Formats quote signature under quote */ p.quotes-signature { margin: 5px 0 0 0; font-size: 1.15em; line-height: 1.3em; font-style: italic; color: #898989; } /* END Easy Random Quotes plugin */
I’ll try using the random quote slider.
The yellow background and quote signs is not from the Easy Random Quotes plugin. It’s an image that I added in the “Color Section”:
“Custom Background Image”: quotes-background.png
Full Size – 1030 x 180
Center Center < Background Image Position
No Repeat < Background Repeat (also tried stretch to fit)
Scroll < Background Attachment
No minimum height, use section to define height < Section Minimum HeightI added the plugin short code [erq] in a “Text Block” that’s within the “Color Section” mentioned above.
This reply has been marked as private.Thanks Josue :)
-
AuthorPosts