Forum Replies Created

Viewing 30 posts - 8,461 through 8,490 (of 67,453 total)
  • Author
    Posts
  • in reply to: demos #1403565

    Hey woogie07,

    Thank you for the inquiry.

    1.) The name of the heading font in the demo is “Comfortaa”. It is available in the Enfold > General Styling > Fonts panel.

    2.) Yes, all shop demos are using the Woocommerce plugin.

    Best regards,
    Ismael

    in reply to: Mobile Usability issues – gallery #1403564

    Hi,

    That’s right, the theme is designed to be responsive by default, meaning it should adjust smoothly to smaller screens without the need for an AMP plugin. While an AMP plugin is not necessary, it can be beneficial for certain situations. However, it’s worth noting that some plugins may have limitations and compatibility issues with certain elements, which could affect the overall functionality of your website.

    Best regards,
    Ismael

    in reply to: Different styling when copying a page #1403483

    Hi Rob,

    Thank you for the update.

    It’s possible that the Enfold theme may not be fully compatible with duplicator plugin, which is why using the built-in templates might be a better solution.

    Glad to hear that you’ll be looking into this further, and I hope that deleting the duplicator plugin and using the templates will help resolve the issue.

    If you have any further questions or concerns, please don’t hesitate to reach out to us. We’ll be happy to assist you.

    Best regards,
    Ismael

    in reply to: Shortcodes for Leaflet #1403482

    Hey Thorsten,

    Thank you for the inquiry.

    The theme comes with its own implementation of the OpenStreetMap API, as well as an element in the Advanced Layout Builder. This means that you don’t need to use a shortcode to add a map to your website. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/openstreetmaps-leaflet-maps/

    Best regards,
    Ismael

    Hey churchillalexander43,

    Thank you for the inquiry.

    Which content are you referring to? The default category page templates do not display product text, only the product image, buttons and pricing. Please provide a link to one of your category pages so that we can check the elements properly. Screenshots (from imgur, dropbox etc) will also help.

    Best regards,
    Ismael

    Hey designelefant,

    Thank you for the inquiry.

    You might have to temporarily disable the Enfold > Performance > File Compression settings along with the cache plugin while applying the css modifications. Enable it back once you’re done with the modifications. Let us know if this helps.

    Best regards,
    Ismael

    Hey Stefan,

    Thank you for the inquiry.

    We tried to login to the site but the account info above seems to be invalid. Please check the info carefully or provide another admin account.

    For the meantime, you should enable the debug mode and error logs so that we can trace what is causing the issue. There might be a plugin or a custom function that is causing the error. Please check the documentation below for more info on how to enable debugging.

    // https://wordpress.org/documentation/article/debugging-in-wordpress/#example-wp-config-php-for-debugging

    Best regards,
    Ismael

    in reply to: Catalog thumbnail error #1403478

    Hey aelee,

    Thank you for the inquiry.

    It might be caused by custom CSS modifications that were added recently. Did you add any css not long ago? Please provide the site URL in the private field so that we can check the issue properly.

    Best regards,
    Ismael

    Hey tlchase,

    Thank you for the inquiry.

    Are you using a plugin for this? We can’t find the same option or feature even if we activate the default WordPress themes. Did you install the Yoast Duplicate Post plugin?

    Best regards,
    Ismael

    Hey KCInvest,

    Thank you for the inquiry.

    The theme options are saved in the database, within the _options table with the name avia_options. Do you have a backup of the site or database prior to resetting the options? Unfortunately, you won’t be able to restore the old settings if you don’t have a copy or a backup of the database.

    Best regards,
    Ismael

    in reply to: Sorting options for products #1403475

    Hey andupro,

    Thank you for the inquiry.

    You can add this code in the functions.php file to adjust the options in the sorting dropdown.

    /*
     * Modify the default WooCommerce orderby dropdown
     * Options: menu_order, popularity, rating, date, price, price-desc
     * In this example I'm removing date & product id but you can remove any of the options
     */
    function avf_mod_woocommerce_catalog_orderby( $orderby ) {
    	unset($orderby["relevance"]);
    	unset($orderby["custom"]);
        return $orderby;
    }
    add_filter( "avf_wc_product_order_dropdown_frontend", "avf_mod_woocommerce_catalog_orderby", 20 );
    

    Best regards,
    Ismael

    in reply to: Different spacing of sliders towards the menu bar. #1403474

    Hey hi-fi,

    Thank you for the inquiry.

    You can pull the column or the separator upwards by applying a css rule that adjusts the top margin using a negative value. This should get the line closer to where you want it to be. You may need to add a custom css class name to the separator or column.

    // https://kriesi.at/documentation/enfold/add-custom-css/#:~:text=Enable%20custom%20CSS%20class%20name%20support&text=Go%20to%20Advanced%20%3E%20Developer%20Settings,we%20normally%20do%20in%20CSS).

    Best regards,
    Ismael

    in reply to: Image with Hotspots – hotspot tool tip sizing #1403472

    Hey madmanbean,

    Great! Glad to know that this has been resolved. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Partner element #1403471

    Hey Yannick,

    Thank you for the inquiry.

    There is no option for this by default but you may still be able to do it by using the Layer Slider element or with the help of a plugin. Please check the link below.

    // https://wordpress.org/plugins/continuous-image-carousel-with-lightbox/

    Best regards,
    Ismael

    in reply to: WP 6.1 + Enfold Performance Issue #1403357

    Hi,

    You should also try and disable the “Unique Timestamp Of Merged Files And WP Object Cache Bug” settings to get rid of duplicates. The option is located in the Enfold > Performance > Show Advanced Options section. Please make sure to purge the cache, do a hard refresh or test the site on incognito mode.

    Best regards,
    Ismael

    Hey pacdesigns03,

    Thank you for the inquiry.

    It seems to be an issue with the disabled Google Map element. The maps have been disabled in the Enfold > Google Services panel, which is why the element is not displaying in the page. Removing the map element from the page seems to have fixed the layout issue.

    Best regards,
    Ismael

    Hey sky19er,

    Thank you for the inquiry.

    Did you add the filter in the functions.php file? We tried to visit the site but it redirects to the login page requiring authentication. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Video lightbox thumbnails not loading – black screen #1403093

    Hey webacom,

    Thank you for the inquiry.

    We are able to reproduce the issue on our end. To fix the issue temporarily, please edit the enfold/config-templatebuilder/avia-shortcodes/video/video.php, remove everything, then replace it with this code.

    // https://pastebin.com/5gCpJVRh

    We modified lines 420 and 465.

    $fallback = wp_get_attachment_image_src( str_replace(",", "", $atts['attachment']), $atts['attachment_size'] );
    

    We will include a patch in the next release.

    Best regards,
    Ismael

    in reply to: recent posts from parent and same category #1403089

    Hey mischael1,

    Thank you for the inquiry.

    There is no option for this in the default Recent Posts widget. Instead, you can use the Enfold Latest News widget to display the latest posts from a specific category.

    Best regards,
    Ismael

    in reply to: output two more posts on each page #1403088

    Hey mischael1,

    Thank you for the inquiry.

    You can adjust the number of posts of the default blog page in the Settings > Reading panel. Look for the Blog pages show at most field and adjust the value.

    Best regards,
    Ismael

    in reply to: Product grid in Advanced Layout Editor #1403087

    Hey Wollenhaupt,

    Thank you for the inquiry.

    Please use this css code to disable the text transformation of the titles in the product grid.

    #top #wrap_all .products .product h2, #top #wrap_all .products .product h3, #top #wrap_all .products .product h4, #top #wrap_all .products .product h5, #top #wrap_all .products .product h6, #top #wrap_all h2.woocommerce-loop-product__title {
        text-transform: none !important;
    }
    

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

    Best regards,
    Ismael

    in reply to: Larger Top Bar taking space from Header Logo Agrea #1403086

    Hi,

    Thank you for the update.

    We added the following code in the Quick CSS field to move the main container further downwards. We also disabled the file compression settings temporarily. You can enable it back after the doing modifications.

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 149px;
    }
    

    Best regards,
    Ismael

    in reply to: Outline Color for Error in Contact field #1403085

    Hey Monika,

    Thank you for the inquiry.

    The contact form looks modified enough. What is missing with your css modifications? Would you mind providing a screenshot of the final layout that you’d like to get? You can use imgur, savvyify or dropbox.

    Best regards,
    Ismael

    in reply to: Hide addres with mouse over #1403084

    Hey GoodPixel Web Agency,

    Thank you for the inquiry.

    That option is not available by default, unfortunately. It is possible, but it will require modifications that are beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.

    Best regards,
    Ismael

    in reply to: colour section background image responsive cut off #1403082

    Hey melanie_erfrischt,

    Thank you for the inquiry.

    The images that you are using is a bit large for the container. Please try to resize the images to 1920x1080px or make sure that the aspect ratio of the images is around 16:9.

    We can also apply a few css modifications to adjust the position of the background on mobile view.

    Example:

    @media only screen and (max-width: 989px) {
      /* Add your Mobile Styles here */
      #top .avia-section.av-lff8unmf-2678f383dfbacf0537876fe0e62693e6, #top .avia-section.av-bd7bhr-b90ae258f0a42cfd6ae2a7608b5a84d1 {
        background-position: 10% 0;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Different styling when copying a page #1403081

    Hi,

    Thank you for the inquiry.

    We can’t seem to reproduce the same issue on our end. We saved the content of the previous page as template, created a private test page and inserted the template to it. The style and layout of the section looks the same. Please check the private field.

    Are you adding the section in a page with the same number of sections as the previous page? It is possible that the section inherits the alternate styles instead of the default styles.

    Best regards,
    Ismael

    in reply to: One page nav menu not all menu items highlighted #1403080

    Hi,

    Thank you for the update.

    Looks like the only issue with the single page setup is with the #mitmachen and #termine anchors or sections. You may need to insert additional content to the #mitmachen section or column to push the next section further below it and make sure that the appropriate menu item is active. Try to add an image or additional text to the column.

    Best regards,
    Ismael

    in reply to: Menu in a single product layout (with woocommerce) #1403079

    Hi,

    Thank you for the update.

    We modified the code in the functions.php file a bit and added another filter to allow execution of theme shortcodes outside the builder. This is the modified code.

    add_action("woocommerce_before_main_content", function() {
       echo do_shortcode("[av_submenu which_menu='' menu='58' position='center' sticky='aviaTBsticky' color='main_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='' custom_class='' template_class='' av_uid='av-ldyiqu1t' sc_version='1.0'] [av_submenu_item title='Élément 1 de menu' button_style='' link='' linktarget='' av_uid='av-gb0n7' sc_version='1.0'] [av_submenu_item title='Élément 2 de menu' button_style='' link='' linktarget='' av_uid='av-bn1kr' sc_version='1.0'] [/av_submenu]");
    }, 20);
    
    function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) {
    	return true;
    }
    
    add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );
    

    The submenu is now displaying correctly in the single product page but it might require a few css adjustments.

    Best regards,
    Ismael

    in reply to: Letter spacing for slideshow titles #1403078

    Hey Wollenhaupt,

    Thank you for the inquiry.

    The sliders don’t have a letter spacing option or settings for the captions by default. Would you mind providing a screenshot of the option? If you want to control it manually with css, the following code should work.

    #top .avia-caption-title {
        letter-spacing: 10px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: WordPress Compatibility #1403077

    Hey L-S,

    Thank you for your interest in the theme.

    Yes, the theme is compatible with the latest version of WordPress and it is also compatible with popular plugins such as Woocommerce, WPML and Yoast.

    Best regards,
    Ismael

Viewing 30 posts - 8,461 through 8,490 (of 67,453 total)