Forum Replies Created
-
AuthorPosts
-
Hey nV15OoBtg21iTn5z,
Thank you for the inquiry.
Adding the css code below should decrease the space between the columns.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .flex_column_table.av-4ocf5e-8fae4a7ca57c36c2019bdb46d8d6a015.sc-av_one_half.av-equal-height-column-flextable { margin-top: 0; } }Best regards,
IsmaelHi,
You’re welcome!. 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.
The table looks a bit complicated but you should still be able to use the Table element for it. You may need to insert more than one table element though. To get the same layout as the example above, try to set the Styling > Table Styling > Table Purpose to the second option (tabular data).
can you add an image in the table element?
And to add an image in cells, you can use img tags in the content fields
Best regards,
IsmaelOctober 12, 2022 at 7:40 am in reply to: WordPress Backend – poor performance due to LayerSlider #1368522Hi,
Thank you for the update.
We disabled the remote data update in the layer slider. You should not see the warnings in the query monitor now but the site is still loading a bit slow. Is the site hosted on a shared server?
Best regards,
IsmaelOctober 12, 2022 at 6:58 am in reply to: Custom footer is not always displayed on the search results page #1368521Hey Marina,
Thank you for the inquiry.
Does it work when you add more entries with the “website” keyword? It is possible that the last entry (Enfold’s About) in the search result is causing the issue. Please try to create another entry or check the last entry for any layout or html issues.
Best regards,
IsmaelOctober 11, 2022 at 11:50 am in reply to: Full width image that resizes on mobile in original aspect ratio #1368416Hey woogie07,
Thank you for the inquiry.
Yes, that should work but have you tried using a Fullwidth Slider element instead? You can also insert the Image element inside a Grid Row element with a single cell.
Best regards,
IsmaelOctober 11, 2022 at 11:39 am in reply to: Force video fallback image to load instead of loading animation #1368414Hey rlhinirv57,
Thank you for the inquiry.
Please try to add this css code in the Quick CSS field to hide the loading overlay.
.mejs-overlay-loading { display: none !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelOctober 11, 2022 at 11:32 am in reply to: Can't import demo "Enfold 2017 | Import didn’t work! You might want to try again #1368411Hi,
@omidheshmatinia: Good to know that you managed to enable the required extension. Thanks for sharing!Best regards,
IsmaelHi,
Thank you for the update.
You might have forgotten the site URL. Please include it in the private field. Below, we provided a screenshot of the settings that you have to toggle in the tab section element.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyTO8UM2Yrj0QmWCp?e=vziUrC
Best regards,
IsmaelOctober 11, 2022 at 11:24 am in reply to: woo-commerce – how to create menu link to points towards catrgory page #1368408Hi,
No problem. Please feel free to open another thread if you have more questions about the theme. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHey Margrubi,
Thank you for the inquiry.
Yes, the 2017 demo contains shop and product pages. You can also find other demos for e-commerces sites by clicking the E-commerce filter in the demo overview page.
// https://kriesi.at/themes/enfold-overview/
All you need is the base Woocommerce plugin but you can add more extensions to add other options.
Best regards,
IsmaelHey tebitron gmbh,
Thank you for the inquiry.
Apply a custom css class name (av-download-button) to the button element in the Advanced > Developer Settings, then add this code in the functions.php file to apply the download attribute to the button element.
// custom script: create download button function ava_custom_script_download_link() { ?> <script type="text/javascript"> (function($) { $(document).ready(function() { $('.av-download-button').attr('download', true); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'ava_custom_script_download_link', 9999 );// https://www.w3schools.com/tags/att_a_download.asp
Best regards,
IsmaelHi,
No worries. Please do not hesitate to ask if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelOctober 11, 2022 at 11:10 am in reply to: how to edit banner and widgits on shop page in woocommerce #1368403Hey totalsolutionsit,
Thank you for the inquiry.
You have to edit the enfold shop or the home page (ID 504) using the Advance Layout Builder (ALB). Please check the documentation below to help you get started with the theme.
// https://kriesi.at/documentation/enfold/
Best regards,
IsmaelOctober 11, 2022 at 11:04 am in reply to: WordPress Backend – poor performance due to LayerSlider #1368402Hi,
Thank you for the inquiry.
Looks like the site fails to retrieve the data from the kreatura media, which is the creator of layer slider. If you are not using the layer slider plugin, please keep it disabled for now.
Best regards,
IsmaelOctober 11, 2022 at 10:10 am in reply to: WooCommerce product list element not working correctly #1368390Hi,
The catalogue list item works fine when the Woocommerce Custom Product Addons plugin is deactivated. It probably alters the product query or adjusts the template hooks. Unfortunately, we don’t provide support for third party plugins as stated on our support policy. Please keep in touch with the plugin developers or try to use a different element to display the product list.
Thank you for your patience.
Best regards,
IsmaelOctober 11, 2022 at 9:57 am in reply to: Advanced Editor lost on a subset of items after emptying WordPress trash #1368389Hi,
Yes, we tested the site last Friday but we haven’t accessed it since our last reply. Did you try the plugins above?
Best regards,
IsmaelHey HulaSlim,
Thank you for the inquiry.
You have to install a multi-language plugin like WPML or Polylang. They contain a language switcher by default which can be appended in the main menu. The documentations below should help.
// https://wpml.org/documentation/theme-compatibility/enfold/
// https://polylang.pro/doc/the-language-switcher/Best regards,
IsmaelHi,
You can also create a custom shortcode for the breadcrumb and insert below the slider.
// https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes
Use a code or text block element for the shortcode.
Best regards,
IsmaelHi,
Looks like font icon file is also added by the _3d-flip-book plugin.
// https://1drv.ms/u/s!AjjTfXSRbKTvyTLzrumd1K2yZkJ1?e=qG8LmN
You may need to disable it from the plugin’s theme options. Please contact the plugin developer for more info.
Best regards,
IsmaelOctober 10, 2022 at 9:56 am in reply to: layout issue (black sidebar on right – tab elements not working) #1368232Hi,
Sorry for the delay. The lightbox is working but the styles are missing. We had to add this css code to fix the issue temporarily.
.mfp-wrap.mfp-gallery.mfp-image-loaded { z-index: 1000; width: 100%; } .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0.8; z-index: 900; display: block; height: 100%; width: 100%; background: rgba(0,0,0,0.5); } .mfp-content { max-width: 1024px; margin: 0 auto; } .mfp-img { width: 100%; } .mfp-preloader { display: none !important; }Best regards,
IsmaelHi,
Sorry for the delay. There is a critical error when we checked the site again today. Are you editing the site? Please let us know once the site is up again.
Best regards,
IsmaelHi,
Thank you for the update.
We cannot reproduce the same issue on our end. Did you install a TinyMCE plugin? Please try to deactivate the plugin temporarily and see if it helps. Or post the login details in the private field so that we can inspect the issue further.
Best regards,
IsmaelOctober 10, 2022 at 9:19 am in reply to: woo-commerce – how to create menu link to points towards catrgory page #1368223Hey totalsolutionsit,
Thank you for the inquiry.
You can add a custom menu item in the Appearance > Menu or enable the Product categories taxonomy in the Screen Options panel. Please check the documentation below for more info.
// https://wordpress.org/support/article/appearance-menus-screen/#screen-options
Best regards,
IsmaelHey dblum,
Thank you for the inquiry.
If you want to insert a layer slider in the page, you have to use the Advance Layout Builder (ALB) and insert the Layer Slider element. You can also use the layer slider shortcode but we recommend using the ALB.
The following documentation should also help.
// https://kriesi.at/documentation/enfold/advanced-layerslider/
Best regards,
IsmaelHi,
In Layer Slider the DOSIS font is not available anymore.
Yes, we disabled Google Fonts in the Layer Slider settings. Did you check the site again using the google-fonts-checker/ tool? If you want to apply the Dosis font using the local font files, then you have to do it manually using the custom css fields in the layers’ Style > Advanced Settings panel.
Thank you for your patience.
Best regards,
IsmaelOctober 10, 2022 at 8:08 am in reply to: Events Countdown Not Showing + "Which Entries" Dropdown Missing in Settings #1368211Hi,
Thank you for the update.
We just noticed that the enfold/config-templatebuilder/avia-shortcodes/events_countdown folder is missing in your installation. Please download the theme again and place the events_countdown folder manually in the enfold/config-templatebuilder/avia-shortcodes/ folder. This should fix the issue.
Best regards,
IsmaelHey Ressources_Formation,
Thank you for the inquiry.
Looks like the masonry element is using a smaller version of the images (180x180px) which is why the images are blurry. It should be using the masonry thumbnail by default, which has a maximum width of 705px.
Did you adjust or select a different thumbnail in the Styling > Masonry Settings > Image Size settings? Please try to select a different thumbnail with larger dimension like the Masonry or Gallery thumbnail. You should also try to temporarily deactivate the image compression plugin, see if it changes anything.
Best regards,
IsmaelHi,
Thank you for the update.
You can disable the avia_lang_setup hook by adding this code in the functions.php file, but we doubt that it will change anything.
remove_action( 'after_setup_theme', 'avia_lang_setup' );How many plugins are currently activated? Did you setup a cron job or any scheduled tasks?
Best regards,
Ismael -
AuthorPosts
