Yeah, found the solution of my problem. I have search from with “case sensitive search” in Codestyling Localization. Thanks for your help. And I think that Enfold automatically change language to WordPress default if there is .po and .mo file in /enfold/lang/ folder. Thank you for your time :)
I strongly recommend to use Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme.
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).
Can the tables within Enfold have the data within the table sorted by column or do we need a separate sortable/searchable table plugin?
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
.post-meta-infos, h2.post-title { margin-left: 60px; }
Regards,
Yigit
Hi,
Can you post the link to your website as well?
In your WordPress theme directory you should go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in lines between 857-868
$output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
}
else
{
$output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
}
}
else
{
if(!empty($_GET['s']))
{
$output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );
And change “Search results for:” to Greek
Regards,
Yigit
I use this on another blog and it’s works well. Find it in WordPress Plugins Search
CE WP-Menu per Page
I am using translated version of WordPress, so there shouldn’t be a problem. And am I right if I think, that this code: <?php _e('Search','avia_framework')?> mean, that it’s in avia_framework textdomain in Enfold theme?
-
This reply was modified 12 years, 6 months ago by
usrbowe.
Hi,
Can you once again check that Enfold Main Menu is checked in Appearance > Menus
http://i.imgur.com/4D7x1G3.jpg
Regards,
Yigit
Hi Rufinus,
Please take a look at this page to find a freelance developer http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1
or you can search on http://microlancer.com
It will be a lot faster to find someone for customizations :)
Regards,
Yigit
Hi Bruno,
This may be the plugin you are looking for.
Regards,
Josue
Hi Bruno,
You are welcome, glad we could help :)
Regards,
Yigit
Perfect, works like a charm!
Thank you!
Best regards,
Bruno
Hi Bruno,
Please add following code to Quick CSS as well
#top .main_menu .menu>li:last-child>a { padding-right: 13px; }
Regards,
Yigit
Thanks a lot!
do you have a n idea why it cuts the background on the right from the Searchitem?
It´s not a problem with the Searchitem, it is a problem with the last child of ul. I´ve tried it with padding but it don´t works right…
Here you can see it: http://balance-circle.de/vor-schau-modus
Regards,
Bruno
Hi Bruno,
You are welcome, glad it worked
Please add following code to Quick CSS in Enfold theme options under Styling
span.avia-menu-fx { display: none; }
Regards,
Yigit
Ah, very nice. That works, thanks!! :)
Do you know what is the best way to take the blue underline away? I don´t want it…
Best regards
Bruno
Hi Bruno,
Have you checked Enfold Main Menu option in Menu Settings? It should appear automatically.

Regards,
Yigit
I searched the forum and could not find any info on how to change the lightbox frame color for the Enfold theme. Is this possible? I want to change it to a darker color like #111
Thanks guys.
-Pat
Hi,
it´s in Maintenance Mode. Here is a special Link: http://balance-circle.de/vor-schau-modus
Now it has a non-fixed NavMenu but I hope that it gives a solution to use the fixed one with my 200px Logo. For this problem there is another tread opened.
But I need the search function definitely in Navbar.
If you look you can see another problem. I have done a hover effect for the nav-items. The effect is cut at the right for the last child… Any idea to fix this?
Thanks, regards,
Bruno
Hi Bruno,
Can you post the link to your website please?
Regards,
Yigit
Hi,
a current pop up one will be very nice…
Thanks
Bruno
Hi,
Would you like to have a static search box instead of current pop up one?
Regards,
Yigit
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