-
AuthorPosts
-
December 6, 2020 at 2:55 pm #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.
December 6, 2020 at 8:57 pm #1265337Hey 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,
VictoriaDecember 6, 2020 at 9:07 pm #1265344Hi 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,
BobbyDecember 8, 2020 at 4:35 am #1265663Hi 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,
RikardDecember 8, 2020 at 4:41 am #1265665Hi 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,
BobbyDecember 12, 2020 at 4:23 pm #1266783This reply has been marked as private.December 13, 2020 at 11:19 pm #1266956Hi,
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:
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,
MikeDecember 13, 2020 at 11:58 pm #1266962This reply has been marked as private.December 14, 2020 at 2:08 pm #1267134Hi,
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,
MikeDecember 14, 2020 at 3:07 pm #1267179This reply has been marked as private.December 16, 2020 at 1:57 pm #1267825Hi,
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,
MikeDecember 16, 2020 at 3:25 pm #1267851This reply has been marked as private.December 20, 2020 at 12:09 am #1268695Hi,
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">
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>
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:
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,
MikeDecember 20, 2020 at 12:16 am #1268696This reply has been marked as private.December 20, 2020 at 3:00 am #1268702Hi,
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,
MikeDecember 20, 2020 at 12:24 pm #1268755This reply has been marked as private.December 20, 2020 at 4:00 pm #1268772Hi,
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 -
AuthorPosts
- The topic ‘Custom Footer and Socket Section’ is closed to new replies.