Forum Replies Created
-
AuthorPosts
-
AndyKeymaster
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.
March 18, 2020 at 11:11 am in reply to: Move the attributes section to the the short description? #9742AndyKeymasterTo 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.
AndyKeymasterThat 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.
March 12, 2020 at 2:52 pm in reply to: Video does not Autoplay in chrome – How to mute and fix it? #9699AndyKeymasterVersion 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).
AndyKeymasterSorry 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.
AndyKeymasterGo to Appearance > Customize > Additional CSS, and add this code:
.site-footer .wp-caption-text { background: transparent; border: none; }
March 11, 2020 at 7:01 pm in reply to: Video does not Autoplay in chrome – How to mute and fix it? #9685AndyKeymasterUpdate: 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.
AndyKeymasterHi,
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.
AndyKeymasterHello 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.
March 11, 2020 at 4:04 pm in reply to: Video does not Autoplay in chrome – How to mute and fix it? #9677AndyKeymasterHi 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.
AndyKeymasterI 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.
AndyKeymasterThanks. 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'; }
March 11, 2020 at 9:02 am in reply to: Azuma Demo Upgraded to Azuma Pro and now Featured Services Not Working #9640AndyKeymasterPlease update to Azuma Pro 1.1.5 for the fix to the missing button text.
AndyKeymasterWhat 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?
AndyKeymasterIt 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.
-
AuthorPosts