Forum Replies Created
-
AuthorPosts
-
Hi DeMamp,
Can you give us the link to your site?
Best regards,
NikkoHi mattb1169,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#socket .copyright { width: calc(100% - 180px); }Hope it helps.
Best regards,
NikkoHi Manuel,
Please go to Enfold > General Styling > Quick CSS, then add this code:
#top.home .avia_ajax_form fieldset { display: flex; } #top.home .avia_ajax_form fieldset .form_element:last-child { width: 180px; text-align: right; }Best regards,
NikkoHi havi,
Please follow the solution posted by Rikard on this thread: https://kriesi.at/support/topic/problems-after-updating-to-wordpress-5-6-read-this-first/
Hope it helps.Best regards,
NikkoFebruary 4, 2021 at 6:16 am in reply to: Nesting sublinks in the side navigation or Using widgets in the Side Navigation #1277543Hi Josh,
Is this something that would fit what you need https://kriesi.at/themes/enfold-consulting/ ?
You can use this as a base of your site then tweak on it.Best regards,
NikkoHi Hafeez Ullah,
The code can be found in enfold > framework > php > class-breadcrumb.php line 609-616.
However, using hooks is actually better since its basically the same as adding it on that page itself before the page is being rendered by the server.Best regards,
NikkoHey Josh,
Please add this in Enfold > General Styling > Quick CSS:
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text { line-height: 1.1; }just adjust the value as you see fit. (try to increase or decrease it by 0.1)
Hope this helps.Best regards,
NikkoHi Josh,
Yes, please go to Enfold > General Styling > Quick CSS, then add this code:
.html_header_sidebar .logo, .html_header_sidebar #header .av-main-nav > li > a { border-bottom: none; }Best regards,
NikkoFebruary 4, 2021 at 5:57 am in reply to: Portfolio Items. Navigation elements suddenly gone #1277536Hi tribaleye13,
Can you try adding this code at the bottom of your child theme’s functions.php file:
function enfold_post_nav_settings($settings) { if(is_singular('portfolio')) { $settings['is_fullwidth'] = false; $settings['skip_output'] = false; } return $settings; } add_filter('avf_post_nav_settings','enfold_post_nav_settings', 999, 1);Best regards,
NikkoHi Chris,
Can you try to clear your browser’s cache?
Alsp, please give us a screenshot on your end since its showing properly on my end.Best regards,
NikkoFebruary 4, 2021 at 5:39 am in reply to: Use Google Maps in header of Contact page without Google API #1277530Hi migmarrero,
I have checked the contact pages and the german page has this message in the web console:
[AVIA-MAP-ERROR] Latitude or Longitude missing. Make sure you did not only enter an address. You need to fetch the coordinates too.Best regards,
NikkoHi Anamitra,
Thanks, I also can’t make it work, I have added these codes in Enfold > General Styling > Quick CSS instead:
#top #header .av-main-nav > .current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li > a:hover .avia-menu-text { color: #ed9600 !important; } #top #header .av-main-nav > .current-menu-item > a .avia-menu-fx, #top #header .av-main-nav > li > a:hover .avia-menu-fx { background: #ed9600; height: 4px; }just adjust the height to make it big or shrink it, also, I could not replicate the animation done on your reference site.
I have also flushed out the cache from WP Rocket since it was not fetching the newer css, since you are still in development mode, please disable caching and once you have finished everything then enable the caching again.Best regards,
NikkoHi Dave,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi mai,
The backtick is this key: https://i.stack.imgur.com/ETTnT.jpg (the one in the bottom, the one on top is called tilde).
I have already tested the solution I gave to you so I’m not really sure what went wrong except for the things I pointed out, I know you have already mentioned that you’re not allowed to give us access, however, we really needed to have access in order to troubleshoot the issue.Best regards,
NikkoHi acmecarriages,
I tried to check on your site however it returns:
This site can’t be reachedPlease check.
Best regards,
NikkoHi valeriazanettiv,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi daves1997,
Thanks, I have inspected your site and it’s only single navigation.
On the video there was a glitch that showed the navigation without its full css styling before the page loader loaded but upon checking your site and tested it in different browsers and throttling the speed, I could not reproduce that glitch on my end.
Can you try to flush out the cache and disable any js modification and check again?Best regards,
NikkoHi spamp,
Thanks for giving us admin access.
I have reviewed the page you were referring and it seems you won’t need any CSS code to make it look like Splash Red Color Scheme, you just need to change the color, background color and box shadow on the elements that have those blue colors.Best regards,
NikkoHi Anamitra,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi lauragrashoff,
There seems to be an unclosed CSS, I can find this code:
#top .avia-data-table.right tr td:first-child, #top .avia-data-table.right td:first-child { width: 200px !important; min-width: 200px !important; text-align: left !important; #avia-menu li a .avia-menu-text{ font-size:30px!important; } .html_header_sidebar #header .av-main-nav > li.current-menu-item { background: #005da9; } .html_header_sidebar #header .av-main-nav > li > a { margin: 0 13%; } .html_header_sidebar #header .av-main-nav > li { margin: 0; } .html_header_sidebar #header .av-main-nav > li.current-menu-item { background: orange; }I would suggest indenting the properties so it’s easier to see if it’s closed or not.
Best regards,
NikkoHi mai,
I apologize this is the code for category_description_toggle: https://pastebin.com/zFsQgcxr
The backticks are removed when posted here.Best regards,
NikkoHi Munford,
We’re glad we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi valeriazanettiv,
Can you give us the link to the page? you can post it privately in private content (below).
Also tell us which icon or maybe provide a screenshot and we’ll give you the CSS code to target it.Best regards,
NikkoHi Mathiaslarsson,
We’ll just close this thread.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Munford,
The slider was changing the settings and by manually setting is_fullwidth and skip_outuput to false fixes the issue.
Best regards,
NikkoFebruary 2, 2021 at 2:09 pm in reply to: The featured image is not shown at the beginning of the articles. #1277150Hi spamp,
I see, thanks for clarifying.
That is how Advanced Layout Builder works just like other page builders, when it is enabled you will not be using a pre-defined layout but you will need to manually add what you need.
So when you’re using the Advanced Layout Builder, you would need to use an image element and manually add the image and the featured image won’t show up, but it’s still needed when fetched from other elements.Best regards,
NikkoHi jetsaveurs.com,
Thanks for giving us the link.
If I’m not mistaken you want to put it below the banner image which has the category description.
Please do the following steps:
1. You’ll need to use a child theme (skip this step if you have one), you can download and find instructions in this link: https://kriesi.at/documentation/enfold/child-theme/
2. Go to functions.php of your child theme and add this code at the bottom:function builder_set_debug() { return 'debug'; } add_action( 'avia_builder_mode', 'builder_set_debug' );3. Create a separate page for the layout you want to put below the banner image, once you have made the layout/design, go to the bottom of the builder, you should see a Textarea where some shortcodes are generated, copy all these codes.
4. In functions.php again of the child theme, add this code:
You can try adding this code in your child theme’s functions.php file:function enfold_woocommerce_shop_banner() { echo do_shortcode("SHORTCODE"); } add_action( 'ava_after_main_container', 'enfold_woocommerce_shop_banner', 12 );replace SHORTCODE with the shortcodes you copied in step 3.
Also you would need to have conditions to make sure that it only shows in specific category, you would need to use conditional tags: https://codex.wordpress.org/Conditional_Tags#A_Category_Page
Hope this helps.Best regards,
NikkoHi Urs,
I have made some changes.
Can you try to flush out the browser cache then try to review your site again?Best regards,
NikkoHi Olaf,
Thanks for providing the staging site.
I have tested this in https://www.m24o.net/test/product/milan-city-tour-3-days/ (clicked add to cart and no popup shows up) and it seems to be working properly and I can’t find any js errors.
Can you try to clear your browser cache? if I’m missing the issue please let us know.Best regards,
Nikko -
AuthorPosts
