Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear, I see that you have a Classic Editor plugin and you have the Classic Editor set in the theme at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, I recommend removing the plugin as it is not needed.
Perhaps you could try disabling your caching plugin and enable the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options for a few a week and see if your error occurs again, if not then try switching them back for a week and see if the error occurs then. It may be a good way to see if there is a setting in your caching plugin is the cause of if it is something else. Do you have any server side caching enabled also?*update* I just noticed your Quick CSS custom css, you have added HTML comments to the css, it is probably the issue:
these are wrong and could cause errors, please change all of these to css comments like this:
Best regards,
MikeHey Chrisxx1982,
Here is a list of Shortcodes included with WooCommerce, but unfortunately the style for these may not match the style for the other elements without some extra css. When I view your example screenshot, it seems ok, so perhaps we could help with some styling of it. Perhaps you could explain further with some mockup images so we can get an idea of what you are looking for.
It looks like you are using the correct approach for mixed content, using shortcodes.Best regards,
MikeHi,
Thank you for the link to your site, please note the PHP error message in your dashboard, your PHP version is out of date, this should be updated on your server, if you don’t know how to do this plase ask your webhost to help. The WordPress PHP minimum is v7.4 but v8 is also a good choice.
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,
MikeHey ausgesonnen,
Please make the font size adjustment in the theme setting at Enfold Theme Options ▸ Advanced Styling and if you don’t see the Main Menu Links already with a font size, then use the drop down to choose it and add the size you wish.
There is also a Main Menu sublevel Links option if you also want to change those sizes too.Best regards,
MikeHi,
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,
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 12, 2023 at 3:28 am in reply to: Unable to Change default Attachment Display Settings #1427826Hey kevinraposo7,
I tested this on my demo site and the options.php showed the change and the default Attachment Display Settings for images was also set to large, for simple posts in the classic & block editors and in Advanced Layout Builder pages using the image element.
I noticed that for some of my images that were smaller than 1030px the default setting was then “Full”.
I tested the code snippet in my child theme functions.php and in the WP Code plugin in a PHP snippet type.
So I’m not sure why this might not be working for you, perhaps you have a plugin or other code snippet conflict?
Perhaps you are testing on a post and image that was already saved? Try creating a new post and select a new image from the media library or upload a new image, both of these worked for me.Best regards,
MikeHi,
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,
MikeDecember 12, 2023 at 2:40 am in reply to: Advance Layout Editor: how to embeded PDF file into a page ? #1427824Hi,
Unfortunately block editor elements are not compatible with the Advanced Layout Builder or the Classic Editor.
Try asking the plugin author if there is a shortcode that you can use to add it to your page.Best regards,
MikeHi,
Please remove the css above and try this css instead:#footer .widgettitle { border-bottom: solid 1px; padding-bottom: 10px; }
Best regards,
MikeHi,
The theme uses the archive.php template for the category archive and other archive pages, if you want to create a custom Category Template you can copy the archive.php and rename it category.php and add it to your child theme directory.
If you want to change the layout for your custom category page look for this around line 52:
$avia_config['blog_style'] = apply_filters( 'avf_blog_style', avia_get_option( 'blog_style', 'multi-big' ), 'archive' );
and change to:
$avia_config['blog_style'] = 'blog-grid';
for a grid layout, or you can choose one from one of these:blog-grid single-big single-small multi-small multi-big bloglist-excerpt bloglist-simple bloglist-compact
But I don’t know how you would add infinite scroll to it, so you will need to experiment with it, perhaps the WordPress Codex will help.
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,
I see that you have a child theme with a custom footer.php & header.php, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php
I see you also have a custom includes ▸ helper-main-menu.php in your child theme, this could be another conflict, try also removing it and then update your theme, then compare it to the latest version of the helper-main-menu.php, and adjust to suit.Best regards,
MikeHi,
Perhaps DL0375.jpg was an image that you removed a while back and there is still a link to it on your site, checking your webhost error log should tell you what page this error is from, and then you can remove the link on the page.
Unless there is anything else we can assist with on this issue, shall we close this thread then?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 11, 2023 at 6:22 pm in reply to: Admin: Duplicated web page and open codes of link #1427799Hi,
Glad we cound help, Ismael’s code is for the functions.php file.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHi,
Ok, try wrapping it with a media query like this so it only works on desktop:@media only screen and (min-width: 768px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 260px; } }
Best regards,
MikeDecember 11, 2023 at 6:12 pm in reply to: Burger Menu JS click action is deferred by WP-Rocket #1427797Hi,
Well I don’t know what to tell you, it works for me on Android and Windows.
Perhaps what you are experiencing is related to the bug reported on the wp rocket github for Safari, if that is the case then I don’t think we can help you with it.
The issue that I was experiencing on Android and Windows turned out to be due to one of your plugins and it’s inline javascript and not any of the theme files. The solution was to add these two lines in your Excluded JavaScript Files field:
const shopvote_ajaxurl
shopvote_fetch_reviewsI can’t tell if the bug report is a wp rocket or Safari issue, but it doesn’t seem to affect Android and we have not had any other reports about this.
Best regards,
MikeDecember 11, 2023 at 12:10 pm in reply to: Burger Menu JS click action is deferred by WP-Rocket #1427769Hi,
The (?:/wp-content/|/wp-includes/)(.*) was from the WP Rocket documentation, but I have removed it and the burger still opens correctly.
Please clear your browser cache and check again.Best regards,
MikeHi,
Thanks I see the underlines, but the column width looks the same, so do you aggree that the current column widths are correct and we don’t need to adjust them?Best regards,
MikeHey vbonora,
Thanks for your question, I don’t have experience using the Learndash plugin so I don’t know if there are any issues in the backend, but I have seen questions about the frontend and mostly they seem to be minnor issues. I would not say that it is 100% compatible. Please try going to Google and search this phrase: enfold Learndash site:kriesi.at
I don’t recall any questions about Sensei LMS but searching with this phrase gave a few results: enfold Sensei LMS site:kriesi.at
Hopefully comparing the results will help you with your decision.Best regards,
MikeHi,
Sorry I thought you wanted a line under the heading.
The columns are all the same correct widths, please explain further what you are expecting for the column widths.
Perhaps a mockup would help.Best regards,
MikeDecember 11, 2023 at 11:34 am in reply to: Display of active anchor link menu items doesn’t work anymore #1427761Hi,
Sorry I was testing differently, try clicking each menu link and the underline will show for the correct menu item.
But unfortunately this won’t help with scrolling. So if this won’t help you try removing the script and remove the full url for each menu item so each item is just the hash (#) and the ID.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,
MikeHey dloverly,
Thanks for your question, Envato is the parent of themeforest
Unfortunately a while back Envato (Theme Forest) changed how updates are done so if you are using v5 you will need get the latest version from your Envato account and manually update, then after you update you can create a Envato Token in your Theme Forest account so that future updates can be done easily, but your current version will not work with the Envato Token.
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,
MikeDecember 10, 2023 at 11:33 pm in reply to: Display of active anchor link menu items doesn’t work anymore #1427736Hi,
Thank you for your patience and the link to your site, I’m not sure why this is occuring but try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_menu_script() { ?> <script> document.addEventListener("DOMContentLoaded", function() { if (document.body.classList.contains("home")) { var menuItems = document.querySelectorAll(".av-main-nav .menu-item"); function clearMenuStyles() { menuItems.forEach(function(item) { var aviaMenuFx = item.querySelector(".avia-menu-fx"); if (aviaMenuFx) { aviaMenuFx.style.opacity = "0"; aviaMenuFx.style.visibility = "hidden"; aviaMenuFx.style.bottom = "0"; } }); } function setActiveMenuItem(hash) { menuItems.forEach(function(item) { var menuItemLink = item.querySelector("a"); if (menuItemLink.hash === hash) { var aviaMenuFx = item.querySelector(".avia-menu-fx"); if (aviaMenuFx) { aviaMenuFx.style.opacity = "1"; aviaMenuFx.style.visibility = "visible"; aviaMenuFx.style.bottom = "30%"; } } }); } menuItems.forEach(function(menuItem) { menuItem.querySelector("a").addEventListener("click", function(event) { clearMenuStyles(); setActiveMenuItem(this.hash); history.pushState(null, null, this.href); }); }); if (window.location.hash) { clearMenuStyles(); setActiveMenuItem(window.location.hash); } } }); </script> <?php } add_action( 'wp_footer', 'custom_menu_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
In my test this seems to work.Best regards,
Mike -
AuthorPosts