Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1265276

    Hi Enfold Theme,

    I know i`m out of support but i can buy another license if is need. What i want to ask you is if you have an option for edit the footer and socket section. I want to make something custom and i want to ask you if your support team can help me with this and an estimated price.

    I want to have the footer and socket something like this ( https://ibb.co/d5GD8B4 ),

    • First Column on footer i want to have phone number, adress, etc
    • Second Column Custom Pages Like in Demo Image attachament
    • 3rt Column a contact form
    • 4th Column a section with 6 pictures

    And now in the socket i want to have all content one each other centered and the order will be:

    • First Line -> Terms & Condition / Cookies Policy / Confidential Policy
    • Second Line -> I want to show Social Icons
    • And in the 3rd i want to have Copyright

    All of this mentioned above i want to pe centered inline.

    #1265337

    Hey bobbysap,

    Can you show us what you’ve got so far? You can have all those elements in there, the rest can probably be adjusted with css.

    Best regards,
    Victoria

    #1265344

    Hi Victoria,

    I sent you now credentials to see what i have for moment. What i made in socket was made in photoshop to understood better what i want the customization.

    Have Private Content with all details, if you need FTP let me know.

    Regards,
    Bobby

    #1265663

    Hi Bobby,

    Thanks for that. You have the option to build your layout in a page, then use that page as your custom footer under Enfold->Footer. Maybe you could try that out? If not then you will likely have to override footer.php in a child theme, and add you custom content that way.

    Best regards,
    Rikard

    #1265665

    Hi Rikard,

    Unfortunately I do not have the necessary knowledge to make the change to the footer and socket to look like in the attached picture. That’s why i ask here if there is a possibility to pay to make the design as in the picture.

    Regards,
    Bobby

    #1266783
    This reply has been marked as private.
    #1266956

    Hi,
    Sorry for the very late reply and thanks for the links. I went to the page in your video but the button didn’t behave as in your video so I couldn’t inspect the css rules for hove on this button. I checked with Chrome on Windows 10, is this still occurring for you and if so which browser are you using?
    On your test site, I assume you know how to use the widgets to setup the footer:
    2020-12-13_154226.jpg
    To adjust the socket as to your mockup please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #socket > div {
      display: flex !important; 
      flex-wrap: wrap !important; 
    }
    #socket > div > center {
          order: 3 !important;
          width: 100% !important;
    }
    #socket > div > ul {
          order: 2 !important;
          width: 100% !important;
        justify-content: center;
    }
    #socket > div > nav {
          order: 1 !important; 
    }
    
    #socket .social_bookmarks {
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center;
    }
    #socket .copyright {
        float: none !important;
    }
    #socket .sub_menu_socket {
        width: 100% !important;
        display: flex !important;
        justify-content: center;
    }
    

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1266962
    This reply has been marked as private.
    #1267134

    Hi,
    Thank you for the feedback, so my socket solution above was for plaseinsectebucuresti.ro, to apply this to your rulouriexterioarebucuresti.ro site I can adjust it, but your socket HTML markup also needs to be adjusted, please include an admin login.

    Best regards,
    Mike

    #1267179
    This reply has been marked as private.
    #1267825

    Hi,
    Thank you for the feedback, for the socket I added this css to your quick css:

    #socket > div {
      display: flex !important; 
      flex-wrap: wrap !important; 
    }
    #socket .social_bookmarks {
        float: none !important;
        margin: auto !important;
        position: relative;
        width: 100%;
        display: flex !important;
        justify-content: center;
    }
    #socket .sub_menu_socket {
        float: none !important;
        margin: auto !important;
    }
    #socket #avia3-menu {
    	margin-left: 0px !important;
        justify-content: center;
        display: flex !important;
    }
    
    #socket > div > .copyright {
          order: 3 !important;
          padding-top: 20px;
    }
    
    #socket > div > .social_bookmarks {
          order: 2 !important;
    }
    #socket > div > nav {
          order: 1 !important; 
          padding-top: 0 !important;
    }

    This centers the items and orders the menu first, then the social icons, and the copyright last, please see the screenshot in the Private Content area, and clear your browser cache and check.

    Best regards,
    Mike

    #1267851
    This reply has been marked as private.
    #1268695

    Hi,
    Sorry for the late reply, glad this helped. For your footer widget bullets, first we will adjust your widget HTML by adding a custom class to the unordered tag like this: <ul class="footer-bullets">
    2020-12-19_160058.jpg
    this allows us to target them directly without affecting other bullets.
    Then we will add a span tag around the plain text in your lists, so the color we assign to the bullet is not applied to the text, like this: <li><span>Comanda Online</span></li>
    2020-12-19_162636.jpg
    Then we will add this css in your Quick CSS:

    ul.footer-bullets > li {
        list-style: disc !important;
        margin-left: 18px;
        color: #00bbd4 !important;
    }
    ul.footer-bullets > li > span {
        color: #99a9b5 !important;
    }

    then the result is:
    2020-12-19_170448.jpg
    I did this for you, so you can see this in action and examine the result.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1268696
    This reply has been marked as private.
    #1268702

    Hi,
    Thank you for the kind words, we are all happy to help. There is no extra cost for our support, thank you for using Enfold 🙂
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1268755
    This reply has been marked as private.
    #1268772

    Hi,
    Very good, glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Custom Footer and Socket Section’ is closed to new replies.