-
AuthorSearch Results
-
June 3, 2024 at 11:10 pm #1447605
In reply to: Menu Parallax Demo Issues
Hey,
You can create another menu with full links and display that menu on the other pages. You can find the plugin and custom code snippet solutions to this at https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages.
If that doesn’t work, please try deactivating all active plugins. If the issue persists with all plugins deactivated, please send us admin login credentials so we can investigate the issue.
Regards,
YigitJune 3, 2024 at 8:55 pm #1447595In reply to: Autoscroll Issue with iFrame
June 3, 2024 at 8:18 pm #1447589In reply to: Can’t import demo file
This reply has been marked as private.June 3, 2024 at 8:07 pm #1447585In reply to: Spam due to plain text email addresses
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardJune 3, 2024 at 7:59 pm #1447582Topic: Core Web vitals declined Enfold theme on Desktop
in forum EnfoldStarTortoiseWorld
ParticipantI cannot seem to fix this, I use Enfold for a number of my sites and while they score well they always get Core Web Vitals failed on google page speed insights on desktop?
June 3, 2024 at 6:10 pm #1447573Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardJune 3, 2024 at 6:06 pm #1447571In reply to: Adding Quick CSS
Hi,
I can’t see the CSS applying at all, if you need further help then please post admin WordPress login details in private.
If you have further problems then please open a new thread.
Best regards,
RikardJune 3, 2024 at 6:01 pm #1447568Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-rotator-text-single { background-color: transparent !important; }Best regards,
RikardJune 3, 2024 at 5:11 pm #1447564Topic: Can’t import demo file
in forum EnfoldSkytaya2727
ParticipantHi,
I would like to import your demo file for new website which is the first one “default demo”but this error message keep showing now.
“Download of files for demo Default Demo didn’t work!
You might want to try reloading the page and then try again.”What is this problem? can you help me to fix?
Hi Mehran,
Thanks for reaching out to us.
It’s not possible to offer discount coupons on ThemeForest and since we currently don’t have a discount on Enfold, unfortunately, we cannot offer you one.
Regards,
YigitHey Yigit,
That’s great! thanks for that.
No worries. I’ll make it 100% clear what they are purchasing and they will need the enfold theme / licence.
and I’ll also direct them to purchase a licence via TF.
thanks again!
Hi Lee,
If I create a new demo design, can i sell them to enfold users?
Yes, you can do that.
If I create professionally designed ALB layouts / templates, Can i sell those individually to enfold users? example create a footer layout and sell that?
You can do that too.
I think I replied to you in another thread but if not, please make it clear to your customers that they are purchasing an Enfold demo or additional ALB elements and not an Enfold license.
If I create a plugin to extend some of the ALB elements, can i sell the plugin with extended versions of ALB elements or does it have to be completely new code?
I need to check this with Kriesi about this. I will give you an update after I hear from him.
Regards,
YigitJune 3, 2024 at 12:58 pm #1447546In reply to: Product Category Pages – Use Advanced Layout Editor
Hey El,
Thank you for the inquiry.
TIt would be way easier to be able to editor product categories just like normal pages. Any chance this can be enabled in Enfold?
This is not possible with the Advance Layout Builder (ALB), unfortunately. We recommend creating custom pages with the ALB, then redirect the categories to these pages. You can use the following plugin:
// https://wordpress.org/plugins/eps-301-redirects/
// https://wordpress.org/plugins/redirection/Best regards,
IsmaelJune 3, 2024 at 12:39 pm #1447545In reply to: Autoscroll Issue with iFrame
Hi everyone,
Thank you all for your responses and for pinpointing the issue so quickly. Here is some background information to address your questions:
The implementation of this iframe is a requirement from the client. Unfortunately, the documentation for the external software is very poor, which is why the script is not explained in detail. I appreciate your help in identifying the critical part of the code.
As for your questions:
Mike: The JavaScript that scrolls to the top of the iframe seems to be causing the issue. Here’s the relevant code snippet as you requested:
<script type='text/javascript' src="https://evidenz.de/download/iframe_js_code.js"></script> <iframe name="evidenz_obs-2" src="https://seminare.kinderschutz-zentren.org/?view=kartenansicht&th_id=16" style="border:none; height:800px; width:100%;" frameborder="0" seamless></iframe>I will reach out to the company behind the software to get more information and possible solutions, especially regarding this scroll function.
Regarding the iframe content: The content within the iframe is provided by the external software. Given the client’s requirements, we have to use this iframe and cannot switch to Enfold’s native solutions alone.
Thank you once again for your assistance. I will follow up with the external software provider and update you with any new information.
Best regards,
MaxJune 3, 2024 at 12:00 pm #1447544In reply to: Loop a slide in Layerslider
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,
MikeJune 3, 2024 at 11:54 am #1447543In reply to: secondary menu as hamburger menu
Hi,
To show a different menu on one specific page, first make the menu that you wish and hover over the Delete Menu link and at the bottom of the page your browser should show the source of the link, looks for &menu=XX the XX will be a number, in my example it is 11

