Forum Replies Created
-
AuthorPosts
-
March 20, 2019 at 1:06 am in reply to: Force Enfold to show all search results even if search query is empty #1080576
Hey aledef,
Thank you for using Enfold.
Could you explain the issue further? The theme doesn’t alter the default search functionality.
Best regards,
IsmaelHey Christian,
Thank you for using Enfold.
You can use the arrow beside the thumbnails to sort the slider images. The same thing can be done for the audio player element.
Best regards,
IsmaelHi,
The page password above is incorrect. (see private field)
If you have more inquiries, please create an account for the forum using the purchase code.
// https://kriesi.at/support/register/
Best regards,
IsmaelHi,
Thanks for the update.
Could you give us a link to the page with the masonry element? We’d like to check it.
Best regards,
IsmaelMarch 19, 2019 at 6:35 am in reply to: Contain content within Grid row to sit within site container #1080226Hi,
Thanks for the update.
Have you tried adjusting the “Cell Padding” of the cell inside the grid row? It is currently set to this:
padding: 100px 100px 50px 100px;
The left padding is set to 100px, so the text inside the cell doesn’t align with the logo.
Best regards,
IsmaelMarch 19, 2019 at 6:31 am in reply to: Single Product Site: «Zusätzliche Informationen» not for mobile optimized #1080225Hi,
Thanks for the update.
You can add this code inside the previous css media query.
a.reset_variations { bottom: -50px; }
That is going to adjust the position of the reset text as shown in the screenshot.
// https://imgur.com/a/uIHYRej
Best regards,
IsmaelHi,
Thanks for the update.
We adjusted the code a bit and placed it in the Quick CSS field. Please remove the browser cache prior to checking the page.
Best regards,
IsmaelMarch 19, 2019 at 5:58 am in reply to: Lighbox issue – pictures shown which do not belong to post #1080220Hi,
We would like to apologize for the lack of explanation.
The images of the “halbmaske” product are not displaying or loading properly, so we can’t check the issue. It seems to be a problem with the https or SSL configuration. (see private field)
Best regards,
IsmaelHi,
Awesome. Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the update.
Did you set the Enfold > Main Menu > “Menu Items for mobile” settings to the second option? That is going to force the mobile menu to display on tablet screens. We can also decrease the space between the menu items or adjust their font size in order to create more space between the menu container and the logo.
@media only screen and (max-width: 1024px) { .av-main-nav > li > a { padding: 0 8px; font-size: 12px; } .logo img { height: 66px; top: 10px; } }
Best regards,
IsmaelHi,
Thanks for the update.
Did you adjust the size of the “masonry” thumbnail in the Settings > Media panel after activating the plugin? You need to regenerate the thumbnails or images after the adjustment in the same panel.
Best regards,
IsmaelHi,
We would like to apologize for the late response.
The RSVP container is probably rendered by hooking into the modules/meta file or the “tribe_events_single_meta_before” action hook, which is not available when the theme is active unless the “tribe_events_single_event_meta_legacy_mode” is set to true. We edited the functions.php file but encountered an error. We have to enable the legacy mode with this filter.
add_filter("tribe_events_single_event_meta_legacy_mode", function() { return true; }, 10);
This is the error in the functions.php file:
Your PHP code changes were rolled back due to an error on line 191 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again. Uncaught Error: Call to undefined function have_rows() in wp-content/themes/enfold-child/functions.php:191 Stack trace: #0 [internal function]: sd_shortcode_show_homeslider('', '', 'show_homeslider') #1 wp-includes/shortcodes.php(319): uopz_call_user_func('sd_shortcode_sh...', '', '', 'show_homeslider') #2 [internal function]: do_shortcode_tag(Array) #3 wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)(show_h...', 'do_shortcode_ta...', '[show_homeslide...') #4 wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php(488): do_shortcode('[show_homeslide...') #5 wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock.php(253): ShortcodeHelper::avia_apply_autop('[show_homesl...') #6 wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template
Best regards,
IsmaelHi,
Thanks for the update.
Can we access the site? Please post the login details in the private field so that we can check the page directly.
Best regards,
IsmaelHi,
Thanks for the info.
If I add an additional Enfold shortcode, the dropcaps appear. See link in private comment.
We are still not sure why the dropcap is not displaying when there is no other shortcode present in the page. We’ll tag one of our developers to the issue. Please try to include a separator/whitespace shortcode in the page to fix the issue temporarily.
Best regards,
IsmaelHi,
Where do you want to place the sub menu container? If you want it to display at the very bottom of the view port, use this css code.
@media only screen and (max-width: 767px) { .responsive #top .av-submenu-container { position: fixed !important; top: calc(100% - 104px) !important; } }
Screenshot: https://imgur.com/a/eQjej9C
Best regards,
IsmaelHi,
just adds the button snippets above the post content.
Are you using the special heading element, or adding the post title manually to the post when you’re using the ALB? That title is a part of the post content, so the buttons will display above it. Is there an available shortcode for the buttons? You can use that instead.
Best regards,
IsmaelHi,
Thanks for the update.
There’s a short tutorial for the icon font manager in the theme documentation.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
IsmaelHi,
Thanks for the update.
The builder loads consistently on our end. There are still errors left but they’re not directly related to the builder or the theme.
public-api.wordpress.com/wp-admin/rest-proxy/?v=2.0#https://widgets.wp.com:1 (WEB_PAGE context) Couldn’t find native for requireNative(addons)
?v=2.0:6 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403Best regards,
IsmaelHi,
Thank you for using Enfold.
We can reproduce the issue even without those errors, but we’re not so sure what’s causing it. Have you tried disabling the plugins temporarily?
Best regards,
IsmaelHi,
Thanks for the info.
Have you tried using the css modification provided on the related thread?
// https://kriesi.at/support/topic/blurry-text-on-chrome/#post-1068282
It should unset the perspective css property, which seems to be the cause of the issue.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t reproduce the issue on our end. Maybe, the tab title container is not resizing properly, so this css code might help.
.page-id-330 #av-tab-section-2 .av-tab-section-tab-title-container { min-width: 431px !important; }
It will adjust the width of the main tab title container. It might be necessary to turn on the custom css class attribute so that you can define a unique selector for that element.
Best regards,
IsmaelMarch 19, 2019 at 3:05 am in reply to: Full width easy slider not showing the Images if the page having any contact for #1080178Hi,
There’s an error related to the date picker, but it’s not exactly telling us where the issue is. Did you purge the cache after disabling the AJAX Search Pro plugin? We may need to deactivate the plugins temporarily if we are to help you debug the issue.
Best regards,
IsmaelHi,
You have to reset the Settings > Reading options to default and set your blog page in the Enfold > Theme Options panel. There are more info about the basic blog setup in the documentation.
// https://kriesi.at/documentation/enfold/blog-post/#basic-blog-setup
Best regards,
IsmaelMarch 19, 2019 at 2:53 am in reply to: Optimizing images: Should I use more than 1 version? #1080174Hi,
Thanks for the update.
Unfortunately, that’s not how the theme handles the images. The theme creates smaller versions of the original image but it will load or use the same version of that image regardless of the screen or device. There is a plugin that automatically applies a srcset attribute to an image element, but we’re not sure if it’s compatible with the theme.
// https://wordpress.org/plugins/responsify-wp/
Best regards,
IsmaelHi,
Yes, that’s a valid code. Is it rendering the content of the source properly?
Best regards,
IsmaelHi,
Have you tried optimizing the site yet? Simply installing a cache or minification plugin can do wonders for optimization but there are more things that you can do to improve the site speed. This article should help.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHi,
Those options are not available in the theme’s lightbox by default, but you may be able to find those features on another lightbox plugin. This list might help.
// https://wpbuffs.com/wordpress-image-lightbox-plugins-for-photo-galleries/
Best regards,
IsmaelMarch 19, 2019 at 2:05 am in reply to: Modal window privacy and cookie info does not work at all #1080163Hi,
Did you enable the Enfold > Privacy & Cookies > “Modal Window with Privacy and Cookie Info” option? You’ll be able to set the title and content of the tabs manually if that option is enabled.
Best regards,
IsmaelHey sherve,
Thank you for using Enfold.
You have to register the custom post types in order for them to be recognized by the builder.
Best regards,
Ismael -
AuthorPosts