Hello,
We created a footer widget for the bottom of each page.
The icon on the top is getting cut off on the website but the code looks good. Any suggestions?
See the link please and code:
[av_icon_box icon='1' position='top' title='AVAILABILITY' link='manually,http://clients.musicbydesign.com/availability/' linktarget='yes']
Select my event date to check availability!
[/av_icon_box]
[av_button label='Check Availability' link='manually,http://clients.musicbydesign.com/availability/' link_target='_blank' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='no' icon='25']
Kind regards,
David
-
This topic was modified 10 years, 3 months ago by
djsmbd.
This doesn’t work. Seems the font size is inline. Heres a example:
<p class=”ls-l” style=”top:47%;left:50%;text-align:center;padding-right:auto;padding-left:auto;font-family:Lato;font-size:21px;line-height:25px;color:#ffffff;white-space: nowrap;”>This is a test</p>
Do you know if theres another way?
Hi whmcreative2!
Yes, you can use some media queries. Something like this probably.
@media screen and (max-width: 767px) {
.slideshow_align_caption .avia-caption-title, .slideshow_align_caption .avia-caption-content { font-size: 10px !important; }
}
Regards,
Elliott
Anton, if you want to use an image:
(1) open paint.net
(2) click File then New (I use width of 300px by 138px tall at 96 pixels per inch and it looks good)
(3) now use the eraser to delete the white background so you see a white and grey check backgroud (the checks indicate transparancy)
(4) use the text tool to add you text in desired font, color, size, etc.
(5) save as .png
(6) upload to Enfold them
Good Luck!
Hi,
I’m not sure it’s possible since the font size doesn’t change for the item which is not in the sidebar unless you use !important to override the default styling, using !important for the item in the sidebar does not override the prior statement unfortunately. Maybe you could use a font size which works for both?
Thanks,
Rikard
Thanks Vinay! Here you go.
Again the icon font I want to use is lineicons9 => ue800 and the color is #808080 in size of 24×24
Hi hylandgraphics!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px)
.responsive #top .slideshow_caption .slideshow_inner_caption h2.avia-caption-title {
font-size: 10px !important;
}
Cheers!
Elliott
Thank you Vinay, I tried inputting this code for retina devices in my quick css with this media query. The problem is that when I enlarge the size of the image for retina devices, it also enlarges the size of the icon within the box (which I don’t want) because it ends up being too large. (See images)
I think the pixelation problem has to do with me scaling down the image so small and that’s why it is showing up pixelated on retina devices. I already have this custom icon uploaded to my theme in the Iconfont Manager, can’t I just access this icon this way. That way, when the icon is scaled down, it will still stay retina and look great on my retina devices since they are .svg files. I already have this icon used on another page on my theme and it shows up retina quality. The color I need the icon is #808080 and size of 24×24 I feel like it would be easier to do it this way. The icon info is below. Can this be done? Thanks for all your help!
( 'font' =>'lineicons9', 'icon' => 'ue800');
Hey!
hi Firefox by default is 125% zoomed out. to reset zoom hold control + mouse wheel or please check the link below
https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages
Cheers!
Vinay
Hey Yigit,
thanks for the link. I followed all the instructions, but the last one is not very precise “The code can now be included in the beginning of the sites stylesheet and referenced as any standard font would be. It is important to include some additional fonts in case for some reason the browser is unable to display the local one.”
Where do I post the CSS code – in the main theme in
-Base CSS
-Custom CSS
– The child theme in style.css ?
Also – once this is done – will all the fonts automatically appear in the one I uploaded?
And I still can’t save ANY changes to the theme in other languages, e.g. change the font size, or anything in the footer. I can only save changes in English, all other languages won’t save!!!
Thanks,
Julia
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.input-group-btn {
font-size: inherit;
}
Best regards,
Yigit
Hello,
Thank you for such a quick response, however, after adding the code you suggested and making sure the > sign did not convert, I am still unable to modify then main menu font size. Also, the horizontal lines remain under each menu heading. I have also tried changing the font size under the Enfold theme option > Advanced Styling and it has no effect. I’m not sure what I could be doing wrong!
Hey!
Please add following code to Quick CSS
.html_header_sidebar #header .av-main-nav > li > a {
border: none !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Now that you removed that code from Quick CSS, you can adjust font size of your main menu by editing “Main menu links” in Enfold theme options > Advanced Styling
Cheers!
Yigit
HI,
I removed the code that you listed above. What will be the next step to reduce the menu font size?
And how can I remove the grey horizontal lines below each menu heading?
Thank you!
Hello!
A home button would solve it I guess but that is another button in the header menu and unfortunately if I add any more buttons the menu items and the logo will overlap each other when resizing the window to a smaller size. (Ipad screen seems to have the perfect size. Right on the border of collapsing into mobile view and desktop browser width so that the menu and logo will overlap. I had to resize my header fonts in order to avoid this).
At some point I might make an “about me” page to be the first one but at the moment this option does not suffice.
I tried pastin the above suggested code to my functions.php and enfold-functions.php both resulting in a blank white screen when dialing in my website or the wp-admin page in the address bar. I then had to go through an ftp client to delete the code in order to get my page functioning again. So either the above code has some mistakes in it or it doesn’t work.
One more thing to add to the header active not active issue:
The header menu items were at first marked as for example “#pulmavideod” to navigate to an anchor on the page. However when I’m on a subpage for example I have clicked on a portfolio item http://mikkrosin.ee/videod/pulmavideod/evelinjamartin then the header menu items won’t work when I’m on that page. Unless I make a custom link with the webpage in front like so: mikkrosin.ee/#pulmavideod. the menu items just do nothing but add “#pulmavideod” to the end of the address in the address bar like so http://mikkrosin.ee/videod/pulmavideod/evelinjamartin#pulmavideod.
So I could just make the header menu items with a custom link : mikkrosin.ee/#pulmavideod but then the whole header turns blue for some reason and doesn’t react to any hover effects. When the custom links are set as only “#pulmavideod” the menu items are white and on hover they turn blue(which is what I want but the links doesn’t work on subpages).
Any information to solve this is greatly appreciated and I’m very glad I have found such a theme with such great support.
Mikk
Hi,
I tried to install a custom font (Futura) following these instructions:
https://kriesi.at/support/topic/installing-own-fonts/#post-421325
It works in English, but not in the 4 other languages. In the other languages the menu font got changed and I try to change it back, but it says, “Saving didn’t work”. I can’t even change the font size now in the other languages. I erased the code, but the problem persists.
So I followed these instructions https://kriesi.at/support/topic/new-custom-font/ upload the font files into the enfold/css folder and add your font face code to custom.css.
But I don’t see any new option in the menu and don’t know where to modify the font and also to eliminate the “Saving didn’t work” error.
Thank you,
Julia
I used this code:
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
.av-main-nav li { display: none; }}
@media only screen and (max-width: 990px) {
li#menu-item-search>a { font-size: 24px!important; }
nav.main_menu { float: right; margin-right: 15%; }}
@media only screen and (max-width: 990px) and (min-width: 500px) {
nav.main_menu { margin-right: 12% !important; }}
and the search icon appear but the hamburger is gone, and on smaller screens the search disappear again and the hamburger come back…
Hey mcraig77,
Not sure exactly you mean by normal font size, but you can target links in the footer using this CSS:
#footer a {
font-size:18px !important;
}
Thanks,
Rikard
Good Day Team,
I have a button on my home page header that opens up a YouTube video. When the video stops, recommended videos pop up. We would like to remove this please. I have tried adding the following to the url: ?rel=0, but the recommended videos still popup.
Here is the code for reference:
[av_button label='Watch our latest video' link='manually,https://www.youtube.com/watch?v=ZxCT75O9BqM?rel=0' link_target='' size='x-large' position='center' icon_select='yes' icon='ue897' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
I look forward to your reply.
Kind Regards,
Joline
How do I change the font text size of link in my footer to match the normal font size?
how do i make them match the font style for color, onhover and normal?
Actually, perhaps you could assist me with my solution. I have instead, set each category up in a different portfolio on separate pages. I have then added a widget area in the advanced layout builder, and added a custom menu to this widget area, allowing the user to click between each category almost as they could before with the sorter, just doesn’t look quite as nice ;)
I made some tweaks to the css so that it would display how I wanted it to, (see below), but my remaining challenges are:
1: the “currently active” menu item drops down so that it is no longer in line with the rest – how do I fix this?
2: this menu does not work for smaller mobile devices, it just disappears off the page. I don’t think its necessary to show it at all on smaller devices, instead they could just view the entire portfolio – so how do I make it disappear for the smaller mobile size?
These are the changes I have made so far to css for menu…
/*CHANGES TO PORTFOLIO-SORTING MENU WIDGET*/
#top .widget_nav_menu ul {
display: -webkit-inline-box;
font-size: 11px;
letter-spacing: 0.5px;
font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.main_color a {
color: #808080;
}
.entry-content-wrapper li {
margin-right: 1.5em;
margin-left: 0em;
}
.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
color: #ab860c;
}
THANKS!!
hello, thank you for helping.
everything works great, but it doesn’t change the color of the text.
here is my css:
.phone-info {
text-align: center;
font-size: 14px;
width: 100%;
color:#a2c138;
}
Hey Vinay,
thank you for your reply.
1. I removed the following code from Quick CSS (this makes the breadcrumbs showing up to the left)
.title_container .breadcrumb {
right: auto;
left: 0;
font-size: 13px;
}
That’s what was messing up the breadcrumbs when using transparent header! BUT, the problem I have now when removing the a/m code is, that the breadcrumbs are showing up to the right instead of to the left.
2. Also, still I have the problem when changing permalink settings from „portfolio-item“ to „projekte“ In dashboard settings, it messes up second page of project archive page and leads to 404!
I send you the login details etc. per private message. Please kindly help resolving these two probs. Thank you in advance.
Cheers
LeUP
-
This reply was modified 10 years, 3 months ago by
LeUP.
Hi,
I want my heading set up like this:
FOUR LIONS [large font size]
TROPICAL ORCHARD [medium font size, fitting nicely under FOUR LIONS]
Mangos, Avocados, and Other Tropical Fruit [small font size]
Located in Merritt Island, FL
I tried using the following code to achieve this in the “Caption Title” field, but it ends up adding a bunch of line height / line spacing in between FOUR LIONS and TROPICAL ORCHARD:
Four Lions<br><span style=”font-size:0.5em”>Tropical Orchard</span>
Here is what it looks like.
How do I get rid of that space while maintaining the font sizes?
-
This topic was modified 10 years, 3 months ago by
adamjubert.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.home h2.avia-caption-title {
color: black !important;
font-size: 36px !important;
}
Regards,
Rikard
Ah…it’s the H3 that controls that title size. Thank you!
Is it possible to add additional icon characters to this tool? I understand that Enfold includes Entypo icons. Can I add to it Pixeden or Font Awesome to the tool?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
span.amount {
font-size: 30px!important;
}
Thanks,
Rikard
Hey!
Please add following code to Quick CSS as well
#footer a {
font-size: 15px;
}
Best regards,
Yigit
Hi Yigit,
code worked partially. It did not correct the font size of the custom menu widget, as you can see at the attached image.
Maybe its tag is not “p”.
Any idea?
Thanks again for your GREAT support!