Next we need to know the page ID, so hover over the admin menu Edit Page in the admin toolbar, and at the bottom the browser should show the source link, look for ?post=XX again the XX will be a number, in my example it is 3792

Now we will add this code to the end of your child theme functions.php file in Appearance ▸ Editor or if you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

and ensure that it is activated, then add this code and save.add_filter( 'wp_nav_menu_args', 'ppen_nav_menu_args' ); function ppen_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia') { if( is_page( 3792 ) ) { $args['menu'] = '11'; } return $args; } }Now that page will have our new menu.
Best regards,
MikeJune 3, 2024 at 11:08 am #1447542Topic: Product Category Pages – Use Advanced Layout Editor
in forum EnfoldEl
ParticipantHi there,
for years we are struggling to provide good looking product category pages with Enfold. We currently use Portfolio Pages for this but with breadcrumb enabled on the product pages it will always show the associated category in the Breadcrumps.
It would be way easier to be able to editor product categories just like normal pages. Any chance this can be enabled in Enfold?
Best,
ElJune 3, 2024 at 10:52 am #1447539In reply to: Sell Demos
Hi Lee,
Yes, you can create Enfold demos and sell them to Enfold users.
Please add a clear description so your customers know that they are getting an Enfold demo and not an Enfold license.
Regards,
YigitJune 3, 2024 at 9:27 am #1447532In reply to: Urgent : problème thème
Hi,
Thanks for the update. What you are saying is not correct, the Layout Builder in Enfold works without any plugin extensions. If you need further help, then please let us know how to reproduce the problem that you are seeing on your end.
Best regards,
RikardJune 3, 2024 at 7:29 am #1447524In reply to: Urgent : problème thème
Bonjour,
Quand on désactive les plugins on ne peut plus modifier les pages avec l’éditeur de ENFOLD, le problème est donc lié à votre thème ou à un plugin lié à votre thème, merci de vérifier au plus vite svpJune 2, 2024 at 9:31 pm #1447500In reply to: Demo didn't work! not able to upload
Hey Sahyr,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. If you want to try and manually import the demo, then please refer to this: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
RikardJune 2, 2024 at 8:17 pm #1447492In reply to: Autoscroll Issue with iFrame
ok – that is something different. But i think the script does not work as it should anyway.
because a modal window should actually be created – right?
” // PG: this version of the js-file handles the modal without the need of jQuery ”Then the scroll position of the modal window makes sense. And mike pointed out where the code is for doing that.
For me it looks like the modal should open on page load – and the top of that iframe inside the modal window is then on top.
But there is no modal window.can you please post the code of the code-block element here ( use the code tag from the options above please )
________
Was wird denn dort innerhalb des iframe angezeigt? woher speist sich der Inhalt? Meinst du nicht, das es auch mit Enfold mitteln gehen sollte? – ohne extra scripte?What is displayed within the iframe? Where does the content come from? Don’t you think that it should also work with Enfold means? – without extra scripts?
June 2, 2024 at 6:25 pm #1447481Topic: Demo didn't work! not able to upload
in forum Pre Sale QuestionsSahyr
GuestDownload of files for demo Agency – Enfold Parallax Demo didn’t work!
You might want to try reloading the page and then try again.this happens for alllllllllllllll demos . please help
June 2, 2024 at 6:14 pm #1447480In reply to: Photos in Masonry Gallery Not Loading
Hey byaron22,
It looks like a javascript error for the waypoints that loads your images after the page has been scrolled some. Try disabling the JetPack plugin and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and see if that helps.Best regards,
MikeJune 2, 2024 at 5:18 pm #1447477In reply to: Blog: html area block in single news
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,
MikeJune 2, 2024 at 5:17 pm #1447476In reply to: Mailchimp-Popup
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,
MikeJune 2, 2024 at 4:54 pm #1447473In reply to: Blog: html area block in single news
ahhh ok, understand..you have used the html code from the Inspector.
I used the [av_section] that was provided by Enfold system .. good to know that it also works so easy :)Thx
(we can close here)June 2, 2024 at 2:46 pm #1447450In reply to: Blog: html area block in single news
Hi,
Ok, as I examine your page I see that the wrap_all & main divs are closed and your injected color section is outsite the page:

