Hi,
Thank you for the link.
Please add this css code to adjust the alignment of the buttons.
#top .av-otzhdc-f6e6fb6737c9d94574c2e623c4aab5bf .avia-button-wrap {
position: absolute;
width: 100%;
bottom: 0;
}
#top .av-otzhdc-f6e6fb6737c9d94574c2e623c4aab5bf .flex_column_table .flex_column {
padding-bottom: 100px;
}
View post on imgur.com
Best regards,
Ismael
Hi,
Thank you for the clarification.
Please remove the previous css modifications applied to the search input, then replace them with the following code:
#top #chsearchbox #searchsubmit, #chsearchbox .ajax_load {
width: 62px;
height: 100%;
line-height: 40px;
padding: 0;
position: absolute;
right: auto;
top: 0;
z-index: 2;
margin: 0;
border-radius: 0;
min-width: 40px;
left: 0;
background: url('https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
#chsearchbox #searchform .av_searchform_search.avia-svg-icon {
display: none;
}
#chsearchbox #search-3 #s {
left: 35px;
content: none;
width: 85%;
margin: -32px auto !important;
padding: 41px;
border: none!important;
box-shadow: 0px 5px 15px 0px #cccccc;
margin-left: 0 !important;
}
The search bar should look like this after applying the modification:
View post on imgur.com
Best regards,
Ismael
Hey northorie,
Thank you for the inquiry.
The testimonial arrows are visible when we checked. If you need to adjust its position, add this css:
.responsive #top #wrap_all .av-flex-cells .avia-slideshow-arrows {
top: -50px;
position: relative;
}
To adjust the space around the container, you can add this css code:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .av-flex-cells .no_margin.avia-testimonial {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Best regards,
Ismael
Hey sitadi,
The login to the live site is not working, but for the test site the search is sticky but seems to be in the wrong position when the header when it shrinks,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#header.header-scrolled ~ #main #av_section_1 .avia_search_element {
top: -64px;
position: relative;
}
#header ~ #main #av_section_1 .avia_search_element {
top: -30px;
position: relative;
}
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
Hey Eduardo,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-iconlist-small.avia-icon-list-right {
text-align: left;
width: 93px;
}

