-
Search Results
-
Topic: How to add search icon
Hi, how can I add the clickable search icon on main menu instead of a search bar?
Please see your example below.http://kriesi.at/themedemo/?theme=enfold-overview
Thanks
Hey people,
I’d like to have the search visible on mobile as well. I’ve tried a few solutions here from the forum, e.g. https://kriesi.at/support/topic/search-box-in-mobile-responsive-menu – but I’m pretty sure things have changed with Enfold 3+ so I can’t seem to get anything to work. Could you please assist?
Many thanks
Topic: some webshop issues
Hi there, Enfold-wizards! I’m so excited how my new, and hugely improved, website is taking shape! Thank you for this amazing theme!
I’m now working on the webshop-part, and I’m running into some issues. I did a lot of searching and trying, but I can’t seem to figure it out. I did however screw up the entire site by messing up the functions.php, but I solved that one fortunately. My hands will go nowhere near any php files from now on, unless you guys tell me to. :)
Anyway, my questions:
* can I change the in stock/out of stock texts at the products page?
* If I make a purchase, but then delete it again from the shopping cart en press return to shop, the whole layout of the shop is messed up. It should be masonry, but it’s not anymore. The pictures are huge, and the whole thing is all over the place. I’m not set on the masonry layout by the way. If something else is better, that’s fine by me. I think the masonry thing was in the demo I imported.
* I would like to show sold out buttons at the shop overview page as well as the product pages. To do so, I installed the woocommerce sold out widget, and dragged it to both places. But it’s not doing anything, and I don’t know what I am doing wrong…
* how can I change the colours of the woocommerce notifications (the messages that appear on the top of the page when you buy something, or change your cart)?Thank you for helping me! Kind regards, Eline
Hi,
I’m using Advanced Access Manager + AAM Plus Package and it’s working fine, but I have one technical issue with Enfold.
It seems that the search autocomplete function isn’t excluding posts configured in Advanced Access Manager. I had contact with the advanced access manager support. There respond: “The only reason I see why it does not exclude the posts is because theme Enfold might use it’s own post look up and do not utilize the standard WordPress search functionality.”
Does somebody have a solution or have the same problem?
Thanks!
Hi Guys
Three quick questions
I’ve set up a Child theme with Enfold 3. I haven’t selected a predefined colour scheme as my client’s hexi colours don’t match any. However, is there a way to choose a colour scheme, say ‘Navy’ and then change the hexi colour associated to that scheme. This would save me having to use custom colours every time I create a button.
I’ve done something to my mobile menu. When you click on a sub menu the background-color and color must be the same as you can’t read what section you are in. Any quick css fix for this?
Search dropdown on desktop. The rollover makes the background a light color. Again how do I change this or change the font colour to make it legible. NB I’m using Relevanssi
thanks
Alf
Hi,
I have been working to add content to my site every now and then without problems, and recently ‘restored’ an earlier publication of the home page. Since then, the live homepage is empty (according to the content in the restored page it was not empty). In addition, in the theme admin, the Avia layout builder doesn’t load at all. I searched on the forums and Google to find that I am not the only one with this problem, however the steps that were successful for many, they weren’t for me :(.
Also, the left menu in the Enfold settings menu (where you can change general settings, favicon, header footer etc) has vanished.
I am using Enfold 2.9.1 and WP 4.0.
I have tried the following:
– re-install WP –> no effect
– change theme, then change back theme –> no effect
– added the line “define(‘SCRIPT_DEBUG’, true);” to wp-config –> no effect
– renamed the plugins folder –> no effect
– de-activated and deleted all the plugins –> no effect
–
– throw stuff around in the office –> not the desired effectPlease help..
Hi,
I just updated the the enfold theme to the latest version 3.0.2. I’m having a couple of problems.
First is the Single product page, I’m using the code below in my functions file to add in a sidebar displaying related products. My problem is it now displays below my product image while making the product image appear scaled to 100%. disabling the code puts it back to the Woocommerce default under the product image. is there a way to get my sidebar back displaying in a column to the right of my product?
http://ottimolighting.com/lighting-shop/tiffany-dauphine-mega-pendant/# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='four units single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='five units single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary echo "<div class='three units single-product-sidebar'>"; get_sidebar(); echo "</div>"; }My other issue is the ‘Search by SKU for Woocommerce” plugin no longer seems to work on the navigation search icon. i am still able to use the woocommerce search in the shop pages as well as the back end.
Is there any fixes about the enable this to work again on the top nav search with the enfold theme?
Many thanks!
Hi folks, this is my first post after reading quite a lot. I’ve done some thorough searching but I’m having no luck, in spite of the similar posts.
I’m seeking to add a custom web font, Verb Condensed, to my Enfold site to use across header and body styles, and generally throughout the site. I’m familiar with the @font-face protocol, and I have that working on my current website which does not use Enfold.
Here’s what I’ve done so far:
1. Uploaded the web font files (EOT, SVG, TTF, and WOFF) to a folder within my “enfold-child” folder called
css/webfonts/
2. I updated thestyles.cssin the Child Theme to include those. Here’s a sample:@font-face { font-family: 'VerbCond Light Italic'; src: url('css/webfonts/verbcond-light-italic.eot'); src: url('css/webfonts/verbcond-light-italic.eot?#iefix') format('embedded-opentype'), url('css/webfonts/verbcond-light-italic.woff') format('woff'), url('css/webfonts/verbcond-light-italic.ttf') format('truetype'), url('css/webfonts/verbcond-light-italic.svg#ywftsvg') format('svg'); font-weight: normal; font-style: normal; }3. I’ve added another line in the
styles.cssfile to give some of the site styles the ‘VerbCond’ typefacebody { font-family: 'VerbCond Regular', sans-serif !important; }The result is that everything appears as Helvetica. It seems to be half-working, in that I’ve stripped the formatting from the drop-down menus within Theme Options > General Styling > General, but it’s not recognizing the Verb Condensed files I’ve uploaded. The site is also very slow to load.
Can anyone advise how to sort this out? I know you get this question a lot, in slightly different forms, so appreciate your insight.
Should I make modifications to a different CSS file aside from styles.css? Should I upload the font files to a different folder location? Is there a reason I should only use fontsquirrel or some other protocol?
If possible, I’d like to add Verb Condensed to the drop-down menu so I can simply select it, rather than having to write a custom style for every use case.
Topic: Glitches in Enfold?
First, I am loving Enfold, thank you for an awesome theme!
I am pretty new to WP and this whole website thing so this might be something I’m doing wrong but I seem to be having continuous problems with Enfold and my settings.I have spent two full days searching online, your forums, etc. for answers and I have clicked on literally everything within WP and played with all of the settings and I’m stuck.
I can’t seem to get my sidebars to appear correctly and I can’t get the navigation pages on the bottom to disappear.
Topic: Search box styling
Hi,
is there a way to style the standard search box in Enfold? Here’s what I would like to do:
1) Increase the height of the search box
2) Make the placeholder text more visible (i.e. darker color, bigger font size)
3) Let the placeholder text disappear on focus (i.e. when I place the mouse cursor in the search box)Also, a minor issue – the search box on our homepage (infotropic.ru) is not vertically centered within the video background section. I did add the search box via a widget module. Didn’t have that issue with a text module.
Best regards,
Holger

