Hi!
It can be found on line 682 in framework/php/class-form-generator.php – search for
$message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Your Message:','avia_framework')." </strong><br/><br/>".$message;
Cheers!
Peter
Hallo,
wir möchten auf einer Seite mit Enfold Theme das Plugin CM Tooltip einsetzen. (http://tooltip.cminds.com/). Leider kommt es zu einem Konflikt zwischen den Avia Layout Builder und dem Plugin. Auf Seiten, die nicht mit dem Layout Builder gemacht wurden, funktioniert alles perfekt, auf Seiten mit dem Layout Builder gemacht wurden, zerhackt es den Quellcode, so dass die Sidebar nicht mehr korrekt angezeigt wird. Ich habe mich direkt an den Support des Plugin Herstellers gewandt, das habe ich als Info zurückbekommen:
We spent some time checking the site and we came to a conclusion that there’s a conflict between Tooltip and the part of the theme called “Avia Layout Builder”.
It seems that it produces some invalid html which breaks layout during the parsing in search for tooltips.
It’s not the fault of Tooltip, because there are some pages which don’t break the layout. We have checked that these are the ones which doesn’t use the “Avia Layout Builder”.
We also didn’t want to play with this since the “Aria Layout Builder” is a part of a paid theme called Enfold.
We suggest one of the following:
a) disable the tooltip on pages with “Avia Layout Builder”
b) don’t use “Avia Layout Builder”
c) seek support from the theme authors.
Daher wende ich mich jetzt an euch, das Problem scheint tatsächlich mit dem Layout Builder zu tun zu haben und es wäre fein, wenn es eine Lösung gäbe.
Grüße
Achim
SITE: http://www.ikort.is
I was wondering if I’m the only one running into this and if so what could be causing this.
I just updated my Enfold theme and after I did so I ran into multiple minor errors.
– Fonts for various logos won’t work on sub pages (example the search icon, had another in a button that I removed since it just showed a square)
– no padding level of sub pages, text suddenly goes all the way to the edge of sides with a sidebar (I fixed it automatically someplaces by putting a “padding-right” value.
– contact form gets messed up if I use captcha (the question is lost behind the send button)
I’m sure I’m bound to find more.
As much as I have loved this theme I have to say it really has been pushing my patience! There are some awesome features.. but it is highly unstable. An example is I almost don’t want to touch anything on the front page, because every time I save in the “advanced layout” things just seem to get randomly messed up. (same goes for other pages if I dare to do any custom HTML in them.
Thank you!!!!
More quetsnions:
1) SabaiDiscuss plugin (ask.zelenopol.net):
a) Category selector (near search button). Problem with text view.
https://www.dropbox.com/s/w0k3d2fe7o6eolt/cat.png
b) Widget authors avatars. Not the correct vertical spacing.
https://www.dropbox.com/s/sdd05vrzah7fq45/wid.png
2) And what about menu
I use Enfold theme in multisite. Can I make header menu global? All subdomain sites get menu from main site…
Is it possible?
Hi wieslander!
Please try adding 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
Hi, I’m working on http://masterjohan.nu and you’ve all been wonderful in your assistance already.
– Would you happen to know how to remove the search box from the header? I’ve tried a couple of code snippets posted in the forums, but they’ve been for other themes and didn’t work for Enfold.
/ Andreas
Hi RDCSI!
You can change the hover color of the search icon using this:
.header_color .main_menu ul:first-child > li:last-child a:hover {
color: red;
}
Go to Appearance > Menus then click “Screen Options”. Enable the CSS Classes. Add a css selector on a menu item that you want to change to donate button. Example, add “donate-button” as the css class. Go to Enfold > Styling > Quick CSS then add this code:
#top .main_menu .menu li.donate-button a {
background: red;
height: 30px !important;
display: block;
line-height: 30px !important;
position: relative;
top: 28px;
}
Best regards,
Ismael
Hello,
I have been searching the forum for solutions to implement google custom search with enfold. I do not need the AJAY Icon Search in the top menu bar, But I would like to have a search field in the sidebar.
So far, I installed the plugin Google CSE and set it up correctly. What do I have to do on your end now to make it work?
Also, I want to display the images of google and I want to use
cse_img; ?>” /> in search php. but so far there is not img src that I could define…
Hi!
You should go to enfold\includes folder and open open loop-index.php file. Then search for
if ( get_comments_number()
It is the starting of the first line as shown here http://i.imgur.com/G12RLk5.jpg
so you should replace
if ( get_comments_number() != "0" || comments_open() ){
echo "<span class='comment-container minor-meta'>";
comments_popup_link( "0 ".__('Comments','avia_framework'),
"1 ".__('Comment' ,'avia_framework'),
"% ".__('Comments','avia_framework'),'comments-link',
"".__('Comments Disabled','avia_framework'));
echo "</span>";
echo "<span class='text-sep text-sep-comment'>/</span>";
}
with following
//if ( get_comments_number() != "0" || comments_open() ){
//echo "<span class='comment-container minor-meta'>";
//comments_popup_link( "0 ".__('Comments','avia_framework'),
// "1 ".__('Comment' ,'avia_framework'),
// "% ".__('Comments','avia_framework'),'comments-link',
// "".__('Comments Disabled','avia_framework'));
//echo "</span>";
//echo "<span class='text-sep text-sep-comment'>/</span>";
//}
Regards,
Yigit
Hi Smaskit6!
Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search “allow_resize:true” and change it to “allow_resize:false”
Best regards,
Yigit
Hi fsatechnology!
I didn’t test the modification but you should be able to replace the icon with the search form. In functions-enfold.php replace
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form();
$form = htmlspecialchars(ob_get_clean()) ;
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
}
return $items;
with
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form();
$form = htmlspecialchars(ob_get_clean()) ;
$items .= '<li id="menu-item-search-form" class="noMobile menu-item">'.$form.'</li>';
}
return $items;
However the function does not allow you to place the search form in anywhere you want to – you can only insert it at the very beginning or at the very end of the menu.
Regards,
Peter
Hi, I have just updated to the latest Enfold version and now my blogs are showing the whole post rather than a summary. I have searched the forum and cannot find a solution, but i know it is here as I have done it before.
There was a solution saying insert the more quick tag but how do i do that for existing posts.
There was also a suggestion to change the following script
$current_post[‘content’] = get_the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’);
to
$current_post[‘content’] = get_the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’);
if(!is_single()) $current_post[‘content’] = get_the_excerpt();
But i cannot find this string anywhere.
Please help as it was fine before the update
Thanks
Steve
-
This topic was modified 12 years, 4 months ago by
Stevenbegg.
did not work…I’m using the non-fixed header with social icons and additional nav….
here is the site: http://cl.ly/3l1m473I1Z44
any other thoughts….using enfold 2.0.1
Hey cxvaldes!
Please go to wp-content\themes\enfold\framework\php folder and open class-framework-widgets.php file and search
if($this->add_cont == 2) echo
and add target=”_blank” to a tag as shown here http://i.imgur.com/5KSc5zR.jpg
Cheers!
Yigit
-
This reply was modified 12 years, 4 months ago by
Yigit.
Hi!
Please undo all changes i have provided earlier about header size. And go to wp-content\themes\enfold\js folder and open avia.js file and search
newH = el_height - st;
and change it to
newH = 100;
That should do it.
Best regards,
Yigit
Hi, and first of all thanks a lot for this great theme.
I made a search through the forum and didn’t find the answer I was looking for, so I hope I’m not posting a duplicate.
I’m trying to add some custom css in the custom.css file, but it’s not loading. You can see here what I’m talking about.
The custom.css loaded is wp-content/themes/enfold/css/custom.css?ver=1 , if I remove the ?ver=1 it links to the right, modified custom.css.
Why is this and how can I fix this ?
Sorry if it’s some WordPress trick I don’t know about or something really stupid, I’m not a developper !
Thanks in advance
Hi!
Yes, the reason is that the hover effect will be deactivated if the image height is smaller than 100px (there’s simply not enough space to show the icon for smaller images). We’ll remove the hover effect from all logos in the next version. If you need a quickfix open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php and on line 415 search for following code
$output .= "<div {$data} class='avia-logo-element-container {$border} avia-logo-{$type} avia-content-slider avia-smallarrow-slider avia-content-{$type}-active avia-content-slider".avia_partner_logo::$slider." avia-content-slider-{$total} {$class}' >";
and replace it with
$output .= "<div {$data} class='avia-logo-element-container {$border} avia-logo-{$type} avia-content-slider avia-smallarrow-slider avia-content-{$type}-active noHover avia-content-slider".avia_partner_logo::$slider." avia-content-slider-{$total} {$class}' >";
Best regards,
Peter
Hi!
Yes – use Codestyling instead: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select “Swedish”. Then click on “Rescan” to fetch all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Cheers!
Peter
Hey!
But the translation seems to work for me – i.e. here http://www.yourturn-consulting.se/ the “Search” form shows “Sök” instead of “Search”. Also here: http://www.yourturn-consulting.se/?s=test all phrases/words except “If you are not happy with the results below please do another search” are translated and this sentence is probably also missing in the translation files.
Regards,
Peter
Hey Laurence!
No limit on the number of them. They are searchable in that you can search using the WordPress search function but it isn’t a great search so you will want to create a dozen or so and then get a consistent method of adding in your text so that it gets picked up by WordPress’ search.
Categories are in place and you can see them in the demo here visible as the sorting option http://kriesi.at/themes/enfold/portfolio/
Best regards,
Devin
This reply has been marked as private.
Hi!
Please update your theme to Enfold 2.4.1. You’re using 1.8.4 at the moment and we need to make sure that you’re using the latest version of the theme before we start to search for bugs, etc.
Best regards,
Peter
Hi,
I just installed Enfold on a new domain, downloaded the Dummy Data, then created 9 pages and erased all the others from the Dummy Data.
If I search on Google for barcelonasitgesterrace.com I get all the pages listed (68!) and not just the 9 pages that are currently there. Besides, and that’s the most important thing, the meta description doesn’t appear.
If you do a search on Goolge, you’ll see what I mean.
How do I get Google to show for example the Homepage with its appropriate meta description, which I already created with Yoast SEO?
Do I have to re create a xml sitemap and send it over to Google? I guess Yoast did that upon installation and before I erased the Dummy Data, which may explain why I get the wrong search results?
Thanks!
Antonio
Hi guys
A) This might be number one stupid question but how do I control my H1, H2, H3 etc and body with my Enfold theme? I’ve been searching for answers with no luck.
E.g. I don’t want Enfold to bold my headers on this page http://isokvik.dk.linux31.unoeuro-server.com/?page_id=761
B) On the same website I would like to experiment with having a border around the site and to regulate the site padding. How do I do that? A bit like what I’ve done on this site http://fintessdoktoren.dk/.
C) I would also like to experiment with making shadow of the whole page on the backbround image. Any advice heres?
Thanks
Martin
Hey basilicon!
Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search “Expand the image”
Cheers!
Yigit
Hi
I am using the portfolio items as a product portfolio for a manufacturing company that has about 500 products. Each product portfolio has 4-6 photos about 600×400 px in size.
Is there a limit to the amount of portfolio items I can create?
After creating them, are they searchable?
Can I categorize them and use the categories as a menu items?
Thank you for your answer in advance.
Laurence
Hi Gekko101!
In your WordPress theme directory please go to wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category:” it should be on 838th line. You can remove it there
Regards,
Yigit
Hi!
Open functions-enfold.php:
Search for this lines (341-343):
$entries['prev'] = get_previous_post($same_category);
$entries['next'] = get_next_post($same_category);
Replace them by this:
$entries['prev'] = get_next_post($same_category);
$entries['next'] = get_previous_post($same_category);
Best regards,
Josue