Forum Replies Created
-
AuthorPosts
-
Hey devgen,
I’m not sure I understood the issue. Can you elaborate on it more?
On a mobile device, when you click on the menu icon (or burger menu), the menu links shows up and you can’t scroll or after clicking nothing happens and it doesn’t scroll? I have tested your site using my mobile phone and it works properly.
Best regards,
NikkoHi,
I think what you want to achieve can be done by using widgets and following the instructions on this thread: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
NikkoMarch 24, 2017 at 3:40 am in reply to: tablet/small computer version doesn´t show content correct #765830Hi,
Thanks for using Enfold :)
Best regards,
NikkoMarch 24, 2017 at 3:40 am in reply to: Placing Thumbnail Images Above Tab Section Layout Element #765828Hi,
Glad we could help :)
Best regards,
NikkoHey jurgen1979,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-10 .av_textblock_section .avia_textblock { text-align: center; } .page-id-10 .av_textblock_section .avia_textblock p { display: inline-block; }
Hope this helps :)
Best regards,
NikkoHi,
Unfortunately it’s a bit complicated for class-breadcrumb.php to be replaced by copying from Enfold and pasting in the child theme, though some are easy to override but some of it doesn’t work. I’m not sure what you want to change but it might be answered in this thread https://kriesi.at/support/topic/change-safely-breadcrumbs-without-changing-anything-in-future-updates/
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
You’re welcome. Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .av_one_half, #top .flex_column { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; } }
:)
Best regards,
NikkoHi,
You’re welcome. Just comment back on this thread if you need help :)
Best regards,
NikkoHey luckylobo10,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .av_slideshow_full .avia-slideshow-inner { height: 300px !important; } #top .av_slideshow_full li img { height: 300px; width: auto; max-width: none; } #top .av_slideshow_full .slideshow_caption { padding-top: 20px !important; } }
Hope this helps :)
Best regards,
NikkoHi,
Okay, it’s simple it’s a nested ternary operator.
$size = strpos($blog_style, ‘big’) ? (strpos($current_post[‘post_layout’], ‘sidebar’) !== false) ? ‘entry_with_sidebar’ : ‘entry_without_sidebar’ : ‘square’;I make the inner one bold. So it’s like if
strpos($blog_style, 'big')
is true (or has value) then it performs another ternary operation
(strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar'
I hope my explanation is good :)
Best regards,
Nikko-
This reply was modified 8 years, 3 months ago by
Nikko.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_header_top.html_header_sticky #header { position: absolute !important; }
Hope this helps :)
Best regards,
NikkoHey CloudChoice,
I’m not sure if that would work. I’m not sure if I understood, just to confirm, you want to submit the shortcode inside the comments form?
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for sharing what plugin is causing the issue, you can keep it deactivated or totally remove it, looking at it’s name and description it doesn’t seem like a necessary plugin :)
Best regards,
NikkoHey eknitwear,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-hover-overlay-active .av-masonry-image-container { opacity: 1 !important; }
Hope this helps :)
Best regards,
NikkoHi,
Let us know if you need more help on this topic? :)
Best regards,
NikkoHi,
Can you try to resize the image, I think about 400px in width and try re-upload the image. Seems like firefox doesn’t do well in scaling down the image compared to chrome: http://stackoverflow.com/questions/5918595/why-is-firefox-so-bad-at-resizing-images
Best regards,
NikkoHi,
Edit the page and on the sidebar (near the bottom) find Header visibility and transparency and choose Transparent Header. Let us know if this helps :)
Best regards,
NikkoMarch 23, 2017 at 1:47 pm in reply to: Vimeo Video embed problem – theme shows link instead of video #765426Hi,
Glad that you have fixed it! Thanks for using Enfold :)
Best regards,
NikkoHey BPC,
In Avia Layout Builder, you should find Social Share Buttons under Content Elements :)
Best regards,
NikkoHi,
Try to enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then on pages that is short of content, try to add a class on the section for example, put custom_section as class. Then on Quick CSS (located in Enfold > General Styling), add this css code:
#top .custom_section { min-height: 64vh; }
Let us know if this helps :)
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHey paola86pp,
Enfold only has mailchimp integrated with the theme, you will need to find plugins that support Getresponse to make it work.
Best regards,
NikkoHi,
Thanks for your kind words :) You’re site looks awesome!
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHi Dee,
Glad that you have already fixed it. It can’t be changed in color section but there’s a Color tab in Special Heading module which you can apply the color. Anyways, thanks for using Enfold :)
Best regards,
NikkoMarch 23, 2017 at 12:38 pm in reply to: Adding Menu to WooCommerce Product Category and Single Pages #765375Hi,
Yes, you posted it right :) It doesn’t process the shortcode because you need to put it inside this function:
do_shortcode();
Try using this code instead: http://pastebin.com/hkr9vc8A
Hope this helps :)Best regards,
Nikko -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts