Forum Replies Created
-
AuthorPosts
-
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap { margin-right: 30px; }
adjust to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey a-l-p,
Thank you for your patience, this is not a easy solution in the Easy slider, please consider the LayerSlider where you can add text to the bottom of the slide with a text element in the slide.Best regards,
MikeHi,
It looks like you have this custom css:.logo img { position: relative; top: 20px; }
change to this:
@media only screen and (min-width: 768px) { .logo img { position: relative; top: 20px; } }
Then clear your browser cache and check.
Best regards,
MikeJanuary 5, 2025 at 2:16 pm in reply to: Field ‘custom link’ in WordPress gallery element does not work #1474662Hi,
Instead of using the short “youtu.be” link, please use the full youtube link, I changed this for you and now it works, please clear your browser cache and check.Best regards,
MikeHi,
Thank you for your patience, I see that your layerslider is based on the original slide from the original demo, since then the LayerSlider has been updated a lot. I was able to remove the 3D transition by changing the timing to zero on the first slide:
please clear your browser cache and check.Best regards,
MikeJanuary 4, 2025 at 8:14 pm in reply to: Field ‘custom link’ in WordPress gallery element does not work #1474634Hey ballindigital,
To move topbar below the header I added this script to your Snippets plugin.function custom_script() { ?> <script> (function($) { function a() { $('#header_meta').detach().insertAfter('#header_main'); } a(); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
please clear your browser cache and check.Best regards,
MikeHey Robert Simmons,
Thank you for your patience,
1: Our team spread throughout the world with different time zones, currently we don’t have a support agent in Austria, but the Dev Team is.
2: I don’t know about HPOS, but it looks like you only need to add this code to your functions.php file:add_action('before_woocommerce_init', function(){ if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); } });
I have not tested.
3: The plugin Events Calendar should work, but the layout will be a little different, please see this example, I don’t have a way to test Event Tickets Plus or WooCommerce Product Table from Barn2, this is a third party plugin and sometimes they have issues.
4: We update as needed, we updated 14 times last year, see the dates here
5: The Dev Team has maintained backward compatibility with each update, and try to balance it with the issue, for example, if the issue is with a specific plugin or customization it may be a one-off fix, if it is with a major issue we may offer a one-off fix to help with the Dev Team reviewing a permanent fix.
6: Enfold can not import WPBakery Builder nor is WPBakery Builder compatible with Enfold’s builder. You will most likely need to recreate your site from scratch. Plain WP posts with no WPBakery Builder elements can be imported can continue to use the WP builder.
7: same as above.
8: we don’t have a pulbic road map, but you can see the Feature Requests that the team is working on here.
I looked at your site and you should be able to recreate it with Enfold, but the layout may be a little different, please see some of our examples here. I hope that this helps.Best regards,
MikeJanuary 4, 2025 at 6:22 pm in reply to: How can I make one text element be the color I want? #1474630Hi,
Glad that this is working for you, but since each row is independent of each other, you can not set which row a element will show in from a different element.
The independent elements, or rows, do not control any preceding elements, or rows.
I hope that I am explaining this well.
As I pointed out this is achievable with javascript, but since you want your client to adjust this in the future, they probably will need your help to adjust in the future.
If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHi,
For the horizontal lines between the milestones add this css:#top .main_color .av-milestone-icon-wrap:after { border-color:#d4af39; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
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,
Mike -
AuthorPosts