The issue is definitely there on Chrome on a MAC but we may have solved it using.
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
This has given us consistency on all browsers.
Only problem, text still flashes when viewing on an iPad???
I noticed this does not happen on the Enfold demo.
Any ideas please???
Hehe, that’s how things work right now, feel free to request it here as a feature for future updates.
If you have any additional questions please let me know :)
Cheers!
Josue
Hi cerelogic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; }
Cheers!
Yigit
What happens if you make changes to the loop-index file in the next Enfold release? How would these be reflected in the child theme? Thanks.
Hi interage!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to increase the height of menu fx and adjust as needed
.avia-menu-fx { height: 10px; }
Can you post the link to your website so we can see the border?
Regards,
Yigit
The featured image for a single post appears to be displayed at the same height and cuts off the top and bottom of an image. How do you set the featured image so that the whole image is displayed on the single post instead?
My current theme configuration is:
Enfold Theme Options > Blog Layout > Single Post Options > Single post with big preview image
Current image size uploaded: 1066 w x 600 h
However, the image height is cropped in the single post to about 360px.
Thanks!
You are including the old shortcodes.js in your child theme, that’s why it’s not working:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 1);
function avia_register_child_frontend_scripts()
{
$child_theme_url = get_stylesheet_directory_uri();
wp_dequeue_script('avia-shortcodes');
wp_enqueue_script( 'avia-shortcodes', $child_theme_url .'/js/shortcodes.js', array('jquery'), 1, true );
}
You need to update that file.
Best regards,
Josue
-
This reply was modified 11 years, 7 months ago by
Josue.
Hi!
I would guess a conflict with one of the active plugins. The numbers aren’t getting the correct visibility applied to them so they are staying hidden. I added:
.js_active .avia-animated-number-title {
visibility: visible;
}
to your Quick CSS but it looks like the server has some server side caching so its not getting updated on the front end. Either that or there is something else preventing the enfold.css from getting updated.
Regards,
Devin
Hi lewiede!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.avia-icon-list-container.avia-builder-el-8.el_after_av_image.avia-builder-el-last {
margin-top: 10px;
}
div.avia-icon-list-container.avia-builder-el-6.el_before_av_image.avia-builder-el-first {
margin-bottom: -15px;
}
Best regards,
Yigit
This reply has been marked as private.
Hey mattkara!
Please see – http://kriesi.at/documentation/enfold/remove-post-navigation-for-a-post-type/
You can also add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none !important; }
Regards,
Yigit
There are two arrows (one at the left edge of screen and one on the right) that lead viewers to older or newer posts. How do I disable or remove those arrows?
Notice the arrows on your won site – http://kriesi.at/themes/enfold/2013/10/23/the-lone-balloon/
The left edge arrow goes to this post – Add posts with various post formats easily. This is a post of post format Quote!
And the right edge arrow goes to this post – Billionaire Oilman Fueling America’s Recovery
How do I remove or disable these side arrows?
QUESTION 1:
I was wondering if I need to have an SEO Plugin installed with Enfold them for it to be fully optimized for Google stats. I already added the Google Analytics ID to my site – so …need some clarity now….THANKS!
ALSO:
Is there a way to change the color of the main heading? I am referring to the section that shows the Title of the menu link that you click on – For example: I will click on Writing Services link and it shows up as an heading can I can the only the back ground color for that little middle area? – THANKS
Yes, that will update the Enfold theme.
Best regards,
Josue
Hi,
I just re-added my credentials and API key in the Child Theme settings, and now I’m seeing the update for 2.8 appear.
This will update the Enfold theme, and -not- the child theme, right? Just to be sure… ;-)
rob
Hey guys, I’d appreciate any kind of guidance or help with my issue
I have tried loading web fonts into my Enfold theme in the Edit CSS section of WordPress by using
body {
font-family: ‘Helvetica Neue’, Fallback, sans-serif;
}
@font-face {
font-family: ‘Helvetica Neue’;
src: url(‘webfont.eot’);
src:url(‘webfont.eot?#iefix’) format(’embedded-opentype’), url(‘webfont.woff’) format(‘woff’), url(‘webfont.ttf’) format(‘truetype’), url(‘webfont.svg#svgFontName’) format(“svg”);
}
and my client is still saying the web font Helvetice Neue is still not visible,
is there a proper area to edit or add this feature in Enfold theme?
or a different way of doing it?
Thank you a head of time for your help
Colin J
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.av-share-box:nth-child(2) {
display: none!important;
}
Best regards,
Yigit
Hi,
I’m running a child theme off of the Enfold Theme. Could that be the issue here?
rob
@peterolle, i think this is happening because you have changed all the parent theme meta info (style.css, folder name, etc), therefore is not recognizing it as the “enfold” theme.
@RobWu can you please create me an administrator account? post it here as a private reply.
Best regards,
Josue
Hi!
You are welcome!
4- Please see Kriesi’s respond here to similar question – https://kriesi.at/support/topic/accordion-slider-on-mobile-device-can-i-increase-height/#post-274009 .
You can request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Hey!
Yes, another popular plugin is Relevanssi: http://wordpress.org/plugins/relevanssi/ – I’m using the premium version for my websites at the moment. The integration guide can be found here: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Cheers!
Peter
Hey!
This issue is fixed in the last version of Enfold (2.8.1), please update the theme.
Best regards,
Josue
This reply has been marked as private.
Hey papernapkinmarketing!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 200px
Cheers!
Yigit
Hi!
Try enabling debug mode, that way you can see all the generated shortcode right below the ALB:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
Josue
Hi!
Please add !important rule as following
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 30px!important;
}
You can add background image to header in Enfold theme options > General Styling > Header > Background Image but you cannot display different images on each page
Cheers!
Yigit
Hey!
Please add following code to Quick CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 30px;
}
then go to Enfold theme options > Header Layout > Transparency Options and change “Transparency menu color”
Cheers!
Yigit
hi,
i install the plugin and use this code from peter:
http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
But that is may be not enough, it do not work in the ajax search.
Thanks for help
Hey!
Please firstly try deactivating all active plugins and check if that helps and if you are making changes on theme files, we would recommend using child theme. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Yigit
I managed uploading and adding custom icons with your help. Now i want to ad the standard element : name “home” code “ue821” using this
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/ but nothing chaged , i am using a child theme.
The option in the theme options doest show up