Forum Replies Created
-
AuthorPosts
-
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,
MikeHi,
Thanks for your patience, but the check-out on these two site are not the same, one shows a address field (sk), and the other doesn’t (cz), one only has only one a flux-checkout__content-wrapper (sk) and the other has two (cz), one has the “Doprava” at the top of the sidebar (sk), and the other at the bottom (cz)
These changes in the page source code probably making the css from before not work correctly and are probably due to different settings in the plugin, please try reviewing so both are the same. We are limited to the support that we can offer for third party plugins, but perhaps if you can use the plugin settings to adjust the placement of the “Doprava” and add the address field back it may then work correctly.
Please that Enfold may not support all woocommerce plugins, especially ones that are created for the “shop theme”.
I also see that you are using two different versions of the Flux Checkout plugin.Best regards,
MikeHey James,
Thank you for the link to your site and the login, when I check you have 4 items on the left site and two on the right:
this is due yo the incorrect css:
Note that in the documentation:adjust the value of “X” to the number of menu item after which the logo should appear in the line #top #header .av-main-nav li:nth-child(X)
Since you have 6 menu items I changed to:
#top #header .av-main-nav li:nth-child(3) { margin-right: 40vw; /* Adjust spacing for the logo */ }
Now it is correct:
Please clear your browser cache and check.Best regards,
MikeSeptember 21, 2024 at 1:25 pm in reply to: Post ID no longer displaying on Post Data feature on Button Element #1467562Hi,
Glad to hear that you have this sorted out with Ismael’s 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 understand that this is built in to the browser and not a plugin, but it is controlled by the browser as to what content is shown in this mode.
I have asked the rest of the team if they have any ideas, Thank you for your patience.Best regards,
MikeHi,
Thanks for the screenshot and the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .main_color .avia-color-theme-color-highlight { background-color: var(--dark1-color); }
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,
MikeHi,
I believe that it is fixed now, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login, but I’m getting a “403 forbidden” error, are you blocking IPs? Please try allowing all IPs so we can login and examine.Best regards,
MikeHi,
Your theme version is very old; 3.6.1, this version is not able to use PHP v8, and you will not be able to update automatically because the way that Envato now updates has changedso you will need to manually update with thw following steps. I recommend creating a full backup of your site and database first. Typically I would not expect and issues but it is best practice to create a backup. I also recommend backing up with your server backup tools and not a plugin, if you are not sure how to use your webhost server backup tool please ask your webhost for help, as there many different tools.
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.
After this for future updates you will need to create “Token” please see our documentation here.Best regards,
MikeSeptember 18, 2024 at 5:09 pm in reply to: Can’t get the Enter a valid Envato private token to validate #1467346Hi,
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,
MikeSeptember 18, 2024 at 5:04 pm in reply to: Enfold – Freelancer funktioniert im IPad-Quer-Format nicht #1467343Hi,
Thank you for checking Guenni007 and your advice, unfortunately I can’t reproduce as I don’t have a real iPad.Best regards,
MikeHi,
Thanks for your patience and the link to your site, I added this ID to the team section with the three 1/4 columns: centerrow
and this css in your Quick CSS:@media only screen and (min-width: 990px) { #centerrow .entry-content-wrapper { display: flex; justify-content: center; } }
and now they are centered:
Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the screenshot, I have checked your page with Safari on a iMac, but the “Reader Mode” doesn’t seem to be an option, I don’t have a iPhone or iPad.
In my research I find that:Safari Reader Mode is a feature in Apple’s Safari browser that simplifies web page content, removing distractions such as ads, navigation menus, and other non-essential elements.
This means that the browser is blocking items that it thinks is a distraction, further
Safari Reader Mode has some limitations when it comes to customization beyond font size and style. While you can adjust font size and color, there are no tweakable settings for reader view in Safari.
This is not an error in the theme, it is an issue with the “Reader Mode” blocking elements, I didn’t find any way that this can be changed. Since this is a browser setting for each user instead of the theme I don’t believe that you can turn off reader mode.
Best regards,
MikeHi,
I see that you are getting the error:Uncaught ReferenceError: jQuery is not defined
Please try this snippet instead:function temporary_removal_title_tags(){ ?> <script> window.onload = function() { var links = document.querySelectorAll('a , img'); for (var i = 0; i < links.length; i++) { var link = links[i]; link.onmouseover = function() { this.setAttribute("org_title", this.title); this.title = ""; }; link.onmouseout = function() { this.title = this.getAttribute("org_title"); }; link.onclick = function() { this.title = this.getAttribute("org_title"); }; } }; </script> <?php } add_action('wp_footer', 'temporary_removal_title_tags');
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Thanks to Guenni007
If this doesn’t help please include a admin login in the Private Content area so we can examineBest regards,
MikeHi,
Perhaps I am misunderstanding, when I check your test site with the custom css the cart page with flux checkout is working as you wish, correct?
But not on your live site, correct?
Are these two site exactly the same?
I don’t see the custom css added from the other thread added to the live site, did you add it, and where?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 paulw185,
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 the code and save.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,
MikeSeptember 16, 2024 at 6:00 pm in reply to: Menu in transparant box with logo area with separate background #1467126Hi,
Unfortunately not yet, I’m not sure what is causing this or a successful solution to adjust this for all screen sizes. I will review further.Best regards,
MikeHi,
I don’t see your screenshot, please add again, but I believe that the “READER MODE” that you are referring to removes css from the display of the site which is a specific browser setting and not available in all browsers, so this is not a theme issue. We will be able to check after a screenshot of the “READER MODE” setting that you are using and the result so we can reproduce.Best regards,
MikeHi,
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,
To change the hover color of the “Comitato” and “Contatti” buttons, please add a custom class to the buttons and we will advise with the css.Best regards,
MikeHi,
I don’t believe that there is a way to only show posts with the “featured” flag set, I recommend adding a category “featured” to these items and then choose that category in the posts slider.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,
WordPress General Settings > Site title is the “tab title” and not a SEO H1 tag, for a SEO Page Title, please name the page as you wish and enable the page Layout Title.
Or you hide this in the page option and manually add a H1 title to the top of your pages by wrapping it with the H1 tag.
You could have the same H1 title for every page with some javascript, but this is not a good idea for SEO because every page should be different.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please login to the support forum and create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeSeptember 14, 2024 at 5:56 pm in reply to: Button in Diaslider full screen is on uppercase? #1467000 -
AuthorPosts