Forum Replies Created
-
AuthorPosts
-
Hey DreiBaer,
Thank you for the inquiry.
Where can we check the issue? Please provide the link to the page containing the consent tool and an admin account so that we can check it properly. Have you tried asking the plugin developers?
Best regards,
IsmaelHey sgc1234,
Thank you for the inquiry.
Yes, the new plugin update should be compatible with the latest version of the theme. Please check the articles below for the list of changes on version 7.0.
// https://developer.woocommerce.com/2022/10/11/woocommerce-7-0-released/
Best regards,
IsmaelHey stefpasi,
Thank you for the inquiry.
The slider doesn’t resize based on the size of the slider images because the Styling > Slides > Slider minimum height in pixel value is set to 400px. This will force the slider to resize the slider images based on the minimum width value in order to keep the images’ aspect ratio. If you want the images to be fully visible or if you want the slider to resize based on the size of the slider images, you have to remove or disable the Slider minimum height in pixel value.
Best regards,
IsmaelHey stefpasi,
Thank you for the inquiry.
The slider doesn’t resize based on the size of the slider images because the Styling > Slides > Slider minimum height in pixel value is set to 400px. This will force the slider to resize the slider images based on the minimum width value in order to keep the images’ aspect ratio. If you want the images to be fully visible or if you want the slider to resize based on the size of the slider images, you have to remove or disable the Slider minimum height in pixel value.
Best regards,
IsmaelHi,
Thank you for the update.
The images are displaying correctly on mobile view when we checked. Did you purge the cache or temporarily disable the Enfold > Performance > File Compression settings after reverting the attachment back to scroll? Make sure to hard refresh the page as well to display the updated version of the page.
Best regards,
IsmaelHey bemodesign,
Thank you for the inquiry.
You may need to setup a new from address using an address from your own domain.
Example:
(Email address hidden if logged out)This ensures that the emails coming from the contact form is seen as legit and will get recognized by your mail server. You can set the from address in the Content > Backend > Your from address field.
Please check the documentation below for more troubleshooting steps.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHi,
Glad to know that the filter is working. The screenshot doesn’t load on our end though. You can use imgur, savvyify or dropbox for the screenshot instead. Thanks.
Best regards,
IsmaelHey Margrubi,
Thank you for the inquiry.
You have to edit the featured images of the posts or the featured images of the portfolio items. Please check the documentation below for more info.
// https://wordpress.com/support/featured-images/
Best regards,
IsmaelHi,
Thank you for the update.
We got the same error when we tried to create a post. Please try to set the installation to debug mode and make sure that WP_DEBUG_DISPLAY is set to true.
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Did you activate a plugin or add any custom scripts recently?
Best regards,
IsmaelHey ronellenfitsch,
Thank you for the inquiry.
How did you include the font in the style.css file? Please provide the login details in the private field so that we can check the issue further.
Best regards,
IsmaelOctober 25, 2022 at 9:28 am in reply to: Regarding a previous query regarding Hotspots and tabbed section #1370108Hi,
Thank you for the update.
Have you tried decreasing the animation duration (300) to 200 or lower value? You can also replace the animation function with css to instantly hide the tooltips.
$('.avia-tooltip').css({ opacity: 0, display: 'none' });Let us know if this helps.
Best regards,
IsmaelHi,
Great! Let us know if you have more questions. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHey studioinktvis,
Thank you for the question.
Have you tried purging the cache? Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelOctober 25, 2022 at 9:15 am in reply to: Image with Hotspots – Disable Tooltip when Hotspot Link is present #1370103Hey armourcreative,
Thank you for the inquiry.
There is an option to show the hotspot tooltip info below the hotspot image on mobile view. Please go to the Advanced > Responsive toggle and enable the Hotspot on mobile devices option.
Best regards,
IsmaelHey Meier-Greve,
Thank you for the inquiry.
You may need to contact XING about the issue because we are not familiar with this function. Where can we check the issue? Would you mind providing a screenshot? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelOctober 25, 2022 at 8:44 am in reply to: Enfold Pages Remove Internal Scroll Bar and Keep External Scroll Bar (Browser) #1370097Hey Jack,
Thank you for the inquiry.
There should be only one scrollbar in the page by default, unless the site or an element is modified to the point that it creates its own scrollbar. Where can we check the issue? Please provide the site URL in the private field.
Best regards,
IsmaelHey sdsitetechdotcom,
Thank you for the inquiry.
The account above is not registered or it doesn’t exist. Please provide a valid admin account so that we can check the issue. For the meantime, please make sure that the theme is updated to version 5.2.1 and temporarily toggle or disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHey Jorge,
Thank you for the inquiry.
The form is using the default wp_mail function, so you can use the wp_mail_succeeded hook to add your own processes after successfully sending the mail. You can also use the avf_form_send filter, field data is saved in the $new_post parameter.
Example:
add_filter('avf_form_send', function( $proceed, $new_post, $params, $class ) { // do something with $new_post data return $proceed; }, 10 , 4);You can only use the avf_contact_form_submit_button_attr filter to adjust the attribute of the submit button.
Best regards,
IsmaelHey Peter Vidrine,
Thank you for the inquiry.
You can find information about the license in the overview page, including prices.
// https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#
Open the Buy License tab and click the Regular License button to open a dropdown containing the Extended License info.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please do not hesitate to open another thread if have more questions about the theme.
Have a nice day.
Best regards,
IsmaelOctober 25, 2022 at 8:14 am in reply to: Do not crop thumbnails in av_gallery for non square images #1370085Hi,
Thank you for the update.
The crop_big_preview_thumbnail parameter controls the big preview cropping. If you want to display the original image in the preview, try to set the preview_size to full. Again, make sure to upload images with the same size and aspect ratio to make sure that the size of preview images are consistent.
Best regards,
IsmaelHi,
Glad to know that you’ve managed to upgrade the theme. For more info about updating, please review the following documentation.
// https://kriesi.at/documentation/enfold/theme-update/
Best regards,
IsmaelHey Jens,
Thank you for the inquiry.
Which element in the form are you trying to adjust? Please provide a screenshot or a link to the page containing the form.
Have you tried disabling the file compression settings and the cache plugin temporarily? You can enable them back once you’re done editing the site.
Best regards,
IsmaelHey Wp3P,
Thank you for the inquiry.
In the Enfold > Header > Extra Element, you can enable the Header Phone Number/Extra Info option and keep the field blank. You can also modify the include > helper-main-menu.php file manually and insert the element directly in the template.
Best regards,
IsmaelHi,
We haven’t removed the files actually, not really sure how it got removed but we are glad that the update is now working correctly. Thank you for your patience.
Best regards,
IsmaelHi,
We haven’t removed the files actually, not really sure how it got removed but we are glad that the update is now working correctly. Thank you for your patience.
Best regards,
IsmaelHey aboderc,
Thank you for the inquiry.
The default Bitter font is still selected for some elements in the Enfold > Advanced Styling panel. Please make sure to replace it with the local font.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
You can use this css code to adjust the size of the logo on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive .logo img, .responsive .logo svg { max-height: 60px; } }Default value is 80px.
Best regards,
Ismael -
AuthorPosts
