Forum Replies Created

Viewing 30 posts - 5,851 through 5,880 (of 67,463 total)
  • Author
    Posts
  • in reply to: Link Logo header #1435676

    Hi,

    Thank you for the inquiry.

    As mentioned by @Guenni007 above, this is the default behavior of the logo link when clicked. If you’re on a different page, the site will have to reload in order to redirect to the home page.

    Best regards,
    Ismael

    in reply to: Expired licence no support? #1435674

    Hey Dejan,

    Thank you for the inquiry.

    You can add this css code to adjust the maximum width of the elements in the custom post type.

    #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper .entry-content-header, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper .entry-content, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper > *, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper .entry-content-header .post-title {
        max-width: 1310px;
    }

    Best regards,
    Ismael

    in reply to: How do you show Category and Sub Categories #1435548

    Hey Dave,

    Thank you for the inquiry.

    Make sure that a page is selected as shop page in the Woocommerce > Settings > Products panel, go to the Appearance > Customize > Woocommerce > Product Catalog tab, then set the Shop page display settings to Show categories and products. To display the subcategories, set the Category display settings to Show subcategories & products.

    Best regards,
    Ismael

    in reply to: Page uploads every time an anchor text is clicked on #1435547

    Hey tcampaner,

    Thank you for the inquiry.

    Try editing the menu items and replace the absolute URL (https://site.ro/#about-us) with just the anchor (#about-us). Let us know if this helps.

    Best regards,
    Ismael

    in reply to: remove subcategory/image display above products #1435545

    Hi,

    1-2.) You can display the product category title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. However, if you prefer to customize the template yourself, you can create a copy of the wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php file, or you can use the following hook in the functions.php file:

    add_action('woocommerce_before_main_content', function() {
        if(is_product_category())
        {
            echo "<h3>" . woocommerce_page_title(false) . "</h3>";
        }
    }, 30);

    3.) The builder is deactivated for the default shop page by default, but you can enable it by adding the following filter in the functions.php file. However, please note that there are limitations when using the ALB, and other shop or product features may not work when the layout builder is active.

    add_theme_support( 'avia_custom_shop_page' );
    

    Best regards,
    Ismael

    in reply to: portfolio category page build #1435544

    Hi,

    Thanks for the follow up.

    You can display the title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. Set it to the first option to display the title and breadcrumbs.

    Or edit the enfold/taxonomy-portfolio_entries.php file and look for this code:

    
    <div class="category-term-description">
    	<?php echo term_description(); ?></div>
    

    Replace it with:

    
    <div class="category-term-description">
    <h3><?php echo single_term_title(); ?></h3>
    <?php echo term_description(); ?></div>
    

    Best regards,
    Ismael

    in reply to: Full size hero images are Cropped #1435543

    Hey WorldinColor,

    Thank you for the inquiry.

    The section in the demo appears tall due to the content or columns inside it. On your test page, it seems that the color sections are empty except for a single Special Heading element. If you want to increase the height of the section without adding more content, you can adjust the Layout > Section Height > Section Minimum Height settings.

    Best regards,
    Ismael

    Hey imagestudios,

    Thank you for the inquiry.

    Please add this css code to adjust the color of the masonry overlay on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0, 87, 130, 0.7);
      }
    }

    If you have an existing css media query for a breakpoint (max-width: 767px), you can just copy the css rule above and place it within the existing media query.

    Best regards,
    Ismael

    in reply to: Add Margin To Bottom of Blog Grid Layout on Mobile View #1435541

    Hey imagestudios,

    Thank you for the inquiry.

    You can try this css code to increase the margin between each article or post entry on mobile view.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_column.slide-entry {
        margin-bottom: 64px;
      }
    }

    Best regards,
    Ismael

    in reply to: Homepage Slider not responsive #1435539

    Hi,

    Thank you for renewing your support license.

    Please note that the images in the slider are set as background, so the dimensions of the slider will not depend on the size and aspect ratio of the images. What we recommend is to add another slider below the current one and upload images that are specifically resized for mobile view. You can then toggle the visibility of both sliders by adjusting the options in the Advanced > Responsive > Element Visibility settings. Essentially, you’ll have two sliders: one for desktop view and another for smaller screens.

    Best regards,
    Ismael

    in reply to: Extending Support Before Expiry #1435538

    Hey ashleyknow,

    Thank you for the inquiry.

    When did you receive the email? The link might have expired and is no longer available. The current price for support renewal is now set at $41.13, when we checked. You might want to contact Themeforest for more information about the discount.

    Best regards,
    Ismael

    in reply to: Mobile website speed test #1435536

    Hey peoplexbrand,

    Thank you for the inquiry.

    Did you install a cache and image compression plugin? Please follow the steps provided in the following links to further improve the loading speed of the site.

    // https://gtmetrix.com/wordpress-optimization-guide.html
    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Ismael

    in reply to: Page content disappears upon doing any edit #1435534

    Hey danielhastings,

    Thank you for the inquiry.

    Did you add HTML tags to the page? Please make sure that all tags are properly closed to avoid breaking the layout of the builder and potentially causing missing content.

    You can also save the content of the page as a template, then try removing one element at a time and updating the page each time to identify the cause or the element that is causing the issue.

    Best regards,
    Ismael

    in reply to: Videos page breaking on mobile #1435532

    Hey schwabino,

    Thank you for the inquiry.

    The page seems to be slightly slow when we checked it, possibly due to the number of video or iframe elements. You might want to consider creating dedicated pages for each video category instead of piling them all up on a single page. The video element loads the same iframe tag compared to the default video embedding, so using a plugin or loading it differently may not really affect the performance.

    If you don’t want to create dedicated pages for each category, an alternative option is to use a Masonry Gallery or Gallery element. You can place the video URL in the Custom Link field, then set the Advanced > Link Settings > Image Link settings to Use custom link. This will open the videos in a lightbox or popup modal.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Your css code should have worked. Where did you add it? Please try to move the modification in the Enfold > General Styling > Quick CSS field, then temporarily disable the Enfold > Performance > File Compression settings.

    #top .acme-av-special-heading .special-heading-border {
        display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: some styles suddenly not loading – Urgent #1435530

    Hi,

    Thank you for the inquiry.

    Would you mind posting the css code using Pastebin.com? We will check to see if there is any invalid css code that is causing the layout to break. You can also verify it yourself using the following tool.

    // https://www.cssportal.com/css-validator/

    Best regards,
    Ismael

    in reply to: Mobile View Image Display Issue in Grid View #1435529

    Hi,

    Thank you for the info.

    Edit the cells with the background image, navigate to Advanced > Developer Settings toggle, and in the Custom CSS Name field, enter the name “av-mobile-column-background”. Then, you can apply the following css code to adjust the size of the background image on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_cell.av-mobile-column-background {
        height: 200px;
        min-height: 200px;
        background-size: contain !important;
        padding: 0 !important;
      }
    }

    Best regards,
    Ismael

    in reply to: Lazy loading disabled but images still not loading #1435528

    Hey mgyura,

    Thank you for the inquiry.

    We were able to reproduce the issue but we are not yet sure what is causing it. Have you tried adding more content below the gallery? Yu can also use this css code to disable the animation entirely.

    .avia_transform .avia-gallery-animate .avia-gallery-thumb img.avia_start_animation {
        animation: none;
    }
    
    .avia_transform .avia-gallery-animate .avia-gallery-thumb img {
        opacity: 1;
        transform: scale(1);
    }

    Did you install another compression or lazy loading plugin?

    Best regards,
    Ismael

    in reply to: Masonry entries – add metadata #1435527

    Hi,

    No problem! Glad we could be of help. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Event Calendar imports all 1970 #1435526

    Hey GUMC-Rosier,

    Thank you for the inquiry.

    Can you reproduce the issue when using a different theme? Please clone the site to a staging environment, then provide the CSV file so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Video 100% width – Automatic caps on mobile #1435525

    Hey Qgrafica_7,

    Thank you for the inquiry.

    1.) Have you tried using the Layer Slider element? Add a Video layer or element, then enable the Background Video option in the Layer Settings > Video Audio > Media Options panel.

    2.) Would you mind providing a screenshot of the issue? You can adjust the style of the title in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    in reply to: page updating fails and past revisions fail to load #1435524

    Hi,

    Glad to know that the issue has been resolved! Please feel free to open another thread if the issue occurs again.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: SEO Changes for core Enfold #1435431

    Hey!

    UPDATE: Regarding 1 & 2, we registered the background image of the color section in the Yoast sitemap. Please update the enfold/config-wordpress-seo/config.php file with this code: https://pastebin.com/N3rmYPRW

    Best regards,
    Ismael

    in reply to: SEO Changes for core Enfold #1435427

    Hi,

    1-2.) Unfortunately, this is beyond the scope of support. You may need to hire a freelance developer to help you with this customization. You can find freelancers by visiting our customization page.

    4.) We updated the Yoast config to include posts images to the sitemap. Please edit the enfold/config-wordpress-seo/config.php, remove everything, and then replace it with the content from the following link: https://pastebin.com/kRh3YKbh

    Best regards,
    Ismael

    Hi,

    Great! Glad we could be of help. 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: Site is crashed #1435409

    Hi,

    Thank you for the update.

    The automatic update in your dashboard is no longer supported by the version currently installed on your site, 4.8.6.1. To update the theme, you’ll need to do so manually either via S/FTP or by uploading the theme files directly to your server. For more info, please refer to the documentation provided below.

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

    Best regards,
    Ismael

    in reply to: Masonry: AND rule for category selection returns no results #1435408

    Hi,

    Thank you for the update.

    This seems to be functioning correctly from our side. Please check the screenshots provided in the private section. Could you confirm the version of the theme installed on your site? Please make sure that it’s updated to version 5.6.10. If the theme has been updated and the problem persists, please provide the login credentials in the private field.

    Best regards,
    Ismael

    in reply to: Spinning Circle When Adding HTML #1435406

    Hi,

    Thank you for the update.

    Yes, you can use the plugin but you can also do it manually in the functions.php file.

    Example:

    function av_custom_input_script_shortcode($atts) {
        $atts = shortcode_atts(
            array(
                'type' => 'text',
                'placeholder' => '',
                'script' => '',
            ),
            $atts
        );
    
        $type = esc_attr($atts['type']);
        $placeholder = esc_attr($atts['placeholder']);
        $script = esc_js($atts['script']);
    
        $output = '<input type="' . $type . '" placeholder="' . $placeholder . '" />';
        $output .= '<script>' . $script . '</script>';
    
        return $output;
    }
    add_shortcode('av_custom_input_script', 'av_custom_input_script_shortcode');
    
    

    In the builder, you can use this shortcode:

    [av_custom_input_script type="text" placeholder="Enter your text" script="alert('Input submitted');"]
    
    

    Best regards,
    Ismael

    in reply to: enfold adjust height of header on blog #1435403

    Hi,

    You can add this css code to adjust the top padding of the main container based on the header layout.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
    
      .responsive #top #main {
        padding-top: 88px !important;
      }
    
      .response.html_header_transparency #main {
        padding-top: 0 !important;
      }
    }

    This should apply an 88px top padding on pages with header transparency disabled.

    Best regards,
    Ismael

    in reply to: Content Slider Arrows #1435402

    Hi,

    The arrows seem to be displaying as they should. How would you like the arrows to appear on mobile view?
    Please note that the css code above should remove the border both on desktop and mobile view. If you want to apply it on desktop view only, please use this css code.

    @media only screen and (min-width: 768px) {
    
      /* Add your Desktop Styles here */
      #top .av-control-minimal-dark .avia-slideshow-arrows a:before {
        border-color: transparent;
      }
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 5,851 through 5,880 (of 67,463 total)