Ever since I installed Enfold and deactivated all the plugins and reactivated them I’ve been getting the following error message when attempting to connect Jetpack to WordPress.com.
Error Details: The Jetpack server could not communicate with your site’s XML-RPC URL. Please check to make sure http://mountainstreamgroup.com/wordpress/xmlrpc.php is working properly. It should show ‘XML‑RPC server accepts POST requests only.’ on a line by itself when viewed in a browser and should not have any blank links or extra output anywhere.
Jetpack states “The problem is that there’s whitespace above the message. This extra space is annoyingly important. It suggests that some plugin, theme, or wp-config.php file in your WordPress has extra “whitespace” (new lines, spaces, tabs, …) before the first “<?php” in the file.”
I started going through all of the .php files as they stated and I found the Enfold error404.php file has the following.
1
2<p class=’entry-content’><?php _e(‘Nothing Found’, ‘avia_framework’); ?><br/>
3
4<?php _e(‘Sorry, the post you are looking for is not available. Maybe you want to perform a search?’, ‘avia_framework’); ?>
Are these spaces on line 1 and 3 the possible cause?
great job with romanian translation.
please corect this in next release.
in search box result is:
Dacă nu sunteți mulțumit cu rezultatele de mai jos vă rugăm să face o altă căutare
to be logic must be:
Dacă nu sunteți mulțumit cu rezultatele de mai jos vă rugăm să faceți o altă căutare
Thank you for your great job and theme.
Hi!
Enfold bietet diese Funktion nicht standardmäßig an, aber es gibt viele Plugins – zB http://wordpress.org/plugins/search.php?q=font+resize
Cheers!
Peter
Hi fonterra!
You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Regards,
Ismael
This reply has been marked as private.
Hi Again.
Thanks for this.
I am not sure if all the dummy data has been downloaded properly then. As if I search for their names the gallery finds none.
How many sliders should there be – on the online demo there were 5 or 6 I think – but I am only getting two?
Thanks
Hi!
1) The submenu modification would require some additional coding (js/css) and this customization is beyond the scope of our support forum. I recommend to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization who can help you to modify the theme files or you can search for a menu plugin here: http://wordpress.org/plugins/
2) You can use following code to align the menu items on the left side and to remove the dots for the child menu items
#top .sidebar_left .widget_nav_menu li {
text-align: left;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
content: "";
}
Best regards,
Peter
Hello!
In my site I have a fixed header and socket, obtained via CSS code, using Small Non-Fixed Header in the Header Type at Enfold Theme Options.
http://www.adw.cl/whiskypedia/
CSS
/* ————————————————————————- */
/* Header */
/* ————————————————————————- */
/* 1. Posicion y estilo del Header */
#header {
position: fixed;
background: grey;
top: 0px;
height: 35px;
}
/* 2. Complemento al estilo del Header anterior */
#header_main {
height: 35px;
}
/* 3. Complemento al estilo del Header anterior */
#header_main .container, .main_menu ul:first-child > li a {
line-height: 35px;
height: 35px;
}
/* 4. Complemento al estilo del Header anterior */
.avia-menu-fx {
height: 0px;
bottom: -5px;
}
/* 5. Complemento al estilo del Header anterior */
.main_menu {
height:40%;
}
/* 6. Complemento al estilo del Header anterior */
#top .title_container .container {
display: none;
}
/* 7. Altura de los itemes del menu superior */
.menu-item {
height: 28px;
}
/* 8. No desplegar el logo en el Header */
div .logo {
display: none;
}
This is just what I like, except that I want also social icons. If I can include that adding some php, we are done.
If not, I thing I must change the Header Type.
If I tried one of the options in the Header with Social icons, I cant reproduce the same style of the header: The menu items doesn’t show or there are blank spaces or alignment issues….
If you look at http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ this is close to what I want, but fixed and without the logo section, but with the search tool at the top (on the right of the label ‘pages’)
Please your help to configure that style.
Thanks very much!!
Regards
José
Hey!
That featured is not available at the moment, if you really need you would need to hire a freelancer for the job, also feel free to request it here.
Best regards,
Josue
Hi m!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
Regards,
Yigit
1th vote for additional blog views, like list view (example: http://the7.dream-demo.com/blog-2/blog-standard/blog-standard-sidebar/ )
Nice addition to list view, but not necessary, option for grid vew to choose number of columns (2,3 or 4), and perhaps grid/list view switcher at frontend at the top of content area.
2nd vote for Ajax search in sidebar, content, …
-
This reply was modified 12 years, 2 months ago by
VBM.
Hey!
I checked the code in avia.js http://www.getushotel.com/wp-content/themes/enfold/js/avia.js?ver=1 and you added
new $.AviaAjaxSearch({scope:'#header, .widget_search'});
at the very beginning of the file – please remove the code – it causes a js error and is not required.
Cheers!
Peter
I really hope you can add instant ajax search on sidebar
Hi,
this is my first post in this amazing forum since I found everything I needed through search. Thanks for the great support!
My question is the same as neondigital’s.
My website is: Herrenausstatter Wien
So I’ve been changing the headline Font and the result looks like as follows.
– The first one appears when I change to Arimo. How do I change it? Is this H1?

– The second one appears when I change to any other font (in this case Raleway). Obviously this is not Raleway.

– The third one is a picture of 5 easysliders (so I can use that overlay caption). This seems to be the same font as in the layerslider on top, but bold and uppercase apparently. I changed the values successfully via Safari Web Inspector to ‘capitalize’ and ‘Raleway, but when I add the same code to the custom.css, nothing happens.

The code is as follows:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
font-family:Raleway!important;
text-transform:capitalize!important;
}
Any help would be appreciated.
Thanks,
Felix
BTW:
– I changed the rights of the wp-content/uploads/dynamic_avia/enfold.css file to 755.
– I’m using W3 Total Cache plugin.
– I resetted all caches (pluginwise and browserwise).
-
This reply was modified 12 years, 1 month ago by
Trystan.
Hey andri7luck!
No, the ajax search does not work with a standard search form at the moment. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if other users request it we’ll look into it.
Update: I looked into it and you can do it with a quick hack. In enfold/js/avia.js replace
new $.AviaAjaxSearch({scope:'#header'});
with
new $.AviaAjaxSearch({scope:'#header, .widget_search'});
Then replace
this.scope.on('keyup', '#s:not(".av_disable_ajax_search #s")' , $.proxy( this.try_search, this));
with
this.scope.on('keyup', '#s:not(".av_disable_ajax_search #s")' , $.proxy( this.try_search, this));
$(document).not(this.options.scope).on('click', function(){
$('.widget_search #searchform .ajax_search_response').fadeOut(300, function(){ $(this).remove(); });
});
Afterwards add following css code into the quick css field
#top .widget_search #searchform .ajax_search_response{
padding-top: 20px;
position: absolute;
background: #fff;
z-index: 100;
max-width: 100%;
border: 2px dotted #e2e2e2;
}
and change the styling of the ajax response results if you want.
Regards,
Peter
Hi!
Yes, in enfold/js/avia.js search for
function avia_hover_effect(container)
{
if(container == 'body')
{
var elements = $('#main a img').parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a').add('#main .avia-hover-fx');
}
else
{
var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a').add('.avia-hover-fx', container);
}
and add your element/class to the “not” filter list – i.e. if your class is called “mycustomclass” the modified code must look like
function avia_hover_effect(container)
{
if(container == 'body')
{
var elements = $('#main a img').parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a, .mycustomclass, .mycustomclass a').add('#main .avia-hover-fx');
}
else
{
var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a, .mycustomclass, .mycustomclass a').add('.avia-hover-fx', container);
}
Cheers!
Peter
Using Enfold theme and wondering if there is a way to edit an already saved Avia Layout Builder Template and have those edits apply site wide wherever that template is used. I have tried and also researched but can’t seem to find an answer.
Yes. It was a social media tab plugin that was conflicting with the search function in the header menu. I have to use either one or the other. Thanks for the help.
apologies if this has been asked – I search but I found nothing, To get the text on the slider on http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/ – is there a tutorial anywhere for this?.
Thank you in advance,
Hi AndrewDelaware!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx, #top #menu-item-search.menu-item-search-dropdown>a { display: none; }
And flush browser cache and refresh your page a few times
Cheers!
Yigit
Hi Mono14!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open testimonials.php file and search “aviablank” and remove it
Regards,
Yigit
Hello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
Josue
The Enfold search function in the header menu is no longer working. It worked a bit, now just produces a line type graphic in the middle of the page, but no search box etc. I tested in different browsers, the same. I am running MAC OS 10.5.8, PowerPC. (http://novabook.us/novabookblog/)
Is there a fix I can do?
Thank you.
Thank you Devin. Really want to make this work haha. Been scratching my head all night searching through google without a clue.
I really like Masonry as a layout cause I have many more images to show. JetPack is such a common plugin that I am sure there would be many users in the same situation as me. The trouble is, they may assume it’s the fault of Enfold, cause it’s clearly stated on the error line “…themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php” Unless they go through the process like me, they will never know.
Hopefully, there’s a way for you all to make it work with Photon really soon. Please help to escalate this! Thank you!
I volunteer to test your masonry for you! haha.
Dear Admin,
Thank you for reading this. I was experimenting with the Masonry with my blogposts by wordpress gave me this warning :
Warning: Division by zero in /home2/nica72/public_html/brillianceresources.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 592
My site is http://brillianceresources.com/test/
I apologise if this has been asked before. I tried searching but cannot find an answer.
Any help is appreciated!
Hi.
I installed the CodeStyling Localization plugin. Went to Tools — Localization. Selected Themes and for Enfold it says “activated”. Deleted all languages but Deutsch/Deutschland and thought that now for example search results on my site would be in German, but they are still in English.
How do I actually activate the desired language?
Thanks.
Hey LFE!
Please do not edit the breadcrumb function directly but open up functions-enfold.php and search for:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Replace the code line with
if($breadcrumb) $additions .= avia_breadcrumbs(
array(
'separator' => '/',
'richsnippet' => true,
'before' => '<span class="breadcrumb-title">You are here:</span>',
'show_home' => 'Home'
)
);
and instead of “Home” and “You are here” insert your custom text.
Cheers!
Peter
I did a search but didn’t find any specific help with qTranslate for Enfold.
I’ve installed the plugin but it doesn’t translate anything on the web site when other languages are chosen, do I have to add code somewhere to make it work?
I understand WPML is supported, but any help to make qTranslate functional would greatly be appreciated.
Thanks in advance,
LF
Hi Robsticles1!
Please add following codes to Quick CSS in Enfold theme options under Styling tab
1)
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
2)
.multi-big .post_author_timeline { display: none; }
3) Can you post the link to your website so we can inspect elements?
4) It would be possible but you are going to need to hire a freelance developer for that kind of a customization
Cheers!
Yigit
I hacked up the search results to include tags in the search
file: wp-content\themes\enfold\framework\php\function-set-avia-frontend.php
elseif (is_search())
{
//start hack
global $wp_query;
$orig_query_found=false;
$tag_query_found=false;
$orig_query = $wp_query;
if($orig_query->found_posts){
// echo 'had a post for normal search<br/>';
$orig_query_found=true;
}else{
// echo 'no results for normal search<br/>';
$orig_query_found=false;
}
wp_reset_query();
query_posts( 'tag='.$_GET['s'].'' );
$tag_query = $wp_query;
wp_reset_query();
if($tag_query->found_posts){
// echo 'had a post for tag search<br/>';
$tag_query_found=true;
}else{
// echo 'no results for tag search<br/>';
$tag_query_found=false;
}
// $wp_query=$orig_query;
switch($orig_query_found){
case true:
switch($tag_query_found){
case true:
// echo 'should combine the array';
$wp_query->posts = array_merge( $orig_query->posts, $tag_query->posts );
// $wp_query=array_merge($orig_query,$tag_query);
break;
default:
// echo 'leave original results';
$wp_query=$orig_query;
break;
}
break;
default:
$wp_query->posts = $tag_query->posts ;
//since no results in original, just return the tag search
break;
}
//end hack
if(!empty($wp_query->found_posts))
Now have no errors if:
- no tag results but normal search results
- tag results but no normal search results
- no tag results and no normal search results
- tag results and normal search results
-
This topic was modified 12 years, 2 months ago by
brandonguy.