-
Search Results
-
Hallo,
ich habe in der schmalen Topbar unter “Phone Number or small info text” eine Telefonnummer und Mailadresse angegeben.
Die Mailadresse wurde als Link mit:
<a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
eingetragen.Nun habe ich das Problem das ich bei meiner Startseite die Header Einstellung <Transparent und Glassy Header> gewählt habe.
Wird der Header nun komplett glasig angezeigt wir die Schriftfarbe des Menüs und der Topbar automatisch auf weiss gesetzt damit man sie besser erkennt.
Scrollt man nun nach unten und der Header wird transparent ändert sich die Schriftfarbe auf grau.
Soweit alles super …Allerdings wird die Schriftfarbe von meiner eingefügten Mailadresse
<a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
in der Topbar hierbei nicht verändert, sie bleibt immer grau egal ob der Header glasig oder transparent ist.Ist es möglich eine Mailadresse mit mailto: Funktion in der Topbar anzuzeigen bei der auch die Schriftfarbe entsprechend automatisch angepasst wird ??
Gruß
FrankmenHi,
I have a question regarding the mobile menu. When I open the menu on my iPhone, and click on a page, te mobile menu will stay on the right side of the page. Meaning; if i scroll to the right on my iPhone, the menu will just be “sitting” there while not having pressed the button.
Picture of what i mean: http://hkcncservice.nl/wp-content/uploads/2016/03/image.png
My custom CSS as it is know:
.title_container .breadcrumb {
position: relative !important;
right: auto !important;
margin-top: 0px !important;
left: -3px;
margin-bottom: 25px !important;
}@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}My website is: http://www.hkcncservice.nl
– Sander
Hi,
I have built a contact form and I have altered the settings so that once the user submits, the page shows a confirmation message.
However, the user cannot see this message unless they scroll to the top of the page. Is there any way to ensure that the screen automatically fixes to the top of the page once the form disappears so that the user doesn’t have to scroll up to see the message?
Thanks.
Hi,
I have a two line menu using Quick CSS and also to make it appear correctly in a mobile menu. (See below and link). However, the second line of the menu doesn’t show a red underline on the selected page like it does on the first line to tell you what page you are on. Can you show me what needs added to the CSS below to fix? Many thanks, Frank
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
.phone-info span {
color:white !important;
font-size: 14px;
}
#scroll-top-link {
background-color: #001d5b;
color: white;
border-color: white;
}
#header #header_main_alternate .container {
height: 80px;
}
@media only screen and (min-width: 767px) {
#header #header_main_alternate .container {
height: 80px;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 198px !important;
}
.logo img {
min-width:350px!important;
height:auto!important;
}Hi,
I’ve added some Quick CSS to make a two line menu and to display correctly on mobile. However, I also added CSS to make the social media icons top right of page to appear their regular colors facebook, twitter, instead of the theme gray color. Then on the primary color for links #d1000 (burgundy) for Primary color to underline the menu items.
However, when I view the site on mobile, the social media icons up top still appear gray and the 3 bars in the mobile menu appear as #d100000 (burgundy) instead of white like the menu links are. Can you please see attached screenshots and recommend how to change the 3 mobile menu bars to white, but leave he red underline on the desktop site menu and also to have the social media icons to appear the normal facebook, twitter colors as they do on the desktop site? I’ve included the Quick CSS I’m using now. Many thanks.
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
.phone-info span {
color:white !important;
font-size: 14px;
}
#scroll-top-link {
background-color: #001d5b;
color: white;
border-color: white;
}
#header #header_main_alternate .container {
height: 80px;
}
@media only screen and (min-width: 767px) {
#header #header_main_alternate .container {
height: 80px;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 198px !important;
}
.logo img {
min-width:350px!important;
height:auto!important;
}Dear support team,
I’m using the grid row element to present some charts. The charts have a defined height and as I understand the grid row automatically adapts to that height. That’s fine.
Now I’ve decided to manually change the height of the grid row as it looks nicer when there is more space above and underneath the chart.
I defined this under “Minimum height” within the grid row element.And here comes the problem:
The desktop view is just like expected, but the mobile view shows far too much space around the chart. You have to scroll too much to get to the next content.
How can I solve the problem and have a) more space on the desktop view and b) less space on the mobile version?Thank you very much!
Best Sandra___________________________
Hier auch gerne noch einmal kurz auf Deutsch:
Ich habe versucht beim Grid row Element die Höhe manuell zu verändern. Dazu habe ich die Einstellung “Minimum Height” genutzt. Mein Ziel war es, einer Grafik, die in das Grid reingeladen wurde, mehr Platz oben und unten zu geben. Das hat für die Desktopansicht auch wunderbar funktioniert.
Leider ergab sich dadurch aber in der mobilen Ansicht eine enorme Menge an leerem Raum.
Wie kann ich nun die Desktopansicht mit mehr Platz behalten und trotzdem in der mobilen Ansicht das Ganze straffen?
Vielen Dank!
SandraHi , I would like a Slider build the SAME Works – >DEMO ENFOLD SHOP
Can I get that with the on-board resources towards or do I have what programming ?
If that goes in the demo with the (1) fullscreen (including animation ) , (2) automatic height adjustment and the (3) “Scroll Down Arrow ” .
I get the not towards – a tip I would be very happy .
Thank you very much
WordPress 4.4.2
Enfold 3.4.7Andreas
Topic: Adding Margin to top of page
Ok I figured out how to add margin to the top of the page, issue now is that the overflow when you scroll is not hidden. I have tried using overflow: hidden; and its not working any suggestions. I want to use the background for advertising but the page is scrolling out the top of the #wrap_all) container. Any suggestions.
Been using this:
.boxed#top {
margin: 40px auto;
overflow: hidden; <—- this is not working
}Thanks in advance for your help. Buying the person that figures this out a 6 pack of beer.
ToddI know this problem has numerous topics, but they do not solve my problem.
We have enfold on 2 websites. On one website the icons do show as normal.
On the other website the icons do not show at all.
I have tried lots of things suggested in other topics, like changing the .htaccess file, upload the files again in auto mode, check at the url for fetching the font files, change the file permissions. Nothing helps.When i look at the two websites i notice that on one website the data-av_icon has a value and on the other website (where the icons are missing) does not have a value.
<a href="#top" title="Scroll naar bovenzijde" id="scroll-top-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" class="avia_pop_class"><span class="avia_hidden_link_text">Scroll naar bovenzijde</span></a>
versus
<a href="#top" title="Scroll naar bovenzijde" id="scroll-top-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" class="avia_pop_class"><span class="avia_hidden_link_text">Scroll naar bovenzijde</span></a>Why doesn’t the data-av_icon in the last element have a value?
