Hi Ismael,
thank you so much for your reply – the css code works fine.
This also allowed me to make a couple of other small styling changes on my own. :)
There are still a handful things I´d like to change within this topic – I tried myself, unfortunately without success.
So I´d be very grateful for your help (please also see screenshot):
1. remove the loading icon in the search field
-> I already removed the magnifying glass in the search filed using the Enfold Forums with the following css code:
#searchsubmit {
display:none;
}
2. reduce the height of the search result items
3. remove the light grey background color of the search result items
4. reduce the size of the magnifying glass next to the burger menu on mobile devices
5. disable the funktion/link of being redirected to the search results page by clicking the magnifying glass or enter
Thank you very much in advance for another reply.
Best regards, fkm
Hi,
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,
Mike
Hi,
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,
Mike
Hi,
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,
Mike
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-632 #element_avia_7_1 input {
top: 7px;
}
Best regards,
Rikard
Hi E,
We have just released Enfold 4.9.2.2. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version :)
Best regards,
Yigit
In the line 794: wp-content/themes/enfold/css/avia-snippet-widget.css will be added “font-size:11px !important;” updating Enfold.
And then the font of the tagcloud will be reduced to 4 pt.
I think it’s a bug.
May someone help me? Thanks!
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private, so that we can have a closer look.
Best regards,
Rikard
Hi Alan,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta {
background-color: #eee;
border-color: red;
}
Best regards,
Rikard
Hi,
Great, I’m glad that we could help you out, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi mattb1169,
I’ve checked my local Enfold installation and I don’t experience the same issue.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ).
- Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
Hi paso70,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi famarinu,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi,
I got some jQuery code from a plugin developer to add to the theme and I have no clue where to put it. I read this thread https://kriesi.at/support/topic/how-to-add-custom-jquery-to-enfold-theme/ which provides instructions, but I can’t figure out where inside the code I shall add my configuration.
This is the code from the Enfold thread:
Try adding this at the very end of your child theme functions.php file:
function add_customjs() {
wp_enqueue_script( ‘customjs’, get_stylesheet_directory_uri().’/js/custom.js’, array(‘jquery’), 2, true );
}
add_action( ‘wp_enqueue_scripts’, ‘add_customjs’, 100 );
And this is the bit I need to add from the plugin developer:
jQuery(‘.fdm-ordering-sidescreen #fdm-ordering-contact-details .fdm-ordering-contact-item’).each((idx, x) => { jQuery(x).find(‘input[name=”fdm_ordering_email”]’).length == 1 || jQuery(x).find(‘input[name=”fdm_ordering_phone”]’).length == 1 ? jQuery(x).hide() : ”; });
I’d really appreciate if you could merge both so I can add this to my child theme functions.php
Thanks!!
Hey Akhurst,
Thank you for the inquiry.
You can disable the Page Sidebar navigation option in the Enfold > Sidebar Settings panel.
Best regards,
Ismael
Hey satucker,
Thank you for the inquiry.
Did you place the API key in the Enfold > Google Services > Google Maps API field? Please provide the API key in the designated field, then click the Check API Key button or just leave it as is so that we can validate it.
Best regards,
Ismael
Hey bhardy2022,
Thank you for the inquiry.
You can use this css code to adjust the style of the scroll-to top link.
#scroll-top-link {
position: fixed;
border-radius: 2px;
height: 60px;
width: 60px;
line-height: 60px;
text-decoration: none;
text-align: center;
opacity: 0;
right: 50px;
bottom: 50px;
z-index: 1030;
visibility: hidden;
font-weight: bold;
font-size: 30px;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hey len,
Thank you for the inquiry.
What do you mean by “Depreciated errors”? Would you mind providing a screenshot of the actual error? Since the site is using a very old version of the theme, you will have to manually update the theme to version 4.9.2.1 via FTP. Please check the documentation below for more info about FTP update.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
After the update, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache.
Best regards,
Ismael
Another site launch this week.
Bespoke wooden furniture maker
Cedar Design Studio is an Etsy seller who was looking to set up an ecommerce website so they could sell direct alongside their other listings.
The company is a hand made wooden furniture maker based in Ashbourne, Derbyshire, UK. They specialise in hand made wooden desks with hairpin legs and also make bookcases, tv units and coffee tables to order.
The website is of course based on a modified version of Enfold with WooCommerce installed. The site uses Stripe for payments and the WooCommerce Extra Product Options plugin from Theme Forest/Code Canyon.
I can highly recommend this plugin as a great way to manage products with multiple variations (Where SKU codes do not matter). Each Desk has around 1400 variations so it would have been time consuming to use the built in variations options vs using the plugin to manage them centrally.
The site includes modifications to WooCommerce:
-Add widget to main menu area so search bar is available on desktops
-Add a widget to the top of the product page so search can be added to mobile pages
-Modified search so it only searches products and includes SKUs
-Changed the breakpoint so the sidebar disappears on tablets
-Seperate the categories from the main shop loop for better navigation
Enfold has been optimised using our standard setup for Enfold and WooCommerce. This includes changes to functions.php
The site scores up to 95/100 in web vitals testing.
-
This reply was modified 3 years, 12 months ago by
thinkjarvis.
lenGuest
My client is using Enfold Version: 4.0.4 on their website – timetoplay.com. When I updated the theme I’m now getting Depreciated errors. Do we have to repurchase to update the theme?
Thanks,
lenGuest
My client is using Enfold Version: 4.0.4 on their website – timetoplay.com. When I updated the theme I’m now getting Depreciated errors. Do we have to repurchase to update the theme?
Thanks,
Hi Ismael,
I have replace the the config.php file with the latest Enfold one leaving the comment lines:
remove_action( ‘woocommerce_pagination’, ‘woocommerce_catalog_ordering’, 20 );
// remove frollowing code to re-enable the default WC pagination in the product shortcode
// remove_action( ‘woocommerce_pagination’, ‘woocommerce_pagination’, 10 );
// remove_action( ‘woocommerce_before_single_product’, array($woocommerce, ‘show_messages’), 10);
I have added the CSS in the Enfold General Settngs as follows so the page numbering looks like the WooCommerce styling:
nav.woocommerce-pagination ul li {
float: left;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
padding: 0px;
border-radius: 100px;
margin-right: -5px;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
font-weight: bold;
background: #f8f8f8;
display: inline;
}
1) On the product category pages, ie. https://diyjewellery.com/settings/settings-rings/ I get two paginations.
2) On the custom pages, ie. https://diyjewellery.com/ring-settings/ I get on the added pagination but it does not work. If I go to page 2, it stays on page 1. Why do I get “…” after page 4? Pagination obviously does not work.
Thank you for your patience while trying to make this work.
I guess Enfold is coming to the end of its useful life. That is sad, it was great for a long time. It is going to be a big job to convert to a different theme.
I’ve never heard of a WordPress theme developer basically give up on making a major plugin compatible before. Can’t you contact GiveWP and work it out?
I have tried this several times if you login and see my Enfold Theme Update page… it says No Updates available. You are running the latest version! (4.7.6.4) and I have my evanto key validated etc as well….?
Hi Jamie,
Could you try updating the theme to the latest version (4.9.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hey limedrop,
Please try the following in Quick CSS under Enfold->General Styling:
#top .av-main-nav #menu-item-116 ul ul {
left: 207px;
}
Best regards,
Rikard
Hi,
Please read the response from the Dev Team above.
Sometimes a plugin causes a conflict and we are not able to make every plugin work with Enfold.
Best regards,
Mike
Hey Arsène,
Enfold only comes with Mailchimp support unfortunately. Maybe you could look for a dedicated contact form plugin which supports Sendinblue?
Best regards,
Rikard
Hi Andreas,
Thanks for the screenshots. First off, could you try updating the theme to the latest version (4.9.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi Ismael,
Just to clarify, are you saying that this is an incompatibility of the theme and WPML?
Should I in this case wait for an update?
Meanwhile keeping (Enfold > Main menu > Menu Icon submenu items > Always display submenu items) as this is where the setting for the first option was.
P.S. For some reason the WPML sandbox mode did not have this error. It seems to only appear on my installation of the theme, but even if I turn all plugins off and remove all custom CSS and Google tracking the issue is still there. So I wasn’t sure whether it was only me. Hope you checked on a mockup site from your side too.
Best,
Alexander