-
AuthorSearch Results
-
October 9, 2023 at 4:39 am #1421859
Hi,
We didn’t find any errors in the css code above. Please try to set the builder to debug mode so that we can check the actual shortcodes of the builder elements.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelOctober 9, 2023 at 3:04 am #1421853In reply to: Font looks different on Mac/Windows
Hi Svenja,
To make sure it’s consistent on both systems, you can try to upload custom fonts instead:
1. Go to https://transfonter.org/
2. Add the Palatino font (get it from your Mac)
3. Check TTF, EOT, WOFF, WOFF2, SVG and click Convert
4. Click the Download link
5. Go to Enfold > Import/Export > Custom Font Manager, upload the zip file generated from the previous step.For further information check our documentation: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Or you may want to check this thread for further information: https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/
Hope it helps.Best regards,
NikkoOctober 9, 2023 at 2:28 am #1421848In reply to: Attempt to read property “term_id” on int
Hi mgyura,
It seems the error is somehow related to Woocommerce as you mentioned before:
– https://stackoverflow.com/questions/73290406/warning-attempt-to-read-property-term-id-on-int-woocommerceCan you give us a copy /nas/content/live/mywtenfold/index.php ?
or if you can setup a staging site for us, that would help us try to debug the issue.Best regards,
NikkoOctober 8, 2023 at 11:06 pm #1421847Hi,
Thanks for the feedback and the link to your example site, it helped me by seeing what they have done. When I check the site I see the break point for the mobile menu is 992px, and the set the menu item width to 14.25% and the font is a little smaller.
So to show the burger menu until 991px we will use this css:@media only screen and (min-width: 767px) and (max-width: 991px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main.menu-item-avia-special { cursor: pointer; display: block!important; } #top #header .av-main-nav > li > a { background-color: transparent !important; } .html_header_top #top .av_menu_left .main_menu { right: 20% !important; left: auto !important; } .html_header_top .av_bottom_nav_header .av-logo-container .main_menu { display: block !important; } #top #header_main_alternate { display: none; } }the expected results:

Then to set the main menu similar to the other site we will use this css:@media only screen and (min-width: 992px) { .main_menu { display: flex; align-items: center; } .avia-menu>ul.av-main-nav { margin: 0; display: flex; justify-content: space-around; position: relative; } .avia-menu>ul.av-main-nav>li.menu-item { width: 14.25%; padding: 0; } .avia-menu>ul.av-main-nav>li.menu-item>a, .avia-menu>ul.av-main-nav>li.menu-item>a span { display: flex; align-items: center; justify-content: center; width: 100%; padding: 0; font-size: 18px; } .avia-menu>ul.av-main-nav>li.menu-item .avia-menu-text, .avia-menu>ul.av-main-nav>li.menu-item-search-dropdown { display: flex; justify-content: center; } #top #header_main_alternate .container { margin: 0 auto; padding: 0px 50px; } } @media only screen and (min-width: 1200px) { .avia-menu>ul.av-main-nav>li.menu-item { margin: 0 13px; } }the expected results 992px:

and at larger screens 1440px:

Please give this a try.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeOctober 8, 2023 at 10:30 pm #1421846Topic: Icons titles unbalanced on smartphone view
in forum EnfoldHulaSlim
ParticipantDear Enfold Team,
Is there a way to keep the view balanced on smartphone view for icons ? Icons and titles look fine on the computer, but don’t go on the same line on the smartphone view.
Is there a way to put them side to side and remove the title ?
I tried removing the titles and redo them in an icon box, and achieved the solution mentioned below, but as I have 60 pages I would like to spare me a lot of work. Is there is a code I could use to keep icons as they are but make them look balanced ?
Thank you for helping,
Regards,
NatachaOctober 8, 2023 at 8:04 pm #1421839In reply to: Woocommerce Image sizes
Sign in
Thank you. The product’s short description will not show up on the individual product. I had to add a box in. I am reaching but could that have anything to do with this format changing?: It seems Enfold doesn’t want to work well here. Thanks in advance for the help.
UPDATE: I see now the theme is not updating. I reinstalled and have updated version still not fixed.
Pam
October 8, 2023 at 6:24 pm #1421835In reply to: Add area image to shop pages
Hi,
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,
MikeOctober 8, 2023 at 6:23 pm #1421834In reply to: Blog pic width
Hi,
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,
MikeOctober 8, 2023 at 5:54 pm #1421830In reply to: Blog pic width
Hey Bettina,
Thanks for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.single-post .avia-image-container.avia-align-left { margin-right: 0; } #top.single-post p > i { font-size: 12px; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeOctober 8, 2023 at 5:43 pm #1421828Hi,
I can get the menu items to be in one row starting at 768px with this css:@media only screen and (min-width: 768px) { #header_main_alternate > .container { margin: auto; padding: 0; } #top #header .av-main-nav > li { padding: 0; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
but not spaced equally across the whole width of the navigation.
After applying the css, please clear your browser cache and check.
the expected results:

Best regards,
MikeOctober 8, 2023 at 5:03 pm #1421824In reply to: 4 content boxes not working corectly
October 8, 2023 at 3:31 pm #1421816Hey jamesbarrell,
For your mobile menu, it looks correct up to 767px:

but at 768px it looks like you have some custom css that adds a burger menu to the left of the logo:

so please find this custom css and remove it:@media only screen and (max-width: 1366px){ nav.main_menu { display: block !important; } }that should fix it to look like this:

Best regards,
MikeOctober 8, 2023 at 3:15 pm #1421813In reply to: No current color in main menu when open blog post
Hi,
I believe Nikko made the chage at Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
I believe the image is added by your custom function in your child theme functions.php:function add_custom_header_image() { if ( is_single() || is_archive() ) { ?> <div class="single-header-image"><br><br></div> <div class="breadcrumbrow" style="background-color: #f8f8f8;"><div class="container" style="padding-top:3px;"> <?php echo do_shortcode('[av_breadcrumbs]'); ?></div></div> <?php } } add_action( 'ava_after_main_title', 'add_custom_header_image', 10 );To show the image and breadcrumb in the above function on the blog page you would add !is_front_page() && is_home()
like this:function add_custom_header_image() { if ( is_single() || is_archive() || !is_front_page() && is_home() ) { ?> <div class="single-header-image"><br><br></div> <div class="breadcrumbrow" style="background-color: #f8f8f8;"><div class="container" style="padding-top:3px;"> <?php echo do_shortcode('[av_breadcrumbs]'); ?></div></div> <?php } } add_action( 'ava_after_main_title', 'add_custom_header_image', 10 );I did this for you, please clear your browser cache and check the blog page
Best regards,
MikeOctober 8, 2023 at 2:37 pm #1421812In reply to: Different widths for different elements on pages?
Hi,
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,
MikeOctober 8, 2023 at 2:36 pm #1421811In reply to: Adding a CTA-Button to the Fullwidth Slideshow
Hi,
Glad Ismael could 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,
MikeOctober 8, 2023 at 12:55 pm #1421804In reply to: Mouse Hower effect
October 8, 2023 at 12:38 pm #1421800In reply to: Different widths for different elements on pages?
Hi,
Thanks for the screenshots, it looks like the page you want to be 960px is the blog page, and I assume other pages, so I recommend settings the site content width to 960px at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Content | Sidebar Ratio.
Then it looks like a single post is the page you want to be 720px, I would achieve this will css like trying this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.single-post .fullsize .template-blog .post .entry-content-wrapper { max-width: 720px; } #top.single-post .av-content-full > .related_posts { max-width: 720px; } #top.single-post .av-content-full > .comment-entry { max-width: 720px; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
This css assumes that the single post is created with the default editor, and your settings are similar to my demo site, unfortunately there are so many settings that to give to an exact solution I will need to see your page. You could include a admin login in the Private Content area below, or we could wait until your site is live.Best regards,
MikeOctober 8, 2023 at 4:37 am #1421794regarding: “The loading of jQuery in the footer could be set on Enfold on the settings page: performance
This is of course possible, but then you have to take into account that the scripts that need jQuery are loaded afterwards. This can be achieved, for example, by first not loading the scripts in the head area and then setting a correspondingly higher priority number for the function.”
****How do I “first not load scripts in head, then set a correspondingly higher priority number for the function?”*****Next: do you really need jQuery Migrate ? – same on performance tab”
*****I think it’s enabled by default. I have no clue how it works, but I’ll turn it off just in case (ie i’ll enable the disable feature)*****Thanks!
Jon-
This reply was modified 2 years, 6 months ago by
gatehealing.
October 8, 2023 at 4:30 am #1421793@Mike
Yeah, it looks like disabling then re-enabling wp-optimizatoin fixed it for now. Leaving it off was not an option bc the optimized images were disabled with it. I got another optimization app, but it was going to take over a day to finish over 5000 images (so many apparently bc of multiple resizes of each of the 350 images I have).As for speed related to code needing to be minified/combined, I have no idea what happened to my wp-fastest cache, but that’s what I was using instead of just using Enfolds combine/minify tools. I’ve readded wp fastest cache, but am still scratching my head as to what happened to it in the first place.
JOctober 7, 2023 at 9:35 pm #1421787In reply to: Alternative main menu
October 7, 2023 at 9:31 pm #1421786In reply to: Margins unmanageable: code somewhere ?
October 7, 2023 at 8:29 pm #1421780In reply to: contact-field
Hi,
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,
MikeOctober 7, 2023 at 8:29 pm #1421779In reply to: Headlines on mobile phones
Hi,
Glad we were able to help, I will look at your other issue, it looks complicated so it may take some time. 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,
MikeOctober 7, 2023 at 7:59 pm #1421774In reply to: Set masonry overlay color
Hi Mike, could I get the color from the category? In the HTML code of a Masonry I can see all categories attached as css-classes? I can set colors for the categories (as enfold does with products for example). Can I load them into the masonry?
And: It is possible to register an field genereted with ACF to use it in the Masonry sorting options (Ismael once provided a code for me). So it is somehow possible to load ACF data from a post. Why not the color?
October 7, 2023 at 7:42 pm #1421771In reply to: Headlines on mobile phones
Hi,
On the page that you linked to, “Schulmaterialien” is an H1 tag and your CSS is targeting H2 tags, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:@media only screen and (max-width: 767px) { #top #wrap_all #main .header_color h1, #top #wrap_all #main .main_color h1, #top #wrap_all #main .alternate_color h1 { font-size: 24px; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeOctober 7, 2023 at 7:28 pm #1421770In reply to: Cannot get demo content to upload
Hi,
Glad Rikard could 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,
MikeOctober 7, 2023 at 7:04 pm #1421766In reply to: images not visible
Hi,
Glad Rikard could 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,
MikeOctober 7, 2023 at 5:28 pm #1421760In reply to: Set masonry overlay color
Hi,
Unfortunately there is not a way to do this with ACF & Enfold because Enfold doesn’t get the CSS colors from the post. Unfortunately I don’t see a way to do this.
Perhaps you can get ACF to add a custom class to the masonry element that can specify the color, but I didn’t find a way to do this, my ACF knowledge is limited as well as our support of ACF.Best regards,
MikeOctober 7, 2023 at 5:21 pm #1421758In reply to: Vimeo Popup: inline text anchor link does not work
Hi,
Glad Ismael could 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,
MikeOctober 7, 2023 at 5:18 pm #1421757In reply to: contact form autoresponder with field entries
Hi,
Glad Ismael could 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,
Mike -
This reply was modified 2 years, 6 months ago by
-
AuthorSearch Results
Viewing 30 results - 12,811 through 12,840 (of 244,545 total)
-
Search Results
-
Dear Enfold Team,
Is there a way to keep the view balanced on smartphone view for icons ? Icons and titles look fine on the computer, but don’t go on the same line on the smartphone view.
Is there a way to put them side to side and remove the title ?
I tried removing the titles and redo them in an icon box, and achieved the solution mentioned below, but as I have 60 pages I would like to spare me a lot of work. Is there is a code I could use to keep icons as they are but make them look balanced ?
Thank you for helping,
Regards,
Natacha






