Forum Replies Created
-
AuthorPosts
-
Hey woogie07,
Thank you for the inquiry.
This is possible but you have to create a custom script that specifies the height of the columns based on the tallest one. You can also apply a minimum height to the content or text block, but this will have to be adjusted on different screen sizes using css media queries. Applying a custom css class name will definitely be necessary in either of the cases above.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHey ellkam,
Thank you for the inquiry.
We are not yet sure why the mega menu is not displaying correctly on mobile view. It looks like the whole mobile menu container is hidden for some reason. Did you add any custom html or apply any custom styles (css) to the menu?
Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache.
Best regards,
IsmaelHey luiseheine,
Thank you for the inquiry.
We are not yet sure what is causing the active menu indicator to jump but we noticed that the site still contains an older version (4.9.2.2) of the theme. Upgrading the theme to the latest version (5.0.1) might help fix the issue. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after the update.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
1-2.) Try to apply a custom css class name to the grid row element, e.g “banner-grid”, then use this css code to adjust the height of the first cell on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .banner-grid .flex_cell:first-child { height: 200px !important; } }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css. The following documentation should help.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHey Thomas,
Thank you for the inquiry.
The wp_calculate_image_sizes filter might be useful in this case. The function returns the calculated sizes for a specific image, which is then used in wp_image_add_srcset_and_sizes function.
// https://developer.wordpress.org/reference/functions/wp_calculate_image_sizes/
// https://developer.wordpress.org/reference/functions/wp_image_add_srcset_and_sizes/Best regards,
IsmaelHey dondela,
Thank you for the inquiry.
Your changes seem to be working correctly when we checked. Did you adjust the css?
.overlapping-columns { position: relative !important; left: -100px !important; top: 50px !important; z-index: 0 !important; padding-left: 150px !important; }Best regards,
IsmaelJuly 5, 2022 at 3:00 pm in reply to: Show category in Masonry gallery with link to overview posts in that category #1357285Hey Frans,
Thank you for the inquiry.
Where can we check the modification? There are a lot of suggestions in the previous thread and we are not sure which one has been implemented. Please provide the site URL in the private field so that we can check the masonry element.
Best regards,
IsmaelHey ivanglaser,
Thank you for the inquiry.
Have you tried adding the scroll down arrow using an image layer? You can then add the anchor to the next section in the layer’s Layer Settings > Link > Lqyer Linking panel. Look for the Set Link field.
Best regards,
IsmaelHey Ryan,
Thank you for the inquiry.
You can use either of the following plugins to revert back to the classic widget editor.
// https://wordpress.org/plugins/classic-widgets/
// https://wordpress.org/plugins/classic-widgets-wp/Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
You can use this css code to adjust the size of the social icons. Please add it in the Quick CSS field or in the child theme’s style.css file.
#top #socket .social_bookmarks { margin: 0 0 0 30px; height: 50px; } #top .social_bookmarks li { width: 50px; } #top .social_bookmarks li a { width: 100px; line-height: 50px; min-height: 50px; font-size: 30px; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
This is not possible at the moment but you can replace the default contact form with plugins such as Contact Form 7 or WPForms for more advanced options such as custom email templates.
// https://wordpress.org/plugins/wp-html-mail/
// https://wordpress.org/plugins/email-templates/Best regards,
IsmaelHey Stefania DAIMON ART,
Thank you for the inquiry.
Envato Studio is actually a job site where you can open projects and hire a freelancer. It is different from Themeforest and other Envato products or services where the theme is sold. The theme will still be available on Themeforest and the support will still continue in this forum.
Best regards,
IsmaelHey comealive0691,
Thank you for the inquiry.
This issue has been reported many times and it is usually due to server configuration which may vary per hosts. Unfortunately, we do not know precisely which configuration is affecting the demo import, but there are workarounds if the issue persists.
One way is to manually import the demo using an xml file and the other is to import the demo locally, then transfer it to the live site. Please check the following documentation for more info.
// https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
You can use plugins like Yoast or All in One SEO to automatically generate a site map for all your pages and images. The plugins will also help you improve the site’s overall ranking when use correctly. Please check the following documentation for more info.
// https://yoast.com/features/xml-sitemaps/
// https://aioseo.com/docs/how-to-create-an-xml-sitemap/Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
Yes, you are correct. You have to create a new set of menu and set it as the Footer Menu under Theme Locations. You can also edit the footer.php template and add the links manually, only if necessary.
Best regards,
IsmaelHi,
Sorry to hear about your surgery. Please take it easy and get well soon.
Best regards,
IsmaelHi,
Do I have to go back to the original Gutenberg Block with Background (2 columns)?
We actually tried to check the page but the login account above is no longer valid. Please provide another login account so that we can inspect the settings of the column blocks.
When you say you added a config file, can you explain what that means?
This is a single json file where you can enable or disable certain features in the block editor, and adjust its initial settings including the default styles for any specific block. But please note that we did not specify any custom styles for any blocks so there should be no default padding for the columns.
// https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/
Best regards,
IsmaelHey!
Thank you for your patience.
We get this error whenever we try to validate the API key that you provided above. Is the project where you created the API key still active?
js?v=3.45&callback=av_backend_maps_loaded&key=APIKEYHERE:66 Google Maps JavaScript API error: ApiNotActivatedMapError
https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-errorAnd according to the documentation, this error occurs because the Maps JavaScript API is not activated in your project.
Please enable the required APIs for the map, then test the API key again or regenerate another. You might want to review the following documentation and start from the beginning.
// https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
Cheers!
IsmaelJuly 4, 2022 at 4:43 am in reply to: Enfold CSS/JS merging function still not working properly #1357165Hi!
Thank you for your patience.
Is there a staging or development version of the site? We would like to test the site while all plugins are disabled so that we can rule out any incompatibility issues with third party extensions. If this is not yet available, please create a clone of the site in a subdomain using the following plugin.
// https://wordpress.org/plugins/duplicator/
This article should also help.
// https://www.wpbeginner.com/wp-tutorials/how-to-clone-a-wordpress-site-in-7-easy-steps/
For the meantime, you should install a cache plugin such as WP Super Cache or W3 Total Cache which contain their own file compression options. The options are almost the same as the default file compression settings in the theme’s performance panel.
Regards,
IsmaelHey janerichter,
Thank you for the inquiry.
We can use the avia_post_slide_query filter to adjust the order of the items in the blog posts element. Adding this code in the functions.php file for example should sort the entries by their title.
add_filter('avia_post_slide_query', 'avia_post_slide_query_mod'); function avia_post_slide_query_mod( $query ) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; }Best regards,
IsmaelHi,
This is your code and you added padding:
div class=”wp-container-1 wp-block-column is-vertically-aligned-top test has-col-36-a-8-c-7-background-color has-background” style=”padding-top:40px;padding-right:20px;padding-bottom:40px;padding-left:20px; background-color: #36a8c7; border-color: #36a8c7;”
Text in a paragraph withWe added a config file for Gutenberg in the latest version of the theme, which enables the Dimensions panel and allows users to specify a custom Padding for block elements. Is there by any chance that the value/s in this field have been adjusted?
Thank you for your patience.
Best regards,
IsmaelHey dschneekloth,
Thank you for the inquiry.
We may need to inspect the site in order to check the issue properly. Please provide the site URL and the login details in the private field.
Have you tried to temporarily disable the Enfold > Performance > File Compression settings?
Best regards,
IsmaelJune 28, 2022 at 10:04 am in reply to: What is causing Pinterest Social Share button to be different from others? #1356690Hey finchkelsey,
Thank you for the inquiry.
Did you install a pinterest or a social sharing plugin? Please deactivate the plugin temporarily, then toggle the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets. Let us know if that helps remove the unwanted pinterest button.
Best regards,
IsmaelHi,
Thank you for the update.
Did you try to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css?
We tried logging in to the site but the user account that you provided above seems to be invalid. Please check the info carefully or provide another login account.
Best regards,
IsmaelHey delmonte,
Thank you for the inquiry.
The content of the email message is automatically sorted based on the current order of the fields in the contact form. Unfortunately, the theme doesn’t contain an option or tool to manually arrange the content of the email message.
You may want to look for other extensions such as WPForms, Gravity Forms or Jetpack Forms for more advance contact form options, and install an email template builder such as the following.
// https://wordpress.org/plugins/wp-email-template/
// https://wordpress.org/plugins/wp-html-mail/Best regards,
IsmaelHey cristinagrafik,
Thank you for the inquiry.
Are you referring to the magnifier or zoom in feature of the product gallery? Please note that this feature only works on devices with a mouse or a pointer where “hover” is possible. Unfortunately, this feature is not going to work on touch or mobile devices, not without a mouse or pointer.
Best regards,
IsmaelHi,
We are still not able to find a solution for this, unfortunately, You may need to look for another search plugin or a custom script. We listed a few that might work.
// https://wordpress.org/plugins/ajax-search-lite/
// https://wordpress.org/plugins/search-filter/Best regards,
IsmaelHi,
Great! Good to know that the provided solution worked. Please let us know if you have more questions about the theme. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info @guenni007.
As @guenni007 pointed out in the previous thread, you might be selecting a smaller version of the original image. Please make sure to choose the original size under the Attachment Display Settings of the selected image from the media library before inserting it as background.
Best regards,
IsmaelJune 28, 2022 at 8:50 am in reply to: Come posso disabilitare menu principale che si nasconde #1356674 -
AuthorPosts
