Hey LFE!
Please do not edit the breadcrumb function directly but open up functions-enfold.php and search for:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Replace the code line with
if($breadcrumb) $additions .= avia_breadcrumbs(
array(
'separator' => '/',
'richsnippet' => true,
'before' => '<span class="breadcrumb-title">You are here:</span>',
'show_home' => 'Home'
)
);
and instead of “Home” and “You are here” insert your custom text.
Cheers!
Peter
Hi Synne!
I already added a filter to the logo output and starting with Enfold 2.5 (next theme update) you can remove the logo with following code
add_filter('avf_logo_final_output', 'avia_remove_default_logo', 10, 6);
function avia_remove_default_logo($logo, $use_image, $headline_type, $sub, $alt, $link){
return '';
}
You can place this code into your child theme functions.php file and you don’t need to hack the parent theme files any more.
Best regards,
Peter
Hi danadyb!
Yes, you need a license for each (sub-)domain and probably each client uses a different domain and thus you need a new license for each project/client.
You can buy the Enfold theme with your account or you can create a new account for the client. If you purchase the theme with your account Envato will add another “Enfold” item to your “purchased item” list and your client won’t be able to download updates etc. I’m also not sure if you can create a second user account for the support forum because the new license key is also connected to your username “danadyb” and our forum will probably not allow your client to create a new account with the license key which is connected to your Envato account. If you want to allow your client to use our support forum and to download updates without using your account I recommend to create a new account for the client.
Best regards,
Peter
Hi!
If you want to deactivate the mobile menu open up enfold/js/avia.js and delete
//check if user uses IE7 - if yes don't execute the function or the menu will break
if(aviabodyclasses.indexOf("avia-msie-7") == -1) avia_responsive_menu();
and then insert following code into the quick css field to show the default menu
@media only screen and (max-width: 1280px)
.responsive .mobile_menu_tablet .main_menu {
display: block !important;
}
}
Cheers!
Peter
Hello,
I would like to use the enfold theme for another project (another client)
I understand that I can use the theme only once / per one client?
If so – do I need to open a new account for the client in order to purchase it again?
Thanks!
Dana.
Hey!
I increased the number of posts per page and now all three categories show up on the first page: http://www.arturocampos.com.mx/portafolio/
Enfold won’t display a category in the filter list if the category is empty (=no portfolio items are assigned to the category) or if no entries of this category can be found on the current page (eg if you’re using pagination and the items of category X can only be found on page 2, 3, etc. but not on page 1).
Best regards,
Peter
Hi LFE!
The qtranslate plugin will not allow you to translate all parts of the website because the advanced layout builder and the theme options are not translatable with qtranslate. Please use WPML instead. If you really want to use qtranslate I recommend to hire a freelancer who is familiar with this plugin and who can help you to implement the necessary code into the theme framework.
Best regards,
Peter
Hey guys.
Iv’e been wondering why the ENFOLD logo has been so permanently embeded into the theme, that it takes custom PHP coding to remove it? Like, who would ever use it? :) Plus, when adding the custom code, you have to remember to change it with every update.
I’m writing this because I’m helping a friend – who doesn’t have a logo – set up his site. In basicaly all other WP themes Iv’e been working with through the years, the name of the site will appear as default when there is no user uploaded logo – not the developers logo. This because WordPress often is/was used like a blog – not needing a logo.
For a lot of newbies who doens’t exactly know that they need a graphic logo or simply haven’t created one yet – it’s a big deal for them to figure out WHY your logo appears, and why they can’t remove it.
So my wish for Christmas is: Please remove the permanent Enfold logo from the theme, and replace it with the standard site name OR come up with a solution that makes it easier to remove it (like you’ve everyhing else so awesomely easy).
Thank you so freakin’ much :)
Jesper
Get the following error when I change You are here and Home to another language:
Parse error: syntax error, unexpected ‘)’, expecting ‘,’ or ‘;’ in /…/wp-content/themes/enfold/framework/php/class-breadcrumb.php on line 26
Hey nvltygoods!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
.avia_image.avia-align-center:hover { border: white solid 1px; }
Regards,
Yigit
I did a search but didn’t find any specific help with qTranslate for Enfold.
I’ve installed the plugin but it doesn’t translate anything on the web site when other languages are chosen, do I have to add code somewhere to make it work?
I understand WPML is supported, but any help to make qTranslate functional would greatly be appreciated.
Thanks in advance,
LF
Hey!
Please choose one of header type with additional menu and create a new menu in Appearance > Menus and add your pages that you would like to display on the top right side of your website and make sure to check Enfold secondary menu http://i.imgur.com/NoGshmw.jpg
Cheers!
Yigit
Hi hypewilliams!
You can add [nolink] in Copyright section in Enfold theme options under Footer tab http://i.imgur.com/NyowrQI.jpg
Please create your pages and then create a new menu in Apperance > Menus and check Footer menu in Menu settings http://i.imgur.com/Hcmj8dI.jpg
Regards,
Yigit
Hi!
We really recommend bbPress because Enfold theme has its own bbPress modifications. You can also try those plugin but we don’t fully support third party plugins.
Best regards,
Ismael
Hey guys – i want to create the headings like the theme demo with the heading on the left and a horizontal line to the right of it. Just like on where it says ‘welcome to our agency’ on the ‘about’ page of the demo http://kriesi.at/themedemo/?theme=enfold
thanks
This reply has been marked as private.
Hi headbentdesign!
Centering in any context can be tricky but I’ve seen it done a number of times so while difficult it is possible. We’ll be re-doing the way headers are done completely in an coming update which should make things easier but with the new WordPress release right around the corner fixing any admin issues will take priority.
As a short term fix you could also just re-do the header.php in a child theme and hard code the centered layout you want.
Regards,
Devin
Hey guys – I’m using a child theme for enfold and everytime I make a change to the CSS file in my child theme – the changes don’t take effect immediately – this is the same if I use the quick css in the theme options.
How do I ensure the theme clears it’s cache? I even tried claring my browser cache and this isn’t working either.
HI
I just installed this theme Enfold. And I would now like to import the dummy data. But when I try, following text appears:
“Import started. Please wait a few seconds and dont reload the page. You will be notified as soon as the import has finished! :)”
… And nothing seems to happen! – This text is now there permanently.
could there maybe be something wrong with the installation?, because in “ENFOLD > Theme options” the setting looks different than the tutorial videos.. fx the buttons: (IMPORT DUMMY DATA) just appears as a link.. etc.
hope to get an answer:)
– Michael
We looking forward to hearing from you :)
Regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {.logo, .logo a, .logo img { max-height: 108px; }
And flush browser cache and refresh your page a few times
Cheers!
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hey!
1) It is possible but you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
2) Answered your question in this topic https://kriesi.at/support/topic/background-with-white-page-floating-above/#post-197797
3) Can you post the link to your website and point out the elements that you would like to decrease the whitespace?
4) Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.header_color .main_menu ul:first-child > li > a { color: red; font-weight: normal; }
.header_color .main_menu ul:first-child > li.active-parent-item > a { font-weight: 600; }
#top .main_menu .menu li ul a { padding: 4px 15px; }
5)
.header_color .sub_menu>ul>li>a { color: red; font-weight: normal; }
6)
.avia-slideshow-dots a.active, .avia-slideshow-dots a { background: red; }
.avia-slideshow-dots a { background: purple; }
7) Yes you can. You should go to wp-content\themes\enfold\js\prettyPhoto\images\prettyPhoto\default folder and edit images
Cheers!
Yigit
Hey!
@glyphism You can upload your screenshots on imgur.com or on Dropbox and post the links here
@antreasv Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color { background-color: rgba(255, 250, 250, 0.5); }
#main { background-color: transparent; }
Cheers!
Yigit
Hey!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add this code right above it http://i.imgur.com/hRFdFwt.jpg ( sorry cant post the code here it switches to HTML. Change link to your image and add some class, in this case .bok
Then please add following code to Quick CSS in Enfold theme options under Styling tab
img .bok { float: right; }
That should do it
Cheers!
Yigit
Hi griffiba!
Please add following code to Quick CSS in Enfold theme options under Styling tab to change the color of pricing row in your table and increase the font size of content
.pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol {
opacity: 1; color: white; }
.pricing-table>li { font-size: 16px; }
Regards,
Yigit
Hey robert7878!
If you have removed it by custom CSS, please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: block!important; }
Regards,
Yigit
Hi Josue
I saw your answer today only. I will try to do what you suggest:)
Hi Devin,
great to hear. That will raise ENFOLD to another Level. When do you think could the update online?
THX, Oliver
I LOVE the Enfold theme. Everything about it is amazing and flexible. But if your client wants their menu and logo centered, I stringly suggest you pick another theme. Preferably one that already has the menu and logo centered by default.
The theme has fought me every step of the way and setting media queries is an absolute nightmare.
Add another language with WPML and you can double this nightmare. Every query requires different css adjustments for each language and screen size.
Nightmare.