Forum Replies Created
-
AuthorPosts
-
Hi Alfred,
You’re welcome :) let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoHi,
You just need to add a Custom Class for example: my_custom_class to the 1/2 column then in Quick CSS, instead of using:
.page-id-2106 #av_section_2 .flex_column.av_one_half .av_textblock_section { padding-right: 50px; }you can use this instead:
#top .my_custom_class .av_textblock_section { padding-right: 50px; }Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoJanuary 31, 2018 at 10:30 am in reply to: Change the Post Slider's default arrow icon to custom image #905476Hi,
I have checked on the css file again however there are some weird characters which are showing (screenshot in private content), can you try to remove the spaces for example this code:
#top .avia-post-nav .iconfont:before { display: none; }should look like:
#top .avia-post-nav .iconfont:before { display: none; }Hope this helps.
Best regards,
NikkoHi,
You’re welcome. :) Try adding this css code:
#header .widget { position: relative; padding-bottom: 0; }Best regards,
NikkoHey Nicoletta_DUS,
You can find it here: https://kriesi.at/support/topic/enfold-theme-issues-and-cant-find-the-purchase-code-on-the-licence-download/#post-613542
Best regards,
NikkoHey Nicoletta_DUS,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#layerslider_33 .ls-wrapper.ls-bg-outer, #layerslider_33 .ls-wrapper.ls-bg-outer .ls-wrapper.ls-bg-wrap { max-height: 487px; } #layerslider_33 .ls-wrapper.ls-bg-outer .ls-wrapper.ls-bg-wrap img { transform: translateY(0) !important; }Best regards,
NikkoHi Alfred,
Glad that it works, let us know if you still need further assistance.
Best regards,
NikkoHey tammyfarrington,
Can you give us links to the free templates?
Best regards,
NikkoHey Malene,
Yes, it’s possible, can you give us a link to the page on your site where you want to implement it? so we can try to give you css code that should work.
Best regards,
NikkoHey Malene,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .slideshow_align_caption { max-width: 500px; } #top .slideshow_align_caption p { margin: 0 !important; }Hope this helps.
Best regards,
NikkoHi,
Sorry for the late response and glad that you found the solution :)
Best regards,
NikkoJanuary 31, 2018 at 9:34 am in reply to: Show less pictures on mobile using the masonry gallery #905437Hey therooob,
Thanks for your kind words :)
You can create a gallery that shows 8 pictures and in the Screen Settings, check Hide in small screens and very small screens, then create another gallery that shows 4 pictures and in the Screen Settings check Hide on large screens and medium sized screens. Hope this helps :)
Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS:
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello' !important; }and turn off the or flush out the cache.
Best regards,
NikkoHi Alfred,
Can you try removing this css code:
.container_wrap { border-top-width: 0px; margin-bottom: -57px; }and add this css code:
#header #custom_html-2 { padding: 0; } #header #custom_html-2 #scroll-bottom-link { top: 40px; }Hope this helps.
Best regards,
NikkoHi,
You’re welcome. Glad we could help :) Thanks for using Enfold.
Best regards,
NikkoHey elliottgao,
I have put your purchase code in private content so it could not be viewed by the public. I have checked your purchase code and it’s not registered, can you try to register again.
Best regards,
NikkoHey canalecatcher,
Find this code in includes > helper-main-menu.php:
/* * display the main navigation menu * modify the output in your wordpress admin backend at appearance->menus */above it add this php code:
$output .= '<div class="the_tagline">My Tagline</div>';just replace My Tagline with the tagline you want to use then add this css code in Quick CSS (located in Enfold > General Styling):
.the_tagline { font-size: 12px; line-height: 1; position: absolute; bottom: 6px; }Hope this helps :)
Best regards,
NikkoJanuary 31, 2018 at 7:19 am in reply to: Portfolio Items not responding to order by date or random #905400Hi,
Thanks for providing the login access, I have tested this on my local server and 4.2.2 masonry using random order works fine, however it’s not working on your end, would you give us permission to deactivate plugins temporarily? so we can try to isolate the issue.
Best regards,
NikkoHey J.C.,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
.avia-promocontent p { font-size: 1em; }Hope this helps :)
Best regards,
NikkoJanuary 31, 2018 at 6:53 am in reply to: How can I update LayerSlider to the current version? #905386Hey J.C.,
Yes, the version of Enfold theme you have is the latest version however the layerslider isn’t the latest version now (6.6.8), when Enfold 4.2.2 was about to be released the latest version was 6.6.7 of layerslider, which is tested with the Enfold theme.
Best regards,
NikkoHi,
I have added this css code in Quick CSS (located in Enfold > General Styling):
#top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: auto !important; line-height: 3 !important; padding-top: 12px; } #header #avia-menu span.avia-menu-fx { display: none !important; } #avia-menu ul.sub-menu { display: block !important; opacity: 1 !important; visibility: visible !important; background: transparent; position: relative; width: 170px; border: 0 !important; } #top #avia-menu ul.sub-menu a { padding-top: 0; padding-bottom: 0; background: transparent; border: 0 !important; font-size: 11px; line-height: 1; }Let us know if you need further assistance :)
Best regards,
NikkoJanuary 31, 2018 at 5:26 am in reply to: How to increase text size on "search not found" page #905352Hi,
You’re welcome, just glad we could help :) Thanks for using Enfold! Have a nice day :)
Best regards,
NikkoHi,
Glad we could help! :) Let us know if you need further assistance or if we can close the thread.
Best regards,
NikkoHi,
You’re welcome, try adding this css code:
.home #layer_slider_1 { border-top: none !important; }Hope this helps :)
Best regards,
NikkoHi,
Thanks for providing the login access, I have added this css code:
#top .avia-multi-slideshow-button.avia-slideshow-button { margin-right: 0; }inside this media query in Quick CSS:
@media only screen and (max-width: 767px) {Let us know if it’s good :)
Best regards,
NikkoJanuary 31, 2018 at 5:11 am in reply to: Don't get Google Maps to work (API-problem, no solution in other threads) #905342Hi,
Glad that the problem has been resolved, you can remove the login since it’s already fixed. Thanks for using Enfold :)
Best regards,
NikkoHi,
Yes that does make sense however Enfold doesn’t have that capability, to have something like global sections where any changes applied on 1 page will be applied to other pages that uses that global section. We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented.
Best regards,
NikkoHi,
Try adding this css code:
.page-id-2106 #av_section_2 .flex_column.av_one_half .av_textblock_section { padding-right: 50px; }PS: I would suggest using Custom CSS Classes instead so we don’t use page-ids :)
Best regards,
NikkoHi,
You’re welcome, try to replace the -25% on:
transform: translate(-25%);make it like -15% or -5%.
and good header logo and the widget header on mobile
can you elaborate more on what you want to fix or achieve?
Best regards,
Nikko -
AuthorPosts
