Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
The default category widget doesn’t support that feature. Please try to use one of the following plugins.
// https://wordpress.org/plugins/display-categories-widget/
// https://wordpress.org/plugins/wp-categories-widget/Best regards,
IsmaelHi,
@enfold-user: The plugin is not fully compatible with the theme, but it should work as is. If you want to add a language switcher, the following documentation should help.
// https://polylang.wordpress.com/documentation/frequently-asked-questions/the-language-switcher/
// https://polylang.pro/doc/i-cant-add-the-language-switcher-in-the-menus/Related threads:
// https://kriesi.at/support/topic/polylang-lang-switcher-display-in-main-header-area/#post-380558
// https://kriesi.at/support/topic/polylang-flags/#post-1020925
// https://kriesi.at/support/topic/adding-a-widget-to-the-top-bar/#post-692680Best regards,
IsmaelApril 22, 2019 at 3:53 am in reply to: Problems after updating tot 4.5.5. Cannot edit pages anymore. #1093222Hi,
Thanks for the update.
because normally we see a ReCaptcha icon in the bottom right.
We removed that label because it doesn’t really sit well with the theme’s design. The submit button label should change to “Authenticating..” while the verification is running in the background and then change back to the default submit button label once the user is verified. That is when you’re using v3. For v2, you should see the captcha widget.
Best regards,
IsmaelApril 22, 2019 at 3:47 am in reply to: Enfold 4.5.4 / WooCommerce 3.5.7: Keine Produktbewertungen möglich #1093218Hi,
Thanks for the update.
We can’t reproduce the issue on our installation. Please try to upgrade the theme from version 4.5.4 to version 4.5.6. Please let us know once the theme has been updated.
Best regards,
IsmaelHi,
Thanks for the update.
1.) You’ll have to add it manually in a code/text block, or add it as a shortcode or as another builder element as shown in the following thread.
If you don’t want to create another builder element, just add this shortcode.
2.) You can hide those info by toggling the options in the Enfold > Blog Layout > Blog meta elements settings. You can also use a custom css code. We’ll have to inspect the actual blog page so that we can see the current blog style and provide the appropriate css code.
Best regards,
IsmaelHi,
Thanks for the update.
Have you checked the functions.php file? It’s probably a script added via hook. We tried to login but the credentials are invalid. Please provide another user/admin account.
Best regards,
IsmaelHi,
Alright. Glad we could help. We’ll close the thread now.
Have a nice day!
Best regards,
IsmaelHi,
@zoneent: The OP didn’t reply back. Please open up a new thread or ticket, then post the login details in the private field. We’ll check the issue there.Best regards,
IsmaelHi,
Thanks for the update.
The selector in the function is still the same.
scrollToTab( '.menu-item a', 'click' );
Try to replace it with:
scrollToTab( '.avia-buttonrow-wrap a', 'click' );
Best regards,
IsmaelHi,
Glad it’s solved. Not really sure what changed, but it’s probably because of the shortcode patches that were added in the latest version. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelApril 22, 2019 at 2:10 am in reply to: Full-width submenu links jump past targeted content – iPad landscape orientation #1093190Hi,
Thanks for the update.
The following css code might help.
@media only screen and (max-width: 1024px) { .av_slideshow_full.avia-slideshow { min-height: calc(100vh - 50px); margin-bottom: 0; } }
We noticed that the full screen slider is not occupying the height of the viewport on tablet screens. The css code should change that.
Best regards,
IsmaelApril 22, 2019 at 2:01 am in reply to: Trying to Add JS Particles Background via Enfold theme #1093185Hi,
Have you tried adding the target ID in the color section’s Section ID field?
Best regards,
IsmaelHi,
Thanks for the update.
Most of the featured images in the blog are 800x684px in size, so you can use that as the standard size for every posts. You have to upload the images again.
Best regards,
IsmaelApril 22, 2019 at 1:54 am in reply to: General Styling: Background images not working because of wrong path #1093183Hi,
Did you toggle the file compression settings after the theme upgrade? The modification that was included in the latest patch fixed the issue for a lot of users.
Best regards,
IsmaelApril 22, 2019 at 1:52 am in reply to: Google Maps not loading but API/google account setup is correct #1093182Hi,
Thanks for the update.
We were able to verify the API key before but it’s not connecting now because the http referrer name or url is invalid (see error below). Please check the site url in the http referrer list. Make sure that it has a wild card pattern for protocol and relative urls.
Example:
*sbidemo.wpengine.com/*
or:
*.site.com/*
What is the actual site url when the site goes live? You will have to add that url as well.
Error:
RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error Your site URL to be authorized: https://sbidemo.wpengine.com/wp-admin/admin.php?page=avia
Best regards,
IsmaelHi,
Thanks for the update.
Did you remove the previous css code? Please post the login details in the private field so that we can test it in your installation.
Best regards,
IsmaelHi,
@lebenspraxis: We can’t reproduce the issue anymore. The “quicktags” error is gone and the text block is working properly now. What did you change?Best regards,
IsmaelApril 22, 2019 at 1:34 am in reply to: Audio Player doesn't display correctly on Page (but works fine in Post) #1093177Hi,
Thanks for the update.
The audio element is working properly when we add it on a test page (see private field). Please edit the “National Museum of Australia” page and check if there are unclosed html tags in it.
Best regards,
IsmaelApril 19, 2019 at 2:20 am in reply to: Background image in Alternate Content disappers after activation CSS-aggregation #1092530Hi,
Odd. We don’t see the “mixed content” warning. Where are you checking the site? Did you purge the cache?
Best regards,
IsmaelHi,
Thanks for the update.
Yes, please create a clone on a staging site and then upgrade WordPress to 5.1.1. Make sure that the debug mode is enabled.
// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAY
Just add this configuration in the wp-config.php file:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'SCRIPT_DEBUG', true );
Best regards,
IsmaelHi,
Thanks for the update.
A solution for this issue has been included in the latest version of the theme. Please make sure that the site is running on version 4.5.5.
Best regards,
IsmaelApril 19, 2019 at 2:13 am in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1092526Hi,
We don’t see that error in the product pages. Please remove the browser’s cache, then try again. (see private field)
Best regards,
IsmaelHi,
Thanks for the update.
Looks like you’re using a widget from a plugin called “Pages In Widgets”. Unfortunately, we are not familiar with that plugin, so you may need to contact the plugin author for additional help. Please update us once you’ve received something from the authors.
Best regards,
IsmaelApril 19, 2019 at 2:01 am in reply to: Contact submit button stuck on 'Authenticating' with Captcha v3 #1092524Hi,
Thanks for the update.
The reCAPTCHA option is working properly. This is an example of a successful response, one from when we visited the site.
success: true, challenge_ts: “2019-04-18T23:58:41Z”, hostname: “kernowdesign.com”, score: 0.9,…}
action: “load”
challenge_ts: “2019-04-18T23:58:41Z”
hostname: “kernowdesign.com”
score: 0.9You should see the submit button text change to “Authenticating..” and then revert back to the default button label after the authentication. If you want to see the reCAPTCHA widget, you have to use v2 instead of v3.
Best regards,
IsmaelHi,
You have to make sure that the size of the uploaded featured images are the same as previously suggested.
Best regards,
IsmaelHey!
The theme is now up to date, but we are still getting the same error with the admin_ajax.php file. It’s not accessible. Please ask your hosting provider if the server is blocking or blacklisting the admin_ajax.php file. What is the current PHP version? Please upgrade to 7.0 or higher versions.
Cheers!
IsmaelApril 19, 2019 at 1:48 am in reply to: Google Maps not loading but API/google account setup is correct #1092520Hey!
The Geocoding Services API is probably not be enabled. Please turn it on by following these steps.
// https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Are you using the keys on another project?
Best regards,
IsmaelHi,
Thanks for the update.
Try to adjust the selector used in this function:
scrollToTab( '.menu-item a', 'click' );
.. with the button’s class attribute.
scrollToTab( '.avia-buttonrow-wrap a', 'click' );
You can also turn on the custom css class field if you want to manually specify the selector.
Best regards,
IsmaelApril 19, 2019 at 1:12 am in reply to: How to put Logo on top menu bar with phone number next to it #1092518Hi,
Thanks for the update.
This css code should align the menu items with the logo on mobile view.
@media only screen and (max-width: 767px) { .responsive #top #header #header_main .inner-container .main_menu { position: absolute; top: 40px; } }
Screenshot after adding the css code: https://imgur.com/a/8DiXZfj
Best regards,
Ismael -
AuthorPosts