Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the link, unfortunately, whatever happened on that page has broken it, there is no way to edit, view, or save it. I recommend deleting it and try again on a new page.
If you created the page using ALB templates I recommend not using your saved template for that page because it may be corrupt and was the cause for the page failure.
I see that you have another page with a timeline that works correctly so it doesn’t seem to be an issue with the element.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,
#4 ▸ in your root directory you have this favicon.ico

this is the default location that many web browsers look for a favicon.ico, perhaps this is your webhost icon, I don’t know but to correct convert your favicon png image into a real favicon.ico and upload it to your root directory via FTP, this will overwrite the other one and prevent this from happening again, assuming that your webhost or another script is adding it automatically.Best regards,
MikeHi,
It looks like none of the theme javascript is loading, and the only css that is loading is from the siteground-optimizer, so it looks like the siteground-optimizer is blocking the scripts from loading, perhaps a lazyload that is not loading at all. Try disabling your siteground-optimizer and see if that corrects.Best regards,
MikeApril 9, 2023 at 10:05 pm in reply to: How to make product category page look like the shop page #1403988Hi,
Glad to hear that you have one sorted out, but unfortunately you can not create custom category pages with the Advanced Layout Builder, what do you want to change about the current category page?Best regards,
MikeHey Jmcguiness03,
Please link to your page so we can see the element and what you are trying to do.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.
Happy Easter!Best regards,
MikeHey QCConcepts,
Thanks for your question, Enfold is a WordPress Theme which is not the same as a HubSpot CMS Hub Theme
It seems that you can use the HubSpot WordPress Plugin to install any WordPress theme on HubSpot, give this a try.Best regards,
MikeHi,
Glad Nikko was 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,
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.
Happy Easter!Best regards,
MikeHi,
Thank you for the link to your site, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ var changeLink = $('#kontakt a.av-section-tab-title[data-av-tab-section-title="2"]'); changeLink.on('click', function(e) { e.preventDefault(); window.open( 'https://google.com', '_self' ); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_script');this will change the tab link to google.com, adjust to suit.
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,
Glad this helped, I’m not sure why, I can’t reproduce it on my test site, but I recognize the code is from the block editor.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeApril 9, 2023 at 7:15 pm in reply to: quick menu shows on left then disappears when page is done loading #1403977Hi,
Thanks for the feedback, please link to the page in question and other than the email about the error, did you see an error on the page on the frontend or backend?
For example with some errors the frontend works correctly but you can edit the backend.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.
Happy Easter to you too!Best regards,
MikeHi,
Typically the buttons remain the same size on tablet and desktop, see our demo example
desktop:

tablet:

On your site the caption title of the second slide for tablet is 70px, so the buttons don’t show, see screenshot 1 below, if you change it to 30px using the option above the buttons will show, see screenshot 2 below.
If you still want the buttons to be smaller for screen sizes up to 990px, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 990px) { #top #main .avia-slideshow-button { margin-top: 0px; padding: 5px 6px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 9, 2023 at 6:20 pm in reply to: Enfold 4.8.7.1 findet kein Update, Envato Schlüssel ist hinterlegt #1403966Hey somebody008,
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 updating you can then create a new Envato Token for future updates.Best regards,
MikeHi,
Thanks for the feedback, the Dev Team writes that the WP_LANG is deprecated since WP 4.0 if you google it
Enfold uses the WP function to register the text domain – not WP_LANG.
What would be worth a try is to create en_AU translation files (po and mo) with loco translate and place them in enfold/lang folder.Best regards,
MikeHi,
Thanks for the feedback, try this css instead:#avia-menu .avia-menu-fx { height: 4px; } #avia-menu.av-main-nav ul { margin-top: -3px; } #avia-menu.av-main-nav > li > ul { border-top-width: 4px; }After applying the css, please clear your browser cache and check.
Happy Easter to you too!Best regards,
MikeHi,
Thank you for the link to your site the underline is from css from the block editor:a:where(:not(.wp-element-button)) { text-decoration: underline; }to remove try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#main a:where(:not(.wp-element-button)) { text-decoration: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 9, 2023 at 5:42 pm in reply to: href link to #tabsection unwanted arrives @bottom from other #tab-id-2 #1403962Hi,
Thanks for the link to your page, I see the [/av_textblock] please include an admin login in the Private Content area so we can view the backend of the page.Best regards,
MikeApril 9, 2023 at 5:35 pm in reply to: Yoast and ALl in one seo can’t read content when editing #1403961Hey daves1997,
Please try to explain in detail so we can investigate, perhaps a screenshot would help.Best regards,
MikeApril 9, 2023 at 5:27 pm in reply to: quick menu shows on left then disappears when page is done loading #1403960Hey daves1997,
Sorry I don’t see any menu on the left, please try to explain in detail, perhaps a screenshot would help.Best regards,
MikeHey mwolfert,
Thank you for the link to your site, I have not used the plugin before but I find that in the media library if you click a file and then click the green button you will see the options in your screenshot. Please try this, please see the screenshots in the Private Content area.Best regards,
MikeHey walhai,
Please include a link to your page and a admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey Jay,
Thank you for the link to your site, from the test that I linked to below the Largest Contentful Paint is 3.23s and points to the LayerSlider image /viessmann-featured.png which is 1050px square, but on your page it shows at 476px square for desktop, so if you resize and compress it could be half of its size and reduce the LCP.
That said I see your overall First View is 2.977s which is very good and that is without combing your javascript files, try enabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression.Best regards,
MikeHey lzevon,
Thanks for your patience and the link to your site try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header.header-scrolled .avia-svg-logo #Layer_1 .st0 { fill:#2D5C88; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts



