German support does not seem to react, please find therefore the topic translated into English:
I have WP Version 4.8 and Enfold Version 4.0.7 installed. Since a few days, Avia Layout Builder does not appear anymore, but only the homepage (landing page) is affected. I have already tried all the different tipps of similar posts in this Forum (such as deactivating all plug-ins, amend memory allocation, clear browser cache etc.), unfortunately without success. Memory allocation at the hoster is currently set to 128M. What else can I do to make the Avia Layout Builder loading on the start page, in order to be able to manage its content again? Thanks a lot.
Thanks guys. I will follow the thread! Consider this topic as closed!
Hi,
Please try this in Quick CSS:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(246,132,31,0.7);
}
If you need to adjust the opacity, you can change the last number. Completely transparent is 0, and completely opaque is 1.
Best regards,
Sarah
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
I install the new 4.2 version of WooCommerce. previously we got 3.0 . After installing, we have some problems that we can’t solve:
1) The images of single products are not visible in the detail page, but if you drag on desktop, you can see the image.
2) The textes on the home page in the widget “Product gallery” are bigger and we can’t do it smaller
3) We try with another theme and it’s all ok, but with enfold no!
Hey adotopanuga,
Thank you for using Enfold.
Please try this filter in the functions.php file:
// get the first product in each category
add_filter('avia_product_slide_query', 'avia_product_slide_query_mod', 10, 2);
function avia_product_slide_query_mod($query, $params) {
$products = array();
$ids = array();
if(!empty($params['categories']))
{
$terms = explode(',', $params['categories']);
}
if(!empty($terms))
{
foreach( $terms as $term )
{
$args = array(
'posts_per_page' => 1,
'post_type' => 'product',
'no_found_rows' => true,
'update_post_meta_cache' => false,
'update_post_term_cache' => false,
'tax_query' => array(
array(
'taxonomy' => $params['taxonomy'],
'field' => 'id',
'terms' => $term
)
)
);
$products[] = get_posts($args)[0];
}
}
$products = array_unique($products, SORT_REGULAR);
if(!empty($products))
{
foreach( $products as $product )
{
$ids[] = $product->ID;
}
}
$query['post__in'] = $ids;
return $query;
}
Best regards,
Ismael
The front end of our website is working well with Enfold but the back end is extremely slow when creating or updating pages or posts or even menus. I have been trouble-shooting for some time without any success but have isolated the problem to the Enfold theme. I have updated WordPress, disabled all plugins, removed all custom CSS and am now using the current version of Enfold but the problem persists. The only time I have been able to stop the problem from occurring has been when a different theme is activated. When Enfold is active I regularly receive “connection lost” errors and “timeout” errors. Please help by suggesting what else I might try to fix the issue.
Hi,
Great, glad you found a solution and thanks for sharing, much appreciated. 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 you got it working. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey Ismael,
I haven’t seemed to have the problem for about a week now. But I included this CSS just incase.
My golden problem with the masonry gallery is in a thread here haha:
Thanks!
Chris
Hi,
I’m sorry but that’s not possible. The “icon menu” is created for desktop only. It’s not going to work properly on mobile devices without major modification in the scripts and css stylesheets. Please hire a freelance developer or contact our partner, Codeable.
// http://kriesi.at/contact/customization
Best regards,
Ismael
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#advanced_menu_toggle {
position:initial !important;
min-width: 100% !important;
}
.logo img {
padding-top: 30px;
}
}
Best regards,
Rikard
Hi,
Great, glad you got it working. 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 you found the problem. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Please try this as well:
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Best regards,
Rikard
Hi,
Great, thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Did you add the following css code somewhere?
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: custom_avia_msonry_show .8s 1 cubic-bezier(0.175,0.885,0.320,1.075);
animation: custom_avia_msonry_show .8s 1 cubic-bezier(0.175,0.885,0.320,1.075);
}
Best regards,
Ismael
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 you got 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 Mike!
Thank so much for your help and quick response. I did clear my cache and the mobile menu did appear. However, when I press on another page and come back to the home page, it’s gone again. I cleared all my cache plugins on the website as well. I noticed on the image slider on the mobile phone disappears as well.
Screen shots of my mobile phone (iphone) and desktop.
https://thatsoupchic.com/wp-content/uploads/2017/06/IMG_4600.png
https://thatsoupchic.com/wp-content/uploads/2017/06/IMG_4599.png
https://thatsoupchic.com/wp-content/uploads/2017/06/1.jpg
https://thatsoupchic.com/wp-content/uploads/2017/06/2.jpg
Hey nicolechanphoto,
I was able to load the desktop version, please see the link in the Private Content area.
Best regards,
Mike
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and hide and display certain elements on mobile and desktop.
Fullscreen images adapt to height and width of the screen and since desktop screens are in “landscape” mode and mobile users usually use the sites in portrait mode, image simply does not fit because of its ratios. Upcoming major Enfold update will be focused on improving mobile experience and i am sure this will be revisited as well. But i am afraid, for now there is no simple solution we can provide.
Best regards,
Yigit
Hey jbinmn,
I checked each page on your site and could see your “Schedule Time with Jon” button in the top “extra elements” area. Which page was it not showing on?
Best regards,
Mike
That’s applying it to desktop computers too. I’m just wanting it for all my pages on mobiles.
-
This reply was modified 8 years, 10 months ago by
Cameron.
Hi,
Add the following to quick css:
.av-align-middle {
vertical-align: top!important;
}
.avia-content-slider .slide-entry-wrap{
margin-bottom:0px!important;
}
Best regards,
Jordan Shannon
I sent you guys an image showing what me and everybody else see’s. Again you can probably see it because you have or are logged into my dashboard which again for some reason that is the only way you can see all the items. I have looked at my site from my work computer, the public library computer, one of my clients computer, almost 30 different mobile phones again the only photo albums being shown are Nature, Graduation, Family Pictures, the D’mentes, and SFBW photo shoots do not show.
I am once again posting the image so you can see what is wrong. The top image is what is being shown in everybodies computers and mobile phone. The bottom picture is what should be shown, but only shows up when I am logged into the dashboard.
View post on imgur.com
Hello!
This morning, I noticed that when I load my website, it loads as the mobile version. I asked my host, and they said it had something to do with the theme.
The only change is that yesterday, my domain registrar redirected the DNS so that the site would load without the www. in front of it.
Please help! Thanks :)
Hi bluebubble,
https://kriesi.at/support/topic/403-error-entypofontello-fonts/
I checked permissions, checked .htaccess, it all looks ok. I’ll ask my colleagues to have a look.
Best regards,
Victoria
doesn’t it work with the newest ENFOLD update??
@Nikko said here that they are already working on this issue and this was in May
Hi,
We’re glad the problem is fixed! We’ll keep this thread open for you in case you need further help about this topic.
Best regards,
Sarah