Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,124 total)
  • Author
    Posts
  • in reply to: Reduce header image section height #9743
    Andy
    Keymaster

    You can remove the image by going to Customize > Header Image and selecting ‘Hide Image’. The ‘Current Header’ setting will now display the text “No image set” instead of a thumbnail of the previously selected image.

    in reply to: Move the attributes section to the the short description? #9742
    Andy
    Keymaster

    To accomplish this you would need to modify the WooCommerce templates or use the WooCommerce hooks in a child theme to move content from one place to another.

    in reply to: On the Home page – make post’s image clickable #9712
    Andy
    Keymaster

    That is the design of theme sorry.

    You would need to modify the theme’s templates to achieve this. Copy relevant template to a child theme, modify it and it will be loaded instead of the template from the parent theme.

    Andy
    Keymaster

    Version 1.7.1 is now available to download/update.

    The video header is now muted and there are additional options to disable autoplay and auto looping (enabled by default).

    You can remove the custom CSS too, as there is now the option to display the controls (hidden by default).

    in reply to: Header Image Resizing #9695
    Andy
    Keymaster

    Sorry my mistake, I should have said it would repeat.

    Because it is a background image that is intended to fill the header area, it is not really suitable for background images where you need the whole of the image to be visible at all times.

    in reply to: Footer widget in a row #9693
    Andy
    Keymaster

    Go to Appearance > Customize > Additional CSS, and add this code:

    .site-footer .wp-caption-text {
        background: transparent;
        border: none;
    }
    Andy
    Keymaster

    Update: we have an update due tomorrow that has a workaround to mute the video by default and ensure videos do not automatically play full screen on iPhone, as well as options to display the video controls, disable the autoplay, and disable the automatic looping.

    I’ll post here when it’s released.

    in reply to: Header Image Resizing #9684
    Andy
    Keymaster

    Hi,

    I’ve looked at your site and the header image is resizing correctly on different screen sizes.

    If you want the full width of the header background image to always be visible you can add this CSS to Appearance > Customize > Additional CSS:

    .entry-header.with-image,
    .archive-header.with-image {
        background-size: contain;
    }

    Please note that the background has to completely fill the header area so using this additional CSS will make the image stretch vertically on narrow width screens such as mobile.

    in reply to: Footer widget in a row #9681
    Andy
    Keymaster

    Hello jean,

    It looks like you have placed two widgets in the ‘Footer Column 1’ widget area.

    There are three footer columns, so you can put the first widget in ‘Footer Column 1’ and the second widget in ‘Footer Column 2’ and so on.

    Andy
    Keymaster

    Hi Steve,

    To make the controls visible, add this code to Customize > Additional CSS

    .main-header .wp-video .mejs-controls {
        display: flex;
    }

    I agree the video should really be muted by default so that Chrome and Safari will autoplay the video.

    The issue is that the theme uses the WordPress video function which at this present time does not have a muted parameter. This is something that people have been asking for so hopefully it will be included in a future version of WordPress.

    in reply to: Cart Update #9645
    Andy
    Keymaster

    I have sent it to the other email address that you registered here, as the one you posted above is refusing to accept messages containing attachments.

    in reply to: Cart Icon not displaying anymore #9643
    Andy
    Keymaster

    Thanks. Yes, you had two other plugins each loading different versions of Font Awesome.

    Anyway, this code added to Customize > Additional CSS should fix it:

    #top-info .fa {
        font-family: 'FontAwesome';
    }
    Andy
    Keymaster

    Please update to Azuma Pro 1.1.5 for the fix to the missing button text.

    in reply to: Cart Icon not displaying anymore #9637
    Andy
    Keymaster

    What have you updated in the customization? The theme does not have an option to change the icon cart, so not sure what you have updated. Please let me know more details.

    I cannot view your website as it is password protected, so unable to see why the cart icon is not being displayed. Would you be able to make your site accessible so I can take a look?

    in reply to: Cart Update #9636
    Andy
    Keymaster

    It won’t impact any settings, configurations or data in any way.

    It has just 2 lines of extra code to address the issue with the cart, but as we can’t make the problem happen on our dev sites we are not sure if it will fix the issue that you are seeing on your site without installing it on your site to see if it works.

Viewing 15 posts - 481 through 495 (of 1,124 total)