Forum Replies Created
-
AuthorPosts
-
Hey Renard,
Thank you for the inquiry.
You can add this css code to decrease the height of the color section and adjust the position of the floating image:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .flex_column.av-lu0i0x4l-8e878727dd70b1d7d7004e10aa47c98c { margin-top: -180px; margin-bottom: -50px; } .responsive #top.page-id-261 #av_section_1 { height: 400px; } }Best regards,
IsmaelHi,
Thank you for the update.
We recommend adding it at the very bottom of the style.css file or in the Enfold > General Styling > Quick CSS field. It is conventional and good practice to place css media queries at the very bottom of the stylesheet.
Best regards,
IsmaelHi,
You can use this css code to remove the background or hide the circle:
.avia-slideshow-arrows a:before { background: transparent; }If you have more questions, please feel free to open another thread.
Best regards,
IsmaelHey Ivan Glaser,
Thank you for the inquiry.
This behavior is expected, as the page refreshes when you go to page 2, causing the tab section element to switch back to first or initial tab. There is no direct relationship between the Masonry pagination and the active tab section. Have you tried using the Load More option instead of the bulleted pagination?
Best regards,
IsmaelHi,
Thank you for the update.
You can add this filter to the functions.php file in order to display an excerpt and a “read more” link for the posts displayed in the category pages:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Best regards,
IsmaelApril 2, 2024 at 8:02 am in reply to: Enfold & WP-Rocket / Imagify: webp for fullscreen slider images #1438957Hey El,
Thank you for the inquiry.
The images in the Fullscreen Slider are applied as background, which is probably why WP Rocket can’t detect them, as it can only convert actual image (img) elements. If you need WP Rocket to convert the images to WebP, you can replace the Fullscreen Slider with a Fullwidth Slider, or just directly upload webp images to the sliders.
Best regards,
IsmaelHi,
Thank you for the inquiry.
– I would like to have a space between the buttons and the message bar.
– Also, a slight shadow above the entire cookie-bar would be nice
– and a slightly larger font only in the mobile versionYou can add this css code to adjust the style of the consent box based on your description above.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .avia_cookie_text { margin-bottom: 10px; } .responsive #top .avia-cookie-consent p { font-size: 14px; line-height: 1.2em; } .avia-cookie-consent a.avia_cookie_infolink, .avia-cookie-consent p, .avia-cookie-consent .avia-cookie-consent-button { display: inline-block; vertical-align: middle; font-size: 13px; letter-spacing: 0.05em; } .avia-cookie-consent { box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1) } }Best regards,
IsmaelApril 2, 2024 at 7:47 am in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1438955Hi,
Have you tried disabling autoplay (Enable Autoplay) and making sure that the video is not muted (Mute Video Player)? The theme will automatically set the volume to 100% if autoplay is disabled, and users can then control the volume using the physical buttons on their devices. Alternatively, you can upload the video to YouTube or Vimeo to use their default media players.
Best regards,
IsmaelHi,
Thank you for the update.
Have you made any changes to the arrows? To fix the styling issue with the arrows on the tag and category pages, please add the following css code:
.grid-content .avia-arrow, .tag .grid-content .avia-arrow { z-index: 10; border: none; top: -5px; } .grid-content .entry-content-header { z-index: 20; position: relative; } .tag .grid-content { position: relative; } .tag .grid-content .avia-arrow { border: none; top: -11px; }Best regards,
IsmaelHi,
Great! Good to know that this has been resolved. Please don’t hesitate to open another thread should you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the clarification.
You can add this css code to adjust the size of the burger menu on mobile view:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .av-hamburger-box { width: 24px; height: 24px; display: inline-block; position: relative; top: 10px; } .av-hamburger-inner::before { top: -7px; } .av-hamburger-inner::after { bottom: -7px; } }Best regards,
IsmaelHi,
Thank you for the update.
The modification is working as intended when we tested it again. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelHey dreamreader,
Thank you for the inquiry.
It seems to work properly when we replaced the absolute URL (https://www.site.com/driveforward/home/#solutions) with just the anchor (#solutions). Please edit the layer slider links and update the href attribute accordingly.
Best regards,
IsmaelHi!
Sorry for the delay. Please try to set the Enfold > Main Menu > General > Menu Items For Mobile settings to the second option (Active for Smartphones and Tablets) to ensure the mobile menu displays earlier or when the screen width is less than 989px.
Best regards,
IsmaelHey MichelleArmstrong,
Thank you for the inquiry.
The Enfold > Theme Options > Frontpage Settings is not set. Please create a new page, then try to select it as front page.
Best regards,
IsmaelHi,
Sorry for the delay. To fix the issue with the category pages, we added this filter in the functions.php file:
function avia_post_slide_query_mod($query, $params) { if (is_category() && is_archive()) { $current_category = get_queried_object(); if ($current_category instanceof WP_Term) { $query['category_name'] = $current_category->slug; } } return $query; } add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);Best regards,
IsmaelApril 1, 2024 at 6:55 am in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1438875Hi,
The settings in Enfold for the video is NOT SET TO MUTE!
Yes, that is correct, but it is set to autoplay, and as we mentioned before, the theme automatically mutes the video if autoplay is enabled. Please review the link to the browser policy for autoplay provided above.
Best regards,
IsmaelHi,
Thank you for the info.
We tried to use our private token on the site, and it was successfully validated, but we encountered the same “saving” error. Looks like the issue also occurs when saving any theme options. Have you tried temporarily disabling the plugins?
Best regards,
IsmaelHi,
@Sethkonkel: You can set the Enfold > Main Menu > General > Menu Items For Mobile settings to the second option (Active for Smartphones and Tablets) to ensure the mobile menu displays earlier or when the screen width is less than 989px. If the issue persists or if you need further assistance, please open a new thread.Best regards,
IsmaelHey aaronjosephhall1,
Thank you for the inquiry.
There are no posts on the category and article pages. Did you remove the posts?
Best regards,
IsmaelHi,
Thank you for the update.
The toggles are not working properly even in desktop view. Have you tried to temporarily disable the plugins? We have found an error in the console which might be causing the issue.
Uncaught TypeError: $.avia_utilities.supports is not a function at avia_hover_effect (avia.js:780:32) at $.avia_utilities.avia_ajax_call (avia.js:210:3) at HTMLDocument.<anonymous> (avia.js:101:26) at e (jquery.min.js:2:27028) at t (jquery.min.js:2:27330)Best regards,
IsmaelHey aaronjosephhall1,
Thank you for the inquiry.
Do you receive emails when using plugins like Contact Form 7 or WPForms? Please test the plugins or check the link below for more info on troubleshooting the default contact form.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHey aaronjosephhall1,
Thank you for the inquiry.
Is the checkbox in Settings > Reading > Search engine visibility disabled after importing the demo? When this option is disabled, search engines will index the site regardless of whether you manually submit it or not. If you want to update the search results (SERPs), you can submit another sitemap to Google, but it may take some time before the SERPs are updated with the new content.
// https://yoast.com/help/submit-sitemap-search-engines/
// https://rankmath.com/kb/submit-sitemap-to-google/Best regards,
IsmaelHey Yaphoon,
Thank you for the inquiry.
On the category page, items are displayed using the Portfolio Grid element, while the Masonry element is used on the Product page, which is they don’t look the same. If you want to adjust the style of the Portfolio Grid to make it look more like the Masonry element, try adding this css code:
#top.tax-portfolio_entries .no_margin.av_one_third { float: none; margin-right: 2%; width: 31%; margin-bottom: 2%; } #top.tax-portfolio_entries .grid-sort-container { display: flex; flex-wrap: wrap; flex-direction: row; } #top .grid-entry-title.entry-title { font-size: 1.2em; padding: 10px 13px; }Best regards,
IsmaelApril 1, 2024 at 3:11 am in reply to: Lightbox in the translated versions (WPML) opens the pictures in small size #1438866Hey Angelo,
Thank you for the inquiry.
In the EN version, you may need to edit the Text Block containing the embedded attachment and manually adjust the image URL.
<a href="https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg" class="lightbox-added" style="position: relative; overflow: hidden; display: block;"> <img decoding="async" aria-describedby="caption-attachment-18987" class="wp-image-11154 size-portfolio" title="Toward Stafal" src="https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg" alt="Toward Stafal" width="495" height="400" srcset="https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg 495w, https://www.site.it/wp-content/uploads/2022/07/23-845x684.jpg 845w" sizes="(max-width: 495px) 100vw, 495px" /> <span class="image-overlay overlay-type-image" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 409.062px; width: 513px;"><span class="image-overlay-inside"></span></span> </a>Currently, it is linked to this thumbnail:
https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpgWhereas the IT version links to the original version of the image:
https://www.site.it/wp-content/uploads/2022/07/23.jpgBest regards,
IsmaelHi,
1.) We recommend increasing the font size slightly from the default of 14px. Perhaps 16px or 18px would be ideal, but the choice depends on your preference.
2.) Would you mind providing a screenshot? You can use platforms like Savvyify, Imgur or Dropbox.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Sorry about that. I forgot that the dynamic content feature is not yet available, but it will be released on Enfold 6.0. For now, you can try the Custom Element Templates (CET).
// https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
IsmaelHi,
@Guenni007: Please try this filter:function my_avf_customize_heading_settings(array $args, $context, array $extra_args = array()) { if ($context == 'avia_sc_toggle' && $args['heading'] === 'p') { $args['heading'] = 'h3'; } return $args; } add_filter('avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3);We just added this condition:
&& $args['heading'] === 'p'Best regards,
IsmaelHey Renard,
Thank you for the inquiry.
You can add this css code to adjust the size of the tabs and make sure they align properly on smaller screens:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .av-pill-tabs .av-section-tab-title { margin-right: 10px; padding: 0 !important; } .av-pill-tabs .av-inner-tab-title { color: #FFFFFF; font-size: 0.9em; margin-bottom: 0px !important; line-height: .5em; padding: 8px !important; } }Best regards,
IsmaelHey northorie,
Thank you for the inquiry.
Why do you need to upload an image (1-2.jpg) as the background for the column element? The reason the columns don’t appear as close as they should is because the background image doesn’t fully cover the first column, creating large gaps on the right side of the column. Have you tried applying a background color instead? .
Best regards,
Ismael -
AuthorPosts
