Forum Replies Created
-
AuthorPosts
-
Hi,
That would not be possible, unfortunately. We need to access the site and inspect the elements directly in order to check the issue. Please create a staging or development version of the site.
Thank you for your patience.
Best regards,
IsmaelHi,
Did you check the name of the entries? Please search for the entries again in the database, click on the returned result and provide us a screenshot so that we know which entry is it.
According to the documentation, the snippet above will enable all post type in your rss feed including post nav, attachment etc, and post type created by other plugins. You should remove the filter above if you do not intend to include all post type in your rss feed.
Best regards,
IsmaelHey tiffanytnttobol,
Thank you for the inquiry.
The code above is actually assigning the Open Sans font and its variation to the Work Sans option in the backend. You have to adjust the code a bit.
function avia_font_mod($fonts){ $fonts['Work Sans New'] = 'Work Sans:100,200,300,400,600,700'; return $fonts; } add_filter( 'avf_google_heading_font', 'avia_font_mod'); add_filter( 'avf_google_content_font', 'avia_font_mod');Make sure to select Work Sans New in the font drop down.
Best regards,
IsmaelSeptember 3, 2021 at 6:39 am in reply to: Prevent Google Font loading before OPT-In (GDPR / Data Privacy) #1319601Hey amollde,
Thank you for the inquiry.
Did you set the privacy settings to block the map or external scripts on initial load? Blocking the map should also prevent the font from loading. The font will only load once the user manually adjust the privacy toggles and accepted the cookies. You have to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior settings to the third or fourth option.
Best regards,
IsmaelHey Ueli,
Thank you for the inquiry.
We are not yet sure why it scrolls like that but we might be able to fix it by adjusting the enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js file. Around line 152, look for the following code and remove it.
window.scrollTo(0, container.offset().top - 70);You may have to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the script.
Best regards,
IsmaelHey RonnyE2019,
Thank you for the inquiry.
There was an extra closing div tag right after this shortcode, which breaks the layout of the columns.
<label> Was möchten Sie uns sonst noch mitteilen? [textarea Mitteilung] </label>We removed the closing tag.
Best regards,
IsmaelSeptember 3, 2021 at 6:19 am in reply to: Saw a great menu/header efect. Is there any Enfold Demo which do something simil #1319594Hey Eduardo,
Thank you for the inquiry.
There is no header option like that by default but the closest thing is the Layout > Header visibility and transparency > Header is invisible and appears once the user scroll down option. As the option name suggests, this will hide the header initially and only display once the user scrolls down.
The other site actually contains two headers, the first header is visible initially and once the document is scrolled, the second transitions down and the first header disappears.
Best regards,
IsmaelHey Swarez,
Thank you for the inquiry.
We cannot seem to reproduce the issue on our end, using Chrome on MacOS. The lightbox container opens at the center of the screen immediately after clicking an image. Please check the screenshots below.
Screenshots: https://postimg.cc/gallery/PC3XNg8/975af4c2
Best regards,
IsmaelHey Holger,
Thank you for the inquiry.
Custom landing pages can be created using the Advance Layout Builder. Unfortunately, the only templates that are available are those that are included in the theme demo. There are no plans on creating a dedicated builder for email templates as of yet, but you can still use the Woocommerce or the Mailchimp plugin and their extensions to create a custom email template and to generate a shop or sales page.
Best regards,
IsmaelHey natashawalker1,
Thank you for the inquiry.
You can adjust the sorting of the columns on mobile using css. A few examples can be found in the following thread.
// https://kriesi.at/support/topic/mobile-page-setup/#post-1012954
// https://kriesi.at/support/topic/mobile-device-display-order/#post-1307911
// https://kriesi.at/support/topic/possible-to-change-column-order-on-mobile/#post-1025940Best regards,
IsmaelHey mrsecommerce,
Thank you for the inquiry.
We cannot seem to reproduce the issue on our end. The checkout always goes through and redirects to the payment page properly. We tried checking out a few times as shown in the screenshots below.
Screenshots:
// https://postimg.cc/3d50vnzK
// https://postimg.cc/Z9RWSgvLPlease ask the user to remove the browser cache or history, or ask them attempt to checkout using a different browser.
Best regards,
IsmaelSeptember 3, 2021 at 4:59 am in reply to: Images & Gravity Forms Not Loading, Unformatted HTML, Slow Page Loads #1319579Hi,
Thank you for the info.
In the Enfold > Performance panel, try to enable the Delete old CSS and JS files? option, located at the very bottom of the panel and set the Remove query string from static resources to the second option to properly remove cached resources if there are any, and force them to reload.
We may need to access the dashboard and the file server via FTP in order to debug the issue further. Please post the login details in the private field. It would also be a lot safer if we could access a staging or development version of the site.
Best regards,
IsmaelSeptember 3, 2021 at 4:45 am in reply to: The Events Calendar "Disable the Event Search Bar" Option Disabled by Enfold? #1319575Hi,
Ok. Did you try the latest code or snippet? This will disable the function that disables the plugin settings after setting up the theme.
Best regards,
IsmaelSeptember 3, 2021 at 4:41 am in reply to: 3rd level vertical submenu jumps when clicking on an item in the 2nd level menu #1319573Hi,
Awesome! Glad to know that the issue is fixed. If you have more questions, please feel free to open a different thread. We will close this for now.
Have a nice day.
Best regards,
IsmaelHi,
No problem. Please feel free to open another thread if you need anything else. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Try to use the following css code instead of the previous one to replace the search icon with a lock, and to create more space around and within the button.
#menu-item-18120 a:before { font-family: 'entypo-fontello'; width: 10px; height: 10px; display: block; position: relative; color: white; content: ""; float: left; left: 10px; } #menu-item-18120 a .avia-menu-text { padding-left: 30px !important; }Result after adding the css code: https://postimg.cc/MvDHfdzj
Best regards,
IsmaelSeptember 3, 2021 at 4:30 am in reply to: Horizontal Gallery not displayed correctly on Mobile #1319569Hi,
Thank you for the info.
We cannot find that same slider in the home page. Did you remove it? The image is probably cut out a bit because it is not proportionate to the gallery’s aspect ratio, so the theme resizes the image. The resize might cause the image to overflow outside the gallery container to maintain the image’s aspect ratio. We recommend using wider images with the gallery, or images with an aspect ratio of at least 16:9. And make sure that all images in the gallery have the same dimension.
Best regards,
IsmaelHi,
Have you tried using the Button Row instead of the default? With this type, you will be able to apply a link to the table cell content or text.
Best regards,
IsmaelHi,
Alright. But please note that the modification above will only work for the first map in the page. If you have multiple maps in the page, only the first map will be scrollable with the mousewheel. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can actually disable the title from the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. Select the options to display the breadcrumbs only, or just hide both.
Best regards,
IsmaelSeptember 3, 2021 at 4:09 am in reply to: issue with moving from frontend back to dashboard – timing out #1319564Hi,
Thank you for the info.
The builder is not loading immediately because a font request blocks the avia_ajax_text_to_interface action for more than 30 seconds. This prevents the builder from rendering elements and from fully loading. We are not yet sure which font it is but it is from the WordPress core.
Screenshot: https://postimg.cc/CdjPpf4K
Try to add this code in the wp-config.php file to disable css and script compression in the admin or dashboard.
define("COMPRESS_CSS", false); define("COMPRESS_SCRIPTS", false); define("CONCATENATE_SCRIPTS", false);We will check the site again afterwards.
Best regards,
IsmaelSeptember 3, 2021 at 3:35 am in reply to: Default Cookie Behaviour on last Option Bug or Feature? #1319563Hi,
But that not a really clean solution.
What do you mean? As we have said above, the option differs because it only maintains the cookie in the current session. This cookie prevents the message bar from popping up. The cookie is removed once you navigate to a different page or when the current session ends. The modification above should hide the cookie message bar as long as the oldCookieContents exists.
Best regards,
IsmaelHi,
We are now able to access the site but the account above have no administrator rights, so we cannot really access anything. We cannot even see the front end because it is on maintenance mode.
Do your hosting provider have additional info about what is causing the database spike? They should be able to monitor it on their end. Temporarily, you should disable the Performance > File Compression settings because this function creates copies of the stylesheets and scripts in the database. After disabling the file compression, install a database optimization plugin and clean the database of any transients.
// https://wordpress.org/plugins/wp-optimize/
Best regards,
IsmaelHey jetsaveurs.com,
Thank you for the inquiry.
The slider images look fine on our end — they resize and stretch correctly, and properly cover the slider container. Have you tried using the Fullwidth Slider instead of the Fullscreen Slider? The Fullwidth Slider automatically adjusts its height based on the size of the image in the active slider, so the image will be completely visible. Unlike in the Fullscreen Slider, where size is based on the height of the viewport screen, so the images have to adapt and resize accordingly instead of vice versa.
Best regards,
IsmaelSeptember 2, 2021 at 11:23 am in reply to: Images & Gravity Forms Not Loading, Unformatted HTML, Slow Page Loads #1319474Hey jstonestreet,
Thank you for the inquiry.
Do they have additional information regarding the issue, or what is in the theme that is slowing the site? Default themes will surely load faster compare to themes like Enfold because they are pretty light and do not offer the same functionality and features, which also means that they do not have to load as many resources (scripts, stylesheets etc).
We checked the site and right off the bat, 404 errors popped up, missing files from the theme, WP core and gravity forms. The errors randomly occur on different pages.
Have you tried disabling the plugins temporarily (cache, minification)? There are a total of 20 plugins installed in the site right now, which is quite a lot, so one of them or a combination of those plugins plus the theme may be causing the issue.
Best regards,
IsmaelSeptember 2, 2021 at 11:04 am in reply to: 3rd level vertical submenu jumps when clicking on an item in the 2nd level menu #1319473Hey Christoph,
Thank you for the inquiry.
The drop down menus work properly on our end — it does not jump or do anything unexpected when clicked. Would you mind providing a screenshot of the issue? Please use imgur or dropbox for the screenshot.
Best regards,
IsmaelSeptember 2, 2021 at 10:59 am in reply to: Enfold 4.8.3 problem wp-admin with demo One page Agency #1319470Hey clemmasson,
Thank you for the inquiry.
Do you see any errors when you activate the theme? Please try to set the installation to debug mode so that we could check the error and the logs. For more info, please refer to the following links.
// https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG
// https://torquemag.io/2020/12/enable-wordpress-debug-mode/Best regards,
IsmaelHey Serhat,
Thank you for the inquiry.
You should also remove the bottom padding of the html element to get rid of the empty space.
html.html_av-framed-box { padding-bottom: 0; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelSeptember 2, 2021 at 9:24 am in reply to: Enfold forms styling overriding Elementor's form styling and options #1319460Hi,
No problem. The process of reloading the stylesheets is almost the same as what we suggested in this thread, but with css instead of js or script files.
// https://kriesi.at/support/topic/mobile-menu-accessiblity/#post-1318592
You will need the following functions and make use of the $deps (depends on) parameter.
// https://developer.wordpress.org/reference/functions/wp_dequeue_style/
// https://developer.wordpress.org/reference/functions/wp_enqueue_style/$deps (string[]) (Optional) An array of registered stylesheet handles this stylesheet depends on. Default value: array()If a stylesheet depends on another file, it will load after that file. You just have to make sure that the base.css file is loaded before the elementors’ dynamic styling, so that it does not override the intended styles.
Best regards,
IsmaelSeptember 2, 2021 at 9:15 am in reply to: The Events Calendar "Disable the Event Search Bar" Option Disabled by Enfold? #1319459Hi,
Did you try the suggestion above? Removing the functions directly should enable the plugin settings back. Unfortunately, we are not yet sure why the previous suggestion above is not working. We might have to remove the hooks after the theme setup. Please try this snippet in the functions.php file.
add_action("after_setup_theme", function() { remove_action( 'tribe_display_settings_tab_fields', 'avia_events_display_tab', 10 ); remove_action( 'tribe_general_settings_tab_fields', 'avia_events_general_tab', 10 ); }, 999);Best regards,
Ismael -
AuthorPosts
