Forum Replies Created

Viewing 30 posts - 22,051 through 22,080 (of 67,485 total)
  • Author
    Posts
  • in reply to: Change featured image in shop when category is selected #1125459

    Hi,

    The code above almost worked, though it made the second image disappear

    That’s odd. The nth-child is set to 1, so it should be hiding the first image. Try to replace “nth-child(1)” with “first-child”.

    .product_cat-bonji-dab .thumbnail_container img:first-child {
        opacity: 0 !important;
    }

    If in case you want to hide the second image, use this:

    .product_cat-bonji-dab .thumbnail_container img:nth-child(2) {
        opacity: 0 !important;
    }
    

    For additional inquries, we kindly ask that you open them up in a new thread. Thank you.

    Best regards,
    Ismael

    in reply to: Lightbox Gallery Captions Not Showing #1125454

    Hi,

    Thank you for the update.

    This modification works properly on our end. We just tested it again. Did you enable the file compression? Please note that you have to enable or display the masonry title and excerpt. This will allow the script to look for the caption text inside the “.av-masonry-entry-content” container. You can add some css code to hide those elements if you don’t want them to be visible.

    Best regards,
    Ismael

    in reply to: Optimizing images: Should I use more than 1 version? #1125453

    Hi,


    @ramotzkie
    : The dev team is currently working on the srcset attribute feature. A beta version is available, but it’s still under improvement. We might not be able to release it in the upcoming patch, but hopefully we can in the next.

    Best regards,
    Ismael

    in reply to: Logo mittig, Menü links und rechts #1125451

    Hi,

    Ja, das ist möglich. Du konnen der CSS code verwenden um die Position vom menu fx or menu Zeile anpassen.

    .avia-menu-fx {
        bottom: 80px;
    }

    Viele Grüße,
    Ismael

    Hi,

    Thank you for the info.

    The following code is added in the style.css file, but when we try to edit the file from the Appearance > Editor panel, it’s blank. Why is that?

    #footer .widgettitle + * {
        font-size: 12px !important;
    }

    Best regards,
    Ismael

    in reply to: site map #1125442

    Hi,

    I see. The tab is not working because the Enfold > Prestazione > “Disabilita i template del builder degli elementi” is set to the second option. We set it back to the first so that all elements are loaded even if they don’t exist in the page. We’ll forward the issue to the team.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: reCAPTCHA not appearing in contact form #1125439

    Hi,

    Thanks for the update.

    You can try the beta version if you want to test the new spam protection. Let us know when you encounter another issue.

    Best regards,
    Ismael

    in reply to: Different layout in header #1125438

    Hi,

    Glad it works.

    You should be able to adjust the logo using the “.logo-menu” selector. Example:

    .logo-menu {
        width: 200px;
        height: 100px;
    }
    

    Best regards,
    Ismael

    in reply to: Close mobile menu when clicking on same page link #1125435

    Hi,

    Thank you for the update.

    What do you want to do with this again? We can’t inspect the site properly because it’s lagging quite a bit even without the script that we suggested. Can we deactivate the plugins temporarily?

    Best regards,
    Ismael

    in reply to: mailchimp widget #1125432

    Hi,


    @adxdigitalmarketing
    : We disabled the maintenance mode option and set the Coming Soon page as front page temporarily. The subscribe form is not working because the status header is set to 503 when maintenance mode is enabled, which means the server is unavailable or is due for maintenance. Do not use the maintenance mode option if you want to add a subscribe form. Instead create a page using the Blank – No Header | No Footer template, then set it as the front page in the theme options. Or just use the existing coming soon page.

    // https://stackoverflow.com/questions/2786595/what-is-the-correct-http-status-code-to-send-when-a-site-is-down-for-maintenance

    Best regards,
    Ismael

    in reply to: Sorting Issues with WooCommerce #1125363

    Hi,

    Thank you for the update.

    The order parameter (ASC|DESC) changes the order of the products, but the result is not accurate when the “sort by” parameter is set to “price”. it’s fine when other sort by parameter is used. (see private field)

    Have you tried disabling the plugins temporarily?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    What did you add in the avia.js file? You need to use the latest version of that file, which can be acquired from the parent the theme folder. You will then have to redo the modifications.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We can now access the site, but the slider looks a little different from the screenshot. Did you adjust the slider layout? How did you apply the mouseover or grayscale effect?

    Best regards,
    Ismael

    in reply to: horizontal Gallery #1125359

    Hey kus18,

    Thank you for using Enfold.

    Try to edit the js > avia-snippet-lightbox.js file. Look for this code around line 131:

    groups			:	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu', '.<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>-product-gallery'], 
    

    Remove the “#main” selector from the array.

    groups			:	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '.main_menu', '.<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>-product-gallery'], 
    

    Disable the Performance > File Compression if it’s enabled.

    Best regards,
    Ismael

    in reply to: New Beta Version – Slider Revolution #1125356

    Hi,

    Thank you for the update.

    We thought you’d like it to automatically inherit the size or height of the browser. If that is not the case, you can set it back to full size, then manually specify the height for each screen size. We tried to login but the account above is no longer valid.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you check the info in the private field above? The ZH button redirects to the ZH page, same with the EN version. It didn’t revert back to the “aNOTHER TEST” page.

    Best regards,
    Ismael

    Hi,

    Can we have access to the file server? Please post the FTP details in the private field. We would like to test it.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Indicate current page in Recent Posts widget #1125350

    Hey johnjosephjohansson,

    Thank you for the update.

    The default recent posts widget doesn’t assign class attributes to the posts list, so you won’t be able to change the style of menu related to the current post. You may need to install a third party plugin for this.

    // https://wordpress.org/plugins/related-posts-by-taxonomy/

    Best regards,
    Ismael

    in reply to: Problems with one-page-menu #1125345

    Hi,

    Thank you for the update.

    Did you toggle the Performance > File Compression settings after adding the code? The stylesheets are currently compressed, you won’t see any changes until the files are regenerated. Please go to the Enfold > Performance panel then disable the File Compression settings.

    Best regards,
    Ismael

    in reply to: Ipad behaviour at Mega Menu #1125343

    Hi,

    Thanks. We’ll forward the thread to @Guenter for consideration. Closing.

    Best regards,
    Ismael

    in reply to: Fullscreen slider #1125341

    Hi,

    Thank you for the update.

    Are you referring to the page preloader? Every link will trigger that transition before redirecting to the assigned page. You cannot do a redirect without adding a link. What is wrong with adding a link?

    Best regards,
    Ismael

    in reply to: revolution-slider-6-not-working #1125340

    Hi,

    Hi,
    thank you, but i am not able to unzip…


    @lightmanlight
    : You may have to install a software like WinRAR for Windows in order to properly extract the files. Have you tried that?

    Best regards,
    Ismael

    in reply to: Anchor links goes to wrong position on mobile #1125339

    Hi,

    Thank you for the update.

    You can try to adjust the scroll offset value, but this adjustment will also affect the desktop view.

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
    function avf_header_setting_filter_mod($header) {
    	$header['header_scroll_offset'] = $header['header_scroll_offset'] + 48;
    	return $header;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you reset the front page? The site is displaying the blog as the home page. Please post the login details in the private field so that we can inspect the settings. For additional info about the theme, you can visit the documentation.

    // https://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

    in reply to: Background image in color area on mobile #1125336

    Hi,

    Thank you for using Enfold.

    You can apply a different background image on mobile view using css. First, define the Section ID of the color section, then use the following code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
        #section_ID .av-parallax-inner {
            background-image: url(IMAGE URL HERE) !important;
        }
    }
    

    Replace the #section_ID selector with the actual Section ID and adjust the image URL.

    Best regards,
    Ismael

    in reply to: Blog Layout sequential posts #1125335

    Hi,

    Thank you for the update.

    Based on the previous reply you’re problem is the blog posts pagination. Unfortunately, you can’t control the layout of the paginated pages with the advance layout builder. What you can do is create a dedicated page for each blog posts so that you can redirect them to that page instead of having every pagination in a single page. You can add a button or link below each blog posts element.

    Best regards,
    Ismael

    in reply to: Blog Layout sequential posts #1125334

    Hi,

    Thank you for the update.

    Based on the previous reply you’re problem is the blog posts pagination. Unfortunately, you can’t control the layout of the paginated pages with the advance layout builder. What you can do is create a dedicated page for each blog posts so that you can redirect them to that page instead of having every pagination in a single page. You can add a button or link below each blog posts element.

    Best regards,
    Ismael

    in reply to: Enfold Contact Form From: vs Reply-To: #1125333

    Hey scotthco,

    Thank you for the update.

    Have you tried setting the email field value as the Reply-To address? We’ll forward the thread to the team for consideration. For now, you can use this filter to set the “Reply-To” header.

    // https://kriesi.at/support/topic/change-from-in-the-contact-form/#post-1055920

    Best regards,
    Ismael

    in reply to: Enfold Contact Form From: vs Reply-To: #1125332

    Hey scotthco,

    Thank you for the update.

    Have you tried setting the email field value as the Reply-To address? We’ll forward the thread to team for consideration. For now, you can use this filter to set the “Reply-To” header.

    // https://kriesi.at/support/topic/change-from-in-the-contact-form/#post-1055920

    Best regards,
    Ismael

    in reply to: Blog Page set up #1125331

    Hi,

    Thank you for the update.

    We set the Blog Layout > Blog Styling to “Elegant”. That is the style used in the gym demo. (see private field)

    Best regards,
    Ismael

Viewing 30 posts - 22,051 through 22,080 (of 67,485 total)