Hi,
how can I set the searchfunction inside the Navigationbar or inside the Main-Title-Bar?
Thanks
Hi,
I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:
Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):
foreach($sorted_rows as $ul_k => $ul){
$output .= "<div class='pricing-table-wrap'>";
Replace it with:
$i = 0;
foreach($sorted_rows as $ul_k => $ul){
$i++;
$output .= "<div class='pricing-table-wrap' id='table_$i'>";
Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.
Regards,
Josue
Hi,
In your WordPress directory please go to Enfold > Js and open Shortcodes.js and search for “Iconlist shortcode javascript” ( should be in line 605 ) and comment out or delete all the code untill “Section Link Main Menu controler for one page sites”.
Then add following code to Quick CSS in Enfold theme options under Styling
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1!important; -webkit-transform: scale(1)!important; transform: scale(1)!important;
-ms-transform: scale(1)!important; }
I’m not sure if this is the best way to do it but does the trick.
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold and open Search.php file and search for “bellow” and change it.
Regards,
Yigit
Hi!
I searched the forum but there is no help topic to my specific problem.
I customized the theme enfold normaly but, the contact form does not work! We have tested other forms like as contactForm7 and others and they all worked. I would urgent help if possible because my website already on air. I have good knowledge of programming and i could change the contactform but would like the contactform from the theme. Where can I send the login for you to take a look? Tks!
The website is http://reallife247.org and the pages with the issue are the message archives page and the search results page: http://reallife247.org/?s=Test
Thanks for offering to take a look!
The date, comment, category, author stack vertically on the Blog Single Author Fullwidth page in the default install at http://blueunderground.org/blog/blog-single-author-full/. I would like to see them in one line like the demo at http://kriesi.at/themes/enfold/blog/blog-single-author-full/.
I tried setting up another Blog Single Author Fullwidth page and have the same result. I added the “Blog” Element to my advanced layout, then selecting the “single author” blog layout and on the right sidebar search for the “Select the desired Page layout” dropdown and selected “No Sidebar”.
Please advise.
Thanks!
Hey,
Edit search.php, remove everything then replace it with this code: http://pastebin.com/MakKVUfy.
Remove browser cache then reload the page.
Regards,
Ismael
hi,
I would like to customize the search results page. I don´t want a right column in the page, so it’s not shown the pages or categories, or the arquive. how can i desable that right colunm?
Thank you in advance,
Ana
Afaik there’s no plugin which allows you to set the featured image automatically because it doesn’t make sense in most cases.
WordPress just saves the id of the (full size) image when you set an image as “post thumbnail”. This id will be used to query the url path to the full size image OR to a thumbnail of this image (depends on the theme code).
If you already uploaded “high resolution” images and set these images as post thumbnails you just need to regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Afterwards wordpress will use the proper thumbnail size of these images for the post thumbnails. If you want to change the thumbnail size open up and search for /wp-content/themes/enfold/includes/loop-index.php
$current_post['slider'] = get_the_post_thumbnail($the_id, $size);
Replace the $size variable with any custom value like
$current_post['slider'] = get_the_post_thumbnail($the_id, 'full');
or
$current_post['slider'] = get_the_post_thumbnail($the_id, 'large');
or any other thumbnail size which is defined in functions.php or which you created with http://wordpress.org/extend/plugins/simple-image-sizes/
Yes, actually you can to add the alternate content class to the sidebar container. Open up /wp-content/themes/enfold/sidebar.php and search for
echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units'>";
You can add any class(es) to the div – i.e.use
echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units alternate_color'>";
to apply the alternate color to the sidebar div.
Hi!
I think the error is not theme related and I suggest to report it here: http://marketpress.de/support/forum/woocommerce-german-market/
I could not reproduce it with the latest version of WooCommerce & Enfold though and maybe another plugin causes the js error.
Best regards,
Peter
Hi John,
Open the functions-enfold.php file and search for this line (262):

Replace it with this:
'html' => "",
Regards,
Josue
In the Enfold theme, the page title of individual pages that are shown in the “All Pages” list can controlled easily — just by changing the name of the page. Also, the title container itself for any of these listed pages can be easily suppressed just by choosing not to display the page header.
However, a “page” is also generated automatically when someone clicks on an individual post on the blog page, and this page displays the title container and the title “blog”. Howwever, this page is not shown in the list of pages, and I can’t figure out either how to change the title from “blog” to something else, or to suppress the title container completely. Can you help me out?
My site link, showing such a non-page page with the title “blog”, is: http://uufreethinker.com/2013/09/in-search-of-secular-spirituality-beyond-gazing-at-the-grand-canyon/
Thanks for your help.
John
Sorry if this is a duplicate, as I cannot imagine it has not been brought up, but I did not find it with search; it would be GREAT if the Layout Elements in the Avia LB we collapsible so that building a page were not as cumbersome as it currently is when you have a big page and lots of elements.
Try using the editor in fullscreen mode as it allows you to scroll the editor below the layout elements
Hello. I am using the Relevanssi Search plugin. When I go to build the index I am getting the following error:
Fatal error: Call to a member function get_catalog_ordering_args() on a non-object in /home/scmwa/scmwa.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 332
Website URL is: http://www.SCMWA.com
Thanks for any help you can provide.
Thank You, Dude and Yigit.
Everything solved. I don’t use codestyling plugin because it indicated error (at least with previous version of Enfold), but translate .po file directly. Added code to function.php and translated extra lines in wordpress .po file.
Just in case somebody will use this query to solve his issues as I usually do. Searching forum provides answers to most questions I have. Great job, guys!
Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translat the plugin.
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then 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). If you still can’t find the text strings in the generated po file you can use the title filter to change the text. Add following code at the bottom of functions.php
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title($args,$id)
{
if ( $args['title'] == 'Blog - Latest News' )
{
$args['title'] = 'MY TEXT';
}
return $args;
}
and instead of MY TEXT insert your translation.
The other text strings you mentioned ( “Logged in as… Log out?” “Post comment” , etc.) are not part of the theme code and you can’t translate them with the theme po/mo files. You maybe need to update the translation of wordpress ( http://codex.wordpress.org/WordPress_in_Your_Language ) or a plugin adds these text strings to the website – then you must translate the plugin.
I had faced the same issue, and this fix works a treat, thanks Kriesi.
I also tried to see if I could have the js folder read from my child theme so that I don’t have issues with future Enfold updates, but I couldn’t get it to work. Is it possible to move the js folder in a child theme and have it reference properly?
We replaced all occurrences of entry-content with entry-content-wrapper, then we searched all files for “$content” strings and wrapped them into a div (entry-content). We further replaced all occurrences of post-title and main-title with post-title entry-title and main-title entry-title.
The reason is that entry-content has a semantic meaning (hatom feed) which is used by Google+ to fetch the article data of a blog page. the previous structure messed this feed up so we had to change it.
I copied this file list from our github repository:
404.php
archive.php
config-templatebuilder/avia-shortcodes/portfolio.php
config-templatebuilder/avia-shortcodes/postcontent.php
config-templatebuilder/avia-shortcodes/postslider.php
config-templatebuilder/avia-shortcodes/section.php
config-woocommerce/config.php
config-woocommerce/woocommerce-mod.css
css/base.css
css/layout.css
css/shortcodes.css
framework/php/class-framework-widgets.php
functions-enfold.php
includes/error404.php
includes/helper-post-format.php
includes/loop-archive.php
includes/loop-author.php
includes/loop-comments.php
includes/loop-index.php
includes/loop-page.php
includes/loop-portfolio-single.php
includes/loop-search.php
index.php
js/avia.js
taxonomy-portfolio_entries.php
template-archives.php
template-builder.php
I was able to figure out (thanks to forum search) the custom CSS to give rounder corners to the bottom of my Enfold website but I’m not having much luck finding the right code to do that on the top.
Here’s what worked on the bottom:
#socket {
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
Can someone help me with the same idea for the top area? I have a boxed layout.
Here’s a link to the test site:
http://tgdigitalservices.com/o1/
Thanks!
Hi,
Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.
div#text-4.widget.clearfix.widget_text { left: -1%; }
In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”
Then find following code in line 123
'before_widget' => '<div class="widget avia_combo_widget">',
and change it to
'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',
Regards,
Yigit
Hey! It seems twitter has also deprecated this way of getting the feed, thats the caue of the error. at this point it is no longer possible to easily retrieve a follower count without complicated authentication. Something which I dont wont to add to the theme itself, so I recommend to search for a plugin that can do that….
The errors will be fixed with the next update
Sorry for that :/
You can find it in wp-contentthemesenfoldconfig-woocommerceconfig.php – search for
if($product->product_type == 'variable' && empty($output))
{
$output = "<a class='add_to_cart_button button product_type_variable' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Select options','avia_framework')."</a>";
}
if($product->product_type == 'simple')
{
$output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Show Details','avia_framework')."</a>";
}
You need to replace avia-font-entypo-fontello span with an image or another font icon if you want to change the look of the icons.
Hi festivedaisy,
While possible, it would take a good bit of customization from a freelance developer. You can also request it as a future feature in the Enfold feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
The basics of what it would entail would be adding the WordPress search function into the header/footer. See: http://codex.wordpress.org/Function_Reference/get_search_form
The placement and styling to keep it all cross browser compatible and responsive is where the meat of the time and customization would be.
Regards,
Devin
The translation seems to work for me(search field, post meta text strings, etc. are translated): http://www.screenr.com/n3rH – maybe try to clear the browser cache if it doesn’t work for you. Please note that not all text strings are translatable with our theme files – i.e. the login form here: http://infusion.in/?page_id=246 is not part of the theme code but it’s a third party widget (plugin code) and you must translate the plugin to translate the login form.
Hi!
Enfold does not support a vertical post or image slider. You can try third party plugins from here: http://wordpress.org/plugins/search.php?q=vertical+post+slider
Regards,
Peter
Finally i succeed with danish language, but when i tried this (i read in another thread in here), it cam up with something i do not understand
http://wordpress.org/plugins/codestyling-localization/ to translate the theme text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then 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).
i did the above – and it says:
Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
The affected unknown textdomains are: wordpress-importer, woothemes, woocommerce, plugindomain, envato, avia_builder, LayerSlider
What does that mean? :)
So my client wants a Real Estate site – we’re using Enfold. We are also using the IDX plugin. The IDX plugin automatically generates pages for Real Estate agents. The pages that are created, however, are formatted like blog posts. I hid the icon and dashes to make it look less blog like but this will be an issue down the line.
e.g.
http://test.curlyhost.com/homes-for-sale-search/
http://test.curlyhost.com/homes-for-sale-toppicks/EastGrandRapidsWaterfrontHomes/28086/
Any idea on how to fix this? On how to make blog posts be formatted like blog posts and these dynamically created pages to be formatted like pages?
I know you guys don’t support third party plugins, but any thoughts in the right direction would be greatly appreciated.