Forum Replies Created
-
AuthorPosts
-
Hi,
Then please remove the css in your screenshot and use this instead:#top .avia-timeline-container .av-milestone .av-milestone-indicator { background-color: #d4af39; }
Best regards,
MikeHey leesalu,
Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeJanuary 3, 2025 at 5:05 pm in reply to: How can I make one text element be the color I want? #1474572Hi,
As I understand you would like to remove this gold line:
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-odd.avia_start_animation .av-milestone-indicator { opacity: 0; animation: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 3, 2025 at 4:30 pm in reply to: Issue with alb_custom_layout and dynamic background image on section color #1474570Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey jnightingale,
This is from the Smush Pro plugin, I disabled it and now it is solved.
please clear your browser cache and check.Best regards,
MikeJanuary 2, 2025 at 5:11 pm in reply to: Issue with alb_custom_layout and dynamic background image on section color #1474488Hi,
Glad that this helped, please apply this to your child theme, as this fix is for a server caching issue that is not experienced by all users/servers.
Shall we close this thread then?Best regards,
MikeHi,
Glad Ismael was able to add insight for you, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for your patience, I added this css to your Quick CSS:@media only screen and (min-width: 768px) { #header_main #avia-menu > li, #avia-menu > li > a { height: 35px !important; line-height: 20px !important; } #menu-item-8663 .avia-menu-text{ text-align: center; } #avia-menu .avia-menu-text { width: 250px; display: inline-block; } #menu-item-8663 .avia-menu-fx { width: 248px; margin-left: 10px; } #menu-item-8663 a { padding: 2px; } }
and it now looks like this:
please clear your browser cache and check.Best regards,
MikeHi,
The space is because you have a sub-menu element under your header, try adding this css:@media only screen and (max-width: 767px) { #sub_menu1 ~ .sticky_placeholder { height: 0 !important; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 29, 2024 at 7:08 pm in reply to: Issue with alb_custom_layout and dynamic background image on section color #1474378Hi,
Thanks for your patience, the color section background image is added via css and there seems to be a caching issue so the same image is shown on each page.
I added this to the end of your child theme functions.phpfunction custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
and it seems to have solved, please clear your browser cache and check.
Best regards,
MikeDecember 29, 2024 at 3:13 pm in reply to: How to make a border-top full-width (only for one page)? #1474368Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I added the code from https://webers-testseite.de/bemodesign/
and added it to your child theme and it works like on Guenni007’s test page with a slight number change.
clear your browser cache and check.
Note that you should check logged out as the admin toolbar will cause the height to be different.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeDecember 29, 2024 at 2:22 pm in reply to: How to make a border-top full-width (only for one page)? #1474364Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-8462 #header .inner-container { border-bottom: none; } #top.page-id-8462 .av_minimal_header #header_main { border-bottom: 1px solid #000; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeDecember 27, 2024 at 7:41 pm in reply to: Image lightbox url with YouTube video not playing automatically #1474322Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey JL,
Unfortunately fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular, in the meanwhile you could add your Blue Sky link to a social network that you don’t use and use css to replace the icon with a Blue Sky image. See this thread.
You can also add your request to the open Enfold Feature Request for Blue Sky here.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
The footer height is determined by the content in the footer, but if you want it smaller you can remove the padding & margin with this css:#top #footer { padding: 0; } #top #footer .widget { margin: 0; }
but you will need to add more page content so the socket doesn’t become larger and stays at the bottom of the page.
Best regards,
MikeHey Bernd,
Our current version (v6.0.8) supports PHP v8, to update in this case please delete the theme folder /enfold/ via FTP and then upload the new theme folder /enfold/ from your theme download in your Theme Forest account via FTP. Don’t simply try to overwrite the theme folder via FTP as some old files will be left behind as cause errors.
I recommend creating a full backup first.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#footer .widget_pages .widgettitle { display: none; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey Andreas,
Thanks for the link to your site, I see that it is using v4.8.8 of Enfold. This is very old, please login to your Theme Forest account and update to v6.0.8
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHey 0_o,
Your TTFB is 1.7s, then your LCP is 2.8s
TTFB is due to your server responding slowly, causing all other results to lag behind.
Typically, TTFB should be about 200ms – 500ms, a theme can not change the TTFB.Best regards,
MikeDecember 24, 2024 at 1:32 pm in reply to: Overlay menu on desktop with vertical tabs instead of accordion #1474231Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeDecember 24, 2024 at 1:31 pm in reply to: Trying to create the same border and shadow on an image as on a button #1474230Hi,
Glad Guenni007 could help, thank you Guenni007, we will close the thread for you as solved. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts