Forum Replies Created
-
AuthorPosts
-
April 29, 2025 at 6:15 am in reply to: arrow to go back up for mobile and viewing testimonials #1483326
Hi,
Have you tried hiding the testimonial section on mobile view? You can toggle the Element Visibility settings in the Advanced > Responsive panel.
You can also use this css code to adjust the size of the testimonial section on mobile view:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0; font-size: 0.85em; } #top .av-large-testimonial-slider .avia-slideshow-arrows { position: absolute; width: 100%; bottom: 50px; } #top .avia-slideshow-arrows a.next-slide { right: -30px; } #top .avia-slideshow-arrows a.prev-slide { right: auto; left: -30px; } }
Best regards,
IsmaelHi,
Thank you for the update.
Which blog layout did you choose? Instead of adjusting the blog layout settings, try to add this filter in the functions.php file to change the blog style or layout of the category pages.
add_filter('avf_blog_style','avf_blog_style_mod', 10, 2); function avf_blog_style_mod($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
This should set the category pages to a grid layout.
Best regards,
IsmaelHi,
adjusting the slider’s image size for mobile so it runs full height?
You can replace the Fullwidth Easy Slider with Fullscreen Slider or use both, then adjust the Advanced > Responsive > Element Visibility settings to toggle the display of the sliders. You’ll have one slider for desktop and another for mobile view.
To adjust the position of the caption, go to the Styling > Caption panel, then adjust Caption Positioning settings.
Best regards,
IsmaelHey MomentumMarketingSupport,
Thank you for the inquiry.
You may need to avoid using the ID “comment” for the color section because this css rule gets applied to it.
#comment { width: 602px; height: 150px; padding: 10px 7px; font-size: 12px; margin: 0; }
This is how it looks when the height property is disabled.
Best regards,
IsmaelHey fanlokbun,
Thank you for the inquiry.
You can use this css code to hide the logo on mobile view and make the header transparent.
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av_header_transparency { position: fixed; background-color: transparent; } .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img, .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg, .responsive #top .logo { display: none; } }
Best regards,
IsmaelHi,
Have you tried removing the css code? Keep the css rules with the #chsearchbox selector, or replace it with:
#top #chsearchbox #searchsubmit, #chsearchbox .ajax_load { width: 62px; height: 100%; line-height: 40px; position: absolute; right: auto; top: 0px; z-index: 2; min-width: 40px; left: 8%; padding: 0px; margin: 0px; border-radius: 0px; background: url("https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png") center center / contain no-repeat; background-position: center center; }
Best regards,
IsmaelHey Diana,
Thank you for the inquiry.
Are you trying to make the document automatically scroll and open the tabs when the links are used? If so, you can try adding this script in the functions.php file:
add_action('wp_footer', function() { ?> <script> document.addEventListener('DOMContentLoaded', function() { (function($) { function scrollToTab(selector, eventType) { $(selector).on(eventType, function(e) { var hash = eventType === 'load' ? window.location.hash : $(this).attr('href').split('#')[1]; if (!hash) return; var tab = $('.av-section-tab-title[href="#' + hash + '"]'); if (tab.length) { var parent = tab.closest('.av-tab-section-outer-container'); var pos = parent.offset(); tab.trigger('click'); setTimeout(function() { $(window).scrollTop(pos.top - 100); }, 100); } }); } scrollToTab('.avia-buttonrow-wrap a', 'click'); scrollToTab(window, 'load'); })(jQuery); }); </script> <?php });
Best regards,
IsmaelHi,
Glad we could be of help! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHey Guenter,
Thank you for the inquiry.
We can’t find the enfold-font-size-content-font variable anywhere in the theme — only enfold-font-size-theme-content. Where did you see the enfold-font-size-content-font variable?
Best regards,
IsmaelHey dryo1,
Thank you for the inquiry.
Have you tried adjusting the Styling > Font Sizes settings? You can set different values for different screen sizes.
Best regards,
IsmaelHey agentur2c,
Thank you for the inquiry.
You can change the layout of the archive or category page by adjusting the Enfold > Blog Layout > Blog Styling and Blog Layout settings. Please check the screenshot below:
Best regards,
IsmaelHey pbouquet,
Thank you for the inquiry.
It might be due to the iframe inside tab 14. It’s possible that it has a built-in script that forces the document to scroll to the iframe once it loads.
Best regards,
IsmaelApril 28, 2025 at 5:59 am in reply to: Portfolio grid displays thumbnails incorrectly if they are odd #1483269Hi,
Thank you for the update.
We don’t really see any issues when the grid breaks onto a second line — that’s how the grid is supposed to display on smaller screens. Would you mind providing a screenshot? The clip above doesn’t clearly show the issue you described.
Best regards,
IsmaelApril 28, 2025 at 5:56 am in reply to: Search results under the search bar when we scroll the page #1483268Hi,
As mentioned above, this is not possible without significant modification. You may need to create a script to adjust the position of the ajax_search_response container on scroll. You can try the following css code, but it will also adjust the position of the search results container even when the page has not been scrolled.
.ajax_search_response { top: 136.5px !important; }
Best regards,
IsmaelHey GWS,
Thank you for the inquiry.
Did you add the following css code somewhere? The previous css code should not have affected the default search field because it was specific to the search form inside the #chsearchbox container.
#top #searchsubmit, .ajax_load { width: 62px; height: 100%; line-height: 40px; position: absolute; right: auto; top: 0px; z-index: 2; min-width: 40px; left: 8%; padding: 0px; margin: 0px; border-radius: 0px; background: url("https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png") center center / contain no-repeat; background-position: center center; }
Best regards,
IsmaelHi,
We’ll forward the thread to our channel. Thank you for the fix!
Best regards,
IsmaelHey a_edemirci,
Thank you for the inquiry.
Have you tried adjusting the padding of the Color Secetion containing the Blog Posts element?
If this is not what you’re looking, provide the site URL in the private field so we can check.
Best regards,
IsmaelHi,
You can try this css code:
.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption { padding-left: calc((100vw - 1200px) / 2 + 50px) !important; padding-right: calc((100vw - 1200px) / 2 + 50px) !important; }
Best regards,
IsmaelHi,
Great! Please make sure your html tags are valid and properly closed. Let us know if the issue persists.
Have a nice day.
Best regards,
IsmaelHey Gianluca,
Thank you for the inquiry.
What happens when you remove this css code?
.responsive .container { max-width: 1500px; }
This overrides the Maximum Container Width value in the Enfold > General Layout > Dimensions panel.
Best regards,
IsmaelHey twdf,
Thank you for the inquiry.
Are you referring to this Template button?
Please provide the site URL and login details in the private field so we can check.
Best regards,
IsmaelHey ricedean,
Thank you for the inquiry.
What happens when you toggle or temporarily disable the Enfold > Performance > File Compression settings? To temporarily fix the issue, try adding this code in the Quick CSS field.
#top .avia-buttonrow-wrap { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; align-content: center; }
Best regards,
IsmaelHi,
Thank you for the kind words! Glad to know that you find LayerSlider useful in this case. If you have any more questions, feel free to open another thread.
Have a nice day.
Best regards,
IsmaelApril 25, 2025 at 6:42 am in reply to: Search results under the search bar when we scroll the page #1482573Hey sitadi,
Thank you for the inquiry.
This is possible, but it will require modifications that are beyond the scope of support. The position of the search results is calculated based on the current position of the search field, but there is no function that recalculates it on scroll. For additional assistance, you can contact Codeable.
— https://kriesi.at/contact/customization
Best regards,
IsmaelApril 25, 2025 at 6:36 am in reply to: How to load / show post on a page with multiple rows and columns #1482566Hi,
You need to add the code to the functions.php file. It will only affect pages that use the av_textblock shortcode or the Text Block element. As mentioned earlier, you can replace the Blog Posts element with the Product Grid element, but you’ll need to install WooCommerce and create products first.
Best regards,
IsmaelHey manchust,
Thank you for the inquiry.
Did you add another logo slider for mobile view? Make sure that the Styling > Slider or Grid > Column count is set to 4, then add this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .slide-entry { width: 24%; margin-left: 2%; } }
Best regards,
IsmaelHi,
Have you tried adjusting the padding value? You can also use calc function to correctly adjust the padding based on the screen width.
— https://www.w3schools.com/cssref/func_calc.php
Best regards,
IsmaelHi,
Have you tried checking for the URL? Just replace the $logo_url with the actual URL of the logo image.
Best regards,
IsmaelApril 25, 2025 at 6:18 am in reply to: arrow to go back up for mobile and viewing testimonials #1482561Hey MAJO_Agency,
Thank you for the inquiry.
1.) The scroll-to-top button is hidden by default on mobile view because most mobile devices have built-in ways to navigate to the top. If you like to display it again, add the following css:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #scroll-top-link { display: block; } }
2.) We may need to inspect the site to better understand the issue. Please provide the site URL and login details in the private field.
Best regards,
IsmaelHey envis,
Thank you for the inquiry.
That is the default style of the language switcher in the theme. If you need to add the submenu indicator, try to add this css code.
#top #header .menu-item-language .dropdown_available { content: ""; display: inline-block; margin-left: 0.6em; vertical-align: middle; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid rgb(201, 201, 201); margin-top: 0.2em; }
Best regards,
Ismael -
AuthorPosts