Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the info.
We have found a minor syntax error in the filter, so we adjusted it. We also reverted the changes in the functions-enfold.php file. It should be working properly now.
Best regards,
IsmaelHi,
You can create a new group and add another user in the admin > user management. My email is in the private field.
// https://support.google.com/analytics/answer/1009702?hl=en#zippy=%2Cin-this-article
Best regards,
IsmaelHi,
We may have to access the dashboard in order to see the image. Are you sure that you use the correct image URL? The link that you posted above is the link of the image in the Media > Library.
Best regards,
IsmaelHi,
Thank you for the update.
For some reason, the consent bar is not opening immediately on page load. Please create a different thread and post the site details in the private field so that we could check the issue properly.
Best regards,
IsmaelHi,
Thank you for the update.
Would you mind posting the login details in the private field? We would like to test the modification and do some adjustments if necessary.
Best regards,
IsmaelHi,
Thank you for the info.
We have added the avf_masonry_entry_content filter in the functions.php file and remove the previous script. Please remove the browser cache before testing the page again.
Best regards,
IsmaelHi,
There was a minor syntax error in the code, so we adjusted it a bit. Please try to add the code again in the functions.php file.
Best regards,
IsmaelHi,
Glad to know that it is now displaying on mobile view. Regarding the adjustments, it seems to be the default layout of the menu. If you want to remove the background color, try this css code.
#mega-menu-wrap-avia .mega-menu-toggle { background: transparent; }And to adjust its position, use this one.
@media only screen and (max-width: 989px) { #mega-menu-wrap-avia .mega-menu-toggle { position: absolute; right: 0; top: -50px; } .responsive #header_main_alternate, .responsive #top #wrap_all #header_main_alternate .main_menu, .responsive #top .av_mobile_menu_tablet #header_main_alternate { display: block !important; position: absolute; width: 100%; top: 10px; } #mega-menu-wrap-avia .mega-menu-toggle.mega-menu-open + #mega-menu-avia { display: block; top: 50px; } }Best regards,
IsmaelJuly 22, 2021 at 2:33 pm in reply to: A few queries – responsive menu, header content alignment, cookie consent bar #1311490Hi,
Thank you for the update.
1.) We could adjust the vertical position of the logo by adjusting its top margin a bit.
@media (max-width: 479px) { .responsive .logo img { margin-top: 10px; } }2.) We can now see the strikethrough but we cannot figure out where it is coming from. Did you add any custom css code recently?
3.) Yes, you can freely use the code that were provided by other users in the forum.
Best regards,
IsmaelHi,
@volmering: Do you have security plugins in your sites? This should lessen unwanted traffic and hopefully catch spammers.
@audreyweddingsalon: This is probably caused by bots or scripts. Emails sent by real customers or visitors will not be sent without them toggling the privacy policy checkbox manually, so in the email, the privacy policy should be set to true or “yes”.Best regards,
IsmaelHi,
The analytics script is running correctly on both sites as shown in the screenshots below. This means that the theme is loading the script correctly or the theme adds it in the document as expected. We do not have access to your Google console, so we will not be able to check the data but the script is sending post requests to Google servers.
Screenshot: https://postimg.cc/gallery/nH422bC
Unfortunately, we may not be able to help you further unless we get access to the console. You may need to hire a freelance developer for additional assistance.
Best regards,
IsmaelJuly 22, 2021 at 9:09 am in reply to: Displayed Everywhere Widgets are not displayed anymore in latest Version #1311386Hey!
It seems to be an issue with the new Widgets panel, which has been recently released on WP 5.8. We will forward the issue to our channel. Have you tried adding a new widget in the widget area?
Regards,
IsmaelHi,
Would you mind providing a screenshot of the issue? We do not see any phone number in the page.
Best regards,
IsmaelHi,
Yes, that should be possible with a few css modification. You can start with this.
.dropdown_ul_available:after { content: "v"; position: absolute; right: 0; top: 10px; color: orange; }This should add a down arrow beside the menu item when it has a dropdown or submenu.
Best regards,
IsmaelHi,
The cookie consent message bar is disabled when visited the site and only the badge is enabled. This badge will always display regardless of the privacy cookie status.
Best regards,
IsmaelHi,
It works fine in the AJAX preview as well. Please check the screenshot below.
Screenshot: https://postimg.cc/fJ9bVQgz
Best regards,
IsmaelHey destserengeti,
Thank you for the inquiry.
Try to add this filter in the functions.php file to change the default text or label.
function avf_new_toggle_sort_first_label($output){ return __( 'All Itineraries', 'avia_framework' ); } add_filter('avf_toggle_sort_first_label','avf_new_toggle_sort_first_label', 10, 1);Best regards,
IsmaelHi,
The form is not resizing correctly or it does not inherit the size of the tab container because the recaptcha container has an inline width property with a value that is greater than that of the parent container. Try to insert this code inside the css media query to resize the recaptcha container and force it to inherit the maximum width of the tab content.
.av-recaptcha-area div, .av-recatpcha-area iframe { width: 100%!important; max-width: 100% !important; }Best regards,
IsmaelJuly 22, 2021 at 7:09 am in reply to: Inline Loading of Element's CSS & JS which are used one time only #1311346Hi,
Unfortunately, this is not yet included in the list. You can install plugins like Autoptimize, which works quite well with the theme’s file compression settings. If you have other questions, please feel free to open a new thread.
Best regards,
IsmaelHey tsmalling,
Thank you for the inquiry.
We should be able to use the avia_breadcrumbs_trail filter to adjust the home page link in the breadcrumb. Example:
function avia_adjust_breadcrumb($trail) { $trail[0] = '<a href="https://site.com/new-home" title="My Site" rel="home" class="trail-begin">New Home</a>'; return $trail; } add_filter('avia_breadcrumbs_trail', 'avia_adjust_breadcrumb', 50, 1);Just replace the href attribute value with the actual link to the page.
Best regards,
IsmaelHey web6s,
Thank you for the inquiry.
We should also remove the left padding of the sidebar container. Try to include this inside the css media query.
.sidebar_left .content { padding-left: 0; }Best regards,
IsmaelHi,
Great! Glad to know that the issue is solved. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
It might not have changed yet because the stylesheets or css files are minified. Please disable the css minification or compression temporarily, then purge the cache. If it is not working, use this css code.
.main_color strong { color: #000000; }Best regards,
IsmaelHey kamporo,
Thank you for the inquiry.
The second level submenu is not displaying because you have set the parent menu as mega menu. We disabled the mega menu option for the Σπόροι menu item. The sub menu is now displaying.
Did you adjust the style of the mega menu?
Best regards,
IsmaelHey lauragrashoff,
Thank you for the inquiry.
You may have to set the Enfold > Main Menu > General > Menu Items for mobile settings to the second option to allow the menu to switch to mobile icon when the screen width is less than 990px.
Did you add this css code?
.container { width: 80%; }This limits the width of the container on smaller screens.
Best regards,
IsmaelJuly 21, 2021 at 12:38 pm in reply to: Displayed Everywhere Widgets are not displayed anymore in latest Version #1311121Hi,
Thank you for the info.
The widgets are still displayed when we activated the child theme. Is this only happening on a specific page? (see private field)
Best regards,
IsmaelJuly 21, 2021 at 12:32 pm in reply to: Creating vertical space between menu item and first sub-menu item #1311118Hi,
Thank you for the info.
You can use this css code to move the sub menu item down.
#top .sub_menu li li ul { top: 40px; }If you want to only adjust the “Member’s Only” sub menu, use this css code instead.
#top .sub_menu li #menu-item-6339 ul { top: 40px; }Best regards,
IsmaelHey empiread201,
Thank you for the inquiry.
When adding an item to a menu, the item should be added immediately to the menu without changing its name to “Pending”, so this is a bit odd. Have you tried disabling the plugins temporarily? You should also update the plugins to the latest versions.
Best regards,
IsmaelHi,
Thank you for the info.
Can we deactivate the plugins temporarily? We tried to disable the title tag that is being set by the theme, but it did not help. The title of the page remains.
Best regards,
Ismael -
AuthorPosts
