Hi!
Please add following code to Quick CSS as well
div .logo { left: 25%; }
.main_menu { left: 37%; margin-top: 35px; }
#header_main .container { height: 150px; line-height: 150px; }
.main_menu .menu ul { margin-top: -35px; }
.current-menu-item>a>.avia-menu-fx { display: none; }
Regards,
Yigit
Hey Monsoon!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { display: none; }
Best regards,
Yigit
Thank you for the fast answer, it works!
But how do I get rid of the white bar that scrolls down, the one that used to hold the menu text?
And how do i get the first picture to display right at the top of the page without a white boarder over it?
And how do I get rid of the menu also on mobile?
Best regards!
Hi D5WDesignGroup!
Please refer to this post if you have not already https://kriesi.at/support/topic/collapsable-menu/#post-165144
Regards,
Yigit
Hi Kriesie & team,
I have a problem, and that is my Headings (h1) wont resize when you scale the browser window. It’s the same problem as https://kriesi.at/support/topic/schriftart-wird-auf-dem-mobile-verandert/ I tried placing the code provided in the comments in my quick css but it didnt work.
Please check these screenshots to see the problem…
This is the desktop version

This is the mobile version

And these are the codes i have in the quick css
@media only screen and (max-width: 480px) { .av-special-heading h1 { font-size: 30px!important; }}
}
@media only screen and (max-width: 480px) { .responsive .container { width: 300px; }}
}
@media only screen and (max-width: 480px) { .entry-content-wrapper .post-title { font-size: 30px!important; }}
}
h1 { font-size: 66px; }
Hi absmith55!
You can undo changes you have done and add following code to Quick CSS in Enfold theme options to remove search icon from main menu
#top .menu-item-search-dropdown > a { display: none; }
Regards,
Yigit
Hi adamsm!
Can you post custom CSS you have added to Quick CSS?
It should work if you target elements as i explained here https://kriesi.at/support/topic/icon-colours/#post-183014 :)
Cheers!
Yigit
Hi Matt!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks_linkedin a {
color: #fff;
background-color: #419cca;
}
#top .social_bookmarks_twitter a {
color: #fff;
background-color: #46d4fe;
}
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
#top .social_bookmarks_rss a {
color: #fff;
background-color: #ffa133;
}
Regards,
Yigit
Hi,
The linkedIn, RSS, Twitter & Facebook icons that appear in the top left corner of the theme, how can I make these their standard colours without having to hover on them?
Kind regards,
Matt
Building a page in the Avia Layout Builder > Text Block. I have text and image in this area now when I click on this area and when the pop up editor appears the page is blank with the spinning circle icon. If I click save or the x button it takes me back to the that page layout builder but at the top of the page is “Connection Lost….”.
I have turned off each plugin one by one and still get this error. I contacted the server company and they tested. They say it is a theme issue saying that the execution time on PHP is timing out at 30s.
Can you please help fix this issue? Need to launch site today. Thanks
But when I add [nolink] it also stops showing my copyright details :(
Hey!
You can add following code to Quick CSS in Enfold theme options to increase top padding on all pages
.fixed_header.social_header #main {
padding-top: 147px;
}
You just need to adjust this value
Regards,
Yigit
Hi,
i tired sereval things i found in other threats but i did not work. I want the header transparent. The logo should be visible.
http://holidaymarketing.de/
This is the code i use now:
strong.logo { left: 39%; }
#header_main { padding-bottom: 34px; }
.fixed_header.social_header #main { padding-top: 181px; }
.current-menu-item>a>.avia-menu-fx { display: none;}
nav.main_menu { position: absolute; right: 20%; top: 70%; }
li:hover .avia-menu-fx { display: none; }
.main_menu .menu ul { margin-top: 2px; }
These did not work:
#header_main { border-bottom-style: none; }
#header_main_alternate { background-color: white; }
…
.header_color .header_bg, .header_color{
background-color: transparent;
}
Another thing is the submenu is displayed.
Thank you very much in advance!!
Regards
Thanks for your reply Yigit!
May be we can compromise on point number 1.
But regarding point number 2, actually it is allowing my to zoom in but to a certain level.. like if I want to zoom in and actual size is like 4000×3354 its not gonna show me the actual size which is 4000×3354.
For example try the link below,
http://goo.gl/Wnoecr
under this link try to access the picture on the top named “WTC Bahrain_Day1_HR_Temo” (which show the name in tool tip)
its actual size is 4000×3354 but now its not even showing me a buttong for the zooming in :(…
could you please solve this issue?
Point 3 has solved.. thanks for that :)
Looking forward for your reply
Hi,
I am trying to add social widgets to an accordion element, but when I run it the widgets are not clickable.
Another question, is how to I set the social icon to have the correct coloring (based on the social network color) and the hover effect (like the default social widget behavior on the top bar)?


