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
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