Hello Basilis,
I figured out the issue for the Layout Editor.
Somehow if I use a different user, the Layout Editor works normal again.
However if I switch back to the one I was using before it stops working again.
So it apparently has something to do with the user I was logged in on.
Hope this is helpful information
Best regards,
LP-Media
Hi,
it’s on every device: ipad, MacBookAir El Capitan, iphone5 (ok, this is old, but anyway), imac osx Yosemite. On all devices with latest safari version.
Try this:
1. go to http://www.spiraag.ch
2. on desktop: shrink the browser, until menue change to mobile menu
3. swipe left want to show next page, and you’ll see the mobile menu in top right corner
a) sometimes I need first to open/close the mobile menu before that happens.
Hope, you’ll see it. This happens not only on my devices, I checked this.
Thanks, René
Hi Geert,
Great, glad you found a solution and thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Regards,
Rikard
Hi,
It looks like you have a CSS argument for that already in style.css:
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
font-weight: 100 !important;
}
Thanks,
Rikard
Hi,
I replied to your other thread already, please refer to that and let’s stick to that topic from now on. I’ll close this thread since we don’t need two threads for the same problem.
Regards,
Rikard
Hey tampaprinting!
Thank you for using Enfold.
I checked your profile but I don’t see any topics related to the phone number. Please add this in the Quick CSS field:
.av_phone_active_left .phone-info {
padding-left: 0;
float: none;
text-align: center;
}
Best regards,
Ismael
I would like to remove the space between column when presented on mobile screens. On full screen, I have space between columns set to 0 (see example below), on mobile screens when placed ontop of each other, Im getting a space that I would like to remove (second example below). I would like the space between these columns to be set to 0.


