Forum Replies Created
-
AuthorPosts
-
February 24, 2020 at 3:22 am in reply to: Google Analytics not tracking after Enfold theme update #1187170
Hey!
@mmr1234: The analytics script (GA) still collects data from your site when we enabled the theme’s cookie consent settings and set its behavior to the first option. This is the same observation that we have had previously. Please check the screenshot in our recent reply.
You’ll see that GA is still collecting data from the site even when the cookie consent bar is still present or the user has not consented yet.
Best regards,
IsmaelFebruary 24, 2020 at 3:08 am in reply to: How to fit search input field into top menu for mobile #1187169Hi,
Sorry for the delay. You can adjust the minimum width of the input field on smaller screens.
@media only screen and (max-width: 489px) { #top #menu-item-search-mobile #searchform { min-width: 124px; } }We adjusted the value from 184px to 124px.
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 update.
This is what we get when we try to edit the home page in the advance layout builder. Check the screenshot below.
// https://imgur.com/a/ckdInGM
Please deactivate the cache and Jetpack plugin temporarily. The plugins are network activated.
Best regards,
IsmaelFebruary 21, 2020 at 7:37 am in reply to: Confusing sorting options in WooCommerce and Enfold #1186630Hi,
We added the translations of the “Default” and “Random” strings directly in the sv_SE.po file and used POEdit to compile it. The sort buttons should be properly translated now. Please don’t forget to remove the browser cache prior to checking the page.
Thank you for your patience.
Best regards,
IsmaelHi,
Sorry for the confusion. We don’t really understand what you’ve written. Can you please elaborate further? What do you mean by “false format”?
Again, you can always use the Loco Translate plugin if you want to replace the translations with your own, or to correct existing ones.
Thank you for your patience.
Best regards,
IsmaelFebruary 21, 2020 at 7:09 am in reply to: Issues with Events Calendar and Events Calendar Pro #1186624Hi,
Thank you for the confirmation.
If you have a child theme, create a new directory called tribe/events/v2, copy the config-events-calendar > views > default-template.php file, then place it inside the new directory or the v2 folder. The layout will display just fine even if the new calendar designs are enabled.
Best regards,
IsmaelFebruary 21, 2020 at 3:13 am in reply to: WPML Language switcher offers languages in which no content is available #1186596Hi,
Yes, it is possible. You can move the language switcher within the menu container and adjust the positions accordingly using css. Try to replace the snippet in the functions.php file with the following code.
function ava_icl_language_selector(){ do_action('wpml_add_language_selector'); } add_action('ava_after_main_menu', 'ava_icl_language_selector');This will render the language switcher beside the main menu.
If you don’t want to change the filter and keep the header meta container, you can try this css code instead.
#header_meta { position: absolute; right: 0; }This will move the header meta container closer to the main menu container. Adjust the css code as you wish.
Best regards,
IsmaelHi,
This may not work with the Blog Posts element because the items are wrapped inside a container, so the items in each row will stay aligned even if the featured images are hidden.
Have you tried using the Masonry element instead of the Blog Posts element? You can set the Size Settings to Flexible Masonry or Perfect Automatic Masonry so that the size of the items in the grid will depend on the dimension and aspect ratio of the featured images.
Best regards,
IsmaelHi,
Thank you for the info. We’ll keep the thread open in case anything comes up.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
We adjusted the Styling > Gallery Settings > Gallery Height settings. This seems to be the only way to prevent the images from being cut off or from overflowing outside the gallery container.
Best regards,
IsmaelHi,
Thank you for the update.
The slider is visible when we checked the site on IE11 and MS Edge. Please check the screenshot below.
Screenshot: https://imgur.com/a/R2N3cMf
Could you provide a screenshot of the issue including the browser console?
Best regards,
IsmaelHi,
Thank you for the update.
Are you trying to display the original version of Pet-Eye-View-Desktop-Web.jpg image? We thought that you wanted to adjust the thumbnail size used in a Portfolio Grid element. Anyway, we edited the portfolio entry and set the Image element to use the Full Size (470x2560px) version of the image without scaling. Let us know if that’s what you’re looking for.
Best regards,
IsmaelHi,
Which items are not supposed to display in the front page? Please provide a link to these pages so that we can check them. The issue only happened when you convert the posts to pages and vice versa, so this is a plugin related issue. You should contact the plugin developers for additional help.
The site above is no longer using the Enfold theme. Did you deactivate it?
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for following up.
We can reproduce the issue but we don’t really see anything unusual in the site — no errors or invalid markup. Please try to upgrade the theme from version 4.6.3.1 to version 4.7.3. The update may help fix the issue.
Best regards,
IsmaelFebruary 21, 2020 at 1:19 am in reply to: Sub-menu hover transition timing + Sub-menu related question #1186584Hi,
Unfortunately, creating the flyouts submenu effect is not available with the default burger/mobile menu. It’s possible, but it will require significant amount of modification that is beyond the scope of support. You’ll have to contact a freelance developer to modify it or use a third party plugin like Ubermenu and use it in place of the default menu.
Thank you for your understanding.
Best regards,
IsmaelHi,
Thank you for the update.
later I found out that function of my_generate_key() is executed after my_add_key_to_email()
Have you tried adjusting the priority of the hooks so that the function my_generate_key is executed before my_add_key_to_email?
// https://developer.wordpress.org/plugins/hooks/actions/#priority
Set the priority value of the my_generate_key to 10 and the other function to 20.
Best regards,
IsmaelFebruary 20, 2020 at 11:07 am in reply to: Trying to Add Custom Woocommerce Single Product Page Template #1186289Hi,
Sorry for the delay. You have to remove the templates folder from your child theme directory. Please check the documentation below to learn more about how to properly override the plugin templates.
// https://docs.woocommerce.com/document/woocommerce-theme-developer-handbook/
Thank you for your patience.
Best regards,
IsmaelHi,
Yes, that’s possible. Add the following code below the previous css modification that we added to apply borders to the mega menu columns.
#top #header #menu-item-6965 .avia_mega_div > .sub-menu > li:nth-child(2) { border-right: 0; }The #menu-item-6965 selector is the unique identifier of the Our Work menu item.
Thank you for your patience.
Best regards,
IsmaelFebruary 20, 2020 at 10:49 am in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1186282Hi,
the hacker simply bypassed it a
We don’t really know how they get around it, but they probably have a script that deletes the checkbox before filling up the fields with the details, then send it. Or they’ve found a way to manipulate the validation script. Either way, activating the Google reCAPTCHA option should help in this case as @victoria suggested because the form will be validated not only in the client-side but also in the server-side, which makes the contact form more secure. You should also install security plugins such as WordFence to block unwanted traffic from the site and for additional protection.
Best regards,
IsmaelHi,
Thank you for the update.
Where did you put the layer slider with the background video? It’s nowhere to be found in the front page. Please provide a direct link to the page containing the layer slider.
Best regards,
IsmaelFebruary 20, 2020 at 10:05 am in reply to: The Events Calendar 5.0 Customizer – not available #1186267Hi,
@Cliffy: As @spidercretions mentioned, the issue only happens when the Events > Settings > Display (tab) > Use updated calendar designs option is checked or enabled. Disabling it should fix the issue temporarily. We now know how the layout breaks, but we are not yet sure why it’s happening.
// https://kriesi.at/support/topic/issues-with-events-calendar-and-events-calendar-pro/#post-1185942
We’ve reported the issue to our channel. We’ll get back to you once we found a fix.
Best regards,
IsmaelFebruary 20, 2020 at 9:55 am in reply to: Cookie Modal Popup Window, Google Analytics Default #1186265Hi,
Thank you for the update.
It doesn’t work properly because in the Privacy & Cookies > Advanced Options section, the Select use of the message bar settings is set to the second option, so the supposed cookie logic or behavior is ignored. We set it to the first option.
Best regards,
IsmaelHi,
@iainski: Thank you for the info. We installed the Query Monitor plugin, but we are not seeing the query error related to the group_id column in the layer slider panel same as we had seen on other installation, so this is probably different. Please create a new thread/ticket and post the login details (WP, FTP and MySQL) in the private field. We’ll close this thread for now.Best regards,
IsmaelFebruary 20, 2020 at 9:32 am in reply to: Full Width Banner doesn't show when adding a uploaded video to page #1186258Hi,
Thank you for the update.
The issue is caused by the a3 Lazy Load plugin. The page including the slider at the very top works fine when the plugin is disabled.
Best regards,
IsmaelHi,
Thank you for the update.
The Resources sort button still displays because some of the items in the Masonry element belongs to that category. If you want to remove or hide it, you can use the following css code.
.resources_sort_button { display: none !important; }Best regards,
IsmaelHey leahmessina,
Thank you for the inquiry.
You can set the Styling > Grid Settings > Portfolio Grid Image Size settings to second option and select a different thumbnail size for the Portfolio Grid items. The first option in the settings will display the original featured image without scaling.
Best regards,
IsmaelHey dalikhan3,
Thank you for the inquiry.
The menu item or anchor doesn’t work because the #services section is hidden on mobile view. Is it intentional? Please edit the #services color section and check the element visibility settings in Screen Options panel.
Best regards,
IsmaelHi,
Thank you for the update.
What do you mean by “false format”? Are the translations incorrect? If it is, then it will help a lot if you will correct or adjust it. Again, we only rely on other users to translate the theme, so we can’t really tell or confirm if the translations are accurate.
Best regards,
IsmaelHi,
You’re welcome! Glad it’s working.
We edited the includes > loop-index.php file to append the read more button to the excerpt. For some reason, it’s not being added automatically.
Best regards,
Ismael -
AuthorPosts
