Hi,
I installed the child theme and followed all the instructions on https://kriesi.at/documentation/enfold/child-theme/#toggle-id-3
I cleared the cache a few times and uploaded the theme settings, but my website has still troubles. The header, font, burger menu and search magnifier are different. There is also a grey fade on my pictures on the “all posts” page.
Please help. When I go back to enfold theme there is everything displayed correctly.
Hi,
Thank you for the update.
We were able the access the dashboard but not the theme options because the user is not an admin. Please set the user role to admin so that we can check the settings properly. Did you follow these steps?
// https://kriesi.at/documentation/enfold/contact-form/#activate-google-captcha
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Hi Ismael,
I’m using the regular enfold search filter/personalice/portfolio items
It is medical web and in the portfolio items we have “doctors” category or “types of cancer” category. The idea is the search en doctor page only find doctos and the search of types of cancer only find types of cancer. Could you explain what we have to do? Sorry, maybe is difficult to me.
Thanks advance,
BR,
Antonio.
Good morning guys,
I have continuous problems with the Enfold creative Studio theme despite having installed the latest version of the theme and WordPress.
Very often, when I try to edit any content on the home page (the last time it happened simply by trying to insert the search button, or simply by entering a different font size value) the elements on the top of the home page, although correctly present and displayed admin-side, are no longer displayed online. Likewise, the menu also stops working. The only way to fix this is to load a backup version of the site and clear the cache. What’s wrong with it? The theme is very nice but I can’t be afraid to change anything to not have this inconvenience. Many thanks for the help
Hey Antonio,
Thank you for the inquiry.
How did you add the search form? You should be able to adjust the default search query by using the pre_get_posts filter. If you are using the AJAX search from the theme, using the get_search_query filter from the functions-enfold.php file > avia_ajax_search function should work.
This documentation should help.
// https://developer.wordpress.org/reference/classes/wp_query/#category-parameters
Best regards,
Ismael
Hello,
I want to have a button within the masonry hover and so I´m searching for a paid freelancer. You should be pro with the enfold template to customize the masonry gallery to add a button to the masonry hover with the link-src of the custom-url of each image. I will describe it more detail of course.
If someone is able to work for me for 1-5 hours just let me know.
thank you,
best Marc
Hi,
Thanks for the google search links but they both pointed to the same thread, thanks for the mockup it helps, but please note that the logo container is wrapped in the link so the image, Topic, Company, and Slogan will all be in the link.
As far as I know, text in SVG is not searchable, if this is only for SEO why not just add title & alt attributes to the logo image to achieve this?
Another option would be to not use the theme logo at all but use a header widget with a html widget so you can add the html layout just as you have in your mockup.
Best regards,
Mike
Hallo Mike
1: my testsite is still on a xampp/localhost, sorry.
2: A google search lead me to several threads with more or less different suggestions:
https://www.google.com/search?client=firefox-b-d&q=Enfold+text+instead+of+logo
https://www.google.com/search?q=Enfold+logo+plus+text
3: One suggestion i found was from @guenni007 and his idea was to use the “individual link” from the menu to do it but i couldnt figure out how to style / put the second slogan.
4: I dont care so much about the exact organisation of logo + text + subtext as long as it works / looks OK.
I need it for SEO reasons and maybe i need to put a Hx or “strong” into it
5: Do you know by chance if text in SVG is searchable for searchengines and if it is taken into account when it comes to ranking?
Here is a very raw scribble:
https://drive.google.com/file/d/1Eg4bSh_hwm3wX7N0aXtJjjIl6yCQiRVg/view?usp=sharing
The circle = just a graphic
“Topic” = should be the homelink. It contains our main keyword (this should maybe become a H1 or a span or a strong – depends on the decision we make with the Themesettings)
“Company” = just text, but seperately stylable from the rest – so it should have a own span
“Slogan” = just text, but seperately stylable from the rest – so it should have a own span
Sounds much but is at least the same then i already asked – just in words than in code.
And like i said:
I dont care how it looks as long as it looks proper and not like a bug/issue.
kind regards
Elvira
Hey navindesigns,
Thanks for your patience, this was created with Elementor Pro and JetWooBuilder, JetSearch, and JetSmartFilters
I would not expect these Elementor plugins to work with Enfold so you would need to find similar plugins to achieve this.
Unfortunately, Enfold couldn’t achieve this alone without help from plugins.
Best regards,
Mike
Can you please help?
My custom background image, search icon and burger menu have gone missing on my mobile website.
Please see the desktop and tablet website for comparison.
Please check the Enfold Child Quick CSS formatting in General Styling that Enfold Support helped me with a few years ago.
Login details in private content.
Thank you.
Update: problem solved!
Normally, this snippet should be sufficient to stop ‘related products’ from showing on the Single product page:
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20);
Unfortunately, this snippet has absolutely no effect.
I searched around and saw that many before me were running into this issue. Finally via Stack Overflow (https://stackoverflow.com/questions/42215193/remove-action-on-related-products-is-not-working-with-woocommerce-hook) I found a snippet that does work, provided theme 2021 is used.
function remove_woo_relate_products(){
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20);
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_upsell_display’, 15 );
remove_action( ‘woocommerce_after_single_product_summary’, ‘storefront_upsell_display’, 15 );
}
add_action(‘init’, ‘remove_woo_relate_products’, 10);
If I then switch to Enfold I see the related products on the product page again.
I know I can use CSS to make the related products ‘not visible’, but I don’t want them to load at all to keep the page as light as possible.
How can I achieve this?
https://www.dropbox.com/s/g642jfalv3rvzpv/Schermafbeelding%202022-05-06%20om%2015.41.23.png?dl=0
Thanks in advance!
Ita
-
This topic was modified 3 years, 8 months ago by
ifranl.
We have problem in header menu quick search .
We place the following code in enfold theme options HEADER => extra elements =》Phone Number or small info text
code:
<div> <input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" /> <input type="text" id="s" name="s" value="" placeholder=’Search’ /> </div> </form>” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=””><span class=”avia_hidden_link_text”>Search</span>
At the same time, we have installed WPML, and the second language system is in incognito mode.
AJAX will display the results of the main English language instead of the current language.
We have cleared the website and host cache, closed other plugins, upgraded ENFOLD and WPML versions,
please help me to resolve it, thank you.
Hi Rikard, thanks for the reply. I’ve updated the theme to the latest version and also waited a few days for Google to recrawl the homepage which I verified on search console to have already occurred 2 days ago. Unfortunately, the Fav Icon on mobile search results is still showing the default WordPress Icon and not the icon which I have set via the enfold theme (icon shows up fine on the browser tabs).
Appreciate your kind assistance to have a closer look on this. Thanks.
Hello,
currently developing a website on wordpress using my – by far – favourite theme Enfold, I’m having a very common issue, but for once, I can’t find a clear and working solution inside the few existing threads (they look like a research topics where the enfold moderator/dev are discovering the issue and start working on it on the same time than the thread creator, and can’t find a solution despite all the efforts and good willing they invest trying).
So, since the concerned threads were made years ago, I’m thinking and hoping that maybe, now in 2022, there would be an ‘easy to set’ solution.
The problem is as simple as written on the subject : Fixed background on mobile doesn’t work with my website, meanwhile some website that I’ve visited from a mobile device have a fixed background.
Could you please help me? Thanks for all the work behind enfold by the way, never been disappointed, you’re awesome.
Is it possible to achieve this layout with Enfold + Woo Commerce?
https://alexandere79.sg-host.com/shop/
Features Include:
– Global Ajax product search in the header on both mobile and desktop
– Grid & List View
– Ratings
– Sort Options
– Category Filter
– Price Range Filter
– Photo Rollover effect (will show second picture on hover)
Paula JimenezGuest
Hello,
I bought the enfold theme. When I am importing the Demo it shows me the message “Download of files for demo GYM Demo didn’t work! I have tried to find a way to contact support, but I can’t find any link. Could you tell me how I receive support for this? I also searched the forums but didn’t find any solution.
Could you help me with this urgently?
Thank you
Here is a new site we developed for UK Cyber Security Ltd
Cyber Essentials and IASME Governance Provider East Midlands
UK Cyber Security Ltd is a Cyber Security and IT Management company based in Swadlincote, Derbyshire, UK. They are a Cyber Essentials and IASME Governance Certification Body, offering a range of IT security services including penetration testing and network scanning.
The company had lost the original copy of their logo so we recovered their logo and fonts ready for use on their new website.
Built on an optimised version of Enfold with WooCommerce and TakePayments integration. The site includes a bespoke quote generator built using Cost Calculator WordPress purchased from Theme Forest / Code Canyon.
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
Pagespeed and Web Vitals
The home page under testing scores up to 93/100 in Google Web Vitals mobile device testing and 100/100 on desktops.
This is because the quote generator loads some files on every page a small tradeoff for extra functionality.
The Think Jarvis optimised web framework includes some extra optimisation:
– VPS hosting with maximum resource allocation from IONOS
– Unique modifications to .htaccess and functions.php
– Caching plugin
– Additional image thumbnail generation
– WebP image generation and compression
– Login screen moved and password protected to prevent brute force attacks
– Jetpack Brute Force Protection
– Advanced contact form spam protection without using Google Recaptcha
Hi all, I’ve set the favicon in my enfold theme under Customize -> Site Identity. The favicon shows up fine in browsers, but somehow does not show up in Google Mobile Search Results, which defaults to the WordPress favicon. I’ve had the favicon set up in my enfold theme for a few months now and Google search results are still showing the default WordPress icon.
Would you be able to help check if there’s anything wrong here that is preventing Google from updating with the latest favicon file?
Homepage with Favicon set: https://drtwlderma.com/
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
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, 8 months ago by
thinkjarvis.
Hey John,
Please try the following in Quick CSS under Enfold->General Styling:
#footer #nav_menu-8, #footer #search-6 {
margin-top: 0;
}
Best regards,
Rikard
Natacha PianoGuest
I,
I bought the support pack for Enfold yesterdayy and I cannot log iin. The search is very difficult.
For example, I need to know how I can create a website in 5 languages using Enfold without paying anything else and there is no way to find anything: just billions and billions of answers with “language” that are not precise. And I cannot post anything in the forum nor log in hoping that a windows opens in this way, cos my Enfold credentials are not recognized, I asked twice to send me a reset password and don’t receive anything. Please help !!
Thank you
Hey Ismael,
every single code works just fine – thank you so much.
As you adviced, I deactivated the functions for file compressions (CSS and Javascrit) under Enfold/Performance.
Should I keep it like that in the long term?
In addition, please let me know how to redesign the search results box (change position, add/remove borders, adjust spacing) – please see screenshots.
Is it possible to disable the connection to the search results page and only use the above-mentioned box for the search?
If so, please let me know how to disable the redirect to a search results page feature.
Thank you very much in advance.
Best regards, fkm
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
border-color: #e2e2e2;
}
Cheers!
Yigit
Hey all,
I read most threads about changing, uploading Google Fonts local and replace it with pre-seted Google Fonts in Enfold.
Also tried to empty caches,
BUT, when examine “Network” and search for “Fonts” or “Google”,
the fonts (in my case Raleway) is still there and coming from the Remonte-Adress 142.251.36.202:443 and from the Domain fonts.googleapis.com.
According to the strange laws and decisions coming up more and more,
I would be helpful to have an easy solution.
Thank you all!
best
Marcus
Hey fkm,
Thank you for the inquiry.
To adjust the portfolio post type title or label, try to add this code in the functions.php file.
add_filter('avf_ajax_search_label_names','avf_ajax_search_label_names_mod', 10, 1);
function avf_ajax_search_label_names_mod($label)
{
if($label == 'Portfolio Items') $label = 'New Label Here';
return $label;
}
You can then use this css code to adjust the styles of the ajax search based on your specifications. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
.av_ajax_search_image {
border-radius: 0;
}
.av_ajax_search_content {
top: 10px;
position: relative;
}
#top div .av_ajax_search_entry:hover {
background-color: inherit;
}
.avia-search-tooltip .avia-arrow-wrap {
display: none;
}
Best regards,
Ismael
When doing research on this topic, I ran across several others complaining about the ridiculous limitation that mobile devices cannot play videos. My client does not understand this limitation – especially after I sold him on how Enfold was a good theme.
I do remember one of the support folks had mentioned that he had a workaround for this but the details were never disclosed. If you could help me find those details, it would be greatly appreciated.
If you have other solutions and workarounds they would be equally appreciated!
Thanks,
Robert
Hey Enfold team,
I´d like to make some styling changes to the ajax search (which I just integrated into my website) like adjust spacing, change colors, remove shadows etc.
Please see screenshots.
Also I`d like the search results to be only available in the drop-down menu after clicking the magnifying glass, with no option to go to a results page.
Is that even possible to completely prevent a redirect to a result page in a quick way?
Thank you very much in advance for your reply/support.
Best regards, fkm
Hey zemanchiu,
Please try the following in Quick CSS under Enfold->General Styling:
#searchform_element input {
color: blue;
}
Best regards,
Rikard