Forum Replies Created
-
AuthorPosts
-
Hey JennyGr,
Try to enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then add a class name to the 1/2 colum, for example clear_none, then on Quick CSS (located in Enfold > General Styling) add this css code:
#top .clear_none { clear: none !important; margin-left: 6%; } @media only screen and (max-width:960px) { #top .clear_none { margin-left: 0 !important; } }
Hope this helps :)
Best regards,
NikkoHi,
You need to put the codes in different files/locations, the css code should be added in Quick CSS (located in Enfold > Styling) or your custom css file like style.css of your child theme:
.main_menu ul:first-child > li > a { font-size: 25px; } #top .social_bookmarks li a { font-size: 25px; } strong.avia-testimonial-name { font-size: 20px !important; }
These codes should go to functions.php:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Icon Label'] = 'icon_name'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Best regards,
NikkoHi,
You might want to check this post: https://www.doitwithwp.com/create-functions-plugin/
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoMarch 27, 2017 at 4:03 am in reply to: Events Calendar Pro change the background and font color #767151Hey Terry,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top td .tribe_events { background: #333 !important; }
Hope this helps :)
Best regards,
NikkoHi,
Glad that you fixed it! Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that you fixed it. Thanks for using Enfold :)
Best regards,
NikkoHey Alan,
Can you create folder inside your child theme and name it fonts then put the font files there. Then on your css change it to:
@font-face { font-family: 'akkuratregular'; src: url('fonts/akkurat_regular-webfont.eot'); src: url('fonts/akkurat_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/akkurat_regular-webfont.woff2') format('woff2'), url('fonts/akkurat_regular-webfont.woff') format('woff'), url('fonts/akkurat_regular-webfont.ttf') format('truetype'), url('fonts/akkurat_regular-webfont.svg#akkuratregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'akkurat_lightregular'; src: url('fonts/akkurat_light_regular-webfont.eot'); src: url('fonts/akkurat_light_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/akkurat_light_regular-webfont.woff2') format('woff2'), url('fonts/akkurat_light_regular-webfont.woff') format('woff'), url('fonts/akkurat_light_regular-webfont.ttf') format('truetype'), url('fonts/akkurat_light_regular-webfont.svg#akkurat_lightregular') format('svg'); font-weight: normal; font-style: normal; }
Hope this helps :)
Best regards,
NikkoMarch 25, 2017 at 7:33 am in reply to: How can i make changes in blog layout within child theme #766538Hi,
Glad that it is resolved :)
Regards,
NikkoHey Aleksandr,
I think this is duplicate of this thread https://kriesi.at/support/topic/masonry-gallery-images-lightbox/ (though this one shows the screenshot). I’ll be closing this thread :)
Best regards,
NikkoHey Aleksandr,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.mfp-img { -webkit-animation: none !important; animation: none !important; }
Hope this helps :)
Best regards,
NikkoHi Thomas,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.ls-wrapper > h1.ls-layer, .ls-wrapper > h3.ls-layer { height: auto !important; width: auto !important; }
Hope this helps :)
Best regards,
NikkoHi,
Try adding this css code:
#top .sidebar .current_page_item > a { color: blue; }
Hope this helps :)
Best regards,
NikkoHey tdproperty,
No, we currently don’t have fix for that at the moment, can you give us temporary admin access? so we can check the backend and see the errors.
Best regards,
NikkoHey ISN-Security,
I can still see 10 images in grid rows in mobile version though it doesn’t look that nice on mobile. Can you give us temporary admin access? so we can do some changes only on the page you gave. I’ll post all the changes I’ve done so you will be notified of what are changed on your site. Just post the login details in Private Content so only moderators can view.
Best regards,
NikkoHi,
I’m not sure also why it’s there but I’m guessing it might be caused by some plugins trying to merge, minify or do some stuff with the js scripts.
Best regards,
NikkoHi,
Yes, unfortunately that’s the best method I know.
Best regards,
NikkoHey Vincent,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .breadcrumb, #top .breadcrumb a { color: #333; }
Hope this helps ;)
Best regards,
NikkoHey xxtita,
No idea atm, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Can you give us ftp access also? so we can check the files also.
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoMarch 25, 2017 at 6:06 am in reply to: Enfold 4.0.3: Textblock Save Button does not respond/work #766479Hi,
@mdse013: Glad that it’s fixed :)@Chowdhury: Thanks for helping out. The reason why it should be unchecked is the visual editor is needed by Avia Layout Builder that’s why it shouldn’t be disabled :(
Best regards,
NikkoHey Dunc,
I think the conflict is between Gravity Forms and Enfold. Have tested latest version of Yoast SEO with Enfold and it works just fine. Can you give us temporary admin access so we can look if there are js errors on your end? just place the details in Private Content when you reply :)
Best regards,
NikkoHey Krzysztof,
Sorry for the late response. I’m not sure I understood what you are trying to achieve. Can you elaborate more on it? having a screenshot or a something visual could help us understand better.
Best regards,
NikkoMarch 25, 2017 at 5:51 am in reply to: Masonry Gallery Bug since 4.0.3 when Lightbox is deactivated #766474Hey Manuel,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey dick1980,
Sorry for the late response, can you post a link to your page with the layerslider? are you using a boxed layout?
Best regards,
NikkoHey koen_dieren,
This bug has been reported to Kriesi and our devs. The layerslider doesn’t work well with a boxed layout. I suggest you set the Layout to Fixed Size for now until the issue is resolved :(
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoHi,
Try adding this css code:
.home .flex_column.av_one_third { margin-left: 3%; width: 32.3333333%; }
We are giving you page specific css codes so it doesn’t affect the whole site. Hope this helps.
Best regards,
NikkoHey Colin,
You are using Open Sans font for heading while Enfold 2017 uses Lato, try to change this in Enfold > General Styling > Fonts (tab) > and set Heading Font to Lato. Hope this helps :)
Best regards,
Nikko -
AuthorPosts