Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #1224966

    Where do I set the send-to email address for the contact form in enfold?

    #1225088

    Hey Kaleidoscope_Advertising_and_Design_Inc,

    You can set that in the element options, in the Content->Backend tab.

    Best regards,
    Rikard

    #1226003

    Hi again,

    Is there a way to make the space between lines of text in a widget, in the Footer section, less?

    #1226141

    Another question Rikard,

    Is there a way to have an image in the footer area of every page except the landing page?

    #1226260

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    Is there a way to make the space between lines of text in a widget, in the Footer section, less?
    Yes, however, you’ll need to use Custom CSS in order to make it specific only in footer widgets.
    Go to Enfold > General Styling > Quick CSS, and add this CSS code:

    #footer .widget p {
        line-height: 1.8;
    }

    just change the line height value.

    Is there a way to have an image in the footer area of every page except the landing page?
    Yes, and it’s also using Custom CSS however we’ll need the link of your landing page so we can try to inspect it and give you the right code for it.

    Best regards,
    Nikko

    #1226490

    Many thanks for this, Nikko.

    The link to the landing page is below:

    #1226608

    Can the font size be changed in Small bar above Main Menu, in the ENFOLD theme?

    #1226680

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    Please add this CSS code in Quick CSS:

    .home #footer {
        display: none;
    }

    As for changing font size of Small bar above main menu, still in Quick CSS, add this code but don’t make it too big as that bar has fixed height:

    #header .phone-info {
        font-size: 14px;
    }

    Just change the font size as you see fit.

    Best regards,
    Nikko

    #1226810

    Thank you Nikko!

    Re the Quick CSS for the “Home Footer”: Does the “home” page need to be titled “home” for this to work? It’s called “Welcome” at the moment.

    #1226844

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    The “.home” class is added to the page that is set as a front page, no matter what title it has.

    Best regards,
    Victoria

    #1226855

    OK.
    Thanks!

    #1226980

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1227074

    Thanks for following up Jordan.

    The only question I have on these items has to do with the “Home Footer” CSS. I will be wanting to switch the site back to its original coding later. Is all I need to do is to delete the Quick CSS code below?:

    .home #footer {
    display: none;
    }

    #1227079

    Another question regarding the image in the footer: I actually want to put a different image in the footer of each page of the site, while leaving the home/landing page without a footer image. The code you sent me earlier works to leave the home/landing page without a footer image while all other pages can have one. But they would all share the same image.

    #1227127

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    The only question I have on these items has to do with the “Home Footer” CSS. I will be wanting to switch the site back to its original coding later. Is all I need to do is to delete the Quick CSS code below?:
    Since I gave you 3 CSS codes, I believe it’s a no, you will need to remove all 3 of them :)
    But if you want to show the footer back in the homepage then definitely that is the code you need to remove.

    Another question regarding the image in the footer: I actually want to put a different image in the footer of each page of the site, while leaving the home/landing page without a footer image. The code you sent me earlier works to leave the home/landing page without a footer image while all other pages can have one. But they would all share the same image.
    You can use this plugin for that type of functionality: https://wordpress.org/plugins/widget-logic/
    Please read in its description the basics so you will know what conditions to use but most likely you’ll be using is_page(‘about’)
    Hope this helps.

    Best regards,
    Nikko

    #1227531

    Thanks Nikko, for “holding my hand” on the “Home Footer” details! ;)

    Also thanks for the new plug-in. I’ll try it today.

    #1227548

    I have a menu item in the small bar above main menu: “About|Philosophy”.

    Can I enlarge the font size to match the phone number that sits to the left of this?

    #1227552

    Hi again,

    Nikko wrote to suggest using the “widget logic” plug in so that I can put a custom (unique) image in the footer of each different page.

    However the plug-in looks to be for “widgets” rather than placing an image over the color background of the footer, but underneath the widgets.

    What am I missing?

    #1228117

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    I apologize for the delayed response.
    Please add this CSS code:

    #top #header_meta li {
        font-size: 14px;
    }

    And as for widget logic, yes it does hide or show widgets based on the conditions placed on it.
    This is assuming you’ll add an image widget to the footer.
    If it’s a background image for footer, which I believe can only be added through CSS, then I think we don’t need widget logic for that but instead use code:
    For the default background image:

    #footer {
      background: #1b689e url(https://yoursite.com/path/to/your/image.png) top center no-repeat;
    }

    For other pages: (replace page id number)

    .page-id-11 #footer {
      background: #1b689e url(https://yoursite.com/path/to/your/image.png) top center no-repeat;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1228134

    Thank you; I’ll try this tomorrow.

    I appreciate the help. Hoping I pick this up as I stumble along.

    #1228137

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    You’re welcome. :)
    Just let us know the feedback or if you need any assistance related to the topic.

    Best regards,
    Nikko

    #1228601

    Hi again,

    So I tried the code for the other pages without success.

    Here is an example of what I was using:

    .about #footer {
    background: #1b689e url(https://hunter-cpa.ca/wp-content/uploads/2020/06/KAL1583_MASTHEAD-IMAGE-SELECTION-1388X240-K-GRAIN-ftrd.png) top center no-repeat;
    }

    What am I doing wrong?

    #1228667

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    You need to use page ids as in the code given by Nikko above.

    Best regards,
    Victoria

    #1228694

    Ahhh.

    What are and where do I find “page ids”?

    #1228703

    Hi,

    Here is a good explanation on finding the id:

    Best regards,
    Jordan Shannon

    #1228707

    Thank you so much! To everyone.

    #1228727

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1228737

    Hi Jordan,

    I’m going to see if I can figure this out this evening (here in Toronto, Canada). I’ll write again either to say I’ve got it or with further questions.

    So: Please leave the topic open.

    #1228747

    Thank you folks.

    Footer images are working!

    I’m sure I’ll have more questions on other topics, but this one is done.

    #1228933

    Hi,

    I’m glad your footers are now working. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 30 posts - 1 through 30 (of 30 total)
  • The topic ‘The send-to email for the enfold contact form.’ is closed to new replies.