Forum Replies Created

Viewing 30 posts - 11,311 through 11,340 (of 67,597 total)
  • Author
    Posts
  • in reply to: Translating footer HTML widgets #1346718

    Hey Elena,

    Thank you for the inquiry.

    Try to update the theme to version 4.9.2.2, then install the Classic Widgets plugin to revert back to the previous widgets panel. The language switcher should work after this.

    IMPORTANT: Please make sure to create a site backup or a restore point before installing the plugin.

    Best regards,
    Ismael

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

    Hi,

    No problem! Please feel free to open a different thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Accordion Toggle Styling #1346700

    Hi,

    Thank you for the update.

    Have you tried using the column elements to center align another element? You can place three 1/3 columns in the same row and move the accordion element in the middle column. If you need more space for the toggle element, try to instead use a 3/5 column and add two 1/5 column on each side.

    Best regards,
    Ismael

    in reply to: License for ENFOLD #1346699

    Hey stephen j mcateer,

    Thank you for the inquiry.

    You don’t need to get a new license for Enfold but you have to renew the support license when the current one is already expired. You can renew it directly from the Enfold overview page on Themeforest, make sure to login first.

    // https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    For more info, please check this documentation.

    // https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support

    Best regards,
    Ismael

    in reply to: Errant 301 error #1346698

    Hi,

    Thank you for the info.

    Where should the links go? The image and the text redirect to the following page when we clicked on them. (see private field)

    Best regards,
    Ismael

    in reply to: Woocomerce Product – Bulk Edit #1346697

    Hi,

    You have to add the PHP code that we provided in the previous thread in order to move the sidebar. Unfortunately, you cannot properly adjust its location using css only. There is nothing wrong with a few PHP modifications or using WP hooks in the functions.php file. It is a very common practice in WordPress development. If you want to just hide the sidebar, please use this css code.

    .single-product.product-template-default .sidebar {
       displays: none !important;
    }

    Best regards,
    Ismael

    in reply to: Burger Menu not loading on subdomain #1346696

    Hey jblacksten,

    Thank you for the inquiry.

    The menu items properly redirect to the subdomain when we clicked any of them, but we are not able to see the subdomain because it is restricted to US visitors. Can you provide a short clip of the issue?

    Best regards,
    Ismael

    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

Viewing 30 posts - 11,311 through 11,340 (of 67,597 total)