Hi,
Try adding this css code in Quick CSS:
#top .av-siteloader {
background: url('your_image.png');
background-size: 100% auto !important;
border: 0 !important;
}
Just change your_image.png with the url of the image you want to use. Hope this helps.
Best regards,
Nikko
Hi,
Try adding this css code:
#top #main .sidebar {
width: 13%;
}
#top .sidebar_left .content {
width: 87%;
}
Just adjust the widths as you see fit.
Best regards,
Nikko
Hi,
Please try adding the following block to quick css
#top .header_color input[type=’text’] {
color:#000 !important;
}
Best regards,
Jordan Shannon
Hi,
I tried to narrow down the issue were the body scrolls horizontally on my 375px wide iPhone 6 (portrait). I tried to get rid of the sections / divs but to no luck. I can’t figure out why the body background expands on 375px width mobile screens. I’m testing / viewing it on my iPhone and I see the body being expanded losing the scroll to top button.
Screenshot: https://drive.google.com/file/d/0ByaoAm44SQ6JZUs5ZHdLU2pNT1k/view?usp=sharing
Hi,
It seems the grey area isn’t compatible with the flexible layout, try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1400px) {
#top #sign-up .flex_column {
width: 100% !important;
display: block;
}
}
Hope this helps.
Best regards,
Nikko
Hey der_emu,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-heading-row {
background: red;
color: white;
}
Just adjust the colors. Can you elaborate more on this:
but I had problems with aligning the cell hight of the first coloumn and the rest of the table.
Best regards,
Nikko
Hi,
I am running NextGEN on an Enfold site. This site includes a large gallery, which is handled by NextGEN Plus.
I’ve read your thread:
https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/
Maybe you should update this article/informations as there aren’t any advanced settings (I think it should be custom field now, but there are few more options – hopefully I made everything correct). Now my problem:
If I am using as Lightbox effect FancyBox via NextGEN some pictures (especially when their size is different to the others beside) are displaying twice: see first imgur in private
If I am adding your code class='lightbox' rel='prettyPhoto[%GALLERY_NAME%]' to the code field in custom drop down menu this problem disappears, but:
On mobile the images in the box are loading much slower than before and their names are displayed whereas this is disabled in the NextGEN gallery (with fancybox there were also no image titles shown):
see second imgur in private
Thanks for your help :)
-
This topic was modified 9 years ago by
timahe. Reason: forgot private content
Hi,
It seems it doesn’t work because of a css from a plugin which causes the issue (blog manager light), this can be resolved by adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #footer .flex_column.av_one_fourth {
float: left !important;
}
}
Hope this helps :)
Best regards,
Nikko
Hey digitalprint2222,
Just checked it and it seems to be working fine, the text aren’t centered, try to replace your code above with this:
[av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' custom_class='']
[av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen1']
[av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
<p style="text-align: center;"><a href="#">DIE | LÖSUNGEN</a></p>
[/av_textblock]
[/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen2']
[av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
<p style="text-align: center;"><a href="#">DIE | TECHNOLOGIE</a></p>
[/av_textblock]
[/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen3']
[av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
<p style="text-align: center;"><a href="#">DIE | LEISTUNGEN</a></p>
[/av_textblock]
[/av_cell_one_third][/av_layout_row]
Hope this helps.
Best regards,
Nikko
Hey Nikko,
So the clicks on separate buttons cannot be tracked by analytics at all?
Sorry but to be honest with you, I do not see that any of the existing feature requests are considered right now, because the “In progress” section is always empty and top voted features are not implemented for a long time.
Thanks
Is it possible to have some help?
The issue is visible also by simply reducing the width of the browser in a laptop.
Thanks.
Hi,
Try to add this code at the bottom of functions.php:
function move_featuredimage_script(){
?>
<script type="text/javascript">
(function($){
function move_featuredimage() {
jQuery("#top.single").find(".big-preview.single-big").insertAfter(".entry-content-wrapper .entry-content-header");
}
move_featuredimage();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'move_featuredimage_script');
Hope this helps.
Best regards,
Nikko
Hi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#top #header .av-main-nav > li > a .avia-menu-text {
color: #000;
}
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text,
#top #header .av-main-nav > li > a:hover .avia-menu-text {
border-bottom: 1px solid blue;
}
Hope this helps.
Best regards,
Nikko
Hey!
Happy we acn help.
Please feel free to let us know if there is anything else we can help you with, by raising a new topic.
Thanks a lot
Regards,
Basilis
Hey arteffekt,
You can add the following to quick css:
#top .main_color input[type=’text’], #top .main_color textarea{
border-color: #e1e1e1!important;
background-color: #fff !important;
color: #000 !important;
}
Let me know if this works
Best regards,
Jordan Shannon
How co I add a ‘Full Width’ Separator Element and STILL control the top/bottom margins (I want zero)?
I can only select margins in custom, and custom doesn’t allow full-width?
Hi Guys
I’ve been having the same problem. Found a vimeo fix.
See: https://vimeo.com/forums/help/topic:278001
Basically, just add ?background=1 immediately after the Vimeo embed URL, e.g: https://vimeo.com/123456789?background=1
Worked for me.
Cheers
Steve
Hi I have an issue with color section and sidebars. I have modified about 30 pages which display the color section full width and then the main page content and side bar correctly but now when i edit the next page (or a new page) either from scratch or loading a template from a good page the sidebar element divide goes to the top of the page over the color section and the sidebar widget content is displayed on the page below the main page content, i have supplied example in P.
Thanks, you can close this. Can you please look at the bug I reported here: https://kriesi.at/support/topic/issue-with-masonry-gallery-on-mobile/ This is an issue on multiple sites.
Thanks
Tried adding a new slideshow. Transitions between slides are random even though I’ve applied the crossfade to all slides. Also, adding HTML on top of the slide 1 won’t display, but it works in layerslider preview. On the dashboard, the plugin announces that a new version is available…
and you recognized it because you are using Wordfence :lol ?
see here: https://kriesi.at/support/topic/wordfence-critical-issue-with-enfold-theme-file/#post-746534
so update to 3.8.5 or if you are a paranoid person just put in your domain (because it is commented out – there was no result of what is in there)
-
This reply was modified 9 years ago by
Guenni007.
hi Rikard, thanks for your reply. you see the icons in the background eg. in section #werkzeugkoffer. on desktop css is applied on mobile it’s ignored….
you can create a group of images loaded on the same page but in different sections of the page builder ..
all images are loaded with [av_image] on the same page
I would like to open the first with lightbox and continue to open
editing this
in desktop – after submit cf7 the page is not jumping att all as it should be.
but in tablet q mobile after submit the page jump to top and user can not know is something went wrong.
on the second time clicking on the submit it is ok.
why its not working properly from the first time?
Yiğit bey https://kriesi.at/support/topic/menu-location-error/ konusunu açtım ancak destek alamadım, yardımcı olur musunuz rica etsem
Hello Kriesi
This is what I’ve done
- Create a page called “Newsletter”
- Embedded a textblock
- Added a WordPress Jetpack shortcode to the textbox
- Page shows a form that allow visits to subscribe to my Blog
Problem is I want the form generated by the Jetpack Shortcode to use the Enfold Transparent Theme, rather than the default theme CSS.
I got the Transparent Theme to work with Contact Form 7 (CF7) by following the instructions here:
https://kriesi.at/support/topic/contact-form-7-styling-enfolds-light-transparent-color-scheme/
I just can’t get the CSS to work with the Jetpack shortcode.
Any help is appreciated.
Cheers
thanks, you can close the topic
Hi,
I think re-reading the issue gave me a better understand of whats going on. I used the following steps as a test and it should work:
1) On your page advanced editor click on the MEDIA ELEMENTS tab
2) Select FULL SCREEN SLIDER
3) Withing the options select + ADD SINGLE IMAGE OR VIDEO
4)Change type to video slide
5) Enter youtube url into the field ( working example I used: http://www.youtube.com/watch?v=5guMumPFBag )
6) Select STRETCH VIDEO for video display
7) Select all boxes EXCEPT DISABLE AUTOPLAY
You can then select the caption tab, and then add the caption you need.
Let me know if this helps.
Best regards,
Jordan Shannon
Hi, I have just registered an API key because google maps stopped working. I have solved on the main language (italian) with map working again. But it doesn’t work on pages in other languages translated with WPML. Ca you please help?
Hi Rikard, yes, you can close this topic!