-
Search Results
-
Hi!
First, thanks for the greatest theme ever! Been using Enfold for many years and until now I’ve found every solution by myself. However, now I’m having a big problem with the multisite installation. I just keep missing something:
– General Styling and Advanced Styling do not work for subsites, tried to create many subsites while searching for the answer.
– Everything else seems to work but styling.
– I’ve tried with and without a child theme – styling not working properly.
– I’ve tried importing the theme options, it brings the styling options but they do not apply on the front end.
– It’s not a browser or server cache issue, I’ve checked & I’m aware of the server cache while editing the main site CSS.
– Tried ”Multisite Clone Duplicator” plugin as advised in this thread, that caused an internal server error and many other problems, so it’s not an option.
– Main site works perfectly, theme styling for the subsites seems to be the only problem.
Please advise how should I proceed, I’ve searched everything I could find on this issue.
Thanks so much!
Hello,
I have 2 main problems with my website which uses Enfold and I have to say that I never had problems this bad.
1. The search engine is not working properly, it keeps offering the same answer, no matter what is searched.
2. The thumbnail pictures, which used to be one size are now in different sizes
3 Every time that WordPress does an update, it creates problems and changes in the website (they generally end up being temporary) but it is extremely annoying!PLEASE HELP!!!
Or I might have to go to Sola Solew, where they don’t have problems or at least very few.
Topic: search page / widget
Can a custom widget be used on the search page.
I don’t like the default – as it was showing all the pages that were included in the theme.EnfoldVersion: 4.2.6
Hi,
due to the current privacy policy issue I am forced to disable Google Fonts and loading them from my own server instead. I searched the Enfold forum and found out to use this code in functions.php:
add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; }In addition to that I added the following code for fonts (among others) to the style.css in my Child theme:
/* chelsea-market-regular - latin */ @font-face { font-family: 'Chelsea Market'; font-style: normal; font-weight: 400; src: url('../fonts/chelsea-market-v5-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Chelsea Market'), local('ChelseaMarket-Regular'), url('../fonts/chelsea-market-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/chelsea-market-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/chelsea-market-v5-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/chelsea-market-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/chelsea-market-v5-latin-regular.svg#ChelseaMarket') format('svg'); /* Legacy iOS */ }and created a new folder named „fonts“ in Child theme and put the corresponding fonts in it.
In Settings > General Settings > Fonts I chose my favored font for heading and body text; in advanced settings > Slideshow titles I chose my favored font as well.
Until now I added the following code in functions to use the Google Fonts, but now I removed this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Chelsea Market'] = 'Chelsea Market'; $fonts['Amatic SC'] = 'Amatic SC:400,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Chelsea Market'] = 'Chelsea Market'; $fonts['Amatic SC'] = 'Amatic SC:400,700'; return $fonts; }But it is not working somehow. Any idea how to prevent my website loading Google fonts from Google server and loading Google fonts from my own server instead?
Thank you for your kind help in advance.
Kind regards,
SophieI’m interested in the Enfold Theme and have a few questions:
1. I want to create post with very little clutter (no sidebar etc.) similar to this post: http://www.spiegel.de/wirtschaft/kenia-givedirectly-grundeinkommen-als-entwicklungshilfe-a-1179744.html. Is this possible with Enfold?
2. Is it possible for a developer to ‘really’ customize certain aspects like eg show a picture of the author of a post in a certain way ( eg like it’s done here https://stripe.com/blog/stripe-home), add a custom search/categories drop-down (eg like it’s done here https://80000hours.org/blog/) or is this theme not made for such level of customization (I’m not talking about out of the box functionality)?
Answers in German are also ok.
Thanks in advance.
Topic: box over slider question
In the demo template ‘Enfold Medical’ the box with ‘Departments’ – ‘Medical Services’ and ‘Research’ are over the slider. I have downloaded the demo but can not see how you have done that. I want the same effect but not start Enfold Medical template each time.
see: https://kriesi.at/themes/enfold-medical/
Greetings
Hi There,
i have a question. My costumer wants an individual background like this one http://www.yellowstoneaussies.de (wood background and video backgorund). So i started a new project with enfold ( no comments about designs, it was her wish..). Okay this worked pretty well. Now I ´m searching for an option to insert the Video with the dogs as a background with a bit transparency (cause the main background is the picture “woods”).I just found how to insert a video in a color selection, this worked just in the boxed content. :(
Hope you can understand me :D
Greets Julia
…..—-..
Hallo,
ich hab eine Frage :-) Und zwar möchte meine Kundin einen individuellen Hintergrund haben, wie auf der Webseite http://www.yellowstoneaussies.de. Hier ist ein Waldbild als Haupthintegrund gelegt, darüber mit einer transparenz ein Video. Sie möchte unbedingt dieses boxed Layout haben.
Ich habe zwar herausgefunden, wie ich in einer Farbselektion ein Video hinterlegen kann, aber dieses wird dann im Main Content dargestellt und dann ist natürlich der Text nicht mehr lesbar. Gibt es eine Möglichkeit, diesen sehr individuellen Kundenwunsch umzusetzen?Danke euch! :)
Grüße JuliaHi, since the last update, search box on the page does not work (does not give any results, just searches endlessly). I tried to disable all plugins and reinstall wordpress, but nothing helps. It gives PHP Warning: Attempt to assign property of non-object in /home/koktelih/public_html/rentalcarshub.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php on line 201.
Can I get help how to fix this issue?I have created a webshop using Enfold and WooCommerce. If you look at this page: http://www.alliancedack.se/product/work-t-shirt-j-a-k-cotton/
Screenshots:
http://www.alliancedack.se/wp-content/uploads/2018/04/Enfold_01.png
http://www.alliancedack.se/wp-content/uploads/2018/04/Enfold_02.pngI have added a “Back to webshop” button at the bottom by using the following in the functions.php file (which I found in a Google search):
//add back to store button after cart
add_action(‘woocommerce_single_product_summary’, ‘themeprefix_back_to_store’, 45);
function themeprefix_back_to_store() { ?>
“><?php _e( ‘Gå tillbaka till butiken’, ‘woocommerce’ ) ?>
<?php
}That works really well, but I would like if it was possible to add some space between the text and the button on both the top and bottom (the space in the bottom is because when viewing the page on a mobile device the button is right above the black footer without any padding. I was hoping someone with a lot more skills than me could help out with this.
Thanks in advance!
Best regards
ThomasTopic: Product Slider Changes
Hello there,
Hope you are well. If you check the Private Content area, you can login to the website in question and get a better idea of what I am trying to accomplish. I need to move the pricing information on the Product List over to the left, so that things that are on sale can be seen (the sale price). Take a look at the screenshot, and notice how sale pricing gets cut off. This may have to do with a piece of code that is causing it to do so, which was generously provided in the past by an Enfold supporter. I’ve gone ahead and included the quick CSS code that I have in case you guys can identify the problem straight away.

Also is there any way to ghetto rig pagination without page reloading in Enfold? IIRC, Enfold does not support this directly, but there has got to be a way. On the What’s New page, if you click on page 2, 3, etc. the page reloads and then goes back up to the top of the big list which frustrated customers who lose their place on the page. Is there any way to have the pagination work without the page reloading?
#avia-menu .avia-menu-text { font-family: "microgramma_dbold_extended" !important; } .av-catalogue-content { display: none; } /*fix pricing overlap problem on whats new page*/ .av-catalogue-title { padding-right: 80px; font-size:16px; } .av-catalogue-price.av-cart-update-price>span.woocommerce-Price-amount.amount { font-size: 16px; } #top #wrap_all ins:before { padding: 0px 4px 0 3px; } .av-catalogue-price { width: 75px; } /*Shrink logo on mobile so search icon is visible*/ @media only screen and (max-width: 450px) { .responsive .logo img { width: 75%; } } .page-id-5978 .av-catalogue-title { color: black; }Topic: Yiğit Merhaba (Search Icon)
Yiğit header alanındaki search iconu kayboldu. Enfold Main Menu ayarlarından search icon seçeneği işaretli ama sitede görünmemektedir.
One of the features I’m excited about in Enfold 4.3 is the custom 404 page. I would like to have a “search” box on my custom 404 page just as on the standard 404 page. I do not see this as an element in ALB. How do we add a search box to the custom 404 page?
Thanks,
RobI choose enfold contruction demo but on my site I can’t see the horizontal menu on the left (Home – project – services – company – contact – news) near the icon search neither I see the background image of the section “Why us”.
I need absolutely the horizontal menu.Can we help me
Thanks in advance
rosiTopic: Enfold theme
A faculty member is interested in purchasing the Enfold Theme for his research site. He just want to confirm the max number of slides he can add tot the slider.
I’m trying out the Google Data Highlighter tool (see: https://support.google.com/webmasters/answer/2692911) and though I am sure I’m set up properly in Google Search Console and have arrived at the point where I can begin marking up my title, images, etc. (a version of my page is displayed on the left of the highlighter interface screen) I’m finding that the ability to highlight (for example) the “title” does not work. I’m supposed to simply left-click my mouse and highlight the title, which then should appear in the Google title field. It does not. It’s as if I’m being blocked in doing so by, perhaps, the theme?
Any information on how to work with Data Highlighter would be great.
Topic: After Update Website broken
I have just updated the Enfold Theme and now the Design is broken, it seems that there is a part before the header which
shouldn’t be there …Lightning fast help is very appreciate because it is a shop-site which is now loosing money :(
i found this topic:
and also tried the solution there (#mobile-advanced, #menu-item-search, .av-burger-menu-main {display:none !important; })
the design looks normal after that but the biggest problem there is that the mobile-menu is then gone (no menu anymore) so it didn’t work for me.Thank you very much
DanielI haven’t been able to resolve this and I’m hoping someone can help out here.
Using the forms in the Enfold theme, there’s a SUBJECT field you can fill out which comes through when a visitor fills out a form.
I’m looking to dynamically add a bit of information to this for customer support purposes. We have a field within the form labeled “League Name”I’d like the subject of the email we receive to follow this format:
SUBJECT – League Name
where League Name is whatever the user types in.After some research with a programmer, it appears the file that needs to be adjusted may be:
enfold > framework > php > class-form-generator-.phpCan anyone lend a hand helping me accomplish this?
I have the following code in my functions.php file to add a widget area below the secondary menu and it has worked beautifully for a while now. Out of the blue (today), I see that the widget area is no longer there on the front end of the site. I never changed anything on the site.
I checked Appearance>Widgets within the admin and the widget area “Below Menu” exists along with a basic text widget, but nothing displays on the site. I ran a search for “orange_bar” (custom class for my widget –see below) within the source of the site and nothing is found. It’s like the ‘ava_after_main_container’ hook no longer works.
Does anyone know what went wrong and how do I fix it?
/* Add widget area below main menu */ add_action( 'ava_after_main_container', 'enfold_customization_below_menu_widget_area' ); function enfold_customization_below_menu_widget_area() { dynamic_sidebar( 'Below Menu' ); } if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Below Menu', 'before_widget' => '<div class = "widget clearfix widget_text orange_bar"><div class="container">', 'after_widget' => '</div></div><div class="container"><div class="arrow-down"></div></div>', 'before_title' => '<h3>', 'after_title' => '</h3>', ) );

