Forum Replies Created

Viewing 30 posts - 13,501 through 13,530 (of 66,939 total)
  • Author
    Posts
  • in reply to: HTML-Tag in Excerpt #1311742

    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,
    Ismael

    in reply to: Google Analytics not registering #1311740

    Hi,

    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,
    Ismael

    in reply to: Graphic in a small bar above #1311739

    Hi,

    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,
    Ismael

    in reply to: Cookie Message Bar loads on every page of Multisite #1311738

    Hi,

    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,
    Ismael

    in reply to: Enfold and Max Mega Menu issues on mobile #1311735

    Hi,

    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,
    Ismael

    in reply to: Add button to the Masonry post #1311733

    Hi,

    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,
    Ismael

    in reply to: Change breadcrumb Home Location #1311732

    Hi,

    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,
    Ismael

    in reply to: Enfold and Max Mega Menu issues on mobile #1311491

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Contact Form send emty e-mails #1311487

    Hi,


    @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,
    Ismael

    in reply to: Google Analytics not registering #1311390

    Hi,

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Mobile Site Issues with responsiveness #1311378

    Hi,

    Would you mind providing a screenshot of the issue? We do not see any phone number in the page.

    Best regards,
    Ismael

    in reply to: Enfold Band and Enfold DJ #1311375

    Hi,

    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,
    Ismael

    in reply to: Cookie Message Bar loads on every page of Multisite #1311358

    Hi,

    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,
    Ismael

    in reply to: HTML-Tag in Excerpt #1311354

    Hi,

    It works fine in the AJAX preview as well. Please check the screenshot below.

    Screenshot: https://postimg.cc/fJ9bVQgz

    Best regards,
    Ismael

    in reply to: Accordion language "All" #1311352

    Hey 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,
    Ismael

    in reply to: Responsive issue (bug?) with accordion element #1311351

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Change breadcrumb Home Location #1311343

    Hey 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,
    Ismael

    in reply to: Show sidebar on top of page for mobile #1311332

    Hey 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,
    Ismael

    in reply to: Home Page Translation #1311130

    Hi,

    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,
    Ismael

    in reply to: Change bold front to black #1311129

    Hi,

    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,
    Ismael

    in reply to: add submenu to submenu #1311127

    Hey 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,
    Ismael

    in reply to: Menu auf Tablet quer wird nicht angezeigt #1311124

    Hey 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,
    Ismael

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Possible Bug / Problems adding menu items #1311055

    Hey 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,
    Ismael

    in reply to: Yoast SEO Title Tag #1311053

    Hi,

    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

    in reply to: Tab Section with Images #1311049

    Hey Xaver-1,

    Thank you for the inquiry.

    You can apply a Tab Symbol for each tab. Just edit one of the tabs, and you should see the settings right after the Tab Title.

    Best regards,
    Ismael

Viewing 30 posts - 13,501 through 13,530 (of 66,939 total)