I’ll check again tonight, but I triple checked yesterday night and was simply ‘enfold’
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 40%; }
.main_menu {right: 30%; }
#header_main .container { height: 120px; }
.main_menu ul:first-child > li > a { height: 60px; margin-top: 60px; }
.logo, .logo a, .logo img { max-width: 200px!important; }
You may need to adjust first two lines depending on the size of your logo and menu
Cheers!
Yigit
i tried as follows:
– created a folder “includes” in child theme
– copied and renamed (to: alternative-markup.php) the avia-markup.php from enfold theme to includes
– made my alternative markup on this file and changed function name to function alternative_markup_helper
– added require_once( ‘includes/alternative-markup.php’ ); to my functions.php
– changed all avia_markup_helper to alternative_markup_helper in cpt files: my-loop.php and my-single.php
but… does not work :-/
is there a better solution? can you find my mistake?
greez
rene
Hi alexoua!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a, #header_main .container { height: 88px!important; line-height: 88px!important; }
.logo, .logo a, .logo img { max-height: 88px!important; }
Best regards,
Yigit
Hi
I need to remove this link from the socket
I would be quite happy to advertise Enfold but clients follow that link and see that their website has been created from a template that cost a few dollars. Not good when your charging a few 1000 dollars
I have the latest version of Enfold and I did read somewhere that this can now be done easily. I did try before on the last version of enfold but could not remove it.
Please advise me in simple words as i am only a novice with no coding experience
Thanks
Peter
Hello!
I was about to update our wp- enfold page today, but the whole theme option is gone from our wp controlpanel.
Do you know for any reason why ?
Best regards
Carl-Fredrik K Furset
Frisk Flora
Hi!
@tecworth Can you post a screenshot? Are you using MegaMenu? If not, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .main_menu .menu li ul a { padding: 4px 15px; }
Best regards,
Yigit
Hello,
I need to place a HTML code in a Enfold module in order to place a advertisement code.
I don’t see any HTML building-block in the page builder!
Some one did already place some ads in Enfold?
Hi Raymmar – nice site. A question if I can. On you icons with the Koi is the float in link standard or is that custom. Cheers
Hi!
I have checked your website on Chrome, Firefox and IE 10 mode on Win7 and logo looks fine. If issue remains on your end, please try adding following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 231px; }
Cheers!
Yigit
Hola Josue,
Verás, dos cosas,…
Primera – Yo no he montado mis páginas utilizando Color Sections, puesto que su fondo iba a ser el blanco desde el principio. No hay pues Colors Sections en estas dos paginas cuyas url te he pasado
Segunda – He estado jugando con los colores de las Border Colors en Main Content y Alternate Content dentro de Enfold, y si pongo esos colores en #ffffff, efectivamente las lineas grises (#e1e1e1)a las que te hago referencia desaparecen, pero desgraciadamente también desaparecen las lineas grises que enmarcan el Promo Box y los Testimonials, con lo que el tema tiene una mala solución.
Así que vamos a dejar el tema como está si te parece bien, a no ser que se te ocurra alguna otra solución.
Muchas gracias pues por tu ayuda,… Adolfo
Hey maximadz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child {
position: relative!important;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div.gridfx-item-content { top: 27%; }
.header-scrolled div.gridfx-item-content { top: 14%; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#tab-description h2 { display: none; }
Regards,
Yigit
Hi guys,
is there any possibility to deactivate the link about-the-author?
Example (from theme karma):
(box) The author’s bio is displayed at the end (enfold: at the beginning) of each single blog post. Un-check this box to didable this functionality.
Tip: Author bio can be set within the wordpress-Profile page (Link)
Thanks for your support!
Oliver
Hello,
I am having some troubles with the breadcrumbs.
This post is similar to the problem i have link
My problem is that, i have created a page of my own called “Home Page”, and set it as my frontpage under “Theme Options”. (I have not changed anything under Settings>Reading. It is set to to show the “your latest posts” by default).
What i don’t understand, is why Enfold ignores that page and displays a page called “Home” that i have not created.
I would like to remove that “Home” page completely and display the proper “Home Page” i created.
It evens gets weirder when using 2 or more languages as they get mixed up together creating a big mess.
Thanks in advance.
Hi Peter,
thanks for the fast reply and the code fragment.
Could you please explain why enfold doesn’t support get_template_part() and instead uses filter. What is the advantage ?
Kind Regards,
Fox
Alright well I can confirm that the email on my Gravatar account matches with the email on my user page within the Dashboard, but the Gravatar images still don’t show up next to my posts.
Could it be a problem on Gravatar site end of things?
Ben
Hi!
Insert this code into the functions.php file:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
function avia_add_custom_icon($icons)
{
$icons['status'] = array( 'font' =>'social-fontello', 'icon' => 'ue803');
return $icons;
}
to register a new icon. Replace the icon and font values if necessary.
Is enfold supporting get_template_part( ‘content’, get_post_format() ); ?
No, because Kriesi uses a filter to change the post format layout and does not load different templates. For all available filter see: wp-content/themes/enfold/includes/helper-post-format.php
Best regards,
Peter
Hi!
The theme does not connect to any wordpress.com or wordpress.org profiles. All user settings are stored in the local database and you can change them on the user screen (Admin Dashboard > Users > All Users and then hover over a username and click “edit”). The email address of your user (and all users who want to use their gravatar images) must match the corresponding gravatar account address(es).
Cheers!
Peter
Hey!
Go to WPML > Taxonomy Translation – there you can translate all taxonomies including the “Tags” taxonomy. I noticed a “Synchronize Tags assignment in content” button on this page which may help you. I recommend to ask the WPML devs if they can give you some useful tips. They know their plugin better thn we do and maybe I there’s a “duplicate all content” option and I just missed it.
Cheers!
Peter
Hi!
Please check the theme folder. Use ftp, connect to your server and go to wp-content/themes. Make sure that the parent theme folder is called “enfold” and not “enfold enfold” or “enfold%2Fenfold”.
Best regards,
Peter
Hi Ismael,
thanks for your reply. With these changes i get some warnings from font-manager.class.php (622); because the icon for status is not defined.
Is enfold supporting get_template_part( ‘content’, get_post_format() ); ?
I think this would make some changes a lot easier.
Kind regards,
Fox
Hey hanlinsg!
1) This is not easily possible – please hire a freelancer if you want to modify the layout of the single product template. You can contact werkpress here: http://kriesi.at/contact/customization or hire a freelancer here: http://www.microlancer.com/
Note that relocating the “Add to cart” button position causes incompatibility issues with third party plugins for sure. That’s one of the reasons why we decided to stick with the default WooCommerce layout with Enfold. With propulsion we had several problems with third party plugins.
2) Insert this code into the quick css field:
#top div div.product .woocommerce-tabs ul.tabs li a {
display: none;
}
#top div div.product .woocommerce-tabs .panel {
border: none;
background: #ffffff;
}
3) Seems like Josue solved it: https://kriesi.at/support/topic/tab-content-field-unclickable/’
Regards,
Peter
This is not a good news!
Second step question: Does exists a way to translate or duplicate all portfolio tags?
(I can work directly on db, if necessary)
Anyway thank you for the answer!
-
This reply was modified 11 years, 10 months ago by
FLORENCE2014.
Thank you! You helped me!!
Now you have a friend! :)
You’re talking about the “Users” tab within the wordpress.org dashboard right? In that case then yes, my email there matches up with my email for my wordpress.com profile (with my Gravatar). And I have the “multi-post” author options selected, so it should be all set, but my Gravatar image is still not popping up on any of the posts that I have authored on my page.
Here is the URL for my site: concordnanae.com
All I’m seeing in each circle is still the small pen icon, or whichever icon I check off in the media option of each post.
Ben
Hi Peter,
I use the latest Enfold’s version. Your code creates an error when I copy paste it in functions.php:
Parse error: syntax error, unexpected T_FUNCTION in /home/wineengratisvakantie.nl/public_html/redline/wp-content/themes/enfold/functions.php on line 470
Regards,
David
Hi bhaydock!
WordPress will connect your user email address (you can change it on the wordpress dashboard/admin page) with your gravatar account. Just make sure that the gravatar account email address matches your wordpress user address.
Best regards,
Peter