-
Search Results
-
Topic: [SOLVED]10 column layout
Hi guys,
For some reason, my client wants to have a 10 column layout in order to present the team. I managed to make a “standard” 5 column layout with per column a shortcode:
[av_one_half first av_uid='av-uzoqb'] <p style="text-align: center;">[av_image src='http://www.xlconcept.eu/newsite/wp-content/uploads/2018/05/placeholder_man.png' attachment='440' attachment_size='full' align='center' styling='circle' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-rhj2b' admin_preview_bg=''][/av_image]</p> <p style="text-align: center;"><strong>Team Member</strong> Account Director</p> [/av_one_half] [av_one_half av_uid='av-1wntv'] <p style="text-align: center;">[av_image src='http://www.xlconcept.eu/newsite/wp-content/uploads/2018/05/placeholder_man.png' attachment='440' attachment_size='full' align='center' styling='circle' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-rhj2b' admin_preview_bg=''][/av_image]</p> <p style="text-align: center;"><strong>Team Member</strong> Account Director</p> [/av_one_half]It does kinda work but I have one issue, maybe guys can help me with:
As you can see, it now looks as 5 separate columns with 2 images inside. How can I reduce the margins between the 5 columns so that the space is evenly distributed?Best regards,
Steven
Topic: Sub Menu Font Size
Hello,
I am having trouble changing the font size of my sub menu links. I’m aware of the Advanced Styling tab and have used this to change the background/font colour. I have tried changing the font size with no luck. I’ve also tried some coding that was suggested in similar threads but nothing seems to work.
Thanks
Hey Enfold Team
In order to resize iconlist icons I have used this css I came across in this forum (given data is the default):
.avia-icon-list .iconlist_icon {
height: 64px !important;
width: 64px !important;
line-height: 64px !important;
font-size: 30px;
}I tried the adjustment suggested and it works for the icon-list icons themselves
– but it leaves 2 issues (pls. refer to the 2 images in private content):1: The vertical dotted line behind the icon-list icons needs to be either positioned vertically centered with the icons – or just removed
2: The change in line height as regards the icons needs to be the same for the lines of text (the bullets)Just to make it obvious I have exaggerated the effect I want in the images
iconlist1.PNG is the defaultBest regards – and thanks in advance
Yiğit merhaba
Timeline nesnesini farklı bir amaç için kullanmak istiyorum.
Milestone Date alanına <img src ile bir resim almak istiyorum. Resim ekleniyor ancak sayfada görüntülenmiyor. Sayfada görünebilmesi için bir tane daha item akliyorum. Milestone Date alanında yazı varsa diğer itemlerdeki resimler görünüyor. Yazı olan itemi sildiğimde resimler kayboluyor. Bu sorun dikey timeline nesnesinde oluşuyor. Timeline’yi yatay yaptığımda bu sorun oluşmuyor.Aşağıdaki kodda 2 itemi olan bir timeline nesnesinin kodu var. Eğer bu haliyle görüntülersem sorun yok. Ama ben 2. itemi istemiyorum. Sadece 1. itemi görüntülemek istiyorum. 1. item içinde date kısmına imaj çekiyorum. 2.itemi sildiğimde 1.itemdeki date alanına çektiğim resim gizleniyor.
Bu konuda fikir verebilir misin?
Teşekkürler…[av_timeline orientation='vertical' placement_v='left' placement_h='top' slides_num='3' content_appearence='' custom_date_size='' custom_title_size='' custom_content_size='' contentbox_bg_color='' custom_contentbox_bg_color='' font_color='' custom_date='' custom_title='' custom_content='' icon_color='' icon_custom_bg='' icon_custom_font='' icon_custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-rtnxf' custom_class='' admin_preview_bg='rgb(255, 255, 255)']
[av_timeline_item date='
' title='Deneme Metni' link='' linktarget='' linkelement='all' milestone_valign='middle' milestone_color='' custom_milestone_color='' icon_image='image' icon='4' font='entypo-fontello' image='1.png' attachment='676' attachment_size='full' av_uid='av-cz1sb'][/av_timeline_item] //Burası timeline 1.item[av_timeline_item date='2018' title='' link='' linktarget='' linkelement='all' milestone_valign='middle' milestone_color='' custom_milestone_color='' icon_image='icon' icon='ue800' font='entypo-fontello' image='placeholder.jpg' attachment='' attachment_size='' av_uid='av-apo03'][/av_timeline_item] //Burası timeline 2.item
[/av_timeline]
Hello,
I have searched and tried already. I want to hoover the telephone and e-mail in the right top bar (action bar). It is called the telephone info span; right? I know, you can click it on a cell phone, but a customer will not know it. So how do I let it hoover with a color? On cell phone and in web browser on a laptop?
This I already added for purpose:
.phone-info
{
font-size: 15px !important;
font-weight: normal !important;
}Thanks in advance,
Arjan
Hi Enfold,
I have seen a lot of threads in the forum covering this item. Items that even discus the padding of the logo as the logo is covering the menu. It might that I have the same problem but I ended up trying code from other treads without understanding what I was doing. That can be right!
So I have the problem too that my menu dissapeared when the site is viewed on a mobile phone. I have applied the code found in https://kriesi.at/support/topic/remove-enfold-logo-from-header/ It should remove the enfold logo and project the site identity (side title and tagline).
My quick CSS looks like this.
/*
on hover vergroot de foto
*/
.image-overlay { display: none !important; }#main a:hover {
-webkit-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
#main a {
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}/*
verwijder enfold logo
*/.logo img {
display: none;
}/*
maakt de achtergrond van de menubalk blauw
makes the background color of the menu bar turn blue
no link available from forum
*//*
stretch header background picture
*/.header_color .header_bg {
background-size: cover;
}#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background: #3b5998;
}/*
verwijderd de rand om plaatjes heen
removes the border from pictures containing a hyperlinkhttps://kriesi.at/support/topic/how-to-remove-the-image-borders/
*/
a img, a:hover img{
border: none !important;
background: transparent !important
}.entry img{
border: none !important;
background: transparent !important
}/*
verwijderd de pijl over een plaatje met een link
removes the overlay on a picture with linkhttps://kriesi.at/support/topic/how-to-disable-hover-onmouseover-on-images/
*/
.image-overlay {
display: none !important;
}/*
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give elements you would like to hide on mobile a custom CSS class (i.e.: only_desktop ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
*/
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}/*
http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
You can add following code to Quick CSS in Enfold theme options under General Styling tab to switch to mobile menu on landscape mode on tablets (1024px)@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
*//*
font kleur search bar instellen op zwart
*/#s { color: black !important; }
/*
tonen van het menu op mobiel@media only screen and (max-width: 767px) {
#advanced_menu_toggle, #advanced_menu_hide {
display: block;
right: 10px;
}
}
*/Do you have any idea how I could fix this?
Best regardsBart Altena
Where can I find the options for things like:
[av_image src='/wp-content/uploads/Cover_DrMcKinley2.jpg' attachment='32815' attachment_size='full' align='center' styling='' hover='' link='manually,https://vimeo.com/268435670' target='' caption='0' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jlotu786' custom_class='' admin_preview_bg=''] [/av_image]What are the options for Caption, for hover, styling, appearance, etc.? One of the moderators sent me the code, but I have no idea what the possibilities are to fill them out. Is it “Caption=’true”? Do I enter in what I want it to say?
I’m sure it’s 2nd nature to you, but I’m finding it frustrating?
Thanks
Hi,
Changed the sidebar widget titles in custom css:
.widgettitle {
color: green !important;
text-transform: capitalize;
font-variant: small-caps;
font-size: 15px;
}
Now when the page loads, I still see the old black bold titles flash. Is there a way to correct this so that they do not show anymore?I also see the body section of the blog resize on page load. Any idea what causes this? I’ve set the blog and sidebar sizes in the theme options -> sidebar settings.
Hi, 3 little problems:

1. How can I change the witdh of the content section. It has to be the same size of the width of the image gallery.
2. There is a white line between the text and the image gallery. How can I delete it?
3. How can I change the font and the color of the menu description text?Thanks!
Topic: Adjust subtitle testimonial
Hi Enfold team,
I would like to adjust the subtitle (job description under the name) of my testimonials:
– adjust the size of the font
– adjust the colour of the fontIs that possible?
Kind Regards,
Eefke
