Forum Replies Created
-
AuthorPosts
-
Hi,
We edited the product “The Original Freeze Flat” and added the custom field sales_text_last_month, set its value to “bought in the past month”. We also edited av_show_product_sales function and temporarily disabled the condition “if ($sales_count > 0)”so that you can see the modification (see private field). The product doesn’t have any orders yet. You can re-enable the condition if you wish.
Best regards,
IsmaelHi,
UPDATE: We set the font size of the “Ready to take the Plunge?” heading to 40px.
Best regards,
IsmaelHi,
Thank you for the update.
Did you check the value of the Styling > Font Sizes settings? Please edit the Special Heading elements in the page, then adjust the value of the Styling > Font Sizes settings.
Best regards,
IsmaelHey ibuzaev,
Thank you for the inquiry.
Try selecting the second option (Show thumb and title by default), then add this css code to hide the thumbnail container.
#top .related_image_wrap { display: none !important; }
Let us know if this works for you.
Best regards,
IsmaelJanuary 8, 2025 at 8:23 am in reply to: Insert Image not loading & Media Library not showing #1474809Hi,
Thank you for the info.
We tried to login to the site but 2FA is enabled. Please disable 2FA so that we can access the dashboard.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Are you using a plugin for this? Please provide the login details in the private field so we can check the issue further. If the problem persists even after activating another theme, you may need to contact the plugin developers for additional assistance.
Best regards,
IsmaelHi,
Thank you for the update.
How did you add the button? Make sure that the “Styling > Appearance > Button Position” is set to “Align Left”. If you added it as a shortcode, look for the position parameter, then set it to left. Let us know if this works for you.
Best regards,
IsmaelJanuary 8, 2025 at 7:59 am in reply to: Why does my drop-down menu appear on the right side of the submenu instead of th #1474804Hi,
Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHey clermedia,
Thank you for the inquiry.
The header.php file and the includes folder have been overridden in the child theme. You may need to update these files or temporarily remove them. Let us know if the issue persists.
Best regards,
IsmaelHey!
It’s not loading on our end. Did you install a security plugin? Please disable it temporarily so that we can access the site again.
Cheers!
IsmaelHey!
The site is not loading our end. Please check the screenshot in the private field.
Regards,
IsmaelHey jnightingale,
Thank you for the inquiry.
The font sizes of the Special Heading elements were configured manually. You have to adjust them by editing the elements and adjusting the values in the Styling > Font Sizes panel. Let us know the result.
Best regards,
IsmaelHi,
We adjusted the hook a bit — try it again:
add_action('ava_after_main_container', 'ava_after_main_container_mod', 10); function ava_after_main_container_mod() { $output = ''; $output .= do_shortcode("[av_submenu which_menu='' menu='6' position='center' color='main_color' sticky='aviaTBsticky' mobile='disabled' av_uid='av-7sgq'] [av_submenu_item title='Menu Item 1' av_uid='av-1qu' link='' linktarget='no' button_style=''] [av_submenu_item title='Menu Item 2' av_uid='av-41hu' link='' linktarget='no' button_style=''] [/av_submenu]"); echo $output; }
Please feel free to open another thread if the issue persists.
Best regards,
IsmaelHey melanie308,
Thank you for the inquiry.
In a Text or Code Block elementy, you can add something like this:
<div style="overflow: hidden;"> <img src="main-enfold.png" alt="Image" alt="Image" style="float: left; margin-right: 20px; max-width: 50%;">What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. Where can I get some? There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. </div>
Make sure to update the image URL.
Best regards,
IsmaelHi,
We tried adding the custom field, but the site is not loading on our end anymore. Are you working on it? To learn more about how to add custom fields, please check this link.
// https://woocommerce.com/document/custom-product-fields/
Best regards,
IsmaelJanuary 7, 2025 at 5:42 am in reply to: Why does my drop-down menu appear on the right side of the submenu instead of th #1474752Hi,
Thank you for the update.
You may need to temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache or just disable the cache plugin temporarily. Let us know if it’s still not working.
Best regards,
IsmaelHi,
Thank you for the update.
You can use the email address in the private field, but please note that we don’t have access to its inbox, so you’ll need to generate the password. You can also follow these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
IsmaelHey ballindigital,
Thank you for the inquiry.
Please refer to this thread for a possible solution: https://kriesi.at/support/topic/change-search-icon-to-search-field-only-for-expanded-menu/#post-1474245
Best regards,
IsmaelHi,
Thank you for the update.
1.) You can safely remove some of the thumbnails if you think they’re not going to be used. Most of them are only loaded on smaller screens or mobile devices.
2.) We haven’t tested the plugin, but it shouldn’t conflict with the theme. Please contact the plugin developers for more info.
3.) The plugin should automatically do this without editing the database. Again, you can contact the plugin developers or refer to their documentation for additional info.
To learn more about site optimization, check the links below:
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelHi,
Thank you for the update.
The issue I am having is if I click on the COLOR SECTION on that page to edit the colors or overlay on the image, nothing opens.
We temporarily removed the Code Block element inside the Color Section, and it seems to be working again. What map embed script did you place in the Code Block element? You may need to create a custom shortcode for the embed script or use a snippet plugin instead of directly embedding the map in the Code Block element.
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHey Morten R Bune,
Thank you for the inquiry.
Yes, you can manually remove the content of the dynamic_avia folder, but make sure to create a site backup first. You can also temporarily disable the Enfold > Performance > File Compression settings and the cache plugin while editing the site.
Best regards,
IsmaelJanuary 6, 2025 at 7:25 am in reply to: Why does my drop-down menu appear on the right side of the submenu instead of th #1474705Hey koksourcing,
Thank you for the inquiry.
You can adjust the position of the submenu with this css code:
#top .av-main-nav ul { margin-left: 0; left: -50px; position: absolute; }
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
This is not possible because when the browser is resized, the height of the slider is recalculated based on the height of the image. If you want to disable the transition, you can add this css code, but the image will still move after resizing.
#top .avia-slideshow-inner { transition: none !important; }
Best regards,
IsmaelHi,
Thank you for the update.
You can save the part “bought in the past month” as a custom field called “_sales_text_last_month” and adjust the filter in the functions.php file as follows.
add_action('woocommerce_single_product_summary', 'av_show_product_sales', 6); function av_show_product_sales() { global $product; if (!$product instanceof WC_Product) { return; } $product_id = $product->get_id(); $start_date = date('Y-m-01', strtotime('first day of last month')); $end_date = date('Y-m-d', strtotime('tomorrow')); $args = [ 'status' => ['wc-completed', 'wc-processing'], 'limit' => -1, 'date_created' => $start_date . '...' . $end_date, ]; $orders = wc_get_orders($args); $sales_count = 0; foreach ($orders as $order) { foreach ($order->get_items() as $item) { if ($item->get_product_id() == $product_id) { $sales_count += $item->get_quantity(); } } } if ($sales_count > 0) { $custom_message = $sales_count . '+ ' . get_post_meta($product_id, '_sales_text_last_month', true); echo '<p class="product-sales-count">' . esc_html($custom_message) . '</p>'; } }
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelJanuary 6, 2025 at 7:00 am in reply to: Categories are displayed twice – tags are not displayed #1474700Hi,
Thank you for the update.
We added this code in the Quick CSS field to remove the duplicate category container.
.single .post-meta-infos .blog-categories.minor-meta { display: none !important; }
Best regards,
IsmaelHey ibuzaev,
Thank you for the inquiry.
Yes, it’s safe to disable the thumbnails, but we don’t recommend it as they contribute to site speed optimization. If you still want to proceed, this thread should help: https://kriesi.at/support/topic/media-upload-and-enfolds-thumbnail-sizes/#post-1270140
Best regards,
Ismael -
AuthorPosts