-
AuthorSearch Results
-
June 22, 2016 at 4:21 am #651850
In reply to: Header logo image not clickable
Hi Vinay
Thank you for your reply. With the css you provided, It looks perfect in small screen. I tried resizing the browser it looks greatbut it still looks like this in iphone. see this screenshot.
and also the text is not clickable, no links , no hover style.
This is all the css used in quick css to get this header widget right. May be it is a bit too much :) May be it needs a bit of clean up. Your help would be highly appreciated.
/* header widget for LARGE screen*/ #header .widget { font-size: 34px; line-height: 40px; position: absolute; right: 50px; top: 0; z-index: 100; height: 100%; margin: 0; padding: 0; text-align: right; } @media only screen and (min-width: 767px) { #header .widget{ max-width: 1210px; left: 0; right: 0; margin: 0 auto; } } #header.header-scrolled .widget{ font-size: 23px; line-height: 30px; } #header .widget .textwidget, #text-2{ display: table; width: 100%; height: 100%; float: right; z-index: -999 !important; } #header .widget .textwidget .custom-text{ display: table-cell; vertical-align: middle; } #header .custom-text .icon{ font-size: 42px; } #header.header-scrolled .custom-text .icon{ font-size: 32px; } #header .custom-text .icon span{ float: none; display: inline-block; margin-left: 0; margin-right: 9px; } #header .widget .custom-text p, #header .widget .custom-text a{ font-weight: bold; color: black; margin: 0; } /* header widget anchor text hover, it affects social icons too*/ #header .widget .custom-text a:hover{ color: green; } /* header widget for MEDIUM screen*/ @media screen and (max-width: 989px) and (min-width: 767px) { #header .widget { font-size: 26px; } #header .custom-text .icon{ font-size: 40px; } } /* header widget for SMALL screen*/ @media screen and (max-width: 767px){ #header .widget { font-size: 14px; line-height: 24px; right: 100px; padding: 0; } #header .custom-text .icon{ font-size: 26px; } .responsive .logo, .responsive .logo a { height: 200px !important; } .responsive .logo img{ height: 180px !important; } } /* .content { padding-top: 10px; padding-bottom: 10px; } */ .main_menu { left: 0px; right: auto; height: 0px; display: none; } .special_amp { font-family: inherit; font-style: normal; font-size: inherit; line-height: inherit; font-weight: bold; color: inherit!important; } /*footer image media query*/ @media screen and (max-width: 720px) { .textwidget img.avia_image { margin-right: 100px; } } #text-2 { right: 100px !important; margin-right: 0px !important; } /*reduce color box top padding*/ .content { padding-top: 10px; padding-bottom: 10px; } /* added */ #header .widget .textwidget, #text-2 { display: table; width: 35%; height: 100%; float: right; display: inline-flex; padding: 45px 0px 0px 0px; } #header.header-scrolled#header .widget .textwidget, #text-2 { display: table; width: 35%; height: 100%; float: right; display: inline-flex; padding: 10px 0px 0px 0px; margin-left: 100px; } @media screen and (max-width: 1900px) and (min-width: 989px) { #text-2 { right: 40px !important; margin-right: 0px !important; } } @media only screen and (max-width: 766px) and (min-width: 480px){ #text-2 { right: 100px !important; margin-right: 0px !important; } } @media screen and (max-width: 767px){ #header .widget { font-size: 14px; line-height: 24px; right: 130px; padding: 0; } #header .custom-text .icon{ font-size: 26px; } .responsive .logo img{ height: 140px !important; } } @media screen and (max-width: 480px) { .responsive .logo img { height: 90px !important; } .responsive #top #wrap_all .container { width: 99%!important; max-width: 99%!important;}}June 21, 2016 at 4:57 am #651228Topic: Small additional logo to header?
in forum Enfoldunktehi
ParticipantI’m trying to add a guarantee seal to the right of my menu options on my menu.
I’ve followed the instructions here:
The image is showing up, but it’s not automatically shrinking/ resizing like the rest of the header when someone scrolls. Is there a way to remedy this?
-
This topic was modified 9 years, 7 months ago by
unktehi.
June 20, 2016 at 10:41 am #650716In reply to: Header Changes on A Single Page
Hi Ismael,
Yes, I am aware of that. That is not the problem. Please see my original message above. The logo resizes automatically, it was was just for test to see what it would look like.
However, we need to have a larger sized logo so that it would be more visible. It will obviously not be 1041x902px but it does need to be slightly larger than the other one 185x67px. And because of it’s square shape and the fact that it needs to be larger that the other one 185x67px it would not fit in the current space. Can you please help with the 3 issues I mentioned in my original message:”
Hi,I would like to have a different logo and link on a single page. I added this code in functions.php which seems to work:
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(is_page(72344)) {
$logo = “http://www.vuelio.com/uk/wp-content/uploads/2016/06/2016-Blog-Awards-Trophy-Design.png”;
}
return $logo;
}add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
if(is_page(72344)){
$link = “http://www.vuelio.com/uk/blog-awards/”;
}
return $link;
}However the logo on this specific page is larger than the logo on the rest of the site and square shaped so I would like to increase the height of the header containing the logo and the main menu (only on this page) while also keeping the main menu centered vertically within this new space.
This square shaped logo also doesn’t look good when scrolling down with the sticky header active. Is it possible to deactivate the sticky header on this page alone?
Finally, on the same one page, is it possible to deactivate the top bar containing the secondary menu?
I hope you will be able to help with the 3 issues above.
Thanks,
Flavius
“June 15, 2016 at 7:50 am #648451In reply to: Mega menu with a long list of sub-items
Hi,
Here you go this code will make the long menus scroll Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header ul:first-child >li > ul { overflow: auto!important; max-height: calc(100vh - 200px); } /*-----------------------------------------*/ /* Custom scrollbar */ /*-----------------------------------------*/ ::-webkit-scrollbar { width: 6px;} ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } #header .widget:hover::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 56px rgba(0,0,0,0.9)!important; } #header .widget:hover::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 56px rgba(0,0,0,0.85)!important; } #header .widget:hover ::-webkit-scrollbar-track { background-color: rgba(0,0,0,.085)!important; box-shadow: inset 1px 0 50px rgba(0,0,0,.61)!important; }Best regards,
VinayJune 14, 2016 at 4:48 am #647756In reply to: Mobile Full width submenu with overflow and scroll
Hi,
Again, what i’m trying to fix is to get the submenu to stick to the top of the screen when users scroll through the page.
Fixed or sticky elements are not fully supported on mobile devices and the script that enables this on desktop view is not going to work properly on touch devices. Unfortunately, we won’t be able to help you with this. Please hire a freelance developer or contact codeable: http://kriesi.at/contact
If you want to test it, edit the css > shortcodes.css file, look for this css code around line 4405 then remove it:
.responsive #top .av-submenu-container{top: auto !important; position: relative !important; height:auto; }This will enable the sticky submenu on mobile but there will be an issue with its position.
Best regards,
IsmaelJune 10, 2016 at 7:18 am #646060In reply to: Mobile Full width submenu with overflow and scroll
Hi,
The fullwidth submenu is not sticky on mobile phones.
That is the default behaviour of the full width submenu because “fixed” positioned elements are not handled consistently on mobile devices. If you want to make it scrollable, add this in the Quick CSS field:
@media only screen and (max-width: 767px) { #top .av-submenu-container ul { white-space: nowrap; overflow-x: auto; } }Remove this css code:
@media only screen and (max-width: 480px) @media only screen and (max-width: 580px) .av-submenu-container ul { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; position: fixed!important; }It’s a bit counter intuitive though because there is no indicator that it is scrollable. Please enable the button in the “Mobile Menu Display” settings.
Best regards,
IsmaelJune 7, 2016 at 2:03 pm #644057Topic: Header – The Same Across All Screen Sizes
in forum EnfoldWP Turned UP
ParticipantHello. Please see the previous communication here. I was advised to open another thread.
I tried the recommend CSS. The issue persists and is worse in terms of positioning. Please see this image for desirables. .
On scroll the header background should/does change to a solid, so I’m not sure why the theme would automatically change this styling, starting with mobile phone queries.
Thank you,
RyanJune 3, 2016 at 12:39 am #642327hi andy
ich logge mich in das backend ein
dann wähle ich seiten aus
dann die seite die ich bearbeiten will
dann bin ich in der bearbeitsungsmaske / advanced layout builder drin
dann ändere ich einen inhakt, text oder bid
hinterher scrolle ich hoch und speichere
der letzte inhalt, das bild mit mit den dankenden mitarbeitern ist nach dem speichern nichtmehr da
es werden die inhalte nur bis ca. zur hälfe angezeigtdie screenshots zeigen die einzelnen steps.
eine vermutung, kann es sein, dass dies mit dem automtishen speichern zu tun hat?bitte um hilfe. wir haben wirklich probleme mit der seite.
danke
June 2, 2016 at 10:01 pm #642243In reply to: Main Menu – Drop down menu height
Thanks.
I have removed this code now:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: auto;
}Now my “About” menu is fine but my languages menu can’t be scrolled.
Thanks
June 2, 2016 at 8:49 pm #642207Topic: Main Menu – Drop down menu height
in forum Enfoldlucybb
ParticipantHi,
I added the following custom CSS to my theme:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: auto;
}I did this because my languages menu is long and without this added CSS it is not scrollable and users cannot select languages at the bottom of the list like Chinese & Thai.
However I don’t want my About menu to be 500px tall as it is currently because of this CSS.
Is there a way to make my Languages menu scrollable without also forcing all menus to be 500px tall?
Thanks
June 2, 2016 at 3:32 am #641782Topic: Auto scrolling like jetsmarter.com?
in forum EnfoldStarkos
ParticipantIs there a feature available in Enfold theme that will allow full screen images to appear one after the other as the user scrolls downward? See jetsmarter.com as an example please. Thank you!
June 1, 2016 at 9:20 am #641330In reply to: Tables on smartphon
hi rikard,
this is not possible because it is huge work and not possible for me… any automatically change to make tables scrollable on smartphones?
kr dirk
May 29, 2016 at 9:25 am #639918In reply to: Mobile Full width submenu with overflow and scroll
Hi Vinay,
thank you, but it doesn’t seem to work.
could it be conflicting with my other css for sub menu?
here’s all the css currently active on my site@media only screen and (max-width: 580px) { .av-submenu-container ul { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }} ::-webkit-scrollbar { display: none; } @media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed!important; }}May 21, 2016 at 10:41 am #636178Topic: Text to show on page scroll down
in forum Enfoldaussiedropbear
ParticipantHello,
I am wanting to have a several paragraphs show on the page but only when you scroll down to that part/section of the page, any section above this would always be shown.
I was initially thinking of using the accordion but do not know if it can automatically open on scroll to.
Can you suggest another method?
Thanks.
May 20, 2016 at 7:01 am #635734In reply to: Ajax Floating Contact Form
I finally came up with the following pieces of codes and put in in code block. it worked perfectly except for the mobile version:
1) The contact form distance from the top of the page is set for desktop and don’t know how to adjust it in mobile version so whole contact form can be seen in mobile version
2) the contact form goes behind texts and pictures.
Can you solve those issues for me?
Thanks.
Code Block #1
<!-- include Google hosted jQuery Library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ var _scroll = true, _timer = false, _floatbox = $("#contact_form"), _floatbox_opener = $(".contact-opener") ; _floatbox.css("right", "-300px"); //initial contact form position //Contact form Opener button _floatbox_opener.click(function(){ if (_floatbox.hasClass('visiable')){ _floatbox.animate({"right":"-300px"}, {duration: 300}).removeClass('visiable'); }else{ _floatbox.animate({"right":"0px"}, {duration: 300}).addClass('visiable'); } }); //Effect on Scroll $(window).scroll(function(){ if(_scroll){ _floatbox.animate({"top": "130px"},{duration: 300}); _scroll = false; } if(_timer !== false){ clearTimeout(_timer); } _timer = setTimeout(function(){_scroll = true; _floatbox.animate({"top": "110px"},{easing: "linear"}, {duration: 500});}, 400); }); //reset previously set border colors and hide all message on .keyup() $("#contact_form input[required=true], #contact_form textarea[required=true]").keyup(function() { $(this).css('border-color',''); $("#result").slideUp(); }); }); </script>Code Block #2
<!-- contact form start --> <div class="floating-form" id="contact_form"> <div class="contact-opener">Open Contact Form</div> <div class="floating-form-heading">Request Information</div> <div id="contact_results"></div> <div id="contact_body"> [av_contact email=' (Email address hidden if logged out) ' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='active' hide_labels='aviaTBhide_labels' form_align='' color=''] [av_contact_field label='Name' type='text' options='' multi_select='' check='is_empty' width=''][/av_contact_field] [av_contact_field label='Last Name' type='text' options='' check='is_empty' width=''][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' multi_select='' check='is_email' width=''][/av_contact_field] [av_contact_field label='phone' type='text' options='' check='is_phone' width=''][/av_contact_field] [av_contact_field label='Your Available Cash Is:' type='select' options=', $200.000-$500.000, $500.000-1.000.000,' check='is_empty' width=''][/av_contact_field] [av_contact_field label='Your Approx. Networth is:' type='select' options=',$00000,0000' check='is_empty' width=''][/av_contact_field] [av_contact_field label='What is your timeline to invest?' type='select' options=',60 days, 90 days, 120 days, over 120 days' check='' width=''][/av_contact_field] [/av_contact] </div> </div> <!-- contact form end -->Code Block #3
/* floating box style */ .floating-form { max-width: 300px; padding: 30px 30px 10px 30px; font: 13px Roboto; background: #F9F9F9; border: 1px solid #ddd; right: 10px; z-index: 1000; position: fixed; box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06); -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06); -webkit-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06); } .contact-opener { position: absolute; left: -88px; transform: rotate(-90deg); top: 80px; z-index: 1000; background-color: #a01818; padding: 9px; color: #ffffff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43); cursor: pointer; border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06); -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06); -webkit-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06); }.floating-form-heading{
font-weight: bold;
color: Black;
font-family: Roboto;
border-bottom: 2px solid #ddd;
margin-bottom: 10px;
font-size: 22px;
padding-bottom: 3px;
}-
This reply was modified 9 years, 8 months ago by
afarahani.
May 19, 2016 at 10:33 pm #635576Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1600px) { .responsive .avia_scrollable_table { width: 100%; overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }}Best regards,
VinayMay 12, 2016 at 1:28 pm #631333Hello,
First of all thanks for your endurance.
It is not about one specific element, it is about scrolling down in general.
When scrolling down I want to make sure that the top of for example the color-section about us is at least once shown at the top of my screen.
Let’s make an example, imagine:
The absolute top of my page is height 1000px. The absolute bottom (bottom of footer) is height 0px. On my Screen I can show 100px. When now a color section begins at height 500px and ends at height 400px and the screen shows from height 395 to 495, there is 5px of another Color-Section shown. This is what annoys me, so I would like that view then to be Auto-corrected to show from height 500px to 400px, so that the whole color section is shown, without any other color-section.Do you understand now?
Thank You!
GerkeMay 11, 2016 at 9:05 am #630525The problem is not about the height. The Problem is about the Scrolling. When Scrolling down the page, I would like to make sure, that the top of some color sections always is at top of the window when scrolling down.
So this: https://www.dropbox.com/s/wa06lu4dn06dbla/scrolling_problem.PNG?dl=0
should automatically be corrected to this: https://www.dropbox.com/s/r8mdq6usolzje1f/How_it_should_be.PNG?dl=0So again, yes the color sections do have the correct height, but I would like to make sure that when scrolling down the page the top of a (specific) color section always at least once is at top of the window, so that the whole color Section is at least once shown in fullscreen.
Do you understand what I mean?
Thank you for help,
GerkeMay 11, 2016 at 6:39 am #630442In reply to: full screen slider with transparent menu
Hi mind,
The easiest way to find out how that page was layed out would be to import the whole page by shortcode, you can do so by activating debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. Then add the following shortcode to the shortcode field in a new page:
[av_fullscreen size='extra_large' animation='fade' autoplay='true' interval='7' scroll_down='aviaTBscroll_down'] [av_fullscreen_slide slide_type='image' id='2553' attachment=',' position='top left' video='http://' mobile_image='' video_cover='' title='This is a page with transparent header' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button' link='lightbox' link_target='' button_label='Show me' button_color='light' link1='#next-section' link_target1='' button_label2='Click me' button_color2='light' link2='http://' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay=''] Once the user scrolls down the header color will change [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='2552' attachment=',' position='top left' video='http://' mobile_image='' video_cover='' title='Another caption' caption_pos='caption_right caption_right_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Show me' button_color='light' link1='#next-section' link_target1='' button_label2='Learn more' button_color2='light' link2='#next-section' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque pe. [/av_fullscreen_slide] [/av_fullscreen] [av_one_fourth first] [av_icon_box icon='59' position='left' title='Free Support'] Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa. [/av_icon_box] [/av_one_fourth] [av_one_fourth] [av_icon_box icon='2' position='left' title='Mobile Ready'] Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. [/av_icon_box] [/av_one_fourth] [av_one_fourth] [av_icon_box icon='125' position='left' title='Updates'] Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. [/av_icon_box] [/av_one_fourth] [av_one_fourth] [av_icon_box icon='36' position='left' title='SEO Optimized'] Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. [/av_icon_box] [/av_one_fourth] [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold/files/2013/10/woman-flinging-long-hair-1500x1000.jpg' attachment='2576' attach='parallax' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='75' padding='default' shadow='no-shadow' id=''] [av_one_third first] [av_icon_box icon='ue806' font='entypo-fontello' position='top' title='Mobile Ready' link='' linktarget='' linkelement=''] Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. [/av_icon_box] [/av_one_third][av_one_third] [av_icon_box icon='ue836' font='entypo-fontello' position='top' title='SEO Optimized' link='' linktarget='' linkelement=''] Aenean commodo ligula egconsectetueret dolor sit amlor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. [/av_icon_box] [/av_one_third][av_one_third] [av_icon_box icon='ue842' font='entypo-fontello' position='top' title='Free Support' link='' linktarget='' linkelement=''] Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa. [/av_icon_box] [/av_one_third] [/av_section] [av_section color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' min_height='' padding='default' shadow='no-shadow' id=''] [av_one_fourth first] [av_textblock] <h6>Recent News</h6> <em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</em> <a href="#">View more</a> [/av_textblock] [/av_one_fourth][av_three_fourth] [av_postslider link='category,3' columns='3' items='3' contents='title' autoplay='no' interval='5'] [/av_three_fourth][av_hr class='default' height='50' position='center'] [av_one_fourth first] [av_textblock] <h6>Recent Work</h6> <em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</em> <a href="#">View more</a> [/av_textblock] [/av_one_fourth][av_three_fourth] [av_postslider link='portfolio_entries' columns='3' items='3' contents='title' autoplay='no' interval='5'] [/av_three_fourth] [/av_section] [av_section color='socket_color' custom_bg='' src='http://kriesi.at/themes/enfold/files/2013/10/photodune-3581207-black-in-black-m-1500x1182.jpg' attachment='2572' attach='parallax' position='top left' repeat='stretch' video='' video_ratio='16:9' min_height='75' padding='large' shadow='no-shadow' id='portfolio'] [av_heading heading='A beautiful <strong>experience!</strong>' tag='h1' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='50' subheading_active='subheading_below' subheading_size='18' padding='60'] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_heading] [av_one_fifth first] [av_font_icon icon='ue826' font='entypo-fontello' style='border' caption='Eye Candy' link='manually,http://kriesi.at' linktarget='' color='#ffffff' size='40px' position='center'] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. [/av_font_icon] [/av_one_fifth][av_one_fifth] [av_font_icon icon='ue856' font='entypo-fontello' style='border' caption='Tools' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center'] We have added exactly the tools you need and left out everything you don't need. Finally a multi purpose Theme that is not bloated! [/av_font_icon] [/av_one_fifth][av_one_fifth] [av_font_icon icon='ue8a5' font='entypo-fontello' style='border' caption='A list' link='post,94' linktarget='' color='#ffffff' size='40px' position='center'] <ol> <li>Super nice Parallax</li> <li>Optimized for Speed</li> <li>Brilliant Template Builder</li> <li>Easy to use</li> <li>Set up in 2 minutes</li> </ol> [/av_font_icon] [/av_one_fifth][av_one_fifth] [av_font_icon icon='ue8a8' font='entypo-fontello' style='border' caption='Updates' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center'] Enfold is an award winning theme that is quickly becoming one of themeforest top sellers. And for a reason! Try it yourself! [/av_font_icon] [/av_one_fifth][av_one_fifth] [av_font_icon icon='ue8dd' font='entypo-fontello' style='border' caption='Rocket Science?' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center'] Far from! Probably the easiest Multipurpose theme you have ever used! [/av_font_icon] [/av_one_fifth] [/av_section]Best regards,
RikardMay 10, 2016 at 11:09 am #629799In reply to: widget latest portfolio shown as a horizontal list
Ok, I found the solution. In order to scroll down the various element of the full-width submenu in a responsive mode I added this CSS
@media only screen and (max-width: 767px) {
.responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu {
display: block;
position:relative;
height: auto;
max-height: 200px;
overflow-x: hidden;
}
}In this way you can se part of the submenu and still part of the page beneath it. Then I worked a little bit on the color change of the text when on hover and it works finely.
Maybe this could be helpful for others! You can check the topic as closed
ThanksMay 10, 2016 at 8:40 am #629730Yes, it is, but if you scroll down only a few milimeters it is not anymore and the next 100% color section automatically will not be 100%, too. Then there will always be some little of the color before/after at top/bottom of the screen visible.
Like here: https://www.dropbox.com/s/wa06lu4dn06dbla/scrolling_problem.PNG?dl=0
So my question is: is there a way to automatically correct that? So that when scrolling down the page a 100% color section is at least one time perfectly fits the screen?Thank you!
GerkeMay 10, 2016 at 2:37 am #629565In reply to: How can I achieve this?
Hi!
The header looks good when is scroll please elaborate the issue if you have any. Kindly request you to open new tickets for new issues.
To make the text fit in icon list please use the below css it will make the box scroll if there is more text. Reducing the text size will make it hard to read :)
.iconlist_title { max-height: 70px; overflow: auto; }Best regards,
VinayMay 6, 2016 at 1:36 pm #628271In reply to: Mobile Full width submenu with overflow and scroll
Hey!
No, to apply to them all, please change the code to following one
@media only screen and (max-width: 580px) { .av-submenu-container ul { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }}Cheers!
YigitMay 5, 2016 at 1:06 pm #627781In reply to: Mobile Full width submenu with overflow and scroll
Hi!
It does do it on my end. Please add media queries to apply changes only on mobile
@media only screen and (max-width: 580px) { ul#menu-plu { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }}Best regards,
YigitMay 5, 2016 at 4:44 am #627588In reply to: Mobile Full width submenu with overflow and scroll
thank you, although that didn’t quite work, but i tweaked it and now it works.
ul#menu-plu { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }Now, i’d like all my full-width submenu to do this, how do i go about this?
May 4, 2016 at 11:55 am #627125In reply to: switch left column layout to mobile view sooner
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } .responsive #top { overflow-x: hidden; } .responsive .boxed#top, .responsive #top.boxed .stretch_full , .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; } .responsive #top .flex_column_table_cell{display: block;} .responsive #top .flex_column_table{display:block;} .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left:0; padding-right:0; float:none; } .responsive .units, .responsive .unit { margin: 0; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } .responsive #top #wrap_all .av-flex-cells .no_margin{ display: block; margin: 0; height:auto !important; overflow: hidden; padding-left:8% !important; padding-right:8% !important; } .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{ width: 100%; max-width: 100%; margin: 0 auto; } .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{ padding-left:0% !important; padding-right:0% !important; } .responsive #top #wrap_all .flex_column:empty{margin:0;} }Cheers!
JosueMay 4, 2016 at 9:07 am #626992Link to Screenshot: https://www.dropbox.com/s/wa06lu4dn06dbla/scrolling_problem.PNG?dl=0
Problem: When Scrolling down, I would like a color section (call it Section A) to automatically scroll that way, that the top of the section is at the upppest thing you can see and not a little bit of the section above. If a little bit of the upper color-section is visible I want the website to automaticall scroll down a little bit until the top of the Section A is at the top of the window.
May 2, 2016 at 11:46 am #625670C2S16
ParticipantHey,
I made a color section, with a Background Image and set size to minimum 100%.
Now when scrolling down the page, it annoys me, that the color section is never really shown in total. It is always either a some space at the top or the bottom.
So my question is how can I make the website automatically scroll that way, that the color section is at least onetime shown in fullscreen? Is that even possible with a color section or should I rather take a Fullscreen slider?Thank you,
GerkeMay 2, 2016 at 5:43 am #625448Topic: AJAX Auto Scroll Issue With Header
in forum Enfoldtdproperty
ParticipantOn my web site listed in private content. You will notice that when you complete the custom property search and click next that the AJAX completes an auto scroll to top of the form however it does not take into consideration the header. Is their a way to add say 100 pixels to the top for auto scroll in enfold? I found the following kb #post-171923 however am not sure how to edit the code to include the header space. Your help is greatly appreciated
April 29, 2016 at 3:34 pm #624572Topic: logo to have more height than navbar
in forum Enfoldeleclipse
Participanthi there, i would like the logo to have more height that the navbar is it possible with enflold?
till now i partially managed to do it with this css
.logo img {
background: #ededed none repeat scroll 0 0;
display: block;
height: auto;
image-rendering: auto;
max-height: 100%;
padding: 0 8px;
position: fixed !important;
transition: opacity 0.4s ease-in-out 0s;
width: 250px;
z-index: 99 !important;
}but it only work on firefox and not in crhome
thanks in advance for any help
best regards
-
This topic was modified 9 years, 7 months ago by
-
AuthorSearch Results
-
Search Results
-
Hello. Please see the previous communication here. I was advised to open another thread.
I tried the recommend CSS. The issue persists and is worse in terms of positioning. Please see this image for desirables. .
On scroll the header background should/does change to a solid, so I’m not sure why the theme would automatically change this styling, starting with mobile phone queries.
Thank you,
RyanHi,
I added the following custom CSS to my theme:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: auto;
}I did this because my languages menu is long and without this added CSS it is not scrollable and users cannot select languages at the bottom of the list like Chinese & Thai.
However I don’t want my About menu to be 500px tall as it is currently because of this CSS.
Is there a way to make my Languages menu scrollable without also forcing all menus to be 500px tall?
Thanks
Is there a feature available in Enfold theme that will allow full screen images to appear one after the other as the user scrolls downward? See jetsmarter.com as an example please. Thank you!
Hello,
I am wanting to have a several paragraphs show on the page but only when you scroll down to that part/section of the page, any section above this would always be shown.
I was initially thinking of using the accordion but do not know if it can automatically open on scroll to.
Can you suggest another method?
Thanks.
Hey,
I made a color section, with a Background Image and set size to minimum 100%.
Now when scrolling down the page, it annoys me, that the color section is never really shown in total. It is always either a some space at the top or the bottom.
So my question is how can I make the website automatically scroll that way, that the color section is at least onetime shown in fullscreen? Is that even possible with a color section or should I rather take a Fullscreen slider?Thank you,
GerkeOn my web site listed in private content. You will notice that when you complete the custom property search and click next that the AJAX completes an auto scroll to top of the form however it does not take into consideration the header. Is their a way to add say 100 pixels to the top for auto scroll in enfold? I found the following kb #post-171923 however am not sure how to edit the code to include the header space. Your help is greatly appreciated
hi there, i would like the logo to have more height that the navbar is it possible with enflold?
till now i partially managed to do it with this css
.logo img {
background: #ededed none repeat scroll 0 0;
display: block;
height: auto;
image-rendering: auto;
max-height: 100%;
padding: 0 8px;
position: fixed !important;
transition: opacity 0.4s ease-in-out 0s;
width: 250px;
z-index: 99 !important;
}but it only work on firefox and not in crhome
thanks in advance for any help
best regards
