Gelöst.
Banaler Benutzer-Fehler in den Child-Theme-Settings:
Generelles Styling / Socket / Hintergrundfarbe wechseln – waren 2 Rauten im Farbcode (##003e8e).
Nach der Korrektur funktioniert die Erzeugung des dynamischen Stylesheets wieder.
Danke Guenni007 für deine Bemühungen.
Topic kann wieder geschlossen werden.
Hi Jorden
You gave a solution a month back for having a logo in the center and then a phone number and email address underneath the logo. I have updated the theme and it has messed up the layout..
This is the code given
@media only screen and (min-width: 767px) {
.phone-info{
position:relative!important;
top:100px!important;
}
strong.logo{
position: relative!important;
top: -50px!important;
overflow:visible!important;
}
#header_meta{
z-index:1!important;
}
}
Thankyou
-
This topic was modified 8 years, 9 months ago by
jenzai.
Hello,
I am having a strange issue with the Tab Section and columns using Avia Layout Builder.
1. I want to put three 1/3 column in to a row but 2nd and third 1/2 column gets pushed to the next row even though there is space to put the columns in.
I think picture best illustrates the situation.

2. In both Desk top and Mobile view of a page with Tab Section, There are huge blank space below end of the tab contents.
How can I fix this?
Thank You
-
This topic was modified 8 years, 9 months ago by
lejund.
Oh, so it’s not supposed to launch the video when clicked? I had the idea it was the way it was supposed to work based on this discussion on your forum :
https://kriesi.at/support/topic/video-slideshow-on-mobile/
There the moderator wrote :
“Kriesi now added a “fallback” image option to Enfold 2.6 (we’ll release the update next week) which shows a fallback image instead of the video. If the user clicks on the fallback image the video starts to play.”
So it wasn’t accurate after all?
You are saying that if I want to have a video slideshow on desktop, and the same video showing on mobile, I have to create 2 video blocks (one video slideshow, and one simple video), and hide one on desktop, and the other on mobile using css? It means that the video will be loaded twice? Won’t it affect the overall loading time of the page, especially on mobile?
Thanks for your help!
Hello, I have a problem with the images in the Full Width Masonry gallery where they’re stacking on top of each other – I’ve tried various combinations of gallery set up but with no change.
Please can you help? Let me know if you need to login.
Thanks.
Hi!
This is a question about your response from Peter on April 28, 2014 at 8:44 am in the following thread:
https://kriesi.at/support/topic/enfold-table-customization/#post-258483
Can the code for 1) and 2) be inserted into the Quick CSS box in General Styling? I tried that and nothing happens.
If not, into which css file do I need to insert it and can it be accessed through WordPress or only through my hosting files folder?
I’m trying to create a table with white background and no borders.
Thanks for your help!
When you put that code
#top #menu-item-search {
top: -30px;
position: relative;
}
the menu links don´t work
That’s great! Do you still need further assistance with this topic?
Best regards,
Sarah
Great. Do you have further questions about this topic, or can we close this thread?
Best regards,
Sarah
Hi,
Please use the following css declaration for the sub menus.
#top .main_menu .menu li ul a {
/* style here */
}
Best regards,
Ismael
Hi,
Please enable debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then you can paste this shortcode to a new page to see how it’s done:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-40px,0px' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat']
[av_feature_image_slider link='category,14,15' items='3' offset='enforce_duplicates' contents='title_read_more' slider_size='2:1' preview_mode='custom' image_size='extra_large' control_layout='av-control-minimal' animation='fade' autoplay='no' interval='5' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='']
[/av_one_full]
[/av_section]
[av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage']
[av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']
Best regards,
Rikard
Hi,
Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard
I updated the theme & now I have a white screen & when I right click to View Page Source all there is is the number 1 in top left corner
Here is the website on our test server – http://test.lpdemo.com
I have tried deactivating all the plug ins & no difference, still a white screen
In the Private Content I have placed the log in details to the back end & Cpanel
Help please
Kind regards
Dave
Hi Rikard!!
Yes, that topic. Jordan helped me with the standard table but when I changed it to minimal the CSS does not work. So I imagine it must reference a different table?
Warmly,
Havi
Hey havi,
Do you mean this topic? https://kriesi.at/support/topic/change-table-top-two-rows-background-color/. Jordan has replied you already.
Best regards,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #menu-item-search {
top: -30px;
position: relative;
}
Best regards,
Yigit
Hi,
I deleted cache in Autoptimize plugin. Mobile menu works fine on my end currently. Please review your website :)
Best regards,
Yigit
Hey Michael,
For the social icon size, try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .social_bookmarks a {
font-size: 18px;
}
Just adjust the font size value.
As for the search icon, try adding this in Quick CSS:
#header_main {
z-index: 10;
}
#top #menu-item-search a {
height: 40px !important;
line-height: 40px !important;
}
#top #menu-item-search {
top: -35px;
right: 90px;
}
Just adjust the top and right values as you see fit. Hope this helps :)
Best regards,
Nikko
Hi Chris,
Can you try adding this css code:
#top .Posters .av_one_half .av_one_full .avia-image-container {
max-width: 800px;
}
#top .Posters .av_one_half.avia-builder-el-first .av_one_full .avia-image-container {
margin-right: 0;
}
#top .Posters .av_one_half.avia-builder-el-last .av_one_full .avia-image-container {
margin-left: 0;
}
Hope this helps :)
Best regards,
Nikko
OK – this seems to work – pls advise if there’s a better approach.
The second .av-burger-overlay query is needed to hide the mobile menu if it has been opened but not closed before screen resolution changes.
@media only screen and (max-width: 1060px ) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
@media only screen and (min-width: 1059px ) {
.av-burger-overlay {
display: none!important;
}}
the code works but i do not know how to avoid replacing in f.e. google-map iframe input. The replacement does not stop doing that job on inline-style etc. so there must be a way to make the replacement more specific – means f.e. only replace the string on phrases and headings f.e.
i stay connected.
Is there any way to increase the size of the Social icons in the Top Header? Also, can the search icon or box appear in the top header, somehow?
And ran right into another problem lol.
Everything works on my checkout page except the error messages. I cannot proceed to paypal, or enter CC details (auth.net). The checkout page redirects me to the top of the page with a blank red box that is supposed to contain the error of what went wrong, but its..blank.
This started happening after the SSL changes, I just don’t know where to go without knowing what the error message is.
Hey BlueMovement,
Here are some threads to consider:
https://kriesi.at/support/topic/toggle-of-accordion/
Best regards,
Victoria