Forum Replies Created

Viewing 30 posts - 11,161 through 11,190 (of 67,440 total)
  • Author
    Posts
  • in reply to: Blog problem displaying text #1346695

    Hey Антон,

    Thank you for the inquiry.

    Did you switch to the Advance Layout Builder? Please note that when the builder is active, all default elements will not be added automatically including the title, comments, featured image etc. You will have to add those manually using the available elements or objects in the builder.

    Best regards,
    Ismael

    Hey Hilger,

    Thank you for the inquiry.

    Some of the social icons are not included out of the box but you can manually add them by using this code in the functions.php file.

    function avia_add_custom_icon($icons) {
    	$icons['tiktok']	 = array( 'font' =>'fontello', 'icon' => 'uf09b');
     	$icons['telegram']	 = array( 'font' =>'fontello', 'icon' => 'uf2c6');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
    	$icons['tiktok'] = 'tiktok';
     	$icons['Telegram'] = 'telegram';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    

    Best regards,
    Ismael

    in reply to: Content block not showing up #1346693

    Hi,

    Thank you for the update.

    The first section is not visible because of this css code.

    #av_section_1, #manualts {
        display: none;
    }

    Did you add the css code just recently?

    Best regards,
    Ismael

    in reply to: Warning: preg_match(): Compilation failed… #1346692

    Hey ac1977,

    Thank you for the inquiry.

    Looks like an issue with the WordPress core files. Please make sure that WordPress is updated, latest version is 5.9.2, and the theme has to be updated to version 4.9.2.2. After the updates, please toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache.

    Best regards,
    Ismael

    in reply to: Home page broken #1346587

    Hi,

    Great! Glad to know that the issue has been resolved. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Sub Menu Items #1346584

    Hi,

    You are quite welcome! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Woocomerce Product – Bulk Edit #1346582

    Hi Leo,

    The code above will not affect products that are using the Advance Layout Builder, only those that are using the default editor. The modification is necessary in order to adjust the location of the sidebar.

    Best regards,
    Ismael

    in reply to: Logo and Text #1346580

    Hi,

    No problem! Please let us know if you have more questions about the theme. We will close this thread for now.

    Have a nice day.

    Best regards,
    Ismael

    Hey Portfolio,

    Thank you for the inquiry.

    The form fields are not displaying on certain screen sizes because of this css code.

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
        input {
            position: absolute;
            opacity: 0;
            z-index: -1;
       }
    }
    

    We are not yet sure where this particular css code is located because the stylesheets are merged when we checked the site. Please try to disable the Enfold > Performance > File Compression settings temporarily.

    Best regards,
    Ismael

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

    Hey Angel,

    Thank you for the inquiry.

    Where can we check the issue? Please upgrade the theme to version 4.9.2.2, then provide the site details in the private field so that we can test it.

    Best regards,
    Ismael

    in reply to: mobile meun not working #1346555

    Hey lilei218,

    Thank you for the inquiry.

    We are getting a few jQuery errors in the console but we cannot figure out where they are coming from because the scripts are merged. Please disable the Enfold > Performance > File Compression settings temporarily so that we can check the issue further.

    It was an issue with the Enfold > Performance > File Compression settings. We disabled the compression settings temporarily.

    Best regards,
    Ismael

    in reply to: Unable to use wordpress admin #1346552

    Hey MayellaAlmazan,

    Thank you for the inquiry.

    The functions.php file in the theme only contains around 900 lines of code, so there is no line 2015. And it doesn’t contain the woo_cart_has_virtual_product function by default, which is mentioned in the errors above. Did you modify the functions.php file?

    Best regards,
    Ismael

    in reply to: Remove Enfold and Woocommerce Custom Template #1346551

    Hey Daniel,

    Thank you for the inquiry.

    All modifications or configurations for the shop plugin are located in the enfold > config-woocommerce folder and you can disable those by adding this snippet in the functions.php file.

    add_theme_support('avia_exclude_WooCommerce');
    

    This might cause issues with the Advance Layout Builder (ALB) but it should be fine as long as you are not using it for your products.

    Best regards,
    Ismael

    in reply to: Gallery widget remove boarder on thumbnail #1346550

    Hey terishka1,

    Thank you for the inquiry.

    You can use this css code instead to remove the border or padding around the gallery items.

    #top div .avia-gallery img {
        padding: 0;
    }
    

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

    Best regards,
    Ismael

    in reply to: Feature and standard profile portfolio grid on mobile #1346549

    Hey m,

    Thank you for the inquiry.

    We can adjust the height of the portfolio items on mobile view but this will affect the display of the portfolio images. They will not be fully visible within the portfolio item container or will get cut off a bit. If that is alright, you can use this css code.

    @media only screen and (max-width: 767px) {
      .avia-fullwidth-portfolio .grid-entry, .avia-fullwidth-portfolio .grid-entry .inner-entry, .avia-fullwidth-portfolio .grid-entry .inner-entry .grid-image {
        height: 250px !important;
      }
    
      .avia-fullwidth-portfolio .grid-entry .inner-entry .grid-image img {
        object-fit: cover;
        height: 100%;
      }
    }
    

    Best regards,
    Ismael

    Hey m,

    Thank you for the inquiry.

    You can use this filter in the functions.php file to exclude the current portfolio item from the grid element.

    function avia_portfolio_query( $query, $params ) {
    	if(is_single()) {
    		$id = get_the_ID();
    		if(avia_post_grid::$grid == 0) $query['post__not_in'] = array($id);
    	}
        return $query;	
    }
    add_filter( 'avia_post_grid_query', 'avia_portfolio_query', 10, 2);
    

    Best regards,
    Ismael

    in reply to: Centering part of menu on full width header #1346542

    Hey dweddell,

    Thank you for the inquiry.

    Since the phone number and the free trial button is part of the menu container, there is no other way to center align the rest of the menu items aside from adjusting the margin between the very last menu item and the phone number. One workaround is to move the phone number and free trial button in a separate container or add them as widget. You can then adjust the style of this widget container separately. The following documentation should help.

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

    If you don’t want to use the widget, you can try this css code but you might still have to adjust the position of the phone number and the button on different screen sizes.

    @media only screen and (min-width: 990px) {
      /* Add your Desktop Styles here */
      .responsive #top .main_menu {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    
      .responsive #top .av-main-nav-wrap {
        float: left;
        position: relative;
        z-index: 3;
        left: 50%;
        transform: translateX(-50%);
      }
    
      .responsive #top #header #menu-item-67 {
        position: absolute;
        right: -400px;
      }
    
      .responsive #top #header #menu-item-114 {
        position: absolute;
        right: -200px;
      }
    }
    

    Make sure to temporarily remove the previous css code after adding the above css.

    Best regards,
    Ismael

    in reply to: Gallery widget remove hover effect #1346539

    Hey terishka1,

    Thank you for the inquiry.

    You can use this css code to disable the hover effect for the gallery items.

    #top .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }
    

    Opacity is set to 0.5 by default. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Can you provide a screenshot of the layout that you have in mind or a mockup of the changes that you would like to do with the slider? You can use imgur or dropbox for the screenshot.

    To align the button to the right, please use this css code.

    #top #wrap_all .avia-slideshow-button {
        float: right;
    }
    

    Best regards,
    Ismael

    in reply to: Display on page list (Link Behaviour) #1346536

    Hey StuWeTueHo,

    Thank you for the inquiry.

    The theme is actually using the default wp_dropdown_pages function to display the list of pages or posts as dropdown. Unfortunately, there is no filter or hook for this aside from the wp_dropdown_pages filter, which should allow you to adjust the final html of the select element.

    // https://developer.wordpress.org/reference/functions/wp_dropdown_pages/

    Best regards,
    Ismael

    in reply to: Responsive WooCommerce Product Columns #1346534

    Hi,

    Thank you for the update.

    You can use this css code to adjust the column width on tablet view or when the screen width is less than 989px.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive #top #main .products .product {
        margin: 0 1% 1% 0;
        width: 49%;
      }
    
      .responsive #top .products .product:nth-child(even) {
        clear: none;
      }
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    We are not yet sure why the video is not rendering properly but it might be due to the fact that the site is still using an older version of the theme. Please try to update the theme from version 4.8.8 to the latest version 4.9.2.2, then disable the Enfold > Performance > File Compression settings temporarily. We will check the thread again once the theme has been updated.

    Best regards,
    Ismael

    in reply to: Sub Menu Items #1346531

    Hey FamalcoGroup,

    Thank you for the inquiry.

    This is not possible out of the box, unfortunately, but you can set the submenu items to always in the Enfold > Main Menu > Burger/Mobile Menu > Menu Icon Submenu items settings. Just select the first option in the dropdown. You can also create a clone of the parent menu item.

    Best regards,
    Ismael

    Hi,

    Glad to know that this solution is working well. Thanks to @Guenni007! Please feel free to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    We could hide the default menu and set the mobile menu to display when the screen width is less than 1024px.

    
    @media only screen and (max-width: 1024px) {
        .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
            display: block;
        }
    
        .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
            display: none;
        }
    }

    You can adjust the max-width value in the css media query above if you want the mobile menu to switch earlier.

    Best regards,
    Ismael

    in reply to: JS script not showing #1346436

    Hey Jakub,

    Thank you for the inquiry.

    You may need to load the script using the wp_enqueue_script function instead of placing it directly in the code block element. You can also create a dedicated shortcode for the custom script.

    // https://developer.wordpress.org/reference/functions/wp_enqueue_script/

    To create a custom shortcode, please check this documentation.

    // https://codex.wordpress.org/Shortcode_API

    Best regards,
    Ismael

    in reply to: Sub Menu Items #1346435

    Hey FamalcoGroup,

    Thank you for the inquiry.

    You can use this css code to transfer the sub menu from to the right of the parent menu item.

    #top .av-main-nav ul ul {
        left: 207px;
    }
    

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

    Best regards,
    Ismael

    in reply to: read more tag not in text blcok anylonger #1346431

    Hey wolfalexandra!

    Thank you for the inquiry.

    We checked this on older versions of Enfold but the read more tag is still not displaying in any of them. We also tried it using a default theme but it is still not working. Did you update WordPress just recently?

    Try to switch to a default theme and test the read more tag there, or post the site details in the private field so that we can check the issue further. Please do not forget to create a backup or a restore point before testing the site.

    Cheers!
    Ismael

    in reply to: Informations sur fichier media .bk #1346400

    Hi,

    Thank you for the update.

    Try to go to the plugin’sSettings > UpdraftPlus Backup > Settings panel and configure the Include in files backup: options. You can unchecked the Uploads folder if you don’t want the plugin to create backups of the images or of the wp-content > uploads folder. You can also adjust the backup frequency in the Files backup schedule: settings.

    Best regards,
    Ismael

    in reply to: Woocomerce Product – Bulk Edit #1346399

    Hi,

    Thank you for following up.

    The sidebar is actually located at the bottom of the product gallery by default. To move the location of the sidebar, you have to add this code in the functions.php file.

    // https://kriesi.at/support/topic/menu-on-product-pages-has-disappeared-after-last-theme-update/#post-1338205

    To place the sidebar to the right of the product content, use this css code instead.

    .product-main-container {
        width: 56%;
        float: left;
        margin-right: 50px;
    }
    
    .product-main-container::after {
    	content: '';
    	display: table;
    	clear: both;
    }
    
    .product-main-container .single-product-main-image, .product-main-container .single-product-summary  {
    	width: 100%;
    }
    
    #top #main .sidebar {
        border-left: 0;
        border-right-style: solid;
        border-right-width: 1px;
        margin-left: 0;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the modification.

    Best regards,
    Ismael

Viewing 30 posts - 11,161 through 11,190 (of 67,440 total)