Forum Replies Created
-
AuthorPosts
-
June 2, 2020 at 9:35 am in reply to: Datum in Blog Kategorien wird falsch/Doppelt oder gar nicht Angezeigt #1218681
Hi,
Sorry for the delay. We can access the site but not the admin or login page. Did you change the login URL to something else?
Best regards,
IsmaelHi,
Sorry for the delay. We were not able to reproduce the issue on our end, but if it’s probably related to the animation property. You can then use the following css code to disable the generic animation of the timeline elements and make them immediately visible on page load.
.avia_transform .avia_start_delayed_animation.fade-in.av-milestone { -webkit-animation: none; animation: none; opacity: 1; } .avia_transform.avia_desktop .av-animated-generic.av-milestone { opacity: 1; }Best regards,
IsmaelHi,
We would like to apologize for the late response.
The local or cookie storage is empty when we initially load the site and the cookie consent bar is also disabled. Did you remove analytics snippet and disable the cookie options?
We tried to login to the site using the account above but it didn’t work — seems to be invalid. Please provide another user account so that we can check the dashboard.
Best regards,
IsmaelJune 1, 2020 at 11:48 am in reply to: Homepage color section backgrounds not correct on iPad #1218409Hi,
Have you tried uploading larger images? Current size of the images is around 1500x1000px and uploading a version that is twice that size should cover up retina displays nicely. The screen resolution of the latest iPad device is 2048×2732 pixels.
Best regards,
IsmaelHi,
Good to hear! We’ll close the thread now. Please feel free to open a new one if you need anything else.
Have a nice day.
Best regards,
IsmaelJune 1, 2020 at 11:13 am in reply to: Site crashes when manually enlarging and shrinking gallery images on mobile #1218402Hi,
Agreed…as I mentioned I’ve tried 4 different plugins,
I’m using the theme’s default lightbox and I’ve tried 4 different FB pluginsI was actually suggesting that you disable the default lightbox plugin (magnificPopup) and install a different one. Have you tried that?
You can find the lightbox toggle in the Enfold > Theme Options and after turning it off, try to install one of these plugins.
// https://wordpress.org/plugins/simple-lightbox/
// https://wordpress.org/plugins/easy-fancybox/
// https://www.imagely.com/wordpress-gallery-plugin/
// https://fooplugins.com/foobox/
// https://wordpress.org/plugins/wp-lightbox-2/I’ve added a note in the thread requesting other moderators to inspect the thread on iOS or Mac device.
Best regards,
IsmaelHi,
Thank you for the update.
We enabled the debug mode and set the shortcode parser to repair the shortcode or elements automatically. The elements in the page are displaying properly now. (see private field)
Best regards,
IsmaelHi,
But then when you go one level deeper to a topic,
Can you give us a direct link to a topic or forum page that is one level deeper? The last time we checked, the base slug or the Forum Single Slug is retained when we get to a sub topic. And it shouldn’t break the site as long as you don’t create pages, posts or post type with the same slug.
Best regards,
IsmaelHi,
Did you add html tags in the caption field of the featured images showing in the search results? Please post the login details in the private field so that we can check the issue further.
Best regards,
IsmaelHi,
That is possible but it’s beyond the scope of support. You can ask a freelance developer to adjust the logic inside the wc_get_related_products function, and tell them that they have to find a way to pre shuffle the product items after querying them and before including them inside the $related_posts array or variable.
Best regards,
IsmaelJune 1, 2020 at 10:20 am in reply to: Background image in Alternate Content disappers after activation CSS-aggregation #1218387Hi,
Add this css code to remove the bullet points from the language switcher or flags.
.lang-item { list-style: none; }Best regards,
IsmaelHi,
We added this code in the functions.php file to move the event content inside the main container.
// move container to main element function ava_script_events_container() { if ( wp_script_is( 'avia-default', 'registered' ) ) { wp_add_inline_script( 'avia-default', "(function($) { $('.single-tribe_events #main + .container').appendTo('.single-tribe_events #main'); })(jQuery);" ); } } add_action( 'wp_enqueue_scripts', 'ava_script_events_container', 9999);Please don’t forget to remove the cache prior to checking the page.
Best regards,
IsmaelHi,
Where are you hosting the site? Please post a user account for the dashboard so that we can check the site further.
CDN stands for Content Delivery Network and what it does basically is it create duplicates of an application, deploy them to different servers and make the application or site more accessible to users or clients across the globe.
Best regards,
IsmaelJune 1, 2020 at 8:06 am in reply to: Blog archive with white background preview text and dissapearing icons in footer #1218348Hi,
Thank you for the update.
The post doesn’t look like that on our end. Which browser are you using? Please check the screenshot below.
Screenshot: https://imgur.com/a/Skfj5VN
Did you check it on incognito mode?
Best regards,
IsmaelJune 1, 2020 at 8:01 am in reply to: Dropdown (sub menu) with background image: blurry images issue #1218347Hi,
Sorry for the delay. We checked the the images in the mega menu and they all seem to look fine. Would you mind providing a screenshot of the required adjustments?
Best regards,
IsmaelJune 1, 2020 at 7:59 am in reply to: Tab section not fullwidth, keep Page Sidebar navigation #1218346Hi,
Have you tried using the tab element? It’s one of the few elements that can contain other elements inside, so it’s possible to add icons and columns, but you have to add the elements manually using their respective shortcodes. You can also try the Content Slider element.
Best regards,
IsmaelHi,
Sorry for the delay. Looks like you’ve already managed to move the search bar above the menu. If you want to disable the default search icon, go to the Enfold > Main Menu > General tab and tick the Append search icon to main menu option off. And to change the hover color of the sub menu items, please add this code in the Quick CSS field.
#top #wrap_all .header_color .main_menu .menu ul li > a:hover { color: #ffffff; }Best regards,
IsmaelJune 1, 2020 at 7:45 am in reply to: Comments and add comment form disappeared after upgrading Enfold #1218344Hi,
Switching to Classic Editor. Template Builder is in safe mode and will empty the textarea so user cant edit shortcode directly. This seems like a pretty wrong thing to do.
This has been the default behavior of the Advance Layout Builder (ALB) ever since — elements in the builder are only editable in the builder area. If you want to manually edit the shortcodes in the builder, please set it to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
And please note that the comment area will have to be added manually when ALB is active. It will only display automatically when a post or page is created using the default or classic editor.
Best regards,
IsmaelMay 29, 2020 at 1:12 pm in reply to: Blog entry does look weird when using Avia Layout Architect #1217685Hi,
There are no available shortcodes or elements for those information, but you can create one if necessary. Please check the following thread for an example of the custom shortcode.
// https://kriesi.at/support/topic/adding-post-meta-using-advanced-layout-building/#post-1211511
Best regards,
IsmaelHi,
We would like to help you with the issue but we are not that familiar with the plugin. And please note that we don’t provide support for third party extensions or plugins as stated on our support policy. You have to contact the plugin developers for additional assistance.
Best regards,
IsmaelMay 29, 2020 at 1:07 pm in reply to: Background image in Alternate Content disappers after activation CSS-aggregation #1217683Hi,
@softmaker: We disabled the Performance > File Compression settings temporarily to regenerate the scripts and stylesheets. Let us know if you can still see the issue. If the issue persists, please provide a direct link to the page so that we can check it. And don’t forget to remove the browser prior to testing the page.
Best regards,
IsmaelHi,
Glad to know that the script worked.
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,
@KimKonstruktiv: We couldn’t find the accordion element in the home page. Where did you place it? Please provide the URL of the page containing the accordion element so that we can check it.Best regards,
IsmaelHi,
You’re very welcome! Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
We disabled the Forum Root Slug > Forum Prefix option and set the Forum Single Slugs > Forum to “community”. The base URL structure should be retained even on sub forum pages.
Best regards,
IsmaelHi,
Please continue here: https://kriesi.at/support/topic/gtm-cookies-and-third-party-cookies/#post-1217604
Best regards,
IsmaelMay 29, 2020 at 10:25 am in reply to: My shop page changes design when I activate it as my shop page #1217645Hi,
Glad to know that the solution worked.
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,
IsmaelMay 29, 2020 at 10:24 am in reply to: Enfold Fatal Error only in Customize w/ Hummingbird page cache, many sites! #1217644Hi,
The fix is not included in the latest version of the theme yet. We’ll add it in the next patch. Thank you for the confirmation.
Best regards,
IsmaelHi,
Thank you for the update.
Those scripts were not added by the theme. Did you subscribe to a CDN? Maybe it’s an additional security feature of the CDN server.
Best regards,
IsmaelHi,
Thank you for the update.
The so16165211_mobile_home_redirect is the name of the function — you can change it to whatever you want. And yes, the integer beside the case refers to the ID of the page which is then compared to the value of the $post->ID. If the value of the case match with the value of the expression ($post->ID), we assign the appropriate URL string to the $redirect variable.
And yes, you have to replace the case value with the actual ID of the pages in your installation, so 13 should be replaced with the ID of the about page because if that case matched, we assigned the ‘/about-mobile’ to the $redirect variable. You can of course add more cases in the switch if you want.
Best regards,
Ismael -
AuthorPosts
