Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the login to your site, I have checked your homepage backend compared to the frontend and found nothing missing, please explain in more detail which color section is not showing on the frontend.Best regards,
MikeHey Andrew,
Thank you for the link to your site, the correct css is:.single-post .entry-content p { font-size: 18px !important; }I adjusted this for you.
If you want your Table of Contents and list items to also have this font size try adding this css:.single-post .entry-content li { font-size: 18px !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 3, 2023 at 12:53 am in reply to: Problems with privacy cookies and magnificpopup and iframe #1377411Hey slikslok,
Thank you for the link to your site I tested in Windows in Chrome, Firefox, & Edge and in Mac Safari, Chrome, Firefox and if I accept the cookies first then the iframe doesn’t show the cookie bar again, if I don’t click the cookie bar on the homepage then the iframe does show the bar again, this is the correct behavior.Best regards,
MikeHi,
I tested your custom function on my test site using v5.3.1.1 and it worked for me without any plugins, try updating to v5.3.1.1 and checking, if it still doesn’t work then disable all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing the plugin causing the issue. 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,
Your archive link is not correct, it should be a month and year but yours is only showing the year:

I commented out this custom function on your staging site:// Blog Archiv nur Jahre anzeigen function my_limit_archives( $args ) { $args['type'] = 'yearly'; return $args; } add_filter( 'widget_archives_args', 'my_limit_archives' ); add_filter( 'widget_archives_dropdown_args', 'my_limit_archives' );and now your archive links are working correctly:

Try this on your live site.Best regards,
MikeJanuary 2, 2023 at 4:51 pm in reply to: HOW TO: Create shortcode button with JS variable in href #1377378Hi,
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,
MikeJanuary 1, 2023 at 10:56 pm in reply to: HOW TO: Create shortcode button with JS variable in href #1377357Hey tvbuzz,
Try adding a custom class to your button shortcode such as show-form then add this script to the end of your child theme functions.php file in Appearance ▸ Editor:function add_data_drip_show_form() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $(".show-form a").attr('data-drip-show-form', 'xxxx'); })(jQuery); }); </script> <?php } add_action('wp_footer', 'add_data_drip_show_form');I assume that you will have multiple forms, so each button will need a different custom class and you will add a new line in the script for each one, for example this script uses two custom classes show-form-one & show-form-two
function add_data_drip_show_form() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $(".show-form-one a").attr('data-drip-show-form', 'xxxx'); $(".show-form-two a").attr('data-drip-show-form', 'zzzz'); })(jQuery); }); </script> <?php } add_action('wp_footer', 'add_data_drip_show_form');Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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 Dr. Dominik Foerschler,
Thanks for your question, it looks like you are using version 4.1.2 which doesn’t support PHP v8, please update to the latest version of Enfold v5.3.1.1
You probably won’t be able to update from within the theme because v4.1.2 used the Envato (Theme Forest) API which is no longer in use for updates, Envato (Theme Forest) now use the Envato Token so you will need to first update your theme by logging into your Envato (Theme Forest) and download the latest version.
Then after you update you can create an Envato Token from inside your Envato (Theme Forest) account for future updates.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHey Steve,
Thank you for your question, you can see all of our pre-built demos here.
Our theme is only available on the Envato Marketplace, we have an exclusive contract with them, so we can not sell licenses anywhere else or directly.Best regards,
MikeHey Sammy Saleh,
Thanks for your question but we don’t build web sites, we create the WordPress Theme Enfold so you can build your own website. Our theme is Multi-Purpose with many built-in Demos and a Support Forum for your questions and to help.Best regards,
MikeHey Eugene,
Thanks for your question, Envato (Theme Forest) no longer uses the API for updates they now use the Envato Token so you will need to first update your theme by logging into your Envato (Theme Forest) and download the latest version.
Then after you update you can create a Envato Token from inside your Envato (Theme Forest) account for future updates.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
Glad Ismael could help, let us know if you have any further questions regarding this issue and we will gladly try to help you.
Thank you for using Enfold.Best regards,
MikeDecember 25, 2022 at 5:36 pm in reply to: Pagespeed – screen readers require list items within a parent elements #1377317Hey Jaro,
Thanks for the screenshot and the link to your site Pagespeed test, this is false result, the menu element that the test says is not in a parent ul is in fact in a ul so no action is needed.


I’m not sure why the Pagespeed result in wrong but as you can see from the screenshot there is no action needed.Best regards,
MikeHi,
Thank you for the link to your site, I have recreated this issue on my demo site and it seems to only be an issue when the first image has a portrait layout.
I have reported this to the Dev Team for their review and will reply when I hear back. Thank you for your patience.Best regards,
MikeHi,
Thank you for the link to your staging site, as I see your language switcher looks like this:

I see this on both sites, and the url changes on both sites to /en/ for English but the text doesn’t change to English on them, when I check the backend neither seem to have any translated pages:

is this what you mean?Best regards,
MikeDecember 24, 2022 at 10:09 pm in reply to: Icon List with 'horizontal-icon-list' class only showing 2 across #1377312Hi,
Thanks for the link to your site, when I check I see this css:#top .horizontal-icon-list .avia-icon-list { display: grid; grid-template-columns: repeat(2,1fr); }causing this layout:

Try this css instead:#top .horizontal-icon-list .avia-icon-list { display: grid; grid-template-columns: repeat(3,1fr); } #top.home #av_section_1 .flex_column.first.flex_column_div { padding: 0; }Best regards,
MikeHey Angelo,
Try using the button row shortcode so the buttons will be side-by-side, you can use the shortcode wand to copy the shortcode.Best regards,
MikeHi,
I have summited this as a feature request for the Dev Team to review, when we hear back we will post here, thank you for your patience.Best regards,
MikeDecember 24, 2022 at 9:25 pm in reply to: direction of fullscreen slider is right to left want it left to right #1377308Hi,
I believe that you will need to edit the javascript, please see this thread.Best regards,
MikeDecember 24, 2022 at 9:19 pm in reply to: Pagespeed mobile – elements contain focusable descendents #1377306Hi,
Glad to hear that you have this sorted out, 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,
Thanks for your patience, unfortunately, I’m not sure what is causing this, I have asked the rest of the team for any ideas.Best regards,
MikeHi,
Donkies11, please create a new thread and post an admin login because it would not be private to post it here.
So far we don’t know why this is but since it is occurring only on GoDaddy managed servers that have must-use plugins that can not be disabled:
object-cache.php
System Plugin
db-error.php
object-cache.php
it would seem to be related to one of these, try asking GoDaddy to disable these for testing, or create a GoDaddy standard server staging site that doesn’t use these plugins.Best regards,
MikeDecember 24, 2022 at 9:00 pm in reply to: Label for post types creating a link in Avia Builder #1377302Hey vdlpwp,
unfortunately, your screenshot is not working so I’m not sure what you meant, perhaps you made an error in your custom post type, try using the /enfold/includes/admin/register-portfolio.php file for reference and see this thread.Best regards,
MikeDecember 24, 2022 at 8:17 pm in reply to: Product short description doesn´t show on Woocommerce Product Grid #1377301Hey AgenturLanzinger,
Thanks for your patience and the link to your site, but I’m not sure that I understand because product descriptions typically don’t display in the product grid, here is a link to our Shop Demo shop page and the product grid only shows the image and title.
If you meant something different please link directly to the page and perhaps a link to the corresponding Shop Demo page.Best regards,
Mike -
AuthorPosts


