Forum Replies Created
-
AuthorPosts
-
Hi,
I understand that you have a favicon set in the theme settings, but you also have a favicon.ico in the root structure of your domain, this is the default location that many web browsers look for a favicon.ico so in many cases this will override the theme settings.
Please try as I have advised.Best regards,
MikeHi,
Yes on the page in the backend in the admin panel under Layout ▸ Header visibility and transparency choose Hide Header on this page to hide the header.
Or if you do want the header but no menu, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-4151 #avia-menu { display: none; }and change the page ID to yours, after applying the css, please clear your browser cache and check.
Best regards,
MikeHey schwabino,
I agree with your idea, it is what I would recommend.Best regards,
MikeHey flexi_floxi,
Try going to WordPress ▸ Dashboard ▸ Settings ▸ Permalink Settings ▸ Permalink structure and choose Post Name and then save the settings.
If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeApril 10, 2023 at 6:19 pm in reply to: New logo loading when scrolling down. By default the enfold logo keeps visible #1404052Hi,
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,
MikeApril 10, 2023 at 6:16 pm in reply to: choice of drop-down form with title and subtitle for each item #1404051Hey hyrion,
Sorry, I don’t see a way to do this out of the box, can you link to a mockup so we are sure that we understand?
The way that I’m imagining it you may need to use a more advanced form builder like WPForms or CF7 with one of it’s plugins, our contact form offers only basic functions.Best regards,
MikeApril 10, 2023 at 6:04 pm in reply to: text block, if i change font size i get more line spacing?… #1404049Hey hyrion,
Please link to a test page with admin login so we can examine it.Best regards,
MikeApril 10, 2023 at 6:01 pm in reply to: New logo loading when scrolling down. By default the enfold logo keeps visible #1404048Hey Ernie4President,
Thank you for the link to your site, there are two locations to add your logo, the standard one is at Enfold Theme Options ▸ Logo, and for the logo on transparent headers it’s at Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo, this is the one you need to change for your homepage.Best regards,
MikeApril 10, 2023 at 5:54 pm in reply to: Reply to #1403861 / #1403821 "You must be logged in to reply to this topic" #1404047Hey Kerstin,
Thanks for the feedback, after you login you can follow this link to open a new thread or go to the Enfold forum and click the full-width blue button at the top of the forum.

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 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,
The Dev Team has reported that the message: Deprecated: Function get_page_by_title is deprecated since version 6.2.0! Use WP_Query instead. is only a note and the function is still executed. The Dev Team is reviewing it and for now it is safe to ignore.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 Nik,
Thanks for the link to your site, I see your updates are disabled, so to update your version of Enfold to v5.5 you can 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,
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,
Mike -
AuthorPosts
