Forum Replies Created
-
AuthorPosts
-
August 11, 2021 at 4:01 am in reply to: Sort Blog Post Element by "ACF" Advanced Custom Field #1316162
Hi,
In the Custom Query Orderby settings, you can add the new option in the subtype parameter.
__('ACF Last Name', 'avia_framework' ) =>'acf_last_name')This should add a new option in the drop down labeled ACF Last Name.
The logic should be added in the avia_custom_query_extension function. You could check if the $avia_config[‘avia_custom_query_options’][‘orderby’]) variable is set to acf_last_name. If it is set, set the meta_query parameter accordingly.
Something like:
if($avia_config['avia_custom_query_options']['orderby']) == "acf_last_name") { $query["meta_query"] = array( 'relation' => 'AND', 'state_clause' => array( 'key' => 'state', 'value' => 'Wisconsin', ), 'city_clause' => array( 'key' => 'city', 'compare' => 'EXISTS', ), ); $query['orderby'] = 'city_clause'; }// https://make.wordpress.org/core/2015/03/30/query-improvements-in-wp-4-2-orderby-and-meta_query/
Best regards,
IsmaelHey holbizmetrics,
Thank you for the inquiry.
1-2.) You might have to decrease the font size of the slider title and captions because you are using the Fullscreen Slider. The slider automatically adapts to the size of the view port or the browser screen. You could also adjust the width of the caption container.
.slideshow_caption { width: 70%; }Default width is 42%.
On smaller screens, you have to use css media queries to decrease the size of the captions even more or just hide the slider completely and present the caption or info in a different way.
You can use the Element Visibility options to toggle the visibility of the slider or of any elements on different screen sizes.
Best regards,
IsmaelHey profumopuntoit,
Thank you for the inquiry.
Did you edit the tag.php file directly to add the title? You should be able to use the get_the_archive_title or the the_archive_title functions to render the actual title of the tag or category page.
// https://developer.wordpress.org/reference/functions/get_the_archive_title/
// https://developer.wordpress.org/reference/functions/the_archive_title/Or just enable the title in the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings.
Best regards,
IsmaelHey orianos,
Thank you for the inquiry.
You can use the Table element from the builder. The table is set to have the Pricing Table layout or style by default. If you want to adjust the styling, go to the Styling > Table Styling toggle and set the Table Purpose accordingly.
The demo can be found in the following page.
// https://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
And you should find more info in the documentation.
// https://kriesi.at/documentation/enfold/table/
Best regards,
IsmaelAugust 11, 2021 at 3:28 am in reply to: issue with moving from frontend back to dashboard – timing out #1316156Hi,
When I do eventually get back into the page backend there are no options on the left hand side – only the “W” logo to click on.
This means that the block editor is set to full screen. You have to disable it from the block editor Options panel.
// https://www.wpbeginner.com/wp-tutorials/how-to-disable-fullscreen-editor-in-wordpress/
If you want to disable the block editor completely, please go to the Enfold > Theme Options panel and select the classic editor in the Select your Editor settings. This might also fix the loading issues.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts
