Forum Replies Created
-
AuthorPosts
-
December 5, 2023 at 1:09 am in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #1427182
Hi,
Thank you for sharing, perhaps it will help someone in the future.Best regards,
MikeHi,
It looks like Guenni007’s solution is working for you, thank you Guenni007!
You linked to another page: https://dorfgeschichte.li/geschichte/
but the solution seems to also be working there so I’m not sure what your new question is, perhap Google Translate is not working correctly for me?Best regards,
MikeDecember 5, 2023 at 12:51 am in reply to: My Client’s website will break if I update basic things #1427180Hey edgeofcinema,
[edit]
Thanks for the link to your site, I re-read your question again and note that updating seemed to lead to your issue, can you create a staging site and update it to 5.6.8 so we can see the error in action?
Please disable all of the plugins and siteground caching for the staging siteBest regards,
MikeHey pamk21,
The Dev Team reports that these notifications are sent out automatically by Envato when Kriesi changes the price as well. The first mail was probably sent when the theme was on sale during Black Friday/Cyber Monday and the second one was sent when the price went back to normal.
Sorry for any confusion.Best regards,
MikeDecember 5, 2023 at 12:41 am in reply to: Random background image (possibly from a list) in color section #1427178Hi,
Glad Guenni007 could help, thank you Guenni007, 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,
MikeHi,
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,
MikeDecember 5, 2023 at 12:38 am in reply to: Burger Menu JS click action is deferred by WP-Rocket #1427176Hi,
Strange, I would imagine that the other thread would have lead to the solution as it seemed to be the same situation.When I check your site with the inspector emulating a mobile device and view the scripts loaded and then click the burger menu 20 additional scripts are loaded:

most of which I don’t think apply, such as FB, YT, reputation badge, but a few WordPress core scrips load from /wp-includes/js/ like wp-polyfill.min.js which sometimes is used as a “bridge” between scripts, so perhaps this is part of the issue.
Try looking at these scripts and see if this helps.
I also note that if you look at the DOM in the inspector you can see all of the scripts that get the data-rocket-status=”executed” attribute when you click the burger menu, and one that stood out to me was the variables for the avia_framework_globals

I’m not sure how you could allow these variables in wprocket but perhaps this is related.
I tried to search for other threads with this issue for possible clues, but the only other one I found was the one I linked to and you have already followed those steps.
Your not using any other plugins like Autoptimize and you tried disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression right? It looks like you are using a CDN, perhaps try disabling it for now to ensure that there is on conflict.
The only other thing that I can think of is to disable all of the wprocket settings so the burger menu is working correctly and then enable one at a time, clearing the cache with the CDN disabled until it breaks again and reviewing it. Or perhaps try adding all of the known js files from WordPress and Enfold until the burger menu works correctly and try removing them one at a time until it breaks and you find the combination that you need.Best regards,
MikeHi,
In the last screenshot you point to product titles and write that they should be white, which would be good for the one with a green background, but the other one has a white background so if the title was white you would not see it:

