Forum Replies Created

Viewing 30 posts - 20,581 through 20,610 (of 66,673 total)
  • Author
    Posts
  • in reply to: Magnific Popup background #1139836

    Hi,

    Did you toggle the Performance > File Compression settings after adding the code?

    Is there a way to keep the grayed out background for the pop-up windows (when Read More.. is clicked at the header) and have white background for enlarged photos?

    That is possible but it will require some modification. Unfortunately, we can’t help you with that. By default, the markup of the lightbox container will be the same regardless of the source or of the event that triggers it, so we won’t be able to identify which is which.

    Best regards,
    Ismael

    in reply to: Latest Update and Cookies Tab Table on EVERY product page #1139833

    Hi,

    Thank you for the update.

    Ask the developer to exclude the privacy tabs by adding the .not function.

    $('.tabcontainer').not('.sidebar_tab').insertAfter('.flex_column .av_textblock_section:first-child'); 
    

    They can also create conditions based on the parent container or the surrounding elements.

    Best regards,
    Ismael

    in reply to: URGENT Enfold theme update to version 4.5.7 ISSUES #1139832

    Hi,

    Thank you for the update.

    This is the css modification related to the mobile menu.

    /*Main Menu Create Mobile Box and Control Social Media Icons*/
    @media only screen
    and (max-width: 845px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
    display: none;
    }
    

    Please disable that temporarily.

    Best regards,
    Ismael

    Hi,

    Sorry, may be polar bear dead,bu it doesn’t work…

    Polar bear dead? That’s sad. How did you create the event goal? Are you using the latest version of the analytics library?

    // https://developers.google.com/analytics/devguides/collection/analyticsjs/

    Did you do this?

    // https://support.google.com/analytics/answer/1032415?

    You can actually remove this line because it’s unused.

    $gaq = “_gaq.push([‘_trackPageview’, ‘UA-98919545-5’]);”;
    

    Best regards,
    Ismael

    in reply to: tab section – issues on mobile #1139825

    Hi,

    Thank you for the update.

    You can actually hide the tab section on mobile view and use another element using the same content. Look for the elements’ Screen Options panel to toggle their visibility for different screen sizes.

    Best regards,
    Ismael

    in reply to: Enfold 4.6.X #1139824

    Hi,

    Thank you for the update.

    Where can we see the contact form? The form should not be sent if the sender fails verification or forget to accept the privacy policy. Can you give us a screenshot of the spam email?

    We have forwarded the invalid translations to the dev team.

    Best regards,
    Ismael

    in reply to: Image response to tablet view #1139820

    Hi,

    Thank you for the update.

    Yes, you can remove the old css files. They will be regenerated when necessary. The css code can be added in the Quick CSS field or the child theme’s style.css file.

    Best regards,
    Ismael

    in reply to: Ading Numbers in Icon Lists and Boxes #1139816

    Hi,

    You’re welcome! Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Header Shopping Cart Icon disable dropdown menu on hover #1139813

    Hi,

    Thank you for the update.

    This script should remove the drop down containers, but it would be much more simple if you use the css code @Victoria suggested above.

    function ava_remove_cart_widget(){
      ?>
      <script>
      (function($){
          $(document).ready(function(){
              $('.dropdown_widget_cart, .widget_shopping_cart_content').remove();
          })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'ava_remove_cart_widget');
    

    If you decided to remove the counter as well, try this one.

    add_action('after_setup_theme', function() {
       remove_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10);
       remove_action( 'ava_before_bottom_main_menu', 'avia_woocommerce_cart_dropdown', 10);
       remove_action( 'ava_inside_main_menu', 'avia_woocommerce_cart_dropdown', 10);
    });
    

    Best regards,
    Ismael

    in reply to: Instagram has returned invalid data #1139812

    Hi,

    Sorry for the troubles. Unfortunately, we haven’t figured out why the widget is not working in a few installations. Please use the plugins suggested above for now.

    Best regards,
    Ismael

    in reply to: Video Not Working #1139785

    Hi,

    Thanks for the update.

    You may need to set the Enfold > Privacy & Cookies > “Enable cookie consent messages” to “Use as simple message bar only” and the “Default Cookie and Services Option Settings” to the first option. If it’s still not working after that, please post the login details in the private field so that we can check the settings.

    Best regards,
    Ismael

    in reply to: Change logo on specific pages #1139782

    Hi,

    Yes, that’s possible. You can use the “avf_logo_link” filter for that. An example can be found in the following thread.

    // https://kriesi.at/support/topic/different-logo-for-different-websites-subpages/

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Mobile menu that covers the content #1139532

    Hi,

    Thank you for the update.

    It probably doesn’t work because the css media query is invalid. This is the correct format.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
       .responsive # top.home .flex_column_table {
           margin-top: -124px! important;
        }
    }

    Let us know if it helps.

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

    in reply to: Logo doesn't shrink on mobile devices #1139531

    Hi,

    This is why that option is disabled on mobile view in the first place. Unfortunately, this modification might require modification that is beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

    Thank you for understanding.

    Best regards,
    Ismael

    in reply to: LayerSlider won't let me edit/save a slider. #1139528

    Hi,

    Thanks for the info. You may have to avoid setting the colors to “transparent” or any non-hexadecimal color value.

    Best regards,
    Ismael

    in reply to: Border image repeat for colored section #1139525

    Hi,

    Alright. Please don’t hesitate to open a new thread if you need anything else. We’ll close this thread for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Change url of Woocommerce shop homepage #1139523

    Hi,

    Thank you for the update.

    1.) We removed the old or default “Shop” page, then adjusted the permalink or URL of the new shop page manually.

    2.) Yes, please post the FTP details in the private field.

    3.) You have to set the front page in the Enfold > Theme Options panel. Don’t forget to reset the Settings > Reading options back to default.

    Best regards,
    Ismael

    in reply to: Portfolio Grid: Category fileters missing on translated page #1139521

    Hi,

    Thank you for the update.

    Did you create the translations manually? You have to do it in the plugin’s Taxonomies Translation panel as instructed in the documentation. Please post the login details in the private field so that we can check the settings.

    Best regards,
    Ismael

    in reply to: Sticky Header on Mobile #1139458

    Hi,

    You can include this code inside the css media query where we put the previous css modification to adjust the top padding of the main container.

    
    .responsive #top #main {
        padding-top: 147px !important;
    }
    

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Latest Update and Cookies Tab Table on EVERY product page #1139456

    Hi,

    Thank you for the update.

    It was caused by this script in the js > woocommerce-single-product.js file.

    $('.tabcontainer').insertAfter('.flex_column .av_textblock_section:first-child');
    

    We disabled it temporarily. What is that for?

    Best regards,
    Ismael

    in reply to: Error message of type E_ERROR #1139450

    Hi,

    Thank you for the update.

    . The problem is if I want to change one of the dates in the backend administration (calendar) in the backend I get an error message. In the special case I would like to extend an appointment which from 9:00 am to 10:00 am to 2 hours. At the end, the calendar is scheduled to run from 09:00 to 11:00 in the calender.

    We can now access the bookings properly but we can’t find the calendar or extend an appointment. Where can we find that option again? There is no calendar widget in the Booking panel. Please create a test page and provide a screenshot.

    Sorry for the delay.

    Best regards,
    Ismael

    Hey fabrykapozycji,

    Thank you for using Enfold.

    The parallax effect is disabled on mobile devices by default. We can enable it manually by altering the script but it will still not work properly on most devices.

    Best regards,
    Ismael

    in reply to: Magnific Popup background #1139392

    Hi,

    Thank you for the update.

    You should be able to set the background of the lightbox container to any color using css. Try this one.

    .mfp-container {
        background: #ffffff !important;
    }
    

    Make sure to toggle the Performance > File Compression settings after adding the code to regenerate the stylesheets.

    Best regards,
    Ismael

    in reply to: URGENT Enfold theme update to version 4.5.7 ISSUES #1139389

    Hi,

    Thank you for the update.

    Did you update the theme manually via FTP? Based on your posts above, the shortcode files were duplicated. You may need to remove the current Enfold theme folder completely before uploading the latest version. Have you tried that?

    And if you’re using a child theme with template modifications, you should check those templates as well. Make sure that they are updated.

    Best regards,
    Ismael

    in reply to: Youtube video redirects to youtube #1139383

    Hi,

    Thank you for the update.

    This is because of the new privacy options. The videos will open an external link if the required cookie is not enabled. You should set the Enfold > Privacy & Cookies > “Default Cookie and Services Option Settings” to the first option if you want all cookies to be automatically accepted on page load. You can also set the “Enable cookie consent messages” to the 4th option.

    Best regards,
    Ismael

    in reply to: Replacing icons #1139374

    Hey patarnold8,

    Thank you for the update.

    You can upload more icons using the Iconfont Manager in the Enfold > Import/Export panel. More info in the documentation.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    Best regards,
    Ismael

    in reply to: /?avia_forced_reroute=1 errro #1139373

    Hi,

    Thank you for the update.

    Did you set the “Custom Error 404 Page” to the second option? You should set it to the third option so that non-existing pages will redirect to the selected page without setting the HTTP status code to 404. You can also use this filter to prevent it from setting the status code.

    add_filter('avf_404_supress_status_code', function() {
        return true;
    });
    

    Best regards,
    Ismael

    in reply to: Blog single post translation #1139366

    Hi,

    You can use this filter to unset or disable the URL or website field.

    add_filter('comment_form_default_fields', 'avf_website_field_remove');
    function avf_website_field_remove($fields)
    {
       if(isset($fields['url']))
       unset($fields['url']);
       return $fields;
    }

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Weird behaviour when using Avia builder comments element #1139363

    Hi,

    Great! Glad we could help. We’ll close the thread.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Resize Header and differnt logo for single pages #1139356

    Hey jp,

    Thank you for the inquiry.

    1.) You can add this css code in the Quick CSS field to reduce the height of the header on single post pages.

    .single #header_main .container, .main_menu ul:first-child > li a {
        height: 44px;
        line-height: 44px;
    }
    

    2.) This should help you change the logo image in a specific page.

    // https://kriesi.at/documentation/enfold/logo/#change-the-logo-image-on-some-pages

    3.) Yes, that’s possible. You have to add a widget inside a custom widget area. More info in the documentation.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

Viewing 30 posts - 20,581 through 20,610 (of 66,673 total)