Hi
I can’t use the less then symbol (<) in a table. When I insert it, there is no problem. But after saving the page, it shows:
<[/av_cell][/av_row] [/av_table]
I tried to bypass it using & # 0 6 0 ; or & l t ; , but that doesn’t work. That is what was recommended in another topic.
But after resaving, the code will become the symbol and then it happens again.
-
This topic was modified 9 years, 5 months ago by
Trender.
hey, first problem with moving is solved, but second problem is still there….on desktop when you are in middle of page and when you click on menu you directly go on top page…how to deactivate that, i want when i open and close menu to stay where i was on page?
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create color section elements with 100% container width. Then place your slider inside it.
To decrease the size of the sidebar, please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar #top #header {
width: 200px;
}
.html_header_left #main {
margin-left: 200px;
}
Best regards,
Yigit
Hi!
You had following custom CSS code in Quick CSS field in Enfold theme options > General Styling tab
#advanced_menu_toggle{
display:none !important;
}
I removed it and deactivated autoptimize plugin. Please review your website now.
Regards,
Yigit
Hi,
I can’t seem to get a content element to overlap the layerslider like the enfold medical demo. I have set the top margin of the element to -50px but it doesn’t seem to do anything and if I force it with CSS it ends up behind the slider.
Am I missing something?
Regards
Hi there,
I try to put a fullwidth image above header.
This solution works so far: https://kriesi.at/support/topic/image-above-header-2/#post-628665
The background image scales down when i minimize the browser width but how can I adjust the height of the container with the background image so that it scales down according to the height of the background image?
hi.
I cloned one of your demo content posts and then edited for my own post.
I used ALB to create the content of the post.
I found that I HAVE to save when the default editor is selected otherwise if I save when ALB is selected the resulting post looks completely different. Why is this? Ive never seen this behaviour on any other part of my website.
Screenshots to show the difference:-
Default Editor post result (good and importantly the “more” <!–more–> feature works.
http://screencast.com/t/hmq75GIe6P2
The featured image at top shows correctly and the full width button shows correctly. The post also has the features at the bottom – sharing links, tags etc.
ALB editor saved. (not good. the “more” <!–more–> feature is lost somehow. Why would this happen?
http://screencast.com/t/aUFlMVCm4hhQ
The featured image at top is lost and the full width button breaks across the siddebar. The post also loses ALL features at the bottom – sharing links, tags etc.
Ive put my sign in info into the private content below.
Thanks for your help.
Pete
Hi,
I need to put inside a page 1 video with those dimensions:
width: 1920px (or 100% width)
Height: 540px
I added the video in the page and black space top e bottom to the video appears.
How can I put correctly the video?
Thanks,
Rosa
Hi,
1.) Add this in the functions.php file:
add_action('wp_footer', 'ava_custom_script');
function ava_custom_script(){
?>
<script type="text/javascript">
(function($) {
function a() {
var select = $('#top .entry-content-wrapper select');
select.css('color','#ffffff');
select.change(function() {
var current = $('#top .entry-content-wrapper select').val();
if (current != 'null') {
select.css('color','#000000');
} else {
select.css('color','#ffffff');
}
});
}
a();
})(jQuery);
</script>
<?php
}
.. and the following code in the Quick CSS field:
#top .entry-content-wrapper select option {
color: #000000;
}
2.) Unfortunately, you cannot define a different color for the asterisk because it is included in the placeholder attribute.
UPDATE: We added this css code for the placeholder.
::-webkit-input-placeholder {
color: #ffffff !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #ffffff !important;
}
:-ms-input-placeholder {
color: #ffffff !important;
}
Best regards,
Ismael
no vinay the other way round – he wants the 3 column for mobile view too. I understand him so , that he wants it only for landscape – so my media-queries should do the job. But now he likes to have the margin bottom/top the same as left/right.
i can not see a big difference between those distances – you only can try to make it relative – so you have on small pictures not absolute distances.
.responsive #top.home .no_margin.av_one_third {
margin: 0 !important;
padding: 2% 0 !important;
width: 33.3% !important;
}
If I add this code
#top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
and change the vimeo player embedding features (disabling the status bar for this video) do you think I should be able to have it in best view?
Hi team Enfold
Thanks for the recent update.
1. How can ensure that 3 columns at Desktop breaks down to 1 column at Tablet Portrait/768px? Currently on this page, for example, the 3 column section is still at 3 columns when at 768×1024 but it’s a bit busy so I’d like it to break to a single column. Advice gratefully received as I can’t see anywhere to change this in the Page Builder or Theme Options.
Cheers
Christian Jaroljmek
Hi,
As I understand, the current version of the homepage has 3 col view in mobile(landscape and portrait), tablet and desktop.
You like to make the 3 col image grid a 1 col in mobile portrait correct?
Do do so please add the below code to Enfold > General Styling > Quick CSS
@media only screen and (max-width: 520px) {
.responsive #top.home .no_margin.av_one_third {
width: 100% !important;
min-width: 100% !important;
}}
If the above don’t work please enable custom css class name support to the grid and use the custom class name to target the grid.
kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you have any issues please get back to us with the login credentials so we can take a closer look and help you better.
Best regards,
Vinay
Hi Rob,
I have logged in and added this code in your Quick CSS:
#top #header_main_alternate,
#top #header .av-main-nav > li > a {
background-color: #11abd6 !important;
}
#top #header .av-main-nav > li > a, #top #wrap_all #header #menu-item-search>a {
border-color: #1f8cab !important;
}
The code is same as above but with the !important which will force the color not to be overridden by any css. Please change the background and border colors as you see fit. Hope this helps out.
Best regards,
Nikko Ayag
Hi,
I have a problem with a sub-menu as I want to have the top-level of the Sub-menu not linkable. Here a quick example of the menu.
1. Start
2. Blog
3. Services
– cars
– wheels
– repairs
I just don’t wont that the “Services” top level is not clickable and hence no link to a page is provided. The end user is only allowed to hover over cars, wheels and repairs and may click on them to get to the relevant area.
Is this feasible? Hope I was specific enough to explain my issue.
Many thx in advance.
Regards,
Udo
Hi!
You can use the following css code to remove the border of the submenu items.
#top .av-subnav-menu > li > a {
border-left: 0;
}
Best regards,
Ismael
Hi!
That is an if else statement. :)
I’m sorry but I’m not sure why it’s not working for you. We get the height of the av-frame-top container if it exists, if not set the value to zero.
fixed_frame = $('.av-frame-top').length ? $('.av-frame-top').height() : 0,
.. and then add it to the top position value of the sticky menu.
this.css({top: modifier - bordermod + fixed_frame, position: 'fixed'}); fixed = true
Cheers!
Ismael
Hey!
If the maximum width of the device is 2160px, the css code should be applied to it. Please try the follwing css media query instead.
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) and
(min-width: 1500px) and (max-width : 2160px) and
@-ms-viewport {
{
/** Surface Pro styles here **/
#layerslider_8 .ls-bg {
margin-top: 0 !important;
}
}
Based on this thread. http://stackoverflow.com/questions/19855268/surface-and-css-media-queries
Regards,
Ismael
Hi Jean,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Scott!
Thank for using Enfold.
Wrap the text that you want to go to the second line inside a span tag. Example here: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
Cheers!
Ismael
Hi – I’ve never had trouble putting in a youtube url. The video appears just fine in the blog post or page.
Now that I’ve created a lead page, I’m hoping to upload a video directly to my site so that, at the end of the video, there’s not all that distracting YouTube stuff that attracts my visitors off my site and to another YouTube video. This is for http://www.dominiquehurley.com/sign-up-5-steps-activate-intuition/
2 issues.
1) I tried uploading a video that was was big but under teh limit. It started uploading (in the media window – little blue bar starting to move) and then would stop.
2) I uploaded a short video on a different day and that worked to get it in the media library. But then on my page it appeared as an active url, not a video. I used the video media thing in the Avia Layout Builder. My file is an mp4 . Not sure if that’s the issue.
Is this normal? Is there a way to get a movie up on the site without YouTube so that everyone can see it? (vs. only those who have a viewer for mp4 on their computer – I remember with audio I had lots of fans unable to listen to my audios until I learned I had to convert to mp3).
Thank you.
Hi , I was looking for a solution to add a sidebar in single page product too. Until now i made changes on two file , one from woocommerce template and one from enfold and i have this now, as you can see on the link below.
It looks good on desktop, but still can’t set it for mobile or tablet. can you help me with this?
Thank you in advance.
Hi!,
when I click in a item of the top menu, there is a line under the link showing the page where I am.
I prefer change this line effect with background color (or add background color), but the same effect.
Where Can I change this?
Thanks!
Hi,
I saw that you got rid of the white space between menu bar and fullwidth slider on our Home page, but there when I went to see the code block content I noticed that the pixel code was the same as on the Thank you page. I thought no problem, I just change the pixel code for the Landing page instead, but then the extra white space appeared again on top of the Home page. I didn’t remove the Quick CSS code.
What did I do wrong, or what I can do to fix this? Sorry to bother you once again with this…
-Pia-
Hi. I am probably missing something, but in the Medical theme of Enfold – how can I remove or change the Emergency Phone: 1-400-333-5444 in the top left corner? Can not find the setting for it anywhere. Thanks.
-
This topic was modified 9 years, 5 months ago by
MartinA78.
Hi Peter,
Ok, thanks for the feedback. I’ll tag Josue for the topic.
Thanks,
Rikard
Hi Rob,
Kindly add this to Quick CSS:
This code is to change the black background color on the top where the main menu lies
#top #header_main_alternate,
#top #header .av-main-nav > li > a {
background-color: #11abd6;
}
Also add this code, this is for the color of the border for the main menu and also the search icon:
#top #header .av-main-nav > li > a, #top #wrap_all #header #menu-item-search>a {
border-color: #1f8cab;
}
I hope you find this answer helpful. :)
Best regards,
Nikko Ayag
So I’d like for my custom projects, to be able to use advance layout builder and yet still be able to customise them. I’ve added this to the top of my template builder:
if(is_singular( ‘projekti’ )){
include ‘http://marko.delavec.si/u3nek/wp-content/themes/enfold-child/single-projekti.php’;
exit();
}
but it doesn’t seem to work. Could I get any suggestion on how to fix this?
Or would it maybe be better to simply add if is singular 2 times in the main template builder? I mean I want to add 1 element on top directly under header and then 1 on the bottom of the site just before the footer.
-
This topic was modified 9 years, 5 months ago by
Zigabeton.
Hi Emma,
Kindly add this css code:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content:hover {
background: transparent;
}
if it doesn’t work try this one instead:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content:hover {
background: transparent !important;
}
Hope this helps :)
Best regards,
Nikko Ayag