Cheers,
Guy.
-
This topic was modified 12 years, 5 months ago by
guyco. Reason: Added images
thank you Devin, for the information. So I need to use a work around. So I will copy the administrator role, and strip it from all the rights I do not want the semi-admin to be able to do. Should work then.
But it would be cool if you and your team could maybe think about capabilities and user roles, so that the site admin can determine other user groups, and what they are able to do. Because I think it is often a topic, to let users do some things (for instance set up sliders) but not let them update plugins or something. So maybe a solution for the user rights of the layout builder and the slider would not be a bad idea. :)
Thanks and best regards from Austria :)
Hi!
Try following code to change the image size
#top #wrap_all .image_size_widget .news-thumb, #top #wrap_all .image_size_widget .news-thumb img{
height: 44px;
width: 44px;
}
Cheers!
Peter
Great! Thank you…
I take the solution from Josue. This works perfect:
@media only screen and (max-width: 479px) {
.logo img{
width: 80% !important;
position: relative;
top: 8px;
}
}
Hey Peter,
you´re right. I set inside Theme-Options all to “without sidebar”. Turned it on now and it works, fine… Thanks!
Before I set inside the page with the Shortcode for the forum index the sidebar to right. I thought that inherit this to it childpages…
It´s very confusing to work with bbPress. Searched a lot in the web, but there is not a lot of actual information to find.
Please can you tell me how I have to find an userprofil like the profiles on kriese.at ??
Best regards,
Bruno
Hey!
But you completely deactivated the sidebar on these pages? BBPress normally will show a sidebar on the right (like here: http://kriesi.at/themes/enfold/forums/ ) you’re using a fullwidth page template at the moment. Maybe you modified a file to remove the sidebar (forum.php, etc.)?
Cheers!
Peter
Click on a “button” from a Promo Box or Pricing Table then you will see many configurable fields, start from the top “Button Label”, “Button Link?” …, in the “Button Link?” section, select “Page” and then you get to pick up an existing page to be linked to the button you are configuring. That drop down Page list is what I am referring to. It supposed to give you all the available pages but what I have is not a complete list. That’s why I call it a truncated list.
Hope this clarifies.
Thanks,
Awesome, perfect — thanks! Sorry I didn’t find that on my own. Any idea why the “click here to enter address” button doesn’t work? It just jumps me to the top of the widgets page.
For Enfold, after a huge amount of user complaints we turned off wpautop so that the shortcodes had better support and so did third party plugins within the text editor.
You can either use break tags in the text tab or use this shortcode to define your space explicitly:
[av_hr class='invisible' height='30' shadow='no-shadow' position='center']
The number 30 being the height of the whitespace displayed.
Hi, I am having a problem with the content slider. I have one column, no auto
All displays and works fine on regular monitor. But on mobile devices the last slide image appears on top covering up the first image.
I actually have iframe to youtube video in each content slide. In mobile the text and video plays from first slide but you see image from last slide. See: http://elwoodtemp.com/gemco-valve-product-video/
How can i fix so that the mobile version works the same as full monitor version?