Forum Replies Created
-
AuthorPosts
-
Hi,
Ok I changed the header back to white, your menu links are white because you hav five rules in your advanced styling, two for blue menu links and submenu links:
and two for white submenu menu links:
and three for white menu links:
so remove the ones you don’t want to use my clicking the red X
The ones and the bottom take preference.Best regards,
MikeHi,
Please note that earlier I posted that your error was error: 503 (Service Unavailable), this is a server error.
I suggested these settings in order to help, since they don’t help please check with your webhost to track down your 503 (Service Unavailable) error.
I’m not able to reproduce on my site, and since we are both using the same PHP, and lightspeed, and Linux server, there probably is something else causing this, but I’m not a server excerpt.Best regards,
MikeHi,
Check that your Menu Screen elements ▸ CSS classs is checked, then add the custom class “nolinkstyle”, the manually add the link:
then add this css to your Quick CSS:#top #header .avia_mega_div .sub-menu .avia_mega_text_block.nolinkstyle a { text-decoration: none; color: #000; } .header_color .main_menu .menu ul li.nolinkstyle a:hover { background-color: unset; }
Best regards,
MikeHi,
We will need to see an example, try creating on one of your live sites, I don’t find a “.container h1 .main-title .entry-title on my test site:
<div class="container"><h1 class="main-title entry-title ">
only:
<h1 class="main-title entry-title ">
Let us know when we can examine.Best regards,
MikeHi,
The script will work on already existing pages, not just new pages, this is the only way we have.
Otherwise you can choose the ALB option and save the page as you edit each page in the future, this is how the script works.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,
Currently, all of our demos are shown here, typically new demos are created to demonstrate new features.
such as the Parallax demoBest regards,
MikeHey FDovalA,
The page that you linked to is using a plugin in a widget, yith_wc_category_accordion-2
You can add a widget in your sidebar
and use the Widget Options plugin if you o only what it to show in some places.Best regards,
MikeHey Diana,
Thank you for your patience, for the video on: https://mp-audioproductions.de/mona-bumes/
to remove the black bars, try this css:@media only screen and (min-width: 990px) and (max-width: 1360px) { #top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe { background: #fff; } #top .av-video-slide .avia-slide-wrap { height: 84%; } #top .flex_column.avia-builder-el-5.column-top-margin { margin-top: 0px; } #top #wrap_all .av-special-heading.av-m6wqj69t-b4e1d140677e492efdf2d8c0f9797c34 .av-special-heading-tag { line-height: 115px; } }
After applying the css, please clear your browser cache and check.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHi,
apply a unique class name (av-black-vertical-line) to the column that you want the black line on, please examine the column that Ismael did for you.
To move the column up use the setting to add a negative top margin.Best regards,
MikeFebruary 22, 2025 at 8:25 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477661Hi,
Glad Guenni007 could help, thank you Guenni007, shall we close this thread now?Best regards,
MikeFebruary 22, 2025 at 8:01 pm in reply to: How to add some space below the headline of colour section? #1477655Hi,
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 css that goes with that script sets the background color of the popup box, if you don’t want the color then change the css.mfp_popup_content { position: relative; background: #ffffff; padding: 40px; width: auto; max-width: 600px; margin: 100px auto; overflow: auto; }
also your code above has two add actions:
add_action('wp_footer', 'inline_popup_enabler', 9999);add_action('wp_footer', 'inline_popup_enabler');
you should only have oneadd_action('wp_footer', 'inline_popup_enabler', 9999);
this is probably why you see an error, or you have curly quotes in your code.Best regards,
MikeFebruary 22, 2025 at 7:40 pm in reply to: How to add some space below the headline of colour section? #1477652Hi,
Add this CSS@media only screen and (max-width: 989px) { #top.home #service .avia-builder-el-49 p { margin-bottom: 1.85em; } #top.home .flex_column_table.av-equal-height-column-flextable.av-9pa8e-8f916ca769a4d466ee08dbf3fddc5a77:not(:first-child) { margin-top: 40px; } }
Best regards,
MikeHi,
Your link points to a theme using elementor, the pages don’t look any different than what could be created in Enfold, with some work.
There are no themes or builders that work like Enfold.Best regards,
MikeFebruary 22, 2025 at 7:13 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477646Hi,
I examined the element and tested the above css, but I did not add it to your site, you will need to add it and clear your browser cache.
Guenni007 may have another way to do this.Best regards,
MikeHey MarcusJeroch,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .post-entry .post-title { text-transform: none; }
If this doesn’t help, please link to your page with this title.
Best regards,
MikeFebruary 22, 2025 at 6:39 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477640Hi,
@Guenni007, in this case it seems to work:
he has a strange ratio 2.35:1, but as I recall you have another solution that I couldn’t find, if you want to post it.Best regards,
MikeFebruary 22, 2025 at 5:41 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477637Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-video, .avia-video iframe, .avia-video video { background-color: #f2d8c4; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 22, 2025 at 5:17 pm in reply to: How to add some space below the headline of colour section? #1477632 -
AuthorPosts