I’m using the product search widget for the WooCommerce plugin with my Enfold site and when I search for certain terms (that I know are included in product names), I get a “can’t open page” error – almost like the search is timing out. Why would some search terms work just fine and others not?
Hi
I’m hoping you can help with a plugin conflict I’m having using the Enfold theme.
I’m using SearchWP to implement an advanced search for a portfolio website I’m developing. I’ve added your code in the function.php for ajax display which works really well but unfortunately, with the plugin activated, portfolio tag archives are not displaying when a tag is selected. I have the same issue using Relevanssi.
Any thoughts?
The problem doesn’t exist when using the Search Everything plugin so this could be a solution. Do you have a code I can add to function.php to implement Ajax results using Search Everything?
Thanks in advance.
I look forward to hearing from you.
Edward.
Hey!
Can you please add widget area to header with search box instead – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Yigit
Hi there,
I hope you will be able to help me with an issue I am encountering with Enfold: I have installed the Yoast WordPress SEO plugin with the basic settings, and after activating it all of my blog posts have disappeared (I can still see them as being published in the wordpress admin interface, but they are no longer charging when I click on the corresponding links on the blog page).
I have found this related topic dated 2011 for a different theme, I don’t know if you have found a solution since then…
https://kriesi.at/support/search/SEO+plugin+post+dissapear/
I appreciate your help.
Best regards,
Cerasel
Hi Enfold users
I am currently adding a sidebar widget to 40 pages. This takes a long time using the admin interface. I have searched the database to find where each post has a value for the sidebar they require, but I cannot find it.
Does anyone know where in the database I can edit the value of sidebar for each post?
cheers
Darryl
Hey Michael!
You can find that CSS around line 1115 in /enfold/css/layout.css.
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; }
#top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; }
#top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; }
#top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; }
#top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; }
#top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; }
#top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; }
#top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; }
#top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; }
#top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; }
#top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; }
#top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; }
#top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; }
#top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; }
#top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
#top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; }
#top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
#top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; }
#top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; }
#top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; }
#top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }
You could remove the :hover part and add an !important; like so.
#top #wrap_all .av-social-link-reddit a{color:#fff; background-color:#FF4500 !important; }
If you want it to be a solid color all the time.
Regards,
Elliott
Hi Yigit,
Thank you for your answer,
I have another one: is it a good idea to use this line of code below in the child theme’s style.css?
@import url(“../enfold/style.css”);
What does it mean exactly and what happens if I don’t insert it into the child theme’s style.css?
Sorry if this has been answered, I made a search in he forum and I found related topics, but I didn’t seem to be able to find the answer to my question.
Thanks in advance.
Ben
Dear support,
I searched the forum but didn’t find a solution.
Could you please tell me how to display a selfhosted video with a link from a portfolio item as you did it on the demo http://kriesi.at/themes/enfold/portfolio/ (the video item with the football image)?
Your item opens a vimeo video: http://vimeo.com/12860646
In my portfolio item I used
– “Define custom link”
– and applied a link to a selfhosted video.
This results in not displaying the video in an overlay lightbox but on it’s own page.
Thanks in advance
Claus
Hi there!
Sorry, but I don’t quite get this. I installed the localization plug-in and went to Tools > Localization > Themes > Enfold where I clicked “Rescan” (“Einlesen” in my German version) and then “Edit” (“Bearbeiten”).
But how can I now find the strings for Weeks, Days, Hours etc. that I want to translate to German? Searching for those words didn’t bring up any results.
Thanks for your help!
Daniel
Hey gearouthere!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #menu-item-search.menu-item-search-dropdown>a:after {
content: ' Search';
font-size: 15px;
}
Best regards,
Yigit
This reply has been marked as private.
Hi Support team,
I just recently changed from poweredparaglidingontario.ca to poweredparaglidingontario.com with netfirms. everything went well but the theme. We lost the icons for the search, wp-layer slider, and so on, as well as the dashboard in Enfold, as well as the ability to edit pages. I will send some login as we are still trying to make some changes and need some help with the theme to get it working. Thanks in advance.
-Ben
Hi Andriy!
Thank you for using Enfold.
Use the masony element but first, you need to create posts or portfolio items with featured images. Apply categories to those post or portfolio items as well. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
You can also download the demo content on Enfold > Demo Import panel to have starting content to work with.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Regards,
Ismael
Hey there,
do we just find bbpress inside our add new plugin interface if we dismiss the install bbpress after a new setup? /wp-admin/plugin-install.php?tab=search&s=bbpress
I just want to make sure I install it properly.. Since I know when you install enfold fresh it asks you to do it, in most cases I dismiss this but this time I am in need of it for a new project I am working on.. but of course as usual I dismissed it out of habit…
Let me know the PROPER method for installing BBPress if we dismiss the install prompt..
thanks for clarification.
cheers
ENB..//
Hey pooz!
Please search the string in WordPress’ language files, not Enfold’s
Cheers!
Yigit
Hi Sean!
I just tested this on my XAMPP setup but it appears to be working fine.
I noticed that if you try doing a search on your site by just using query parameters or with the default search widget then it does not return any results either.
Check in the default WordPress theme to see if it happens there and be sure to deactivate all plugins while testing.
Also, this is unrelated but be sure to update Enfold to the latest version, 3.0.8, your currently using 3.0.4.
Regards,
Elliott
-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi I added your code…
A couple of questions:
1) can i copy the file function.php into my enfold-child folder? My aim is not to loose any changes apported with further Enfold updates….
2) after added you code, the title tag is ok (As you can see I did a little modification ->Tripadvisor ), but I lost my customized icon, and it became a pencil icon. So I think your first suggest was the best and I tried this way:
I search for an SVG icon for Tripadvisor here: https://www.iconfinder.com/search/?q=tripadvisor&type=vector and dowloaded this one: https://www.iconfinder.com/icons/415887/download/svg/128. Then I imported it in fontello.com and downloaded the zip file. After I imported it in enfold panel the way you suggested. I refreshed the page Social Profiles (and added the filter you suggested me at the end of the file function.php but the new icon didn’t appear.
Can you help me?
Hey Luke86!
you can go to fontello.com and search for any number, letter etc. and add it into Enfold: https://vimeo.com/75743285
For a feature request go here: kriesi.at/support/enfold-feature-requests/
Regards,
Andy
Hi Gee Are!
It looks like they give you all the instructions there.
For step #2 you can add this to the bottom of your functions.php file to add it to your homepage.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' );
function enfold_customization_footer_scripts() {
?>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.example-petstore.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://query.example-petstore.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<?php
}
Best regards,
Elliott
Hi Bubarama!
Please go to Enfold/includes folder and edit loop-search.php file
Best regards,
Yigit
Hey synapse7!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #searchform .ajax_search_response { display: none !important; }
Regards,
Yigit
Hey axelfx07!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
padding-right: 0; }
Cheers!
Yigit
I apologize if this has been asked before, I’ve tried to find a way to search the Enfold forums only but can’t figure out how.
Is there a way to disable the live (ajax?) search previews that show up as you start typing a search term? I’d like our search bar to be a basic search that doesn’t show results until the person hits enter or presses the search button and then just show the normal search results page.
Thank you for your help.
Hi!’
I’m sorry but that is a preview link so we will not be able to see it unless we have admin rights. Please provide a screenshot of what you’re trying to accomplish and the login details. Set it as a private reply. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theame are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For add-ons or option request, please visit our Feature Requests page. Thanks!
Cheers!
Ismael
Hey!
Please install this plugin: https://wordpress.org/plugins/codestyling-localization/
Go to Tools > Localization then look for Themes > Enfold. Rescan the russian language file then click edit. Search for the “no sidebar”, “right sidebar” and “left sidebar” strings. Translate them to russian then click the generate mo-file button.
Best regards,
Ismael
Hi,
I have a 4 column footer and am using the responsive mode. By default, Enfold shows 1 row of 4 columns in desktop mode, 2 rows of 2 columns on tablets, and 4 rows of 1 column on smartphones. The text in each column is relatively short, so I’d prefer to show 1 row of 4 columns on tablets and 2 rows of 2 columns on smartphones.
I searched the forums and found some CSS that looks like it should give me what I want. It does produce 2 rows of 2 columns on smartphones, however it doesn’t get me 1 row of 4 columns on tablets. Can you help me figure out what I’m doing wrong?
Here’s the CSS:
@media only screen and (max-width: 767px) {
#footer .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth {
width: 49% !important;
margin-left: 1% !important;}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
#footer .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth {
width: 24% !important;
margin-left: 1% !important;
}}
Thanks.
I found a fix!! But now I have an enfold related question.
I had to edit base.ccs:
/* #Forms
================================================== */
#top form {
margin-bottom: 20px; }
#top fieldset {
margin-bottom: 20px; }
#top .input-text,
LINE 190 (#TOP REMOVED)input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
removed id #top on line 190.
How do I approach this from my child’s theme and if there any way not to harm native enfold’s forms?
-
This reply was modified 11 years, 1 month ago by
axelfx07.
Hello,
There are no search results in the forum that answer the following question:
Do you recommend creating a child theme according to this WP Codex: http://codex.wordpress.org/Child_Themes before creating a full site with Enfold?
I don’t want to put a bunch of work into a site without a child theme, then have changes/errors occur when upgrading.
Your expertise is appreciated!
E
Hi Yigit,
No joy.
That was the first code I tried after I did a search. I think that may work on the original Enfold Theme, but it does NOT work on the restaurant theme.
Any other options? I do have the login information above if anyone could toy with it. I can’t seem to figure it out.
Hi All,
I currently use Enfold and I am looking for a way to add a short disclaimer to a client website (other than adding a full page). We don’t necessarily want a typical “popup” as many browser windows use blockers. I previously used “Choices” and there was an option for an extra frame at the top where you could add text and the user could opt to exit out of by clicking on the “X.” Or something like the collapsable box you show on your “Enfold” theme where I could switch out the gear for an “i” would suffice.
Do you have an option within Enfold that I am missing for either of the above mentioned? Or can you tell me what I should search for other than “popup” as a WordPress Plugin?
As always, your support is appreciated.
Kindest regards,
Christine