Hey progenki!
Please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');
and add following code right below it
echo get_search_form();
then add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) {
#top #searchform>div { display: none; }}
Regards,
Yigit
Hi,
I have a problem on windows with my website using enfold.
You can see it at http://brd-com.fr
All the menu are depolyed, and the slider is messing.

Hey Isabelle!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li ul a { background-color: white; }
Cheers!
Yigit
Hi!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open logoslider.php file
Regards,
Yigit
Hi baeriswyl!
In WordPress dashboard, please go to Appearance > Widgets and add needed widgets to Footer columns. You can set how many columns to show in footer in Enfold theme options under Footer tab
Cheers!
Yigit
Hi Everyone
Anyone point me to the setting to have the titles fold up over the images on the masonry portfolio
as it is here
http://kriesi.at/themedemo/?theme=enfold
Cheers
Hi!
Lütfen ekran görüntüsüne göz atın http://i.imgur.com/QQJXL8T.jpg
Enfold > Styling sekmesine giderek sitede kullanılan fontları değiştirebilirsiniz http://i.imgur.com/qO8yLMS.jpg
Best regards,
Yigit
This reply has been marked as private.
Hey fraserrenton!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color strong, .main_color strong { color: inherit; }
Cheers!
Yigit
Hi Sadullah!
Bildiğim kadarıyla avia_flush_rewrites fonksiyonuna gerek kalmadığı için kaldırıldı. WordPress 3.8 ve Enfold 2.4.5 kullanıyorsanız, portfolyo permalink’ini Settings > Permalinks bölümünden değiştirebilirsiniz http://i.imgur.com/UxdzeOv.jpg
Regards,
Yigit
Hey!
Please update Enfold to version 2.4.5. Comment element was added which you can find under Content Elements in Avia Layout Builder.
See http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Danke, danke, danke – das wars. Super, Peter.
RJParticipant
When i add something to my cart and then visit the cart page the cart appears to be empty. I already increased the memory limit to 64MB and updated the enfold theme to the lastest version but the error still occurs. I found someone with the similar problem but the conversation went on in private and therefore didnt help anybody else but the person itself. What do i have to do to fix this?
Thanks in advance,
Rhodo
I took your code – and pasted it into the Enfold Breadcrumb Fix plugin – if you disable that, the BreadCrumbs start to work again, I agree, the only thing in there is your code from above
-
This reply was modified 12 years, 2 months ago by
DavidMiles.
Hi!
No, one (or maybe more) plugins cause the issue. If I deactivate all plugins the breadcrumb starts to work again.
Regards,
Peter
Hi,
with Enfold 2.4.5 (strange version number, I’ve installed a 2.5 version before…), display is OK on IE8/WinXP except the icons of top social header menu and iconboxes that are not dislpayed.
Is there a solution ?
Oli
-
This reply was modified 12 years, 2 months ago by
Oli.
Is there a listing available for the suggested image sizes to use with a retina display? I found the image dimensions suggested with this theme for the logo image, but could not find other suggested sizes (or image ratios, WxH) for portfolio images, slider images, single post images, shop images. I want to start with the image sizes which this theme’s css is built for, then tweak the css as needed if I need something else. Thanks!
Hi Yigit,
I applied a universal margin of 5px to crate even space all the way around HOWEVER, I have selected to display 3 columns but it is only showing 2 http://codelessme.com/casey/abstracts/
How can I adjust this so 3 columns are displayed?
Hi!
I updated the code a bit and it works now
if(!function_exists('avia_remove_home_breadcrumb'))
{
function avia_remove_home_breadcrumb($trail)
{
foreach($trail as $key => $data)
{
$search = 'amp; Nature Photography Workshops';
if(strpos($data, $search) !== false)
{
unset($trail[$key]);
}
}
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_remove_home_breadcrumb', 15, 1);
}
Cheers!
Peter
This reply has been marked as private.
This reply has been marked as private.
Hey Ismael,
I would rather disable the fancy box. Also- I have a title set, but nothing is showing up on the default wordpress pop-up images. See the reference link again to review. (close the fancy box to display wordpress default)
Hi!
Here is translation into the Russian
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.