Forum Replies Created

Viewing 13 posts - 91 through 103 (of 103 total)
  • Author
    Posts
  • in reply to: Blog Settings #233429
    This reply has been marked as private.
    in reply to: 4 column footer #230896

    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:
    4 column footer small screen fixed

    Smiles,
    Jagrav

    • This reply was modified 10 years, 9 months ago by Jagrav.
    in reply to: 4 column footer #230847
    This reply has been marked as private.
    in reply to: Responsive random quote section #212557

    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 background image full width

    Quote section small width:
    Quote background image small width

    Do you see what I mean?

    • This reply was modified 10 years, 10 months ago by Jagrav.
    in reply to: Adding Menus to Footer 4 column widget areas #212494

    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 columns

    2) 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 links

    3) 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 1

    Drag “Custom Menu” widget into > Footer – column2 area
    Add into to Custom Menu
    Title: Your title
    Menu: Footer 2

    Drag “Custom Menu” widget into > Footer – column3 area
    Add into to Custom Menu
    Title: Your title
    Menu: Footer 3

    Drag “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 & *socket

    2) Create a new menu names in WP Admin: Appearance > Menus
    Create a new menu
    Example:
    Footer Socket, then add links

    3) Menu Settings (beneath Menu Structure)
    [x] Footer Menu (check)

    • This reply was modified 10 years, 10 months ago by Jagrav.
    in reply to: Adding Menus to Footer 4 column widget areas #212042

    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?

    in reply to: Adding Menus to Footer 4 column widget areas #211449
    This reply has been marked as private.
    in reply to: Responsive random quote section #211365
    This reply has been marked as private.
    in reply to: Responsive random quote section #211354
    This reply has been marked as private.
    in reply to: Responsive random quote section #210907

    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 */
    in reply to: Responsive random quote section #210402

    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 Height

    I added the plugin short code [erq] in a “Text Block” that’s within the “Color Section” mentioned above.

    in reply to: Responsive random quote section #209785
    This reply has been marked as private.
    in reply to: Avia Layout Builder – call testimonial plugin #208239

    Thanks Josue :)

Viewing 13 posts - 91 through 103 (of 103 total)