Hi!
Thank you for the info. Please post the FTP credentials so that we can do a few test. Or try the solutions provided in the following thread. The installations produced the same error as your installation and it is fixed by removing a cached file or script.
// https://kriesi.at/support/topic/uncaught-error-cannot-call-methods-on-sortable-prior-to-initialization/#post-516758
// https://kriesi.at/support/topic/avia-layout-builder-not-working-14/#post-637184
Best regards,
Ismael
Thank you! This appears to add padding to the top. Possible to remove it from the bottom? I’ve tried including padding-bottom: 0px; to no avail.
Best,
Jared
Hey Marcel!
Thank you for using Enfold.
Use the script provided in the following thread then adjust the scroll position value (50). https://kriesi.at/support/topic/header-scrolled-class-not-available-in-header-with-custom-pixel-value/#post-681082
UPDATE: Use this code:
function add_custom_script(){
?>
<script>
(function($){
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 50) {
$(".header-scrolled").css("display", "none");
} else {
$(".header-scrolled").css("display", "block");
}
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Best regards,
Ismael
Hi!
It’s a custom css modification in the style.css file:
.header_color .main_menu ul:first-child > li.current-menu-item > a span.avia-menu-text, #top #header_main > .container .main_menu ul:first-child > li > a:hover span.avia-menu-text {
background: #1E823F;
color: white !important;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-transition: background 0.4s ease-in-out;
transition: background 0.4s ease-in-out;
}
.header_color .main_menu ul:first-child > li.current-menu-item > a span.avia-menu-text, #top #header_main > .container .main_menu ul:first-child > li > a:hover span.avia-menu-text {
background: #1E823F;
color: white !important;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-transition: background 0.4s ease-in-out;
transition: background 0.4s ease-in-out;
}
Please remove it or modify the color values.
Cheers!
Ismael
Hey webtec-pk!
Thank you for using Enfold.
You can display the featured products via shortcode. https://kriesi.at/support/topic/featured-products-on-the-main-shop-page-woocommerce/#post-594918
Regards,
Ismael
So we updated the theme along with wordpress to the latest and randomly users who have Administrator privileges can not edit the site because the advanced layout editor just spins and does not load.
If we change a user to a different privilege EG: from Administrator to shop owner – then the advanced layout editor loads fine!
We are using a plugin for custom post types.. (Tool set Types) we have used it for years without a glitch on enfold, they work very well together and have never had this issue before so am quite confident its not that.
The issue is a bit deeper though as Administrators can edit standard pages and standard posts, so i know you are going to say its the plugin!
But until we updated it was fine..
2: We have noticed that when any user with any privilege setting logs out and another user logs in they see that the previous user is still for example still editing a page, even though they previous user has logged out.. This does not really matter but its also kind of weird..
We have done the usual turned off plugins etc..we always try and trouble shoot most issues and use the support as a last resort, so i have included some log in details for you.. The user is set to Administrator privilege which has spinning wheel of the links attached.. Change the privileges to shop owner and the user can can use the advanced layout editor !
Many thanks for the ongoing great theme
Hi Vinay,
are you using adblock? There certainly is a banner on the page. On desktop and laptop it goes away while scrolling. That´s all good. The problem only appears on tablets.
Best regards,
Arkadi
Hello,
I want to change the font Size of my Featured Image Slider. You find on my page http://mf.betapage.ch/ under “Fit + Dance” two slider. The above one is the simple slider, but there you can’t insert links to post. The lower one is a Features Image Slider, there is automticaly a link to the post. Here I want to reduce the size of font, center the text and if possible to give a background like simple Slider.
Found this: https://kriesi.at/support/topic/how-to-change-the-caption-title-font-sized-of-featured-image-slider/
But doesn’t work for me. Try also add !important, but no change. Found out, h2.avia-caption-title should be the right selector. Is this correct?
Now I want to disable the dash below the text and change position to the same as in simple slider. Can you please help?
Claudia
I’ve used the code shared in this post but I cannot get the breadcrumb field on mobile to match desktop. I would like them to both be the same height and the text center vertically (of course, if the breadcrumb is long it can increase the height of the breadcrumb). Thank you very much!
Hi Rikard,
my problem is solved! I know a little bit javascript, but zero jquery. I think it was a simple syntax problem. Now I added this script to the play button:
<script type="text/javascript">
function playVid() {
vid = document.getElementById("myVideo");
vid.play();
setTimeout(stopSlideshow, 3000);
}
function stopSlideshow() {
(function($) {
$("#layerslider_1").layerSlider("stop");
})(jQuery);
}
</script>
and it works.
Thank you,
Günter
Ok! I found the code on this post how to hide social icons entirely from mobile, which is a fine approach for me. And I see that search is also hidden entirely, which is fine for now.
So I was able to resolve. You can close this thread.
Thanks!
Ok. I found this post that explained how to control the display of menu items on desktop versus mobile. Still looking for help on social icons and search.
Hi Kriesie, see the link below.
I have set up 7 tables (days of the week) wich should represent opening hours. It works good enough but I noticed that when you make the screen smaller, the tables overlap. That is bad bacause whenever somebody would visit the site with such screen, it looks bad. If the screen gets small enough, then the responiveness is good again.
So my question is: how do I get the tables not to overlap when shrinking the size of the screen?
Another question I have is this: how would I het the TOP row be green with white font? In the forum I find a lot about this but it is all about the pricing table top row. SO in my case that code don’t work.
Thank you for the help.
A the top of my page, below my navigation menu, there are five images in columns with text below.
I cannot figure out why the 5th column image on my homepage is misaligned with the other 4.
The 5th column is an exact copy of all the others, so the settings are identical.
The image uploaded in that section is the exact size as the others.
Yet, when I view the page, it shows the image smaller, and messes up the alignment with the other four columns.
I’ve included a login if you want to check out the settings for yourself.
Thank you in advance for your help!
Hello,
This worked for me too. Thank you very much @Michael0424
Hi @Rikard, this worked for me too, but i lost media files. When you said “There might be something going on with the account you are using as well so please try creating a new admin account to see if that works better. ” You meant WP account? As you are experts, how just possible that changing the account of WP solved the problem of loading of ALB ?
Thank you very much to all.
Kind regards,
Alex
Hi antdesign01!
There is no conflict as it seems, there is just not the proper CSS for the element.
Add the following CSS
#top .main_color input[type=”tel”] { width: 80%; }
and let us know if that will fix your issue.
Thanks a lot
Regards,
Basilis
Hi @Basilis,
Yes a Back to top would be at least helpful, thanks
Hey pixel2data!
No, unfortunately this is not possible due to a bug (or tbh it’s more a limitation) of the get_next_post()/get_previous_post() function – see: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios
Cheers!
Basilis
HI @Ismael,
I followed your instructions yet it doesn’t work.
I have a color section as first element, where I put a video to display full screen on desktop only.
Then I added a full screen slider right underneath as you mentioned and put the images I want to show up on mobile only
Next, I followed the thread you pointed me to (http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/)
had the custom CSS field for ALB elements function already turned on earlier, added the “only-desktop” into custom CSS field for the color section element and added the corresponding
@media only screen and (max-width: 990px) {
.only-desktop { display: none !important; }}
code into the QuickCSS in Enfold theme options under General Styling tab.
Result: nothing happened, the section still shows up on mobile.
As for the fullscreen slider element (to display on mobile only devices) instead, there doesn’t seem to be any custom field showing up to enable “only-mobile” custom CSS class.
Result: Can’t complete the operation.
Can you dig into it?
I give you all details below. Thanks
Antonio
Hey!
That is a customisation of the theme, which we do not support as part of our Support Policy.
What we can help you with, is to provide a Back to Top Button.
Let us know if that will help you at all.
Regards,
Basilis
Hi,
I use portfolio items to create pages about certain topics: photographs from summer schools that I attended, task groups inside our organisation etc. I use portfolio items since it is then easy to link them with the Portfolio grid.
However, when I open one of my Summer School items, I get these small triangles on the left and right of the page to go to the other Portfolio items. That is nice, but I seem unable to limit the items. For instance, when I go to my summer school pictures, I am able to go to the pictures of previous years, but afterwards, I also can go to my task groups. And this is not what I want. Is there a way to limit the items one can go to with these small triangles (e.g. only my task groups and only my Summer schools). If not, can I disable them completely?
Related to this, the portfolio pages do automatically get the “site/portfolio-item/” URL. Could I change this to for instance “Site/task-groups/” and “Site/summer-schools/”?
Many thanks and best regards,
Geert
Hello,
I just want the menu to be moving to top earlier. After scrolling 30px in height for example. Isn’t that just a javascript which can be modified telling the menu to go top top earlier?
Kind regards.
Jordy