Hey brycenagels!
Please update Enfold to version 2.4.5 as it is fully compatible with WordPress 3.8. And make sure that you are using the latest version of WooCommerce.
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 156px!important; }
#header_main .container, .header_color .main_menu ul:first-child > li > a {
height: 156px!important;
line-height: 156px!important;
}
.fixed_header #main {
padding-top: 156px;
}
Regards,
Yigit
Ok,
I had another thread opened, but it was closed.
I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?
I have them in edit mode, but they do not appear once the page is live.
The page I’m speaking about is:
There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.
Any way of getting them to work in the short description?
Thanks,
Hey!
It seems like the “kitchenbug” plugin causes the issue. It adds following css code to the website
.clearfix {
display: inline-block;
}
which breaks the map widget. You’ve two options
1) Remove the kitchenbug plugin
2) Insert following code into the quick css field to overwrite the kitchenbug code
#top #wrap_all .clearfix {
display: block;
}
Regards,
Peter
Hi jmikhail!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) and (max-width: 989px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 3px;
}}
Regards,
Yigit
Hey!
Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.
Best regards,
Ismael
Hi!
Please firstly update Enfold to the latest version 2.4.5 and let us know if issues remain
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
body div .avia-button {
border-radius: 1px; }
Best regards,
Yigit
Yes I have pasted the exact code you provided but no result I can’t still see my map is contact us page.
Hi upperhand!
You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/
If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/
Best regards,
Ismael
Hi patriscia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-caption .avia-caption-content p { font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 18px;
}
Regards,
Yigit
Hey!
Have you tried this on Quick CSS?
.avia_textblock,
.avia-icon-list,
.avia-button,
.avia-testimonial,
.iconbox,
.avia_message_box,
.avia-team-member,
.widget,
.post,
.team-img-container img,
.team-social,
.iconlist_icon,
.fallback-post-type-icon,
.fullsize .related_posts,
.grid-image,
.avia-caption-content, .avia-caption-title,
.entry-content-wrapper,
.avia_start_animation
{
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
Best regards,
Ismael
Can you please give an email that I can use outside of this forum please for sharing this info with both Enfold and Yoast.
Hi!
You are using Enfold version 1.7 which is very old considering the latest version is 2.4.5. Please update Enfold theme to version 2.4.5 and WordPress to 3.8. There have been many bug fixes and improvements done to the theme since version 1.7.
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
To update via FTP, you should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download it.
Best regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hey!
Please go to this link i posted http://kriesi.at/documentation/enfold/using-a-child-theme/
and take a look at video tutorial. You can also download pre-built child theme on the same page.
Regards,
Yigit
Hi!
As Devin explained in the documentation and i quote
“Why use a Child Theme?
A Child Theme sits on top of Enfold so that you can give it your own custom name, thumbnail image in the admin, and safely get into more advanced customization without the risk of a theme update writing over your work. We’ve prepared a child theme for you that will automatically load the Enfold theme as its parent.”
Cheers!
Yigit
This reply has been marked as private.
Concerning the “Enfold” theme…
I cannot figure out why the “Blog Grid” is not being displayed correctly.
I also noticed that the title says, “Blog Grid – Latest News” when it should just say “Blog Grid”.
Just sent you a private email with the login credentials to see for yourself.
Look forward to your assistance.
Hey!
You are welcome Jan, glad we could help :)
Regards,
Yigit
yes, I meant the bar to show above the page, I turned it on, but it does not show. I just installed a fresh copy of your Enfold template, http://enfold.conceptweb.eu/ it shows the black area bar, but an empty bar. I turned on the admin bar… Anything that I can do ?
You’re my hero. :D
I very much appreciate your generousity. I know, you don’t have to do that!!
Cheers,
Jan :)
Hi nsmllc!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 116px;
}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
body { font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; }
Cheers!
Yigit
PERFECT! Thank you, Yigit!!!!
Except for changing the body copy to PT Sans, I figured out everything else :)
Jan
Hi!
Are you using a child theme? If not please create and copy the changes you made to functions.php file of your child theme
http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
a.ajax_previous, a.ajax_next { display: none; }
Cheers!
Yigit