Forum Replies Created
-
AuthorPosts
-
Hi Wansink,
I apologize for my response, adding the code does add the Advanced Layout Builder in the backend however it’s not compatible with bbpress in the frontend and would not work.
Can you give us a screenshot of what you’re trying to achieve? maybe we can help without using the layout builder on bbpress.Best regards,
NikkoApril 2, 2019 at 3:30 am in reply to: Shopping icon was hidden but now back after latest enfold update #1085793Hi kilimats,
I think the issue is with the [hide] shortcode, I tested the code inside the shortcode and it works properly (link in private content)
As for the shopping cart, yes it’s not the right code.Best regards,
NikkoHi denovellis,
Can you give a screenshot on how it looks on ipad?
Are you logged in ipad when you tested it?Best regards,
NikkoHi restube,
Yes, please do add a custom class for them so it’s easier to group them and we could use that to target them specifically.
Best regards,
NikkoHi sugadaddy,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi rwidick,
We’re glad to help you :)
Let us know if you need further assistance.Best regards,
NikkoHi Sören,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .js_active .av-tab-section-tab-title-container { min-width: 100% !important; max-width: 100% !important; } .js_active .av-tab-section-tab-title-container span.av-outer-tab-title { padding: 0; } .js_active .av-tab-section-tab-title-container span.av-inner-tab-title { margin: 0; } }
Best regards,
NikkoHi Kesselhut,
Try to replace this code:
#header #avia-menu #menu-item-890.current-menu-item > a, #header #avia-menu #menu-item-890 > a:hover, #header #avia-menu #menu-item-890 > a:active { text-indent: -9999px; background: url('https://font-khi.hekeko.de/wp-content/uploads/2019/03/ki-home-g_50.png') no-repeat top center; width: 100% !important; height: 75px !important; }
with:
#header #avia-menu #menu-item-890.current-menu-item > a, #header #avia-menu #menu-item-890 > a:hover, #header #avia-menu #menu-item-890 > a:active { text-indent: -9999px; background: #fff url('https://font-khi.hekeko.de/wp-content/uploads/2019/03/ki-home-g_50.png') no-repeat top center; width: 100% !important; height: 75px !important; }
Best regards,
NikkoHi sugadaddy,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Martijn,
For the tablets burger menu, try adding this css code:
@media only screen and (max-width:1024px) { .av_minimal_header #header_main_alternate { display: none; } .html_header_top #top .av_menu_left .main_menu { left: auto; right: 0; } }
As for hiding the header widget in mobile, use this code:
@media only screen and (max-width:767px) { #top #header .widget { display: none; } }
Best regards,
NikkoHi Dennis,
Try using this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { #top.page-id-337 #av-layout-grid-1 .av_one_third.avia-builder-el-6 { padding-bottom: 0 !important; } #top.page-id-337 #av-layout-grid-1 .av_one_third.avia-builder-el-10 { padding-top: 0 !important; } #top.page-id-337 #av-layout-grid-1 .av_one_third.avia-builder-el-10 .av-special-heading.av-special-heading-h2 { margin-top: 0 !important; } }
Best regards,
NikkoHi jordialcover,
We’re happy to help you :)
We’ll keep this thread and wait for your feedback.Best regards,
NikkoHi Sigmund,
Try adding this css code in Quick CSS, just adjust the 20px value, just reduce it’s value:
#top #header #avia-menu ul.sub-menu { padding: 20px 30px; } #top #header #avia-menu ul.sub-menu.avia_mega_hr { padding-top: 0; }
Best regards,
NikkoApril 1, 2019 at 1:38 pm in reply to: Change Caption Style and position for a specific Masonry #1085500Hi Nerohm,
We’re glad that we could help :)
Try adding this code, just replace the background color and color values:#top .teses_artigos .av-inner-masonry-content:hover { background-color: black; } #top .teses_artigos .av-inner-masonry-content:hover .av-masonry-entry-title, #top .teses_artigos .av-inner-masonry-content:hover .av-masonry-entry-content { color: white !important; }
Best regards,
NikkoApril 1, 2019 at 1:34 pm in reply to: Wpengine has upgraded all sites to php 7.2 and we are having enfold 3.0.4 #1085497Hi kaproadmin,
Try to unzip the zip file you downloaded from themeforest, open the folder extracted from the zip file and you should see enfold.zip.
Use enfold.zip, let us know if this helps.Best regards,
NikkoHi EceSTaLI,
Thanks for giving us admin access.
I have tested it as what you have instructed but it seems good on my end (screenshot link is in private content).
Try to go to Enfold > Theme Options > Select Your Editor > Use WP Classic Editor, then check if it helps.
Maybe it’s just some cache in the browser, try to clear the browser cache or use another browser and see if the issue still persists.As for the 2nd issue, can we request a screenshot of the issue? you can post it in private content.
Best regards,
NikkoHi Banshee350,
Thanks, it’s not reliable since each icon doesn’t have the same width.
Try adding this css code in Quick CSS, located in Enfold > General Styling:#top .avia_textblock span.av_font_icon { width: 23px; }
Best regards,
NikkoHi bakbek,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi bakbek,
I’m not really sure what’s causing that.
I tried that on the button row on my local server and can’t reproduce the same issue.
It might be some plugin or code interferring with it.Best regards,
NikkoHi Martijn,
Try adding this css code in Quick CSS:
#header .container.av-logo-container { z-index: 2; } #top #header .widget { position: relative; width: 1250px; max-width: 100%; margin: 0 auto; padding: 0 50px; z-index: 5; } #top #header .widget .textwidget { position: absolute; right: 50px; }
Best regards,
NikkoHi Phil,
In your WordPress Dashboard, go to Appearance > Theme Editor > Theme Functions (functions.php), then find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
above it add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
If you go on your pages, you’ll notice below those elements that there’s this additional area with lots of codes, this is the debugger, it should look like this: https://imgur.com/QTJg8WF
Those codes there are the shortcodes that build the page, you can copy and paste that to other pages in the debugger’s area.To have a backup with the current settings of the chosen demo, go to Enfold > Import/Export > Export Theme Settings File.
Then go to Enfold > Demo Import > choose another demo to import and you’ll get the pages it has, the Enfold 2017 pages will not be lost and will still be there when you access Pages but the one that shows in your frontend will be the current demo you chosen to import, there will be some slight changes to the Enfold 2017 pages since the theme settings will be changed (color, global layout like header, etc)
Best regards,
NikkoHi webworm72,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
.html_header_top #top .av_header_stretch .container { width: 100%; } #header #header_main { border-bottom: none; } #header #header_main nav.main_menu { padding-right: 2%; }
Best regards,
NikkoApril 1, 2019 at 12:33 pm in reply to: How to change Title color and font size in Post slider #1085458Hi nicolealbaek,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Eric,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi alsonjonsolutions,
I have checked it and the code doesn’t reflect because it’s not added.
Try to flush out the cache or temporarily disable css file merging and minification.
Check on the css link in private content and you’ll see the last css code I suggested isn’t added.Best regards,
NikkoHi Sigmund,
Try to copy only this part of the code (line 14-348) then paste it in your child theme’s functions.php:
class avia_responsive_mega_menu extends Walker { }
then replace this code:
if(!isset($args->max_columns)) $args->max_columns = 6;
to:
if(!isset($args->max_columns)) $args->max_columns = 8;
Best regards,
NikkoApril 1, 2019 at 12:19 pm in reply to: Footer: Benutzerdefiniertes Hintergrundbild verschwunden – URL falsch #1085450Hi hofpils,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Phil,
Maybe we can start with importing Enfold 2017 first.
Inside your WordPress Dashboard, go to Enfold > Demo Import > hover over Enfold 2017 image and you should see Click to Import, click on it and wait until it finishes importing the demo and redirects to the Theme Options.
If you need further help with this, we’ll provide screenshots.Best regards,
NikkoHi Nora,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi alsonjonsolutions,
We’re glad to hear that :)
Try adding this code as well:#top.home #av-tab-section-1 a.av-section-tab-title.av-active-tab-title .av-outer-tab-title { font-weight: bold; }
Best regards,
Nikko -
AuthorPosts