So assuming that this an error, please use Ismael’s css above:.main_color a, .main_color strong a, .main_color strong, .alternate_color strong, .alternate_color strong a, .alternate_color a { color: #000000 !important; }and then add this css to change the titles with the green background to white:
#top .main_color a strong.woocommerce-loop-category__title { color:#fff !important; }If you find more things to change then please let us know and we will help with more css to build on this.
Best regards,
MikeHi,
If you had multiple categories then the category with posts would be the one to show and you would not need to use the filter above.Best regards,
MikeHi,
Thank you for the link to your site, for your last five items with no excerpt this css will center the title:#top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-title.entry-title { position: absolute; transform: translate(-1vw,-28vh); color: #fff; display: flex; justify-content: center; width: 100%; } #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-masonry-outerimage-container:before { content:""; display: block; height: 100%; position: absolute; visibility: visible !important; top: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0,.5)!important; }But I know the you plan to have a excerpt, so based on the excerpt length of the first item, which is about half of the item’s height, this css would be what I recommend.
#top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-title.entry-title { position: absolute; transform: translate(-1vw,-16vh); color: #fff; display: flex; justify-content: center; width: 100%; } #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-masonry-outerimage-container:before { content:""; display: block; height: 100%; position: absolute; visibility: visible !important; top: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0,.5)!important; }as you add more excerpts to the other items try adjusting the negative sixteen of this code: transform: translate(-1vw,-16vh); to find the placement that you want. It would be better if your excerpts were all about the same length, because we need to use absolute position for the title.
Best regards,
MikeHi,
OK, please let us know if it works for you and we can close this thread.Best regards,
MikeHi,
Ok, I see that the theme editor is disabled so I can’t test the above solution, please give it a try.
If it doesn’t work then include FTP access in the Private Content area.Best regards,
MikeHi,
To have the title of the portfolio element clickable without customizations the best solution is to use the default link setting in the Overwrite Portfolio Link setting like your first portfolio item “11 Ways To Make Money with S2”
Your other portfolio items you seem to have added “defined custom link” like the image like “Windows2016_LogBaseline-STIG”, the custom link is to the same portfolio link, so this link is not needed and is preventing your title to not be linked.
Please try changing them all to default link setting like your first portfolio item “11 Ways To Make Money with S2”The mouse-over box shadow color is add by this custom css, you can remove it:
.vv_portfolio-list .grid-entry > .inner-entry:hover { box-shadow: 12px 12px 20px #fcb889; }Best regards,
MikeHi,
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,
MikeHi,
A 500 error is a sever error, try checking your server logs and check your WordPress ▸ Tools ▸ Site Health ▸ Server for low settings like the PHP max input variables try comparing to these:

Are you using PHP v8.3? try rolling down to v8.2 or v8.1
I checked my test site again and I also have over 200 pages but I don’t have any errors and we have not had any other reports. Try going to WordPress Menu → Rank Math SEO → Status & Tools → Import & Export and switch to Advanced Mode and try exporting your settings:

and I will try importing them into my test site, perhaps it is a setting that I didn’t set the same way you did. Are you using the free version or the paid version? I don’t have access to the paid version, so try exporting your settings and then downgrade to the free version and test again.Best regards,
MikeHi,
Your color has two hashtags, try removing one of them
change: color: ##0097d2;
to: color: #0097d2;Best regards,
MikeHi,
Glad that the css above worked, but I notice that now the three boxes cover the masonry images so they are not seen, did you add another element or some negative margin?
You may wish to look.Best regards,
MikeHi,
This is because you can not use the same name for the function twice, so for two different slides on two different pages try this code in your child theme functions.phpadd_action( 'ava_after_main_container', 'rev_slider_one', 10 ); function rev_slider_one() { if ( is_page(15240) ) { echo do_shortcode('[rev_slider alias="bereich-vorstand"][/rev_slider]'); } } add_action( 'ava_after_main_container', 'rev_slider_two', 10 ); function rev_slider_two() { if ( is_page(2959) ) { echo do_shortcode('[rev_slider alias="bereich-mitglieder"][/rev_slider]'); } }Note that I changed ava_after_main_container_mod in 2 places for each snippet to
rev_slider_one
rev_slider_two
So if you want to copy this for a third slider on a third page you could name it
rev_slider_three
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Try removing the slider element in the page and leave the code in the functions.phpBest regards,
MikeHi,
Thank you, I corrected the code to show your Slider Revolution slider from the page that you linked to by injecting the slider shortcode[rev_slider alias="dorfgeschichte-doppel"][/rev_slider]above the password field on the password protected page.
I added this code your your child theme functions.phpadd_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 ); function ava_after_main_container_mod() { if ( is_page(2959) ) { echo do_shortcode('[rev_slider alias="dorfgeschichte-doppel"][/rev_slider]'); } }Please check
Best regards,
MikeHey WebbR,
I believe that the Envato Market WordPress Plugin will automatically update, please try this.
Enfold is licensed though Envato so all updates must come from Envato.Best regards,
MikeHi,
It sounds like you want all of your posts to show since you only have 6 in the desired category, so I change your setting to show all of your posts with no option to view more and this has solved your issue, please check your page.Best regards,
MikeHey strumpumpel,
That is odd, I’m not able to reproduce this error on my test site, with rankmath activated I’m able to create/duplicate new pages and tey show in the sitemap and I get no errors. Perhaps it is your duplicate plugin or a different plugin. Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If you have any customized files in your child theme, such as header.php & footer.php, try switching to the parent theme or remove these files we do not recommend adding these files to your child theme, it is the most common reason for errors after updating. Any customizations you wish to make should be done in your child theme functions.phpBest regards,
MikeHi,
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,
MikeHey Tim,
By default, WordPress does not have the ability to add co-authors to posts, are you using a plugin to create co-authors?
If so which one? Dose the plugin have a documentation page that offers a function to display the co-authors?Best regards,
MikeHey Tim,
Unfortunately we don’t have a way to cheange this, as this is the default WordPress behavior even in the default WordPress themes the title & featured image are not automatically added. Categories are display in the WordPress sidebar for posts, please note that “pages” don’t have categories.

Perhaps you didn’t click the WordPress “post” option to see the options of the posts?

Try clicking it, or perhaps you are more use to the Classic Editor, you can enabled this at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic EditorBest regards,
MikeHi,
Are you using a child theme with any customized files like a header.php or footer.php
This is typically the top reason for errors after updating, if so try removing these.
Are you using a outdated PHP version like 5.6, WordPress now requires a minimum of v7.4
Have you tried disabling all of your plugins and/or customizations to isolate the conflict?
I imagine that your goal would be to get up to date and not be locked into a old version of the theme, so it would be a better use of time to find the error, considering there are 48 versions between 4.7.6.4 and now.
I recommend checking these steps and if you need further help finding the error on your site, please open a new thread from your support account and include a admin login and explain in detail what error you are seeing.
Please don’t reply to this email thread as it was created with our contact form and doesn’t go to our support channel, it will be easier for us to help you in our support channel, Thank you for your patience and understanding and we hope to help you get your site up-to-date.Best regards,
MikeHi,
Glad we were able to help, and sorry for any extra work. Try checking our Change Log first to see if there is a new version. 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,
MikeHi,
The Dev Team reports that these notifications are sent out automatically by Envato when Kriesi changes the price as well. The first mail was probably sent when the theme was on sale during Black Friday/Cyber Monday and the second one was sent when the price went back to normal.
Sorry for any confusion.Best regards,
MikeHi,
Thank you for your patience, I tried to add your slider to the top of your page with a function at the bottom of your functions.php but it caused an error and the theme editor would not let me remove the code. Please include FTP access to your site so I can correct and try again with some new code.
I had tested my code on my demo site first and it worked but it caused an error on your site, so I must of made an error, sorry.Best regards,
Mike -
AuthorPosts
