Forum Replies Created

Viewing 30 posts - 4,561 through 4,590 (of 67,479 total)
  • Author
    Posts
  • in reply to: How to change the pricing table font size? #1463484

    Hey amyncuih,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the table element.

    .avia-data-table.avia_pricing_minimal th, .avia-data-table.avia_pricing_minimal td {
        padding: 14px;
        font-size: 16px;
    }

    Best regards,
    Ismael

    Hi,


    @archana
    : We tried logging in to the site but the account info seems to be invalid. Please open a new thread and provide the login details in the private field.


    @danielswaim87
    : Please create a new thread and provide the site details so that we can check the site further. Make sure that the theme is updated to version 6.0.2.

    Best regards,
    Ismael

    in reply to: Use of block editor goes wrong #1463480

    Hi,

    But why you say “To fix the issue temporarily”? Is it a bug of theme?

    For some reason, the post css file is not getting regenerated when the page is updated. Unfortunately, we are not sure what is causing this. The filter above should disable the post css file and place the custom styles inline instead. Please keep the filter for now.

    Best regards,
    Ismael

    in reply to: Portfolio grid categories #1463479

    Hi,

    Thank you for the update.

    To adjust the style of the sorting buttons, please start with this css code.

    .main_color #js_sort_items a {
        color: red !important;
        background: blue;
    }
    
    .main_color #js_sort_items a {
        color: red !important;
        background: blue;
    }
    
    div#js_sort_items {
        background: transparent !important;
    }
    

    Best regards,
    Ismael

    in reply to: Hide Menu in Header #1463478

    Hi,

    Thank you for the update.

    Please include this css code to make the header transparent on mobile view and remove the burger menu.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed;
        background: transparent;
      }
    
      .responsive #top .av-burger-menu-main {
        display: none !important;
      }
    }

    Best regards,
    Ismael

    Hi,

    Will this appear in the next update? 🙏

    We cannot reproduce the issue on our end, so it is likely unique to your installation, possibly caused by a custom modification or plugin. Please keep the css for now.

    Best regards,
    Ismael

    in reply to: Fontello Custom not loading #1463475

    Hi,

    idk what happened, but NOW my iconset actually worked…

    Good to know. Did you upload the icon set again?

    Best regards,
    Ismael

    in reply to: Problem with Archiv Widget #1463474

    Hey walhai,

    Thank you for the inquiry.

    Did you install any SEO plugins such as Yoast or RankMath? If you’re using RankMath, please follow the instructions in this short video: https://i.rankmath.com/ND9FHF

    Best regards,
    Ismael

    in reply to: menu two times visible #1463473

    Hey leloux,

    Thank you for the inquiry.

    The burger menu seems to be displaying correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Zeilenabstand der Überschriften verändern #1463413

    Hey nadinew13,

    Thank you for the inquiry.

    You can further adjust the styles of the heading tags in the Enfold > Advanced Styling panel. Let us know if you need further help.

    Best regards,
    Ismael

    Hey threemarketinginc,

    Thank you for the inquiry.

    We found a few script errors when we checked the page. Unfortunately, we cannot pinpoint the exact cause of the error because the scripts are compressed. Please try toggling or temporarily disabling the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Contact form – width fields contact form #1463411

    Hi,

    Thank you for the update.

    Looks like the default styles are not being applied to the contact form fields. We may need to inspect the contact form. Please provide the site URL or a direct link to the page containing the contact form element.

    Best regards,
    Ismael

    Hey HLL_Virtual_Bookkeeping,

    Thank you for the inquiry.

    What is the installed version of the theme? Please note that the latest version is 6.0.2. If the theme is not yet updated to this version, please update it as soon as possible. Then, provide the site URL and login details in the private field so that we can investigate the issue further.

    Best regards,
    Ismael

    in reply to: Portfolio grid categories #1463407

    Hey Qgrafica_7,

    Thank you for the inquiry.

    There are 10 items in the Home Staging category, but none are linked to the other portfolio categories. Please check the private field. Is there a site backup or restore point available?

    Best regards,
    Ismael

    in reply to: Fontello Custom not loading #1463406

    Hey tiago,

    Thank you for the inquiry.

    Where did you get the fonts? Please note that only monocolored icons are allowed in the Custom Font Manager. Colored icons cannot be uploaded. You may need to upload the icons as images instead of font icons.

    Best regards,
    Ismael

    in reply to: Variable product is not working #1463405

    Hi,

    I couldn’t find this script, where did you find this? If you give the path it will be better to troubleshoot.

    The script is added inline in the document. This might be a script from the plugin or one of its extensions.

    Best regards,
    Ismael

    in reply to: Variable product is not working #1463404

    Hi,

    If I enable the plugin it works fine(freezing issue is not happening) and if disable the plugin freezing issue starts.

    As mentioned above, it’s possible that products or variations are created while the plugin was enabled and include options that are only present when the plugin is active, which could be causing the freezing issue when the plugin is disabled. To test this, please try recreating the product while the plugin is disabled.

    Regarding variable products, please note that this is the default behavior. The “make” and “model” are separate attributes, so selecting a specific make will not affect the selections in the model list, and vice versa. If you want to test this, you can import sample data or products from WooCommerce and check the variable products.

    // https://woocommerce.com/document/variable-product/

    Best regards,
    Ismael

    in reply to: Use of block editor goes wrong #1463402

    Hi,

    Thank you for the screenshot.

    Looks like the post css file, which contains the custom styles for elements in the builder, including the background image for the grid row cell, is not updating. To fix the issue temporarily, we added this filter to the functions.php file and disabled the cache plugin.

    function avf_mod_post_css_create_file( $create ){
      return false;
    }
    add_filter( 'avf_post_css_create_file', 'avf_mod_post_css_create_file', 10, 1 );

    Best regards,
    Ismael

    in reply to: Custom template for archive-page CPT possible? #1463400

    Hey Frans,

    Thank you for the inquiry.

    Unfortunately, there is no default option for this. Custom layouts can only be applied using the Advanced Layout Builder (ALB). To enable the ALB for custom post types, please refer to the link below.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type

    Best regards,
    Ismael

    in reply to: Portfolio Grid spacing #1463399

    Hi,

    Thank you for the update.

    Please remove the previous modifications and replace them with the following code:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      #top .grid-entry.no_margin.av_one_third {
        padding: 10px;
      }
    
      .grid-sort-container {
        width: calc(100% + 10px);
        margin-left: -10px;
      }
    }

    This should ensure that the padding is only applied on on larger screens.

    Best regards,
    Ismael

    in reply to: Gallery page speed #1463398

    Hey Richard,

    Thank you for the inquiry.

    Have you tried disabling the preloading effect? The average file size of the images on the page is 617 kB, which makes the page quite heavy. The rendered size is less than 400px, but the actual size of the images is over 2000px. We recommend uploading smaller images and make sure that they are compressed.

    Best regards,
    Ismael

    in reply to: Blog Thumbnail Size #1463397

    Hey lucybb2,

    Thank you for the inquiry.

    Looks like you’re trying to adjust the size of the thumbnails on the archive or category pages. This cannot be adjusted in the Settings > Media panel. You have to edit the archive.php file directly or use this filter in the functions.php file:

    add_filter("avf_post_slider_args", function($atts, $context) {
      if( $context == "archive" ) {
        $atts['type']  = 'grid'; 
        $atts['columns']  = 4;
        $atts['preview_mode'] = 'custom';
        $atts['image_size'] = 'medium';
      }
      return $atts;
    }, 10, 2);

    The filter above will set the image size to Medium. Also, when you change the size of the thumbnails, you need to either upload the images again or regenerate the thumbnails.

    // https://wordpress.org/plugins/regenerate-thumbnails-advanced/
    // https://wordpress.org/plugins/force-regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: table responsive with css #1463396

    Hey NadjaJacke,

    Thank you for the inquiry.

    You can place the HTML of the table in a Text or Code Block element and include the css as an inline stylesheet. Alternatively, you can load the css in a separate file and register it using the wp_enqueue_style function.

    Example:

    function av_theme_enqueue_styles() {
        wp_enqueue_style( 'av-table-style', get_template_directory_uri() . '/css/av-table-style.css', array(), '1.0.0', 'all' );
    }
    add_action( 'wp_enqueue_scripts', 'av_theme_enqueue_styles' );

    Best regards,
    Ismael

    in reply to: Hide Menu in Header #1463395

    Hey ballindigital,

    Thank you for the inquiry.

    We added the following css code in the Enfold > General Styling > Quick CSS field to keep the header transparent on scroll.

    .av_minimal_header .header_bg {
        opacity: 0;
    }

    Best regards,
    Ismael

    in reply to: Design of the send button #1463394

    Hi,

    Thank you for the update.

    Please replace the previous modification with the following css code and make sure to purge the cache afterward.

    div div .av-dark-form .button {
        background: #000000;
        color: #ffffff !important;
    }
    
    div div .av-dark-form .button:hover {
        background: #D4AF37;
    }

    Best regards,
    Ismael

    in reply to: External links not working #1463393

    Hi,

    Thank you for the inquiry.

    The donate button seems to be working as expected. It opens a new tab and redirects to a Stripe checkout page. Has this issue been resolved?

    Best regards,
    Ismael

    in reply to: image slider wave at footer #1463292

    Hey laptophobo,

    Thank you for the inquiry.

    That is quite odd. We can’t find where the mask is coming from. Have you tried recreating the slider from scratch?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Am I the first who want to include local business structured data for my site?

    There have been many requests about this, but most users choose to use a plugin such as Yoast or the one we recommended above. Nothing has really changed in how schema structures are added to the site, so even though the plugin hasn’t been updated for 8 months, it should still work fine. Also, please note that the theme already includes a basic schema structure for the site.

    Best regards,
    Ismael

    in reply to: Variable product is not working #1463288

    Hi,

    I didn’t created product variations using YITH WooCommerce Product Add-ons & Extra Options,

    I don’t think you can create these types of products without an additional plugin. Unfortunately, we are not yet sure what’s causing the issue. Please keep the plugin enabled for now and contact the plugin developers for more info.

    Best regards,
    Ismael

    in reply to: Phone and E-mail above the header #1463287

    Hey Alan,

    Thank you for the inquiry.

    You can try this code in the Enfold > Header > Extra Elements > Phone Number Or Small Info Text field.

    
    <div class="header-phone-email">
    <div>
    <a href="tel:+53503799">[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' size='13px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lz7v2ahm' sc_version='1.0' admin_preview_bg=''][/av_font_icon] 53 50 37 99</a></div>
    <div>
    <a href="mailto: (Email address hidden if logged out) ">[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' size='13px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-lz7v2ahm' sc_version='1.0' admin_preview_bg=''][/av_font_icon]  (Email address hidden if logged out) </a></div>
    </div>
    

    Best regards,
    Ismael

Viewing 30 posts - 4,561 through 4,590 (of 67,479 total)