Forum Replies Created
-
AuthorPosts
-
Hi,
Last thing, on mobile view, how can I get space between the images? (see attached)
Please update the previous css code:
#top #bc-custom-section div .flex_column { width: 46% !important; margin-left: 3% !important; border-radius: 30px; }Best regards,
IsmaelHi,
Thank you for the update.
It is on “Fixed”, not Parallax.
This is similar to parallax where the image inherits the size of the document instead of the container, causing it to be larger. We recommend setting the background attachment back to “scroll” if you don’t want the image to be enlarged.
Best regards,
IsmaelHi,
No problem! Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the screenshot.
The css code above should have worked. Please try this again:
#top #bc-custom-section div .flex_column img { border-radius: 30px; }Best regards,
IsmaelHey bemodesign,
Thank you for the inquiry.
You can add this css code to adjust the height of the cell on mobile view and display its background image:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #top #wrap_all .flex_cell.av-f5wo1-1367a8c1921d7a80e238c520d3239660 { min-height: 700px; } }Best regards,
IsmaelHey Eamonn Sheil,
Thank you for the inquiry.
The automatic update will no longer work in the installed version, so you’ll need to update the theme manually via S/FTP. Please make sure to create a site backup before proceeding, or clone the site to a different environment, update the theme there first, and fix any issues before migrating it to the live site. For more info about updating, please check the documentation below:
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey Richard Cobbett,
Thank you for the inquiry.
Please edit the page and locate the Contact Form element. Edit this element and set Content > Frontend > Submit Action settings to the second option (Redirect to another page). You can specify the URL in the provided Redirect field. Let us know if this helps.
Best regards,
IsmaelHi,
Thank you for the info.
We added the following css code to hide the recaptcha badge and temporarily disabled the Enfold > Performance > File Compression settings to make sure that the changes take effect. Please make sure to purge the cache on your end before checking the page.
#top .grecaptcha-badge { opacity: 0 !important; }Best regards,
IsmaelHey Qgrafica_7,
Thank you for the inquiry.
Did you upload the fonts using the Custom Font Manager and select them in the Enfold > General Styling > Fonts tab? Please note that the fonts will only load if they are selected as the body or heading font in the Enfold > General Styling > Fonts tab.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You may need to extract the content of the enfold.zip folder to your local machine, then upload it manually via S/FTP. Please check the links below for more info:
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey tonyiatridis,
Thank you for the inquiry.
You can add this css code to adjust the margin above and below the column or section.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #top .flex_column.av-lxxntb3b-96793073ee8d9b43abc1bef7251d9ab3 { margin-top: -100px !important; margin-bottom: -100px !important; } }Best regards,
IsmaelHey Ed,
Thank you for the inquiry.
The variables above are dependencies used by the theme scripts. Would you mind providing a screenshot of the issue and posting the site URL in the private field? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshot.
Best regards,
IsmaelHi,
Glad to know that the issue has been resolved! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
I’m not running a child theme Just enfold
If you’re not running a child theme, you can add the code to the parent theme’s functions.php file, or you can install a code snippet plugin such as the following:
// https://wordpress.org/plugins/code-snippets/
// https://wordpress.org/plugins/insert-php-code-snippet/Best regards,
IsmaelHi,
Thank you for the update.
To apply the modification only on mobile view, please replace the css with the following code:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #top #bc-custom-section div .flex_column { width: 50% !important; margin-left: 1%; border-radius: 30px; } }The css above will also apply rounded edges to the columns.
Best regards,
IsmaelHi,
Thank you for the inquiry.
This is normal because the parallax effect is enabled. The theme adjusts the size of the image, making it larger than the container to create the parallax effect when scrolling. You may need to disable the parallax effect if you don’t want the image to be enlarged.
Best regards,
IsmaelHi,
Thank you for the update.
The essential cookies lasts for 365 days or a year. You can also check this in the browsers’ Developer Tools > Application > Cookies tab. Look for the Expires / Max-Age column.
// https://developer.chrome.com/docs/devtools/application/cookies#open
Best regards,
IsmaelHi,
Or is it easier to put after the Navigation
There is no default option for this, so you’ll need to make a few modifications to place it below the social icons. We recommend adding the link as part of the navigation or main menu instead.
Best regards,
IsmaelJune 27, 2024 at 4:43 am in reply to: Portfolio and Posts Reverse Navigation, Same Category, and Looped #1459809Hi,
Thank you for following up.
Did you apply multiple categories to the portfolio items? The filter above will not work if the items belong to multiple categories. Please provide an admin account so that we can check the modifications further.
Best regards,
IsmaelHey northorie,
Thank you for the update.
The value is in the cookie_time parameter is the number of days until the cookie expires and the message or notification is displayed again. The cookie expires automatically if either the title, text or message color is changed.
Best regards,
IsmaelHi,
Thank you for the inquiry.
On pages with the “bar” or underline, there is a Separator/Whitespace element below the Special Heading element. The separator element is missing from the other pages.
Best regards,
IsmaelHi,
This is not working because there is markup in the default editor or default product template that is missing when the ALB is active. Unfortunately, adding this markup and these scripts requires significant modifications to the theme and is beyond the scope of support. You will need to switch back to the default editor for product variation switching to work as intended.
Thank you for your understanding.
Related thread: https://kriesi.at/support/topic/mix-woo-pages/#post-1371847
Best regards,
IsmaelHi,
Thank you for the info.
there is a < h5 class=”modal-title” >.
We didn’t find any element in the templates with that class name, only an h3 element with the class name “avia-modal-title”. The h5 element might have been added by a third-party plugin.
Best regards,
IsmaelJune 27, 2024 at 4:16 am in reply to: is there a way to detect mobile devices that force desktop view? #1459804Hi,
Glad to know that you’ve found a working solution. Thanks for sharing!
Best regards,
IsmaelHey pierremartin311,
Thank you for the inquiry.
You can save the content of the page as template and use it on another page.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates
Another option is to save the gallery as a Custom Element Template (CET). Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
IsmaelHi,
Thank you for the inquiry.
The variation prices are not displaying as expected because you’re using the Advanced Layout Builder. Please note that there are certain limitations on the product page when the Advanced Layout Builder is active. You may need to switch to the default editor to display the complete product details, including the variation prices.
Best regards,
IsmaelHi,
I see the Advanced>Responsive >Mobile Display where you can hide the column on mobile devices.
We recommend using the Fullwidth Slider element instead of the Column element to take advantage of the Advanced > Responsive > Element Visibility settings.
If you need to use the Column element, you can manually add these class names in the Advanced > Developer Settings > Custom CSS Class field to control visibility on different screen sizes:
av-desktop-hide av-medium-hide av-small-hide av-mini-hideAs follows is what each of the class names does:
av-desktop-hide: Hides the element on large screens or desktop view.
av-medium-hide: Hides the element on medium screens (768px to 989px, e.g., Tablet Landscape).
av-small-hide: Hides the element on small screens (480px to 767px, e.g., Tablet Portrait).
av-mini-hide: Hides the element on very small screens (smaller than 479px, e.g., Smartphone Portrait).Best regards,
IsmaelJune 26, 2024 at 8:12 am in reply to: Change ‘Please login to comment.’ or Want to join the discussion?’ text. #1459281Hi,
No problem! Glad to know that this has been resolved. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
And how do i adjust the css?
I mean: it says: your css here…; how and where do i place the font name ( and size ) and the color?To adjust the style of the link, you can use this css code in the Enfold > General Styling > Quick CSS field:
.go-back-link { color: red; font-size: 16px; font-family: 'Calibri', sans-serif; }Best regards,
IsmaelHi,
PS: is it possible to have that menu on every page without inserting it on every single page?
This is possible, but you will need to extract the actual shortcode of the fullwidth submenu element from the shortcode field and use it on a template hook to render it on every page.
Example:
add_action('ava_after_content_templatebuilder_page', function() { echo do_shortcode("[av_submenu which_menu='center' menu='' position='center' sticky='true' color='main_color' mobile='disabled' mobile_switch='av-switch-768' mobile_submenu='' alb_description='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0'] [av_submenu_item title='Menu Item 1'] [av_submenu_item title='Menu Item 2'] [/av_submenu]"); }, 10);In order to enable the shortcode field and extract the shortcode, you need to switch the builder to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
Ismael -
AuthorPosts
