Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the follow up questions.
autofill the E-mail Subject field in the “Backend” option for the Contact Form element
We are not really sure what you mean by that. You might be able to use the avf_form_subject filter to adjust the Subject field of the email. Examples:
// https://kriesi.at/support/topic/email-subject-in-contact-form/#post-1085790
// https://kriesi.at/support/topic/enfold-contact-form-debugging/#post-1164771Please open a new thread if the solution above is not what you are looking for, and create another thread regarding the lightbox issue. We will close this thread for now.
Best regards,
IsmaelHi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Thank you for the inquiry, and quite sorry for the late response.
Are you using a Youtube video? Try to upload the video in your server and host it locally. You can also use Vimeo. Unfortunately, the preview image is a default Youtube feature, so we will not be able to prevent it from appearing.
Best regards,
IsmaelAugust 10, 2021 at 9:09 am in reply to: Is there an easy way to change where video shows on productpage… #1316002Hi,
We did some changes in the product gallery in the later versions of the theme, so the modification above is no longer valid. The filter was also created before the release of the Woocommerce 3.0 gallery.
You might be able to accomplish the same thing by creating a copy of the woocommerce\templates\single-product\product-image.php template file in your child theme.
Best regards,
IsmaelAugust 10, 2021 at 8:58 am in reply to: Issues with Avia Layout Architect and PDF Print Plugins (shortcode rendering) #1315998Hey markt8_gmbh,
Thank you for the inquiry.
Looks like the plugin author added a shortcode support in the latest version of the plugin.
======
1.5.7
======
– FIX: Important: Shortcodes not executed======
1.5.6
======
– NEW: Option to disable “Render Shortcodes” (Enfold support)
https://imgur.com/a/5S315F7Unfortunately, we are not really sure how or when the plugin creates the PDF file, so we cannot offer any help in this case.
Best regards,
IsmaelHi,
Sorry for the delay. Looks like the meta data has been disabled or removed and the calendar layout has been corrected. Do you still need help with this?
Best regards,
IsmaelHi,
We added the header_size parameter in the filter above and set it to slim. This should decrease the size of the header in your contact page. Please replace the previous filter.
Best regards,
IsmaelHey Alwin,
Thank you for the inquiry.
You can add a Custom Link and use an img tag in the Navigation Label field.
// https://codex.wordpress.org/WordPress_Menu_User_Guide#Adding_Items_to_a_Menu
Best regards,
IsmaelHey Sabine,
Thank you for the inquiry.
1.) You can set the Enfold > Header > Header Layout > Header Style to the second option (Minimal). This should disable the active menu indicator.
2.) Add the following css code to move the menu text downwards.
#top #header .av-main-nav > li > a .avia-menu-text { top: 20px; position: relative; }3.) You can use nth-child selectors to target the first and last menu items.
// https://css-tricks.com/almanac/selectors/n/nth-child/
Example:
.avia-menu li:first-child { border-top-left-radius: 20px; overflow: hidden; }This should adjust the top left border radius of the first menu item,
Best regards,
IsmaelHey melanie_erfrischt,
Thank you for the inquiry.
Where can we see the issue? We tried to login to the site but the info above is invalid. Please check the info carefully or provide another admin account.
Best regards,
IsmaelHi,
Are you referring to the slider in the portfolio preview? It seems to be displaying the original version of the image (see private field). Please provide a screenshot so that we can see the issue.
Best regards,
IsmaelHey Peter,
Thank you for the inquiry.
We are not sure why the caption is not rendering correctly in the last image. Did you enable lazy loading for this particular image? Please post the login details in the private field so that we could check the page further.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Try to use this css code to hide the search icon on mobile view.
.astm-search-menu.is-menu.full-width-menu.av-active-burger-items { display: none !important; }Make sure to add the code inside the css media query for smaller screens. You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css code.
Best regards,
IsmaelHi,
Thank you for the info.
The privacy modal popup window works again when we disabled the header.php and the footer.php file in the child theme. You may need to update those files first before adding the modifications again.
Best regards,
IsmaelAugust 10, 2021 at 7:50 am in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1315974Hi,
Thank you for the info.
It works when we add the post_id parameter to the shortcode.
[acf field="preis" post_id="396"]// https://www.advancedcustomfields.com/resources/shortcode/
Best regards,
IsmaelAugust 10, 2021 at 7:39 am in reply to: ENFOLD 4.8.3 + WP5.8: Import theme settings not working #1315973Hi,
I have told you, that you may not IMPORT anything at the KUNSTTALK Site!!!
Yes, we understand that. We were not able to login to the site, so we were not able to do anything in the dashboard or in the theme options. Please try to update the KUNSTTALK site to the latest version before importing the theme options. The export option works fine when we use a valid theme options file or when we upload a file from our own installation.
Best regards,
IsmaelHi,
No problem. Glad we could be of help. Please feel free to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelHey tecnoprof,
Thank you for the inquiry.
Try to repair the shortcodes by enabling the shortcode parser in the builder. You have to enable debugging first. Please check the following documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser
Best regards,
IsmaelAugust 10, 2021 at 7:04 am in reply to: Inline SVG Graphics displaced and cut by other elements #1315964Hi,
Unfortunately, we are still not sure why the animating objects are not visible when they overflow. We noticed that the animation is a bit different when we open the SVG file in a new tab. Are you seeing the same thing? (see private field)
Best regards,
IsmaelHey bagha,
Thank you for the inquiry.
The theme is actually using the default Media > Library features, or it does not have its own implementation of the media library options such as sorting, dragging etc, so this would have to be improved in the core. Unfortunately, this is not yet included in the list of upcoming improvements. You may need to use a plugin to improve or extend the experience in the gallery editing.
Best regards,
IsmaelHi,
No problem. Please do not hesitate to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Did you toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code? Please post the login details in the private field so that we could check the modification.
Best regards,
IsmaelAugust 9, 2021 at 4:58 am in reply to: Image should stick on the very left side of the browser #1315198Hi,
Have you tried setting the position of the element to “fixed”?
// https://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#fixed
// https://css-tricks.com/almanac/properties/p/position/#fixedA screenshot or a mockup of the layout that you have in mind should help.
Best regards,
IsmaelAugust 9, 2021 at 4:50 am in reply to: 4.8.2 onwards Woocommerce main shop image is being lazy loaded #1315197Hi,
The lazy loading is actually a native browser feature, it is not from jQuery and it is triggered once the document is ready or when an image is visible in the view port. Removing the loading attribute immediately once the document is ready should prevent the image from being lazy loaded.
You can see the current browser support in the following link.
// https://caniuse.com/loading-lazy-attr
Did you test the script?
Best regards,
IsmaelAugust 9, 2021 at 4:35 am in reply to: Masonry Gallery Preloader Spining Wheel in Page Preview Mode. #1315195Hi,
Thank you for the update.
Try to replace the previous css with the following code to retain the spinner and prevent the page from shaking.
.avia_loading_icon { position: fixed; width: 100%; height: 100%; z-index: 9999; top: 0; } .av-siteloader { top: 50%; transform: translateY(-50%); }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelAugust 9, 2021 at 4:32 am in reply to: ENFOLD 4.8.3 + WP5.8: Import theme settings not working #1315194Hi,
Using this feature is reserved for Super Admins
You unfortunately don’t have the necessary permissions.The login token above does not have the correct permissions, so we cannot export the theme settings. The notification above appears in the import/export panel.
Have you tried updating the theme in the kunsttalk site to the latest version before importing the theme options?
Best regards,
IsmaelAugust 9, 2021 at 4:07 am in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1315193Hi,
Thank you for following up.
We may need to access the dashboard in order to check the issue further. Please post the login details in the private field, and make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Thank you for the info.
We tried to disable the file compression settings but it did not change anything. We tried to check for any customization done in the child theme (templates, functions etc) but the Appearance > Editor panel is not accessible. Please enable the file editor or post the FTP details in the private field so that we could check the theme files.
Best regards,
IsmaelAugust 9, 2021 at 3:56 am in reply to: How can I edit the "post slider" module into a "Netflix"lookalike post slider? #1315190Hi,
Alright. Glad to know that you have found a solution. Please feel free to open another thread should you need anything else.
Have a nice day.
Best regards,
Ismael -
AuthorPosts
