Forum Replies Created
-
AuthorPosts
-
Hi Susanne,
I see, that part needs some things to be enabled.
You’ll need to go to Enfold > Privacy Cookies > enable Append a privacy policy message to your login forms?
Then add a message for the tickbox/checkbox.
Hope this helps.Best regards,
NikkoHi scottgroves73,
Thanks for giving us admin access.
I have added the image but I have to re-upload it.
I think the problem is the image you mentioned was uploaded before Enfold theme was activated and it did not produce an image with that size.Best regards,
NikkoHi Nancy,
If you’re not using a plugin for that, I believe you’ll need to ask for assistance from your hosting provider.
Best regards,
NikkoHi makni1,
For the logo, there seems to be a lot of menu links, to fix it, I have added this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:1410px) { #top #header .container.av-logo-container { padding: 0; } } @media only screen and (max-width:1280px) { #top #header .container.av-logo-container { width: 100%; } } @media only screen and (max-width:1156px) { .responsive #top .av-main-nav .menu-item { display: none; } .responsive #top .av-main-nav .menu-item-avia-special { display: block; } #top #header .container.av-logo-container { width: 90%; } }As for the masonry, can we request for ftp access as well? since Theme Editor isn’t available in the backend.
Best regards,
NikkoHi Steffie,
I have checked your site and I think you missed this step.
Go to Enfold > General Styling > Font > Heading Font or Font for your body text, in the dropdown go to the bottom and you’ll find MACOSX then save.
Hope this helps :)Best regards,
NikkoHi Kevin,
We’re glad to hear that :)
Thanks for Enfold and have a great day!Best regards,
NikkoHi Nancy,
I can see those icons are coming from a CDN: https://secureservercdn.net/
Please disable CDN and see if the icons will show.Best regards,
NikkoHi emanar,
Thank you, please add this code in functions.php of your child theme:
( If you aren’t using a child theme yet, you can download and find instructions on how to use here: https://kriesi.at/documentation/enfold/child-theme/ )function enfold_customize_heading_settings($args) { $args['heading'] = 'h2'; return $args; } add_filter( 'avf_customize_heading_settings', 'enfold_customize_heading_settings');Best regards,
NikkoHi Nancy,
Can you try to do the solution posted in the documentation: https://kriesi.at/documentation/enfold/icon/#troubleshoot
Best regards,
NikkoHi Bernd,
We are glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Kevin,
I see, please add this CSS code as well:
#top .pricing-table-wrap ul li:before { display: none; }Best regards,
NikkoHi TT2495,
We’re glad that you figured it out, let us know if you need further assistance.
Best regards,
NikkoHi jannnnnneke,
Where glad that we could help :)
Let us know if you need further assistance.Best regards,
NikkoHi idemadv,
You can use this action hook:
ava_before_content_templatebuilder_pageBest regards,
NikkoHey williamslyd,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top #header #avia2-menu #menu-item-1956 a { background-color: blue; }Just change the background color.
Hope it helps.Best regards,
NikkoHi TT2495,
We’re glad to hear that :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoApril 6, 2020 at 10:40 pm in reply to: Full Browser Window Width and Bottom Positioned Caption – Fullwidth Easyslider #1201400Hi NicomIT,
Glad that Rikard could help you out :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey kleine_designstube,
Can you give the account a temporary admin role?
Best regards,
NikkoHi Imothep,
Glad that Rikard could help you out :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Kevin,
Can you try adding this CSS code instead: (just adjust the width and height value as you see fit)
#top ul { list-style: none; } #top ul li { padding-left: 20px; position: relative; } #top ul li:before { background-color: black; content: ''; display: inline-block; border-radius: 50%; position: absolute; left: 0; top: 11px; height: 10px; width: 10px; }Best regards,
NikkoHi paoluccimarketing,
I think you can run those loops and just store those values you need in some variable (make sure you initialize those variables outside the loop)
Then you can use the shortcode and replace the contents with the correct variables.
Hope this helps.Best regards,
NikkoHi milano24ore,
We have identified this bug, please check the solution on this thread: https://kriesi.at/support/topic/shortcodes-window-after-updating-to-wordpress-5-4/
This will be fixed on the next version of Enfold.Best regards,
NikkoHi newmesis,
We’re glad that we could help :)
Let us know if you need further assistance or if we can close the thread.Best regards,
NikkoHi Nikola,
Can you tell us what exact width and height you want to set on those images?
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 Bernd,
No, we don’t have any special requirements for the child theme.
I think you can try to comment out all your functions, then maybe add them one by one to know which one is causing it and maybe find which specific code was causing the issue with woocommerce comments.Best regards,
NikkoHi Franz,
Thanks for the screenshot.
Please add this CSS code in Quick CSS, located in Enfold > General Styling:#kontakt input#avia_1_1 { background-color: #fff; }Since used a Color Section with a Developer ID of kontakt, I used that to point to a specific section.
For the next text fields, you can use the following code (2nd and 3rd):#kontakt input#avia_2_1 { background-color: #fff; } #kontakt input#avia_3_1 { background-color: #fff; }You’ll see the pattern, hope this helps.
Best regards,
NikkoHi Eduardo,
I have tried to access your site but I’m getting this.
LOGIN BLOCKED: 2FA is required to be active on all administrator accounts.Best regards,
NikkoHi beclean,
There are some errors found and I created a duplicate of the homepage and do fixes (link is in private content), if it’s accurate you can use it as your homepage.
Also I installed a child theme on your site to show the Advanced Layout Builder Debugger, also installed a plugin called Classic Editor to remove the Gutenberg editor showing on top (this plugin will also contain settings which you can allow using Gutenberg or classic editor).
Let us know if you need further assistance.Best regards,
NikkoApril 4, 2020 at 3:43 pm in reply to: Logo on top, center, with icons on left and burger on left for mobile #1200806Hi djarrow01,
I could not see the code I gave when I inspected the site.
I have also tried the login credentials you gave but it doesn’t seem to work, please check.Best regards,
NikkoHey scottgroves73,
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,
Nikko -
AuthorPosts
