Forum Replies Created
-
AuthorPosts
-
Hi,
We actually moved the arrow below the testimonial container. Please make sure to purge the cache or remove the browser history before checking the page. You can also test it on incognito mode.
Best regards,
IsmaelMarch 25, 2025 at 4:25 am in reply to: Space between color section and column section on mobile #1480080Hey northorie,
Thank you for the inquiry.
The space is due to the padding of the first cell in the grid row. To hide this space, try using this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av-1v2pat2-53d1a210d34319a1e3263b9b4acfe09f .av-1tepg6e-5d320ae52f7edb1070659a131dbdac1d { display: none; } }
Best regards,
IsmaelHey studiovene,
Thank you for the inquiry.
This issue occurred due to changes in how the theme renders icons. Please add this css code to adjust the color of the search SVG icon:
.header_color .main_menu ul:first-child > #menu-item-search > a svg:first-child { stroke: #ffffff; fill: #ffffff; color: #ffffff; z-index: 10; }
Best regards,
IsmaelHi,
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; }
Best regards,
IsmaelMarch 24, 2025 at 8:18 am in reply to: menu item colored as current, if a section on homepage has an ID #1480024Hey vera,
Thank you for the inquiry.
Please add this css code to change the default color of the Kontakt menu item.
.header_color .main_menu ul:first-child > li.current_page_item#menu-item-202 > a { color: var(--enfold-header-color-meta); }
Best regards,
IsmaelHi,
The font Source Sans Pro is not included in the theme by default, so it was probably added manually. The font weight 900 is also not available as a variant. Make sure to refer to the font page before selecting a font weight, as all font weight variations will be available for selection regardless of the actual variants available for the selected font. You may need to choose a different font from Google.
Best regards,
IsmaelHi,
You could add a meta_query parameter to the filter above.
function custom_sort_by_event_date($query, $params) { $query['meta_key'] = 'event_date'; $query['orderby'] = 'meta_value'; $query['meta_type'] = 'DATE'; $query['order'] = 'ASC'; $query['meta_query'] = array( array( 'key' => 'activate', 'value' => '1', 'compare' => '=' ) ); return $query; } add_filter('avia_post_grid_query', 'custom_sort_by_event_date', 10, 2);
— https://www.advancedcustomfields.com/resources/checkbox/
Best regards,
IsmaelHi,
Try replacing “full” with “featured” (1500x430px), “featured_large” (1500x630px), or “entry_without_sidebar” (1210x430px). These are the default thumbnails registered by the theme.
Best regards,
IsmaelHey lara666,
Thank you for the inquiry.
Unfortunately, slider videos are disabled on mobile views by default, so you’ll need to provide a fallback image. If you really need to display the video on mobile view, you can either use the Video element or create a slider using the Layer Slider plugin.
Best regards,
IsmaelHey Julie,
Thank you for the inquiry.
For posts created using the ALB, you’ll need to add the related posts section manually using any of the Posts elements in the builder, such as Blog Posts, Magazine, or Masonry. Select the category the current post belongs to in order to display related items.
Best regards,
IsmaelMarch 24, 2025 at 6:49 am in reply to: problem with video on mobile and css on chrome mobile #1480017Hey Munford,
Thank you for the inquiry.
Background videos are disabled on mobile devices by default. You will need to apply a fallback image, which will be displayed in place of the video in mobile view.
Best regards,
IsmaelMarch 24, 2025 at 6:47 am in reply to: Place excerpt text in a Masonry gallery below the image #1480016Hi,
Thank you for the update.
You can add this css code to adjust the height of the space reserved for the masonry images:
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { padding-bottom: 160%; }
Best regards,
IsmaelMarch 24, 2025 at 6:23 am in reply to: Search widget no longer working correctly since update to Enfold 7 #1480015Hi,
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:
Best regards,
IsmaelHi,
As mentioned above, you will need to create a custom solution for these fields, such as a custom shortcode. Please check the link below for more info.
— https://codex.wordpress.org/Shortcode_API
To display custom post types in the Blog Posts element, make sure that custom taxonomies are attached to them. Then, set Content > Select Entries > Content To Display to Display entries from a custom taxonomy.
For this type of customization, you can contact our partner, Codeable.
— https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
It is displaying correctly on our end. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHey 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,
IsmaelMarch 24, 2025 at 5:10 am in reply to: Special Heading “Heading Style Modern (left)” with light line #1480011Hey northorie,
Thank you for the inquiry.
You can add this css code to keep the headline border:
body .av-special-heading.blockquote .special-heading-border { display: block; } body .av-special-heading .av-special-heading-tag { float: left; }
Best regards,
IsmaelHi,
Thank you for the update.
Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. If it’s still not working, provide the login details in the private field.
Here’s how it looks like when we apply the modification directly to the browser.
Best regards,
IsmaelHi,
Great! Glad to know this has been resolved. Have a nice day.
Best regards,
IsmaelHi,
Did you upload the zip file in the Enfold > Import/Export > Iconfont Manager?
— https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Please enable the Appearance > Theme File Editor so we can check the modification in the functions.php file.
Best regards,
IsmaelHi,
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,
IsmaelHey Magnus Backlund,
Thank you for the inquiry.
We’ve sent the password reset email again. Please let us know if you received it.
Best regards,
IsmaelHi,
No problem! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Did you check the screenshot above? It’s still loading on our end. Please provide the login details in the private field.
Best regards,
IsmaelHey 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.
Do you encounter issues with the category selection?
Best regards,
IsmaelHi,
Sorry for the late response. According to the documentation, File and OEmbed fields are not yet supported. You may need to implement a custom solution to extract the values of these fields for your custom layout. Here is the list of supported ACF fields.
Best regards,
IsmaelHi,
Thank you for the update.
Did you disable the cookie consent option? It’s not displaying when we checked. Please enable it again so we can inspect the element.
Best regards,
IsmaelHey Philipp,
Thank you for the inquiry.
Are you referring to the slideshows below the first section? They seem to be displaying on our end, but the caption font size may need to be adjusted for smaller screens.
Best regards,
IsmaelHey dondela,
Thank you for the inquiry.
This is not available by default, but you might be able to apply an ACF Date field to the Portfolio post type and sort the Portfolio Grid based on the field’s value.
— https://www.advancedcustomfields.com/resources/date-picker/
Add this code in the functions.php file:
function custom_sort_by_event_date($query, $params) { $query['meta_key'] = 'event_date'; $query['orderby'] = 'meta_value'; $query['meta_type'] = 'DATE'; $query['order'] = 'ASC'; return $query; } add_filter('avia_post_grid_query', 'custom_sort_by_event_date', 10, 2);
Make sure that the Date Picker field name is event_date.
Best regards,
Ismael -
AuthorPosts