Best regards,
Mike
I used similar after going through the html and finding what CSS was setting the Cart SVG icon fill and replicated it in my CSS
#top #wrap_all .header_color .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child,
#top .header_color .avia_cart_buttons .avia-svg-icon svg:first-child {
fill: #000;
}
Perfect, thanks a lot! Topic can be closed :)
Hi,
Thanks for sharing your scroll-top-link solution, that may help others, but I don’t see any css that would help the cart, did you use Guenni007’s solution?
Best regards,
Mike
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.darklup-dark-mode-enabled #top #header .av-main-nav > li > a:not(.darklup-dark-ignore) {
background-color: unset !important;
}
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
If you are using the Theme colour styling section then it shouldn’t be an issue it is only because I don’t and use my own CSS to style everything that the switch to SVG caused an issue.
It was as was posted above setting a Fill colour to the Cart, Return to Top and Search in the nav that returned them to how they once were with just color css, so if you are using custom CSS for these elements you just need to set a color as a Fill.
For example in the scroll to top link the colour of the arrow was previous set by a color style but now needs a Fill style with that same color.
a#scroll-top-link.avia_pop_class {
background-color: var(–scroll-top-background-color);
color: var(–scroll-top-color);
border: 1px solid var(–scroll-top-border-color) !important;
opacity: 1;
}
#scroll-top-link.avia-svg-icon svg:first-child {
fill: var(–scroll-top-color) !important;
}
a#scroll-top-link.avia_pop_class:hover {
background-color: var( –scroll-top-hover-bgcolor);
color: var(–scroll-top-hover-color);
border: 1px solid var(–scroll-top-hover-bordercolor) !important;
opacity: 1;
}
#scroll-top-link.avia-svg-icon:hover svg:first-child {
fill: var(–scroll-top-hover-color) !important;
}
Apologise for not relating sooner.
Because I use my own custom CSS the Cart icon in the header, Return to Top button and Nav Search icon lost the colours with your switch to SVG on 7.0 so we’re not appearing when the theme was updated.
I use your theme for the great GUI and drop and drag visual setup in Pages which makes it easier for clients updating their sites.
Thank you for your reply, I actually ended up finding the shopping cart SVG css so have added the fill to it and my other sites now I have those 3 new style settings with your switch to SVG with me not using your inbuilt colour styles setup.
I may have missed it but I could find any details in your help text about how the switch to SVG would impact, I am not sure if this might be possible going forward to help others 🙂
We’re experiencing an issue on our website rosevel.ie regarding how images behave on mobile devices.
We’ve configured our product images to use the lightbox feature, so when clicked, they enlarge on the same screen without navigating away from the product page. This works correctly on desktop, and in most cases on mobile too.
However, on mobile, we’ve noticed that sometimes when a user taps an image, it opens the image in a new page instead of using the lightbox, effectively taking the user away from the product page.
Here’s a quick video showing your what I mean:
View post on imgur.com
This is problematic as it disrupts the user experience and could negatively impact conversions.
Could you please look into this and let us know how to fix it? Ideally, we want the lightbox to work consistently across all devices, especially mobile.
Thanks in advance for your help!
Hi,
I’ve changed the colour of the Small bar above Main Menu to red but it shows up as pink on desktop and mobile?
View post on imgur.com
Any ideas why?
View post on imgur.com
Thanks!
Harvinder
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
It still doesn’t work on Mobile, it disappears completely. On tablet, it shifts, and looks weird. I guess we have to manually adjust it for every screen size?
I’m pretty sure back in the day there were banners, and they were attached to the physical images, making this easier. I just wish I knew how I removed them, cause I didn’t want them at the time.
Also, with the categories, I want “Items with Promos” to show up at the top, but its only doing so on desktop. Its not doing so on mobile. Can you also check on tablet?
Thank you so much
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
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
Hi Ismael,
thank you very much. That worked!
Best regards,
Cristopher
Hi,
The script is the same as the one posted above, so it’s possible that it was not added correctly earlier. https://kriesi.at/support/topic/tab-section-direct-links-for-tabs/#post-1479486
Best regards,
Ismael
Hey Angelo,
Thank you for the inquiry.
Please note that selected categories normally move to the top of the list. The category alignment or hierarchy is correct when no categories are selected.
View post on imgur.com
Do you encounter issues with the category selection?
Best regards,
Ismael
Hey mosaic,
Thank you for the inquiry.
You can add this code in the functions.php file to adjust the default size of the featured image:
function avf_customization_modify_thumb_size( $size ) {
$size['entry_without_sidebar'] = array( 'width' => 9999, 'height' => 9999 );
$size['entry_with_sidebar'] = array( 'width' => 9999, 'height' => 9999 );
return $size;
}
add_filter( 'avf_modify_thumb_size', 'avf_customization_modify_thumb_size', 10, 1 );
After adding the filter or code, you’ll have to regenerate the thumbnails or upload the images again:
— https://wordpress.org/plugins/regenerate-thumbnails/
IMPORTANT: Please make sure to create a site backup or restore point before proceeding.
Related thread: https://kriesi.at/support/topic/full-image-on-single-post/#post-1471379
Best regards,
Ismael
Hey ditteditte,
Thank you for the inquiry.
Based on the class parameter in the shortcode, the selector should be “.only-desktop”. Please replace the css with the following code:
@media only screen and (max-width: 768px) {
.only-desktop {
display: none !important;
}
}
Best regards,
Ismael
That’s not working here are the 2 sections of code I have for the header meta phone area
#top #header_meta .container {
display: flex!Important;
justify-content: center!Important;
min-height: 30px;
height: 50px;
font-size:18px!Important;
}
#header_meta .phone-info {
color: #ffffff;
padding-top: 15px;
text-align:center!Important;
font-size:18px!Important;
}
I have recently updated our website (WordPress, Enfold theme), now this page
uses three slideshows. They work fine on PCs, but are not displayed from an Android browser with less width. This mainly affects smartphones and in case tablets. I have not made any settings in the slideshow that it should not be displayed on mobile devices. What could be the reason? Thank you.
I have checked couple of lazy loading seetings (based on https://kriesi.at/support/topic/slide-show-volle-breite-wird-auf-mobilen-geraten-nicht-angezeigt/), but could not find a solution so far.
Hey Freek,
I see you have the error: Uncaught TypeError: $ is not a function
your top half of the code is javascript, but the second half is jQuery which needs to be wrapped with this:
(function($) {
//your code here
})(jQuery);
like this:
<style>
.bootstrap .player-selection-ul li.player-selection-li{
padding: 6px 15px;
line-height: 1;
}
</style>
<link href="https://nl.escapeall.com/Content/API/styles.css" rel="stylesheet">
<link href="https://nl.escapeall.com/CustomCss/fun-thrills.css" rel="stylesheet">
<script type="text/javascript">
function updatePlayersOptions(element) {
var jThis = ea_jQuery(element);
const selectedLanes = parseInt(jThis.find('option:selected').data('quantity')) || 0;
const maxPlayers = selectedLanes * 6;
jThis.closest(".alert-reservation-added").find('.extra-options-row-2 option').each(function () {
const playerCount = parseInt(ea_jQuery(this).val()) || 0;
if (playerCount > maxPlayers) {
ea_jQuery(this).prop('disabled', true).hide();
} else {
ea_jQuery(this).prop('disabled', false).show();
}
});
}
(function($) {
$(document).ready(function() {
$.getScript("https://nl.escapeall.com/Scripts/API/all.js", function (data, textStatus, jqxhr) {
GetBookingCalendra('#BookingId', {
ServiceId: ['23fa314b-449e-4881-9b8d-3674fa6bdeab'],
lang: 'nl',
Template: 9,
QuantitySelectionAsPlayers: true,
FirstWeekDay: 'Monday',
InitialQuantity: 1,
successReservationSelected: function (reserv) {
console.log('hello');
},
success: function () {
ea_jQuery('.choose-player-panel h4').text('Aantal banen');
ea_jQuery('.service-time-selection-panel h4').text('Tijd en Prijs');
ea_jQuery('.player-selection-ul li[data-quantity="1"]').html('1<br/><small>1-6 spelers</small>');
ea_jQuery('.player-selection-ul li[data-quantity="2"]').html('2<br/><small>2-12 spelers</small>');
ea_jQuery('.player-selection-ul li[data-quantity="3"]').html('3<br/><small>3-18 spelers</small>');
ea_jQuery('.player-selection-ul li[data-quantity="4"]').html('4<br/><small>4-24 spelers</small>');
ea_jQuery('.service-time-selection-panel h4').text(' Activiteit en tijd');
ea_jQuery(document).on('change', '.multiple-reservation-price', function (e) {
updatePlayersOptions(this);
});
},
successReservationSelected: function (toBeAppended) {
updatePlayersOptions(ea_jQuery(".multiple-reservation-price", toBeAppended));
}
});
});
});
})(jQuery);
</script>
<div id="BookingId"></div>
<div class="escapeall">Booking System powered by: <a href="https://nl.escapeall.com/">Escape<span>All</span></a></div>
Best regards,
Mike
Hi,
I want to add a second menu underneath the main menu. To do so, I added this piece of code to my functions.php file.
php
add_action(‘ava_after_main_container’, ‘custom_submenu’);
function custom_submenu() {
$classes = get_body_class();
if ((in_array(‘woocommerce-page’, $classes)) || (in_array(‘archive’, $classes))) {
echo do_shortcode(“[av_submenu which_menu='' menu='3251' position='right' sticky='aviaTBsticky' color='footer_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='' custom_class='only-desktop' template_class='' av_uid='av-m8fv68yn' sc_version='1.0']
[av_submenu_item title='Menu Item 1' button_style='' link='' link_dynamic='' linktarget='' title_attr='' av_uid='av-d3kl3k2' sc_version='1.0']
[av_submenu_item title='Menu Item 2' button_style='' link='' link_dynamic='' linktarget='' title_attr='' av_uid='av-683en9e' sc_version='1.0']
[/av_submenu]“);
}
}
This is working perfectly on desktops. However, on mobile devices, it breaks the layout on WooCommerce pages—my two columns of products are squeezed to one side, taking up only half of the screen while leaving the other half blank.
Since I don’t want the menu to appear on mobile devices, I tried hiding it with this CSS:
css
@media only screen and (max-width: 768px) {
.desktop-only {
display: none !important;
}
}
But it doesn’t work. Can you help me figure out a way to hide the full-width submenu on mobile devices so it doesn’t break the layout?
Hi,
Thanks for your feedback and glad we could solve the problem.
Enjoy the theme and have a great day.
Feel free to come back when you need further assistance – simply open a new topic.
Best regards,
Günter
PS. If you can spare a few minutes please leave a positive review at our product page https://themeforest.net/item/enfold-responsive-multipurpose-theme/reviews/4519990
thanks in advance.
Hey amanda-mdllc,
Thank you for the inquiry.
Try to add this code to the Quick CSS field to center-align the phone info.
#top #header_meta .container {
display: flex;
justify-content: center;
}
Best regards,
Ismael
Hi,
Thank you for the update.
We added this code in the Quick CSS field to adjust the size and color of the icons on Safari.
#top #menu-item-search .avia-svg-icon svg, #top .av-logo-container .social_bookmarks li a svg {
width: 18px;
height: 18px;
color: white;
fill: white;
}
Result:
View post on imgur.com
Best regards,
Ismael
Hi,
Thank you for the update.
Try to add this css code to disable the animation of the masonry items and make them visible immediately on page load.
#top .av-masonry-image-container, #top .av-inner-masonry-content, #top .av-masonry-pagination {
transition: none;
}
#top .av-inner-masonry {
transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
animation: none;
}
#top .av-masonry-entry {
opacity: 1;
visibility: visible;
}
Best regards,
Ismael