Then I recalled that injecting any full width element, like color sections, causes the page to auto close like this, so the way around this is to inject the HTML instead, so I tested this on my site linked below as a proof of concept and this is the code that I used:add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { $post_id = get_the_ID(); if(get_post_type( $post_id ) == "post" || is_archive() || is_category()) { echo '<div id="av_section_1" aria-label="header-blog" style="background-color:#e7e6e0;" class="avia-section av-gurxi-f7ad7ba9aa66e762665269785c869839 main_color avia-section-no-padding avia-no-border-styling avia-builder-el-0 avia-builder-el-no-sibling block-fit-size avia-bg-style-scroll container_wrap fullsize"><div class="container av-section-cont-open"><main role="main" itemprop="mainContentOfPage" class="template-page content av-content-full alpha units"><div class="post-entry post-entry-type-page post-entry-3814"><div class="entry-content-wrapper clearfix"><div class="flex_column_table av-lwc8c3ub-7fae82ac0e7450fe73ac250f770e4e79 sc-av_one_half av-equal-height-column-flextable"><div style="padding: 20px 0 20px 0;" class="flex_column av-lwc8c3ub-7fae82ac0e7450fe73ac250f770e4e79 av_one_half avia-builder-el-1 el_before_av_one_half avia-builder-el-first first no_margin flex_column_table_cell av-equal-height-column av-align-bottom "><div class="av-special-heading av-tkaly-59af4c81dd5bd8035cb05863635061b6 av-special-heading-h1 custom-color-heading blockquote modern-quote avia-builder-el-2 el_before_av_textblock avia-builder-el-first "><div style="font-size: 18px;color: #a07860;" class="av_custom_color av-subheading av-subheading_above"><p>Veranstaltungen und Lesungen</p></div><h1 style="color:#1f4339;font-size:45px;font-family: "librebaskerville", Helvetica, Arial, sans-serif;text-transform: none;" class="av-special-heading-tag" itemprop="headline">Veranstaltungen</h1><div class="special-heading-border"><div class="special-heading-inner-border"></div></div></div><section class="av_textblock_section av-3a7ov5-3365d9d47359d52499c6170f6e5d6913 " itemscope="itemscope" ><div class="avia_textblock" itemprop="text"><p style="color: #666666;font-size: 17px;">Wir laden Sie ein, an unseren gemeinsamen Veranstaltungen, Reisen und Lesungen an besonderen Orten, teilzunehmen. Weiteres erfahren Sie in der jeweiligen Veranstaltungsbeschreibung.</p></div></section></div><div class="flex_column av-fy05a-677df80f19dcd41d19a6c602b9b923d5 av_one_half avia-builder-el-4 el_after_av_one_half avia-builder-el-last buch-monat no_margin flex_column_table_cell av-equal-height-column av-align-bottom "><div class="avia-image-container av-9gv81-4c6171ac5adc202d5cf1671f776d7959 av-styling- avia-align-right avia-builder-el-5 avia-builder-el-no-sibling " itemprop="image" itemscope="itemscope" ><div class="avia-image-container-inner"><div class="avia-image-overlay-wrap"><img decoding="async" fetchpriority="high" class="wp-image- avia-img-lazy-loading-not- avia_image " src="/wp-content/uploads/2024/05/area-book-ueber-uns.png" alt="" title="" itemprop="thumbnailUrl"></div></div></div></div></div></div></div></main></div></div>'; } }Note that I didn’t understand why you had $thumbnail = get_the_post_thumbnail_url ( $post_id ); since I saw no call for $thumbnail so it’s not in my code, feel free to adjust after to test my code. I also had to add so style inline so my test would look like your page, it should not cause a issue for you.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeJune 2, 2024 at 1:32 pm #1447447In reply to: logo centered, Burger Menue right
Hey Monika,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu { position: absolute; width: 50px; float: right; top: -70px; }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,
MikeJune 2, 2024 at 1:20 pm #1447445In reply to: Autoscroll Issue with iFrame
-
AuthorSearch Results
-
Search Results
-
I cannot seem to fix this, I use Enfold for a number of my sites and while they score well they always get Core Web Vitals failed on google page speed insights on desktop?
Topic: Can’t import demo file
Hi,
I would like to import your demo file for new website which is the first one “default demo”but this error message keep showing now.
“Download of files for demo Default Demo didn’t work!
You might want to try reloading the page and then try again.”What is this problem? can you help me to fix?
Hi there,
for years we are struggling to provide good looking product category pages with Enfold. We currently use Portfolio Pages for this but with breadcrumb enabled on the product pages it will always show the associated category in the Breadcrumps.
It would be way easier to be able to editor product categories just like normal pages. Any chance this can be enabled in Enfold?
Best,
ElDownload of files for demo Agency – Enfold Parallax Demo didn’t work!
You might want to try reloading the page and then try again.this happens for alllllllllllllll demos . please help

