Hi!
1. We just have a list of recommended plugins for Enfold here and maybe you will find what you need:
https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Otherwise you need to search and try by yourself for different plugins.
2.) I don’t understand your question. What do you mean? and link you have provided is not working for me. Please stick to one topic only in one thread.
Regards,
Andy
Thanks I worked on deleting the grid row and used just columns fixed the issue. FYI.
Next question I am working on Silo or theme the site for search appearance. Do you have any suggestions for the Enfold theme for setting this up. We have done it many times with other themes, when we Silo the site Home, contact, blog about. It works sometimes and then goes away. We talked with Google and they suggested contacting the theme developer.
Thanks Merry Christmas
Hey at all,
as refered in post: https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/
i changed a simple line in the functions-enfold.php
Open the functions-enfold.php file in the theme directory and look for:
/* AJAX SEARCH */
if(!function_exists('avia_append_search_nav'))
{
//first append search item to main menu
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
function avia_append_search_nav ( $items, $args )
{
if ($args->theme_location == 'avia')
But after an update of enfold al my changes are gone. “of course”
Now i want to knoe if it is may possible to create a childtheme file of the enfold-functions.php so that my chges stay after an update!?
Best regards
Maik
>We have solutions for SearchWP and Relevanssi: http://kriesi.at/documentation/enfold/?s=search.
OK, I have switched to Relevanssi plugin, but the solution you provided here:
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
does not work on a child theme. Do you have any suggestion on how to make it work?
And speaking of Relevanssi, do you know why the “Highlighting” function does not work on Enfold posts?
Thanks for your help,
Diego
Hey Xenons!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Hi!
Please go to wp-content/themes/enfold/functions.php file and change the code above to following one
add_filter('avf_set_follow','avia_set_nofollow_search');
function avia_set_nofollow_search(){
if(is_search()){
$meta = '';
}
return $meta;
}
Seems like you have already declared a function with name avia_set_nofollow :)
Cheers!
Yigit
Hello,
I would like to customize the pagination of my blog. The ones chosen, take a chronological odre and topics not necessarily related.
In order to optimize a little more of my SEO blog, I wish have Article previous / next selected for paging resume, not the previous or the next article, but rather dedicated to a tag associated with the article.
Otherwise, how can we just remove the pagination knowing “display none” only allows to remove the pagination at the sight of visitors but not in the eyes of search engines.
Indeed, if we dig in the code, “display none” does not remove the pagination but just hide to visitors.
Pagination anchors are always present in the code.
Hey mrijnders!
Thank you for using Enfold.
We are aware of the issue but we haven’t figured out what’s causing it yet. If possible, please open a new ticket in the WPML forum regarding the issue to hasten the search for a conclusive fix. For a hot fix, please follow the link: https://kriesi.at/support/topic/changing-logo-in-theme-options-saving-didnt-work/#post-554213
Best regards,
Ismael
Is there any option to show a counter of post views next to the comment counter for example? I searched, but did not found the right answer here in support forum.
Hi!
Docperi’s site isn’t the only one. We’ve updated to WP 4.4, ENFOLD 3.4.7 and WPML 3.3.3.
The ajax search of the english version shows a part of the 404-page, for example on http://hofer-filmtage.com/en/festival-info/
Do you have any idea?
Thanks
Bernd
Hi Please help ,
I was try to add another logo on header bar by using widget
(follow this http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/)
The problems is
– Image inside widget is stack with main logo when screen being responsive.
Is it possible to move it to below the logo ? Or just hide that widget on responsive is fine
– When hover on Search icon on navigation bar , yellow background move out of a place it should be.
Please see image below , please help.
View post on imgur.com
View post on imgur.com
Thank you very much
-
This topic was modified 10 years, 3 months ago by
zmkstudio.
Hi, guys.
My client has me putting together this “simple” landing page overnight to accompany their nice Enfold main site. It’s really a pretty straightforward deal that could be built in HTML, but I turned to Enfold again because I was worried about responsiveness. I’ve got everything looking fine at a reasonable resolution on Desktop, but too much whitespace between the header and text on smaller screens. Plus on smartphone (at least on iPhone 6s iOS 9.2), I can’t get the header to fill the screen at 100% in portrait or landscape after having removed the responsive menu. It acts as though the menu holder is still in place even though you can’t see it. I’ve searched the forum and found several answers to similar issues, but I can’t seem to get the right combination to work for me.
One last issue is that for some reason I can’t get image maps in the header to activate in Enfold. Tests fine in other all other applications, but not in Enfold. I’m sure it’s probably something silly I’ve missed. Can you help with this, too? Here’s the code to support the image maps in the header:
<font size="1"><img src="http://solutions.engineeredrigging.com/IMheader1500x300.gif" width="1500" height="300" hspace="0" usemap="#Map" border="0"></font>
<map name="Map">
<area shape="rect" coords="231,273,486,294" href="http://http://engineeredrigging.com/engineered-solutions" alt="Engineered Solutions" title="Engineered Solutions">
<area shape="rect" coords="674,273,808,296" href="http://http://engineeredrigging.com/fabrication" alt="Fabrication" title="Fabrication">
<area shape="rect" coords="1004,272,1271,295" href="http://http://engineeredrigging.com" alt="Heavy Rigging & Hauling" title="Heavy Rigging & Hauling">
<area shape="rect" coords="627,35,846,205" href="http://engineeredrigging.com">
</map>
Until I can figure out the image maps, I’ve temporarily overridden the “Home” link for the entire header in Functions.php with:
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://www.engineeredrigging.com";
return $link;
}
I’ll send temp login credentials, etc privately.
Really love this builder. Buying a few more licenses for the war chest and to keep your excellent support in place. Any direction you can give is appreciated. Cheers!
Bernie
-
This topic was modified 10 years, 3 months ago by
berniedidit.
Hi zimtfilm!
Thank you for using Enfold.
Site loads fine when I checked it. I don’t see any errors. Did you fix the issue? Please check the functions.php file then search for this string:
jquery-1.6.3.min.js
Let us know if you find any function with that string.
Cheers!
Ismael
The contact form worked for me a while ago. But now when I test, the email does not come to any that I have sent up in the form settings.
I’m testing from a yahoo email. My form is set to send the message to an @mydomain.com email.
The success message shows after filling out the form.
The autoresponder does arrive to the yahoo email
The form email does not arrive after several tests to my @domain.com email.
I have tried using the Contact Form 7 plugin – it works
I have tried recovering my password at the wp-login.php page – it works
I’m using Google Apps for my @domain.com email.
My host is using PHP version 5.2.17
I’d really like to use Enfold’s contact form, not Contact Form 7. But I’m using now as to not miss any inquiries. I’ve searched the forums and just can’t figure this one out on my own. Can you please help me out? Thanks, Mary-Lynn
Hi Andy, i installed the newest enfold theme v3.4.7 and the bug is still there …
And its not the only thing: Ajaxsearch in my header doesent shows preview in english lang, …. images at Masonry get not loaded when clicking Button “Load More” in english lang …
I’m getting tired writing in this forum, when noone anwsers like in my other post …
What about this:
https://kriesi.at/support/topic/problem-with-ajax-search-in-second-language/
https://kriesi.at/support/topic/images-not-loaded/
Please check whats going wrong
Thx
Hi researchtools!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.caption_bottom .slideshow_caption .slideshow_inner_caption {
padding: 0;
}}
Cheers!
Yigit
Hello touch2be,
I ended up not implementing the search functionality because of two reasons.
1. The use of real estate plugins with any theme (such as Enfold) to achieve a search functionality, will make the search result pages look totally different than the theme pages, it’s almost impossible in my opinion to make these results pages have the same design and look of the original theme.
2. The search functionality was not needed that much in my client’s case because of the small number of properties on the site, since the client is working in a niche real estate sector. I used instead the menu items to focus the property search somewhat.
In my opinion, if a search function is necessary, you must use a reliable theme with this function already built in.
Here is my site: Mehanna.com Good luck.
Is there any chance to have a look at the PHP functions used by that plugin and adapt a script so to allow me to using it with Enfold? If not, what should I look for to make that script by myself?
This is the link to get the geeSearch Plus plugin:
https://downloads.wordpress.org/plugin/gsearch-plus.1.4.3.zip
Thanks for your help,
Diego
The problems started when I installed an SSL certificate to secure my website. Before all was well. Site pages did not want to load when WooCommerce was activated. I searched your discussion to find help or clues. I have not found a solution. (obviously I eliminated other plugin …) The site starts operating when I change themes. Desperate, I uninstalled and reinstalled and wordpress theme enfold to start over. But here it does not work yet. The images do not appear (light box does not work) and easy slider either. In short I am really discouraged. Please for assistance.
Hi!
Please add following code to Quick CSS in Enfold theme options under 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 {
padding: 5px;
}
.form_element_half input {
width: 90%!important;
}
#top label {
font-size: 12px;
}
Cheers!
Yigit
-
This reply was modified 10 years, 3 months ago by
Yigit.
Hi databuzz!
Please add following code to Functions.php file in Appearance > Editor
add_shortcode('avia_search', 'get_search_form');
function add_custom_href_remove(){
?>
<script>
jQuery(window).load(function(){
jQuery('.only-mo a').removeAttr('href');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_href_remove');
then go to Appearance > Menus and add a new Custom Link with # for URL and [avia_search] for navigation label. And then refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and hide that menu item on desktop
Best regards,
Yigit
Private pages are in the menu because my client wants to show to visitors the titles of what is reserved to subscribers, sort of “see what you can get once registered”…and frankly it does make a lot of sense. The problem is that unlike a lot of CMS do (Modx is a typical example), WP does not distinguish between failed search or other server’s error and unauthorized access, it just redirects all of them to error404 page. Normally I would create a script that checks if the user is logged in and allows or denies access redirecting to a custom landing page and I would place the script inside the template which I associate private pages to. Problem is that Enfold template is so different from the default wp template and I don’t know where to place it.
Alberto
BTW wp has always had bugs and weird behaviors when it comes to pubblic and private content. For instance the fact that we cannot assign a subpage to a parent private page (private pages do not appear in the list) is akward. I had to create a script to obtain what other cms regularly do even for draft pages.
Hey Diego,
We have solutions for SearchWP and Relevanssi: http://kriesi.at/documentation/enfold/?s=search. I’m not familiar with the plugin you are using though.
Best regards,
Rikard
Hi guys!
I’m sending out an SOS.
I had our developer create custom post types to make it easy for our client to find where pages are stored, but didn’t consider that the Portfolio and Post Element functions galleries would stop working with custom posts.
We went back and changed all the names back and replaced the locations of the Portfolio items and Posts to their original spots, but the Blog Post Element has stopped showing any categories.
Here’s what we did to try to fix it:
1. Replaced the Enfold theme.
2. Remove all overrides from the child theme
3. Turn off non-essential plugins.
Any advice to re-set what we did wrong would be helpful
http://www.dev.researchintoaction.com/wp-admin
-michael
Hi,I’m working on a site that contains few private pages only for logged in users but still visible in the menu. When I try to view one of these pages without being logged, Enfold leads me to the Error404 page. Error404 should be recalled when the searched content is not found and that’s the way it’s supposed to be. So, is there any way to have a custom Landing page for unauthorized access? The way it is now gives users the idea that there’s something wrong with the website. Thank you.
Hi!
Enfold is not made for such a function and you would need to search a plugin by yourself. I think WooCommerce has some nice add ons.
Regards,
Andy
Hello,
I have noticed that you offered PHP snippets in order to allow the use of alternate search engines for WordPress. As I would like to use the geeSearch Plus plugin (https://wordpress.org/plugins/gsearch-plus/) with the ajax search function – preview search results when you click on the magnifier icon – could you be so kind to share the code needed to allow me to fully use it with my Enfold child theme?
Thanks for your help,
Diego Meozzi