Forum Replies Created

Viewing 30 posts - 11,101 through 11,130 (of 67,440 total)
  • Author
    Posts
  • in reply to: Google maps api #1347278

    Hi,

    We get this error whenever we try to validate the API key.

    Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key

    This means that the Geocoding Service API is not enabled. This is one of the requirements of the map API. This documentation should show you how to enable these services.

    // https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api

    Best regards,
    Ismael

    in reply to: Issues with WPML #1347258

    Hey David,

    Thank you for the inquiry.

    We cannot reproduce the same issue on our installation using the latest version of the theme, v4.9.2.1. Current version in your installation is v4.8.7, which is a bit old. Please try to update the theme to the latest version, then temporarily disable the plugins aside from WPML. Let us know if the update helps.

    Best regards,
    Ismael

    in reply to: Erweiterung Suchfunktion #1347253

    Hi,


    @kampina
    : Please follow the instructions that @Guenni007 provided above. This should add the featured images to the posts or items in the search results.

    Thanks @Guenni007! :)

    Best regards,
    Ismael

    in reply to: Google maps api #1347252

    Hi,

    We checked the Google Services panel but we didn’t find the API key in the Enter a valid Google Maps API Key to use all map related theme functions field. Please generate an API key and place it in the field and make sure that the site domain is included in the list of http referrers under the Key Restrictions > Application Restrictions panel in your Google map console. The documentation above should help.

    Best regards,
    Ismael

    in reply to: Single Column WooCommerce grid for mobile #1347246

    Hey Jason,

    Thank you for the inquiry.

    Looks like the products are now displayed on a single column on mobile view, using this css code.

    @media only screen and (max-width: 767px) {
      .responsive #top #main .products .product {
        margin: 0 0 20px 0;
        width: 100%;
      }
    }
    

    Let us know if you need more help with this.

    Best regards,
    Ismael

    Hey c3idesign,

    Thank you for the inquiry.

    Looks like you are already trying to move the mobile menu icon to the top bar. Please remove the current modifications temporarily, the use this css code instead.

    @media only screen and (max-width: 767px) {
      #top .av-burger-menu-main {
        position: absolute;
        top: -60px;
      }
    
      #header_main {
        z-index: 20;
      }
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    Hi,

    Can we access the site? We would like to check the script and test why it doesn’t scroll to the open toggle. Please post the WP and FTP details in the private field.

    Best regards,
    Ismael

    in reply to: Show date before content on blog posts #1347236

    Hi,

    Thank you for the inquiry.

    You can use this code in the functions.php file to move the date after the header, or before the post content.

    function ava_acustom_script() { ?>
        <script> 
            (function($) {
                // move post meta info below header
                $(document).ready(function() {
                    var is_single = $("body").is(".single-post");
    
                    if( is_single ) {
                        $(".post-meta-infos").insertAfter(".entry-content-header");
                    }
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_acustom_script');
    

    Best regards,
    Ismael

    in reply to: Styling Masonry Portfolio #1347232

    Hi,

    Thank you for the update.

    You can use this css code to adjust the padding around the masonry image.

    .av-masonry-container .av-masonry-entry .av-masonry-image-container img {
        padding: 10%;
    }
    

    To apply different padding values to different items, try to use the nth-child selectors.

    Example:

    .av-masonry-container .av-masonry-entry:nth-child(1) .av-masonry-image-container img {
        padding: 15%;
    }
    

    The nth-child(1) selector in the css code above will target the first masonry item and adjust the padding of the image within it. More info about nth-child selectors can be found here.

    // https://css-tricks.com/almanac/selectors/n/nth-child/

    Best regards,
    Ismael

    in reply to: licence #1347227

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    Would you mind creating a test product so that we can actually check the issue? Are you using a plugin for this? Additional help from the plugin authors might be needed.

    Best regards,
    Ismael

    in reply to: Fixing a few issues\ #1347221

    Hi,

    Thank you for following up.

    According to @guenter this is intentional, probably to give more emphasis to the actual heading. You can keep the css code above if you want to show the subheading without opacity.

    Best regards,
    Ismael

    in reply to: Post Slider Font Size #1347220

    Hi,

    Thank you for the update.

    Try to use px or em units for the line-height property.

    .avia-content-slider .slide-entry-title a {
        font-size: 14px;
        line-height: 16px;
    }

    Please make sure to purge the cache after adding the css modification.

    Best regards,
    Ismael

    Hey onekinnutrizioa,

    Thank you for the inquiry.

    The theme doesn’t have translations for the Euskara language yet, so you may need to create them yourself. You can find the translation files in the wp-content > themes > enfold > lang folder, which can be reused to create another language file. You can use the POEdit software to edit the .po file and compile it to .mo.

    Please check these links for more info about POEdit.

    // https://poedit.net/
    // https://translatepress.com/poedit-translate-wordpress/

    This is also a useful plugin for translations.

    // https://wordpress.org/plugins/loco-translate/

    Once the translations or the language files are ready, we would really appreciate it if you would submit the files in the thread below.

    // https://kriesi.at/support/topic/please-contribute-and-translate-enfold/

    Best regards,
    Ismael

    in reply to: Touch on fixed frame layouts #1347217

    Hey Guenter,

    Thank you for the inquiry.

    If I understand correctly, on mobile view, the lightbox doesn’t work when the gallery is inside a tab section. Is that correct? Please provide the site URL in the private field so that we can check the issue further.

    We tested this on a browser emulation and it seems to be working properly. We tested it on Enfold version 4.9.2.1 and WordPress 5.9.2.

    Best regards,
    Ismael

    in reply to: Sticky header on iPad landscape? #1347214

    Hey Alwin,

    Thank you for the inquiry.

    You can add this css code in the Quick CSS field to disable the sticky header when the screen width is less than 1024px.

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
        min-height: 0;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Google maps api #1347213

    Hi,

    You now need to
    enter a valid Google Maps API Key.

    Yes, this is correct. You can actually enter your API key in the provided field within the Enfold > Google Services > Google Maps section. Please check the following documentation for more info on how to register your own API key.

    // https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key

    Best regards,
    Ismael

    in reply to: How do I set "page order" #1347212

    Hey rabadang,

    Thank you for the inquiry.

    The portfolio custom post type doesn’t support page order attributes by default but you can enable it using this code in the functions.php file.

    /* Change portfolio post type settings */
    function avf_portfolio_cpt_args_mod($args) {
    	$args['supports'][] = 'page-attributes';
    	return $args;
    }
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    

    Best regards,
    Ismael

    Hey Kren,

    Thank you for the inquiry.

    The bridgemore-bundle-plugin-by-enfold product item above doesn’t exist, the link just redirects to the home page and we cannot find any product item with the subscription of 212.38 DKK. Are you using a third party extension or plugin to create the product bundles? Is it working correctly when using the default editor?

    Best regards,
    Ismael

    in reply to: Sticky header covers content of destination anchor #1347099

    Hey Ueli,

    Thank you for the inquiry.

    Whqt happens when you use the color section element and apply the anchor or ID attribute (webcams) to it? Right now, the ID is applied directly to a text block instead of a color section.

    Best regards,
    Ismael

    Hi,

    Sometimes you can slightly see the above toggle, sometimes not.

    We can reproduce this occasionally but we are not sure what is causing it. It is barely noticeable though and the toggle title is perfectly visible on click. It only happens maybe once every 10 clicks.

    Best regards,
    Ismael

    in reply to: Woocommerce support #1347096

    Hi,

    Sorry for the delay. Regarding your questions, removing other options from the filter can be done using this code in the functions.php file.

    /* 
     * Filter to customize the sorting options for frontend dropdown
     * 
     * Filter is located: config-woocommerce\config.php    function avia_woocommerce_frontend_search_params
     */
    function my_wc_product_order_dropdown_frontend( array $product_order )
    {	
         unset( $product_order['popularity'] );
         unset( $product_order['rating'] );
         unset( $product_order['relevance'] );
         unset( $product_order['id'] );
         unset( $product_order['menu_order'] );
    
         return $product_order;
    }
    add_filter( 'avf_wc_product_order_dropdown_frontend', 'my_wc_product_order_dropdown_frontend', 10, 1 );
    

    To move the shipping info, try to add this script in the functions.php file.

    function ava_acustom_script() { ?>
        <script>
            (function($) {
                $(document).ready(function() {
                    // move shipping info beside the product price
                    $(".products .product").each(function() {
                        var gzd = $(this).find(".wc-gzd-additional-info");
                        var sym = $(this).find(".woocommerce-Price-currencySymbol");
    
                        $(gzd).insertAfter(sym);
                    });
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_acustom_script');
    

    Then add this css code in the Quick CSS field.

    span.woocommerce-Price-currencySymbol, .shipping-costs-info {
        display: inline;
        margin: 0 !important;
        clear: none;
    }
    

    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

    Hi,

    Thank you for the inquiry.

    The page should scroll automatically to the open toggle on load. This is declared in the config-templatebuilder/avia-shortcodes/toggles/toggles.js file > trigger_default_open function around line 160.

    window.scrollTo(0, container.offset().top - 70);
    

    It is possible that a plugin is preventing the page from scrolling to the active toggle. Have you tried disabling the plugins temporarily?

    You should also update the theme to version 4.9.2.1 as soon as possible.

    Best regards,
    Ismael

    in reply to: Styling Masonry Portfolio #1347093

    Hey Vera,

    Thank you for the inquiry.

    You can play around with the Styling > Masonry Settings > Size Settings and maybe adjust the padding around the masonry images a bit using css. Please provide the site URL in the private field so that we can check the element directly.

    Best regards,
    Ismael

    in reply to: ALB Video Element & VideoObject Schema? #1347092

    Hey Tim,

    Thank you for the inquiry.

    Are you using the video element? Every element with the avia_markup_helper function in the shortcode file should have the VideoObject schema in them.

    $markup_video = avia_markup_helper( array( 'context' => 'video', 'echo' => false, 'custom_markup' => $meta['custom_markup'] ) );
    

    Best regards,
    Ismael

    in reply to: Dot and Testimonials #1347091

    Hey Manuela,

    Thank you for the inquiry.

    This is possible but you have to modify the enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.php file directly. We provided a modified version of the testimonial element below with the slider dots.

    // https://pastebin.com/raw/bHghKdk2

    Best regards,
    Ismael

    in reply to: WPML not detecting Enfold code block #1347090

    Hi,

    UPDATE: I accidentally added a text block in the test page and this is the only element that displayed in the translation editor, but not the code block. Please try to update the theme to version 4.9.2.1 manually via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: WPML not detecting Enfold code block #1347089

    Hi,

    Sorry about the update info. The latest version is actually 4.9.2.1. Now back to the issue, we created a test page, added a code block, translated the page to FR and the code block remains on every update. Please make sure NOT to edit the translated page using the Advance Layout Builder and always use the default WPML translation editor. For the existing pages, try to save the content of the original page as template, delete it and its translations, then recreate them from scratch.

    Best regards,
    Ismael

    in reply to: Database bloated #1347088

    Hey flylanddesigns,

    Thank you for the inquiry.

    According to @Guenter, the tables that you listed above are not generated by the Enfold theme. They are from an old theme called Choices, so they can be safely deleted without affecting the site. Unfortunately, we are not sure how these entries would cause timeouts as they are not created or loaded by the current theme.

    Best regards,
    Ismael

    in reply to: Fixing a few issues\ #1346886

    Hi,

    Thanks for the info.

    Looks like you are correct, the opacity of the subheading is actually set to 0.8. To adjust it, please try to use this css code.

    .av-subheading.av_custom_color {
        opacity: 1;
    }

    Best regards,
    Ismael

Viewing 30 posts - 11,101 through 11,130 (of 67,440 total)