maxsdesign
Forum Replies Created
-
Hi,
I have just fixed that error, you can update to the newer version. Thanks for pointed out that problem.
Cheers
MassimoForum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] E_ERRORHi,
I have just fixed that error, you can update to the newer version. Thanks for pointed out that problem.
Cheers
MassimoHi,
I installed the version of the CartBounty plugin that is on the WordPress repository and I had no problems. Unfortunately I can’t install the pro version. Could you be more specific about the conflict?Forum: Themes and Templates
In reply to: [Brand] Disable slider & keep slider imagesHi reshm,
In the next version of the theme I’m going to add some options for the slider, including the possibility of disable the autoplay.
Cheers
Forum: Themes and Templates
In reply to: [Brand] Brand theme outdated?Hi @reshm,
You’re right, there were two outdated Woocommerce templates.
I’ve just uploaded a new version of the theme with the updated templates.Cheers
Forum: Themes and Templates
In reply to: [Brand] Navigation Font SizeHi Ichea356,
Thank you for you words, I’m glad that you like it.You can add a css rule to change the font size. Add it in Customizer > Additional CSS:
#mobile-menu-wrapper nav a { font-size:24px; }Cheers
Forum: Themes and Templates
In reply to: [Brand] Video HeaderIt’s the default behaviour for the Header Video, that is a WordPress built-in functionality.
Video headers are considered decorative elements — like header images, but with motion. With that in mind, they play automatically, loop by default, and don’t have sound. They work best when paired with an image, so they can progressively enhance the experience when video is supported.
There isn’t an easy way to turn sound on, due to the limitations of the Core code related to video headers. For this reason, I’d suggest you put any video where spoken words are important into the body of a page or post instead.Forum: Themes and Templates
In reply to: [Brand] Change Row Background Color DisabledHi Jane, I don’t understand what you mean with row. Maybe a screenshot of the row could help.
CheersForum: Themes and Templates
In reply to: [Brand] list products on one page &Hi reshm,
These are not theme related issues.1. The number of products per page depends on the value set in Setting > Reading.
This value is used for posts and products.
In the Woocommerce documentation they explain how to change this value only for products.2. You are using the Jetpack infinite scroll module that loads posts on scroll and changes the url.
Cheers
Forum: Themes and Templates
In reply to: [Brand] VideoHi,
you can add a video on the front page.
In the Customizer go to Header Area > Header Media and select the video that you want to add.
Then go to Header Area > General and choose Static image or video option as Header type on front pageForum: Themes and Templates
In reply to: [Brand] Media player for the Brand themeIf you need media player customisation you can find a lot of plugins in the WordPress repo. Try them on the free theme: if they work well on it they work on the premium version too.
Forum: Themes and Templates
In reply to: [Brand] Home page sliderOn which version of Internet Explorer you have encountered this problem?
When slider is set on the front page header-slider.php is loaded.
Forum: Themes and Templates
In reply to: [Brand] How to remove powered byYou can add custom footer content using a filter inside functions.php:
function my_custom_text() { echo 'My new site info'; } add_filter( 'brand_footer_text', 'my_custom_text' );In the premium version you can add footer content (even html and shortcodes) visually, inside the Customizer.
Forum: Themes and Templates
In reply to: [Brand] Home page sliderYou can add more slides. In functions.php (preferably in a child theme) add this code snippet:
function more_slides() { return 4; } add_filter( 'brand_slides_number', 'more_slides' );There aren’t any control to move the element inside a slide. I’m going to add animation options and even more visual options for those elements in the premium version.
The image doesn’t scale because the content could overflow from the slider container and the image would be too small on mobile device.
In the premium version you can customize colors and fonts of navigation, headings, widgets, footer, buttons, content.
Forum: Themes and Templates
In reply to: [Brand] Adding Polylang language switcher iconYou have to go in Appearance -> Menus to see it. Polylang adds the switcher icon as a custom link.