Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
The css code above should have worked. Please try replace it using this css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .flex_column.av-3dti8u-45b97b3fd0734351408ca46c6db5adc2 { margin-top: 0; margin-bottom: 0px; } }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code and purge the cache.
Best regards,
IsmaelHi,
Great! Glad to know that the solution is working for you. If you have any more questions or issues in the future, please don’t hesitate to create a new thread and we’ll be happy to assist you.
Have a great day!
Best regards,
IsmaelHey Jeannette,
Thank you for the inquiry.
The posts without the dynamic css files might have been created before the dynamic css feature was released. In order to update the posts again in bulk, you can use the quick editor or a bulk editing plugin.
Here are some options:
– You can use the built-in quick editor in the Posts screen. Select the posts that need to be updated, then click on “Quick Edit”. Add a space or a character in the “Tags” field, then click “Update”. This will trigger the dynamic css file generation for the selected posts.
– Alternatively, you can use a bulk editing plugin to update the posts in bulk. Here are some popular ones:
Bulk Editor: https://wordpress.org/plugins/bulk-editor/
Custom Bulk/Quick Edit: https://wordpress.org/plugins/custom-bulkquick-edit/
WP Bulk Edit Post Types: https://wordpress.org/plugins/wpbulky-wp-bulk-edit-post-types/Best regards,
IsmaelMay 11, 2023 at 5:47 am in reply to: Portfolio item content not visible after Update to 5.6/5.6.1 + critical error #1407069Hi,
Great! Happy 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,
IsmaelHey Stilecatalini,
Thank you for the inquiry.
You might be referring to the lightbox option, which can open inline content or iframes. Please check the following threads for more info.
// https://kriesi.at/support/topic/popup-window-3/#post-1337540
// https://kriesi.at/support/topic/code-snippet-inline-post-content-popup-magnific-popup-shortcode/
// https://kriesi.at/support/topic/pop-up-feature/#post-1395322
// https://kriesi.at/support/topic/team-member-element-open-team-member-description-in-lightbox/#post-1354989Best regards,
IsmaelMay 9, 2023 at 6:04 am in reply to: on Mega Menu show in front of list points the featured image #1406835Hi,
To check if the $menu_object is a child of another menu item, you can use the menu_item_parent property. If the value of menu_item_parent is not equal to zero, then the menu item is a child of another menu item.
if($menu_object->menu_item_parent != 0) { // do something }Best regards,
IsmaelHey Gianluca,
Thank you for the inquiry.
You can add this code in the Quick CSS field to apply a background to the video controls container.
div .mejs-container, div .mejs-embed, div .mejs-embed body, div .mejs-container div .mejs-controls { background: #222; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelMay 9, 2023 at 5:43 am in reply to: #main background color does not work when moving the design to domain #1406833Hi,
Thank you for the info.
This is the default style or color for the #wrap_all container.
.html_stretched #wrap_all { background-color: #f9e7d4; }This can be adjusted in the Enfold > General Styling > Main Content tab. Look for the Main Content Background Color option.
You can also override it with your own css rule.
.html_stretched #wrap_all { background-color: red; }Best regards,
IsmaelHi,
Thank you for the update.
We included a fix for this issue in the latest version of the theme. Please upgrade the theme from version 5.5 to version 5.6.
Related thread: https://kriesi.at/support/topic/enfold-upcoming-fixes/#post-1212278
You may need to reselect the video element’s preview/fallback image after the update.
Best regards,
IsmaelMay 9, 2023 at 5:27 am in reply to: Wrong shortcode is getting displayed in “page content” ALB template #1406831Hey emilconsor,
Thank you for the inquiry.
To ensure that the HTML is valid and all containers are closed properly, it’s recommended to check the rendered output of the $outputaddition. And instead of editing the column.php file directly, you should try to create a custom shortcode that renders the PDF download button directly based on the specified conditions above. This way, you can use the custom shortcode directly in the Column element without affecting the column’s structure or output.
Best regards,
IsmaelMay 9, 2023 at 5:16 am in reply to: mobile view @ Icon Circles and Advanced layer slider problem #1406828Hi,
Thank you for the update.
The original images in their proper sizes (1600x1464px) seem to be displayed correctly in the layer slider. Please check the private field. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot.
Best regards,
IsmaelMay 9, 2023 at 5:08 am in reply to: Disable Google Maps does not prevent conditional load script activation #1406826Hey webservantnaoz,
Thank you for the inquiry.
Once Google Maps is disabled from the theme options, the map scripts should not load. However, if you want to completely disable the map API, you can add the following filter to your functions.php file:
function avf_disable_google_map_api($load_google_map_api) { $load_google_map_api = false; return $load_google_map_api; } add_filter('avf_load_google_map_api', 'avf_disable_google_map_api', 10, 1);Best regards,
IsmaelHey svenjaschumacher,
Thank you for the inquiry.
You can try this css code to adjust the width of the posts container.
.responsive .blog .container .av-content-small.units { width: 80%; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.
Best regards,
IsmaelHey April Qureshi,
Thank you for the inquiry.
We are very sorry, but we do not handle sales or business inquiries in this forum. If you want to cancel a purchase made on Themeforest, you need to contact Themeforest customer support directly. They will be able to assist you with your request.
You can contact Themeforest customer support by visiting their website and navigating to the support section. From there, you can submit a ticket or chat with a customer support representative. Alternatively, you can also try reaching out to Themeforest through their social media channels or email address.
Please note that refund and cancellation policies may vary depending on the item and the seller. Before making any purchase, it’s always a good idea to review the seller’s terms and conditions to avoid any confusion or issues in the future.
We hope this information helps. Let us know if you have any other questions.
Best regards,
IsmaelHi,
Thank you for the update.
You may need to clone the site to a staging environment so that we can inspect the elements and access the dashboard. The following article should help.
// https://themeisle.com/blog/clone-a-wordpress-website
Best regards,
IsmaelHey Illingco,
Thank you for the inquiry.
The following css rule overrides the default style of the original product price.
#top .price, #top .price span, #top del, #top ins { display: inline; text-decoration: none; font-size: 15px; line-height: 24px; font-weight: 600; } div.product p.price del { font-size: 14px; color: #8b2121; }To revert the style back to default, you can add this css code.
#top .price del { text-decoration: line-through; color: gray; }You may need to temporarily disable the Enfold > Performance > File Compression settings and toggle the compression plugin.
Best regards,
IsmaelHey jenniferh73,
Thank you for the inquiry.
By default, there is no option to apply background color to the slides, but you can achieve this using CSS.
Here’s an example:
Example:
.avia-slideshow li:nth-child(1) { background-color: red; } .avia-slideshow li:nth-child(2) { background-color: blue; }This CSS code will apply a red background to the first slide and a blue background to the second slide. You can modify the colors and slide number as per your requirement. You may need to apply a custom css class name or ID to the slideshow element.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
IsmaelHi,
Thank you for the info.
It appears that the code was added to fix the default buttons on WordPress 6.1. You can find the CSS rule in the file located at themes/enfold/css/base.css around line 305:
#top a:where(:not(.wp-element-button)) { text-decoration: none; /* WP 6.1 fix */ }Please maintain the CSS modification that overrides the base style for now.
Best regards,
IsmaelHi,
Excellent! Please feel free to open a different thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
@Guenni007: Thanks for the info.
@Aurorer92: We may need to access the site in order to properly check the issue. Please provide the site details in the private field.Best regards,
IsmaelHey Conyne,
Thank you for the inquiry.
We haven’t been able to reproduce the issue on our end. Could you please provide a screenshot? You can use image hosting services such as Imgur, Savvyify or Dropbox.
Best regards,
IsmaelHey sdmoody,
Thank you for the inquiry.
We may need to inspect the site in order to provide the necessary modifications. Please provide the site details in the private field. Temporarily, you can try this css code.
.sidebar .widget_nav_menu ul .current-menu-item, .sidebar .widget_nav_menu ul .current_page_item, .sidebar .widget_nav_menu ul .current-menu-ancestor { background:#EDF0F4; border-left: 5px solid #1D4776; }Best regards,
IsmaelHi,
Great! That is good to know. Please feel free to open another thread if you need more assistance.
Have a nice day.
Best regards,
IsmaelHey emilconsor,
Thank you for the inquiry.
Are there any errors when you activate the child theme? Check the error logs as well. If debug mode and error logs are not enabled yet, follow the instructions in the following documentation to enable them:
This should help us trace the errors in the child theme.
Best regards,
IsmaelHey caledoman,
Thank you for the inquiry.
We may need to access the site in order to check the issue properly. Please provide the login details in the private field. Also, please provide a screenshot using imgur, savvyify or dropbox.
Best regards,
IsmaelHey bonsaimedia,
Thank you for the inquiry.
What is the name of the custom post type (cpt)? You should be able to exclude items from the cpt by adding this code in the functions.php file.
function avia_post_slide_query_mod($query, $params) { foreach($query['post_type'] as $key => $value) { if( $value == 'custom-post-type-name' ) { unset($query['post_type'][$key]); } } return $query; } add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);Just replace the placeholder (custom-post-type-name) with the actual name or slug of the custom post type.
Best regards,
IsmaelMay 5, 2023 at 4:56 am in reply to: Access to Support Question Have purchase codes for my company but I don't personally #1406498Hi,
No problem. Let us know if you require more assistance. We will keep the thread open.
Best regards,
IsmaelMay 5, 2023 at 4:55 am in reply to: Page doesn’t show up correctly if I’m not logged into WordPress #1406497Hi,
Thank you for the update.
The Tiktok social icon is not available by default, but you can add it manually by following the instructions in the following thread.
// https://kriesi.at/support/topic/tiktok-icon-social-media-buttons/#post-1394706
Best regards,
IsmaelHey Andreas,
Thank you for the inquiry.
Both plugins should work fine; however, we recommend Wordfence because many Enfold users prefer it over other security plugins. You can see the distinction between the plugins by looking at the number of search results here in the forum.
// https://kriesi.at/support/search/wordfence/?avia_filter_search=yes&avia_search_forums=66&avia_search_dates=all&avia_search_include=no
// https://kriesi.at/support/search/iThemes+Security/?avia_filter_search=yes&avia_search_forums=66&avia_search_dates=all&avia_search_include=noBest regards,
IsmaelMay 5, 2023 at 4:32 am in reply to: Accordion – do not close previous tab when opening new one #1406495Hi,
Thanks @Guenni007!
@Global4Net: Please look for the option shown in the screenshot above. Let us know if you need more help.
Best regards,
Ismael -
AuthorPosts
