Hey Augeundso,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 1270px) {
#top #main .avia-gallery .avia-gallery-big-inner {
height: auto;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi guys,
in another thread i already asked for that:
The gallery on smartphone looks strange.
When i want a large image and thumbnails under the large image theres too much space between image and thumbnails.
Guenni wrote a code for me:
#top div .avia-gallery .avia-gallery-big,
#top div .avia-gallery img {
padding: 2px;
}
Where do i have to add this? Or do i need another code.
Here is an example:
Remember. On PC everything is OK. Just on smartphone it looks weird.
Thanks. Didn’t see it myself. It’s better now. Topic can be closed.
Thanks a lot!
Perfect! Worked very well!
Topic can be closed.
Thank you very much!
Hello Rikard, Thank you for your reply. I used the slider feature of avia layout architect and implemented the video. On desktop devices it works great, but on responsive view there is no Video and the fallback picture appears. Can you help me getting it to work on smartphones, too?
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 500px) {
.responsive #top #wrap_all .flex_column {
margin-bottom: 0;
padding-bottom: 0;
}
#av_section_1 .av-special-heading-h1 .special-heading-border {
height: 0;
}
#av_section_1 {
min-height: 75px;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.

Best regards,
Mike
try :
#top .button[type="submit"] {
position: relative;
left: 50%;
transform: translateX(-50%)
}
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey tczubkowski_priv,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hello,
Is it possible to change the menu text on hover?
For example, the menu text says “Go,” and on hover, it changes to “Stop.”
Best regards
against that squeeze :
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header .container {
width: 97%;
max-width: 97%;
}
#menu-item-shop .cart_dropdown_link {
padding: 0 25px;
}
/* === against that jump on header positioning absolute / fixed === */
.responsive #top #wrap_all #header.av_header_transparency {
position: fixed !important;
}
}
for that small images below – there is in relation to its own dimension a big padding (7px for images that are approx. 30px)
so set the padding to a smaller value:
#top div .avia-gallery .avia-gallery-big,
#top div .avia-gallery img {
padding: 2px;
}
here the big image above is included to that new padding – so that the large image is aligned with the block of small images.
________
I always set my lightbox so that the background does not scroll.
There is now a filter for this which you can set in the child-theme functions.php.
add_filter( 'avf_default_lightbox_no_scroll', '__return_true' );
Apart from that, I don’t see the reason why these extreme heights are set for mfp-bg and mfp-wrap. The usual values are 1600 to a little over 2000px, why is it twice that in your installation? …
Wait, how will this help the formatting on mobile view issues? The top part should go all the way up, like the good screenshot website. And Blissfull also need to have the logo and cart images spread out more, instead of compacted. thanks
Great, that did it mostly!
Thank you, topic closed.
Hello! They look fine now on my BIG 32″ monitor, but on Chrome on my “smaller” 27″ monitor in Chrome, it is two rows. I also checked in on 27″ in FireFox and two rows, only 5 across, and then the last one drops down.
What is interesting is on my MAC laptop with a 16″ screen, it is one row with all 6 buttons and looks fine.
Maybe was a cache issue or something?
Thank you again!
Hi, I have no Scroll to top button on mobile. Is there any way to activate it? Thanks. Tom.
Hi @all,
i have some anchorlinks on my page and it works great on laptop.
But they do nothing on the smartphone.
This is on of my anchorlinks: #kontaktfooter
It shouldt scroll to the footer where people can fill a contactform.
Again: works cool on PC. Does nothing on my smartphone (android – chrome)
Any Ideas?
Klicking on the button Sofortangebot (#kontaktfooter) does nothing…
-
This topic was modified 1 year, 1 month ago by
Augeundso.
-
This topic was modified 1 year, 1 month ago by
Augeundso.
-
This topic was modified 1 year, 1 month ago by
Augeundso.
Hi,
Sorry for the confusion. I thought you’re working on an Accordion element. For the Tab Section element, please override the enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js file, look for the get_init_open function and replace it with:
get_init_open = function() {
var hash = window.location.hash ? window.location.hash : '',
deepHash = hash.toLowerCase().replace('#', ''),
open = null;
if ('undefined' != typeof(deepLinksToTabs[deepHash]) && '' != deepLinksToTabs[deepHash]) {
var hashID = deepLinksToTabs[deepHash];
open = tabs.filter('[data-av-tab-section-title="' + hashID + '"]');
} else {
open = tabs.filter('[href="' + hash + '"]');
}
if (open.length) {
if (!open.is('.active_tab')) {
open.trigger('click');
var tabOffset = open.offset().top;
var currentScroll = $(window).scrollTop();
$(window).scrollTop(currentScroll);
}
} else {
// set correct color
container.find('.av-active-tab-title').trigger('click', true);
}
};
You will also have to replace the filter in the functions.php file:
function av_override_avia_scripts() {
wp_dequeue_script('avia-module-tabsection');
wp_deregister_script('avia-module-tabsection');
$child_tab_section_js = get_stylesheet_directory_uri() . '/js/tab_section.js';
wp_enqueue_script(
'avia-module-tabsection',
$child_tab_section_js,
array('avia-shortcodes'),
false,
true
);
}
add_action('wp_enqueue_scripts', 'av_override_avia_scripts', 100);
Best regards,
Ismael
I have been racking my brain trying to get the galleries working on a new site. I kept trying to update, change the images and nothing would change. If I used the basic Gallery, it would just pick the last 5 images in the media library and would show “no items” in the edit gallery page.
I switched to Masonry and it would allow changes to columns and sizing, but again “no items” in the edit gallery page and the on the gallery page it just displays every image in the media library.
Same if I switch to horizontal gallery.
Additional Troubleshooting so far:
I tried:
Different browsers (Chrome, Edge, and Firefox)
Disabling browser anti-virus
Different machines
All elements should be up to date
Disabled all caching
I rolled back to enfold theme proper from the enfold child theme in case I messed up the php (trying to get header widgets working).
I disabled all plugins except the management ones (bluehost, jetpack, woocommerce) and even wordfence.
I tried through connecting through cell phones in case of firewall rules
I tried switching to a basic theme but those did not have any dynamic galleries to test with
I tried looking for errors in the cpanel logs (Found none for this site)
I tried making new pages
I made sure the user was connected to wordpress.com
so any ideas?
I should also note that Enfold instructions on adding flex parameters to header widgets did not work me as it gave me a php error on anything that started with a “.” (So .responsive, .media, etc would not work). Not sure if related but I may start a separate topic on it if its not (Flex somehow not installed?).
Update: I was shown by the hosting service how to check the wordpress error log correctly and found an error:
PHP Warning: Undefined variable $permalink in
~wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 1463
keeps repeating over and over. I’ll try a fresh reinstall with a new downloaded copy.
Update 2: Reinstalling seems to have removed that error, but did not solve the original issue. Ideas?
-
This topic was modified 1 year, 1 month ago by
blreitze. Reason: Additional info
-
This topic was modified 1 year, 1 month ago by
blreitze. Reason: Additional info
-
This topic was modified 1 year, 1 month ago by
blreitze.
-
This topic was modified 1 year, 1 month ago by
blreitze. Reason: Additional info
-
This topic was modified 1 year, 1 month ago by
blreitze. Reason: Update on troubleshooting
Hi Ismael, I’ve tried to send the private login to you twice now and it does not show up in the message string on this topic, are you still receiving messages? please confirm.
Looking to add a menu to the top of a page that is more advanced than the full width menu. We require dropdowns, icons etc. How do I insert a menu..couldn’t find a shortcode ..thanks
Hi,
Thank you for your patience, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-2 #main,#top.page-id-2 .main_color,#top.page-id-2 .header_bg,#top.page-id-2 #socket {
background-color: transparent;
background: transparent;
backdrop-filter: blur(10px);
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-smallarrow-slider-heading {
display: none;
}
#top .flex_column.av-l3t08rf8-8f5e455205a44c3e3d9068782c55a0f9 {
padding: 0px;
}
Best regards,
Mike
Hi,
Sorry I didn’t realize that it was black on black, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.postid-530 #header_meta {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
NSFW
Attached. I marked in green, the issues. it needs to be completely to the top of mobile and logo/cart spread out to the edges more. It was before, so not sure what happended with CSS.
thanks!
Hello,
I am working on my blog page (Publications and Articles). I added a right sidebar to the page, however it is not showing the categories up top. It only shows them way on the bottom. How can add them to the top by the blog?
Also, the blogs end with …. how can I make it say “Read More” with link instead?
I like to show a row of images (Underneath) related to other blogs, so they can see what’s available and click.
Can I control the order of the blogs? What are my options?
And, can I show blogs deeper? Like a page full of blogs rather than just show 3?
Thank you for your help. Please be as simplistic as possible in your reply, as I am new to your Enfold theme, and don’t know “exactly” where to find your directions!
Hi Rikard,
I followed your advice and it works quite well thank you, but I cannot format the link of the current page appearing in the menu widget.
I started a topic about this :
Currently the “current page link” appear in black but i would like to change it as i wish (like background color, font size,…).
I know it’s a simple CSS to add but I don’t know to do it.
Can you help me with this?
Best regards,
James
Hi Mike,
It’s weird, the top bar is definitely enabled, I have double-checked, you should see it.
There are 2 kind of information:
– Extra info+telephone: “Service client (9/12h – 13/18h) # 07.69.23.06.01”
– Second menu: “Temporary (2nd menu)”
All this comes under a dark background.
I have recorded again the Enfold options, I’ve cleaned the cash, there is nothing much i can do…
Let me kow.
The issue has returned.
We need to investigate a possible memory leak with the alb image element.
Something is causing a memory leak or causing the query to fail.
If we edit the homepage and then click on an image element to edit it we get an empty window and the errors below in the console in Plesk.
If we have redis enabled:
AH01071: Got error ‘; PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1310720 bytes) in /var/www/vhosts/domainname.com/httpdocs/wp-content/object-cache.php on line 2534’, referer: https://domainname.com/wp-admin/post.php?post=14&action=edit
If we have redis disabled:
AH01071: Got error ‘PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 5242880 bytes) in /var/www/vhosts/domainname.com/httpdocs/wp-includes/class-wp-object-cache.php on line 239’, referer: https://domainname.com/wp-admin/post.php?post=14&action=edit
This is accompanied by a console error:
Failed to load resource: server responded with a status of 500 ()
wp-admin/admin-ajax.php
wp-admin/load-scripts.php
I am assuming these two errors are because the process has stopped – And the cause is something to do with the issues above.
This problem occurs in php 8.1 and above. It does not occur in php 8.0
-
This reply was modified 1 year, 1 month ago by
thinkjarvis. Reason: extra note added