Forum Replies Created
-
AuthorPosts
-
Hi gb,
Can you give us temporary admin access? so we can check further.
What I would like to have happen is that when a blog post is being created and an image is added to the “Featured Image” that it does not automatically add a cropped version of that image into the blog post.
Yes, I believe that is what the code is for.
Best regards,
NikkoNovember 8, 2023 at 5:34 pm in reply to: Change menu and sub menu font color specific for each page #1425009Hi Benjamin,
For specific pages, just replace #top with #top.page-id-xx
As for transparent submenus, I checked the pages and I think you have already done it.Best regards,
NikkoHi jnightingale,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoNovember 7, 2023 at 3:44 am in reply to: E_ERROR in Enfold functions file as well as in other files #1424853Hi Silje,
Can you give us FTP access as well?
Best regards,
NikkoNovember 7, 2023 at 3:42 am in reply to: Change menu and sub menu font color specific for each page #1424852Hi BenjaminSpeedtsberg,
It’s possible, you can add this in Enfold > General Styling > Quick CSS:
#top #header:not(.av_header_transparency) { position: absolute; padding-top: 15px; } #top :not(.av_header_transparency) .header_bg { background-color: transparent; opacity: 0; } #top :not(.av_header_transparency) li a .avia-menu-text { color: black; }
As for the logo, we can’t change the color of the image but we can add a background color to it:
#top #header:not(.av_header_transparency) .logo { background-color: black; border-radius: 10px; }
Hope it helps.
Best regards,
NikkoHi GB,
The post page is set to use either one of the image sizes: entry_with_sidebar or entry_without_sidebar.
In your case it’s entry_without_sidebar which is using 1210px width and 423px height, to make the height adjust based on the width, please try to add this code in your child theme’s functions.php file:function enfold_customization_modify_thumb_size( $size ) { $size['entry_without_sidebar'] = array( 'width' => 1210 ); return $size; } add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
And re-upload the image or regenerate images (using a plugin).
Hope it helps.Best regards,
NikkoHi jnightingale,
Yes, you can change it, if you edit the Fullwidth Easy Slider, then click on the slide item, to edit it, then go to Styling > Font Sizes > (Caption Title Font Size), select the Mobile Device icon and change the font size.
Here’s a screenshot:
Hope it helps.Best regards,
NikkoHi annameis,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi adapt,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi S,
Please try to add this CSS Code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .responsive #top #wrap_all .container { width: 90%; max-width: 90%; } }
The default value is 85%, just adjust the value as you see fit.
Hope it helps.Best regards,
NikkoHi Jacob,
I could see a lot of Mixed Content errors in the Web Console, you can see this if you Inspect (using web inspector) and going to Console.
Is there a new plugin added to your site?
Also, can you set the permission of the account to an administrator? since only limited actions is allowed for the current permission and it would be hard to troubleshoot (I would suggest setting up a staging site instead, so the live site won’t be affected when troubleshooting).Best regards,
NikkoNovember 7, 2023 at 2:42 am in reply to: Sidebar on page is displayed at the end before the footer #1424844Hi diogovareta,
Please let us know if you still need further assistance for this topic.
Best regards,
NikkoHi Purepraxis,
Thanks for the screenshot.
I was able to remove it but it was in the Color Section above it, and in Borders > Section Bottom Border Styling.
Please review the page.Best regards,
NikkoHi Purepraxis,
Please edit the Color Section and go to Styling > Scroll Down Arrow, then uncheck Display A Scroll Down Arrow.
Hope this helps.Best regards,
NikkoHi JacobSalomonsen,
Can you try to rollback or revert to the previous version of Enfold?
Then try to setup a staging site and perform updates there, and if the issue still persists, please give us temporary admin access to the staging site so we can further inspect it.Best regards,
NikkoHi chitz,
The error you are getting does not mean that your support expired but maybe PHP ZipArchive Extension is not enabled on your server/webhost, or some settings are not set properly or insufficient. Here are some posts that are related to it:
– https://kriesi.at/support/topic/cannot-instal-enfold/
– https://kriesi.at/support/topic/i-cant-install-the-enfold-theme/
– https://kriesi.at/support/topic/how-to-register-a-theme-on-enfold-3-3-2-do-i-first-download-latest-version/#post-1404769Try to enable PHP ZipArchive Extension and if it’s already enabled try to adjust some of the settings mentioned in the posts given.
Best regards,
NikkoHi diogovareta,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi rixi,
Can you give us a screenshot of what you’re trying to achieve?
And also, the image link/url of the picture you want to put on the right side of the slideshow?
We’ll try to help using some CSS.Best regards,
NikkoNovember 3, 2023 at 5:49 pm in reply to: Large white space appearing under Fullwidth Easy Slider #1424580Hi Steve,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ausgesonnen,
Please go to Enfold > Advanced Styling, in the Select an element to customize dropdown, choose All Headings (H1-H6), click Edit Element button.
Then set Text Transform to None.
Hope it helps.Best regards,
NikkoHi limedrop,
Unfortunately, we don’t have styling options for the Mobile Menu, however, we can assist you with the CSS code necessary to have that style, you can try to add this CSS code in Enfold > General Styling > Quick CSS, to set the background color, color, font-size, etc.
#top #wrap_all #av-burger-menu-ul li a { background-color: blue; } #top #wrap_all #av-burger-menu-ul li a .avia-menu-text { color: white; font-size: 18px; }
Hope it helps.
Best regards,
NikkoNovember 3, 2023 at 5:35 pm in reply to: Alignment in additional header element (phone number/info) #1424572Hi Kati,
Please try to add this CSS code as well:
@media only screen and (max-width:1280px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block; } }
Best regards,
NikkoNovember 3, 2023 at 5:33 pm in reply to: Sidebar on page is displayed at the end before the footer #1424571Hi diogovareta,
Edit the content area column, and make sure Equal Height Columns is set to Equal Height.
Then, edit the sidebar column, and go to Advanced > Developer Settings > Custom CSS Class, and add my-sidebar to the field and save it.
Then, go to Enfold > General Styling > Quick CSS and add this CSS Code:#top .my-sidebar { border-left: 1px solid #e1e1e1; padding-left: 50px; }
Best regards,
NikkoHi Juergen Raab,
Thanks for contacting us!
Yes, there’s a demo for theme, you can view all the demos here: https://kriesi.at/themes/enfold-overview/
The demo can be used in multiple installations without buying it, however, a single license will only be allowed in a single domain, though you can use it in the subdomain where your Enfold installation is located, or in localhost.Best regards,
NikkoHi ausgesonnen,
Can you give us temporary access? the link in private content seems to redirect to the Coming Soon page.
Best regards,
NikkoHi ausgesonnen,
I’m closing this thread since it’s a duplicate of your other post: https://kriesi.at/support/topic/menu-to-be-not-in-bold/
Best regards,
NikkoHi ausgesonnen,
Go to Enfold > Advanced Styling, then in Select an element to customize dropdown, select Main Menu Links and click the Edit Element button, and set Font Weight to Bold.
Hope it helps.Best regards,
NikkoHi ausgesonnen,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ops79,
Can you try adding this CSS Code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:1140px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block; } }
This will hide the main menu and replace it with a mobile menu on a screen size that will overlap the logo and main menu.
Hope it helps.Best regards,
NikkoHi Marc,
If those blog posts aren’t using Advanced Layout Builder then it would have no issues, however, if the posts are using Advanced Layout Builder then it would be incompatible.
Best regards,
Nikko -
AuthorPosts