135 comments found.
Hi, short question: what are the library names which are responsible for the fancy animations? For example when you hover the menu at the right top corner it moves and pulls or the shaking of the images when you move the mouse randomly. Thank you.
In mobile, when I view the vertical view, it’s been blocked and ask turn to portrait mode. How can I disable that?
Hello,
There is a reason we have the mobile landscape view rotating image which indicates the best preview is portrait. the top and bottom bars will cover much of the content which has a smaller height anyway in landscape view.
to enable landscape however add this to customizer -> additional CSS
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
#rotate-device {
display:block;
}
}
Thank you.
#rotate-device { display:none; }
Sorry that’s correct I just pasted the code from the css file. it just has to be disabled with display: none
Hello, really congratulations for the design of the theme … beautiful! In this version the editor is only gutemberg? but can I stylize every single piece of each page?
Should I create a series of private portfolios with the plug in whishlist member, could there be problems?
Thanks and good job.
Hello! Thank you for your interest!
Bauman has two ways of operating – with ajax page transitions enabled (as it is in our demo) and without. With AJAX enabled you have seamless silk smooth page transitions because the current page is not reloaded. The drawback is that the element in the page stays the same. So there may be issues operating with third party plugins that need js initialization in header/or footer. Gutenberg is the editor of choice in this regard because is AJAX friendly.
On the other hand if you disable AJAX you will see the preloader every time you navigate to a page but you can use any plugin you want. Or page builder.
Hope it clarifies. Thanks
still cannot find / change page to get Carousel High Columns working, doesn’t seem to be a template for this or find the code for it? any help?
Hello, you need to make sure you are running version 1.5 (latest). In that version you have a page template High Columns Carousel. If you have already created the portfolio items all you need is to change the page template. Thanks
perfect thank you, trying to see how to update theme within the appearance – themes, but don’t see an option for the update to 1.5.
the notification appears for themes stored in wordpress.org repository, not themeforest.
The latest version of the theme is available for download from envato.
You can remove the theme in the WP dashboard and install the new version.The content and options are not erased between upgrades.
Backup your theme before to be on the safe side.
Alternatively, you can unpack and copy via ftp the latest version.
the folder location is wp-content/themes/bauman
If you did custom work and modified the theme files, you have the merge the changes.
Some of our customers are using Envato Market Wordpress plugin
https://envato.com/market-plugin/We do not endorse it it’s just an alternative way to keep your themes updated.
thank you so much ClaPat that helped alot, definitly needed to update and now it’s all working, I used the envato plugin to fix it all, had to re-do some code but I can work on the site now.
Do you have the website demo content for WPBakery?
Hello, no, only Gutenberg. We did however map all the shortcodes to WPBakery elements. And we provide a child theme included in the main archive that provides basic compatibility between ajax page transitions and WPBakery. Thanks
Can I change the black background color ?
if ($("#page-content").hasClass("light-content")) {
...
}
change the value for the background color #141414
Thanks
Hi! First of all – great theme! Loving it! I have a question about the map – I’m trying to change the map location under ‘Customize -> Map Settings’ with my own address, but it doesn’t work, I’ve tried with the coordinates, still nothing. The map keeps showing Saint Tropez.
Hi, you need to create the google maps API key and paste it in customizer -> map settings. Thanks
Hi! Thanks for your help. I had the API inserted, but forgot to add the maps app keys to the API. It works now!
there seems to be a broken black bar on the Portfolio Grid page, when you disable Hero Section and black bar remains above the logo & menu on that page, is this intentional? or is it something that can be fixed? also is there away to disable right click on images rather than finding a WP plugin for it?
$(function() {
$(this).bind("contextmenu", function(e) {
e.preventDefault();
});
});
to disable the right click.
Hi ClaPat, sorry for the delay in replying. I’m unable to provide the url as it’s in underconstruction mode, it just has a black bar across the top of the page above logo/menu, almost like a spacer.
also on the fullscreen slider page, is there an option that you can click anywhere on that image, rather than the wording to load that page? when using a phone to view it’s not very clear, as you’ll just want to select anywhere on that image to enter the portfolio.
thank you also for the disable right click!.
That’s okay, send us wp admin access in a private ticket on clapat.ticksy.com so we can inspect the page. thanks
I couldn’t get that page to work and it made sense to use another, so I’m changing my mind with the front page, I wish to use the high-columns-carousel but unable to find that page within my pages, is it something you need to change within the carousel template?
Hello, you need to make sure you are running version 1.5 (latest). In that version you have a page template High Columns Carousel. If you have already created the portfolio items all you need is to change the page template. You should also hard refresh your page (Ctrl+F5). Thanks
it’s going all good now, almost finished site.
but I’ve broken the disable right click images, not sure where to put the code back into the scripts.js file. (each time I do, I update and it remains there). sorry for the silly question. any help?
Hello, you can try add it in /js/scripts.js $(document).ready(function() right after line 24 Thanks
I still couldn’t get it too work, tried at the start of the scripts.js on line 24, before, after copy & paste the code, but I can still right click and save all images on any page. any advice? I just want to disable the right click and save on images.
if you can send us you site url with /js/scripts.js not minified so we can have a look – also to see if thare are any errors with it. Thanks
Hi, Im struggling to format one image assets of fullscreen slider for both desktop and mobile at this same time. Is there a way to have alternative asset load for mobile slider?. If not, how can you support us ?.
if( wp_is_mobile() ){
$this->image = bauman_get_post_meta( BAUMAN_THEME_OPTIONS, get_the_ID(), 'bauman-opt-portfolio-responsive-hero-img' );
}
else{
$this->image = bauman_get_post_meta( BAUMAN_THEME_OPTIONS, get_the_ID(), 'bauman-opt-portfolio-hero-img' );
}
And add a new image option in /include/metabox-config.php ‘bauman-opt-portfolio-responsive-hero-img’ follow the model of the hero image. Thanks
Thank you for support!
Hi! I’m having an issue with SSL using your theme. On every page the SSL is detected correctly, however when on portfolio page Chrome inspector says: Mixed Content: The page at ‘https://domain.com/realizacje/transport-europa-logistics/' was loaded over HTTPS, but requested an insecure image ‘http://domain.com/'. This content should also be served over HTTPS. Hit me up at mateuszkedzia1@gmail.com
Hi, we will respond to your ticket shortly. Thanks
Hello, I had a query regarding this template. Can you please tell me if WP Bakery Builder is included in the theme? Also are there any other plugins included in the theme? If so can you send me the list?
Hi, the WPBakery page builder is not shipped with theme. We recommend Gutenberg as the editor of choice since it’s AJAX friendly. We mapped however all of our shortcodes as WpBakery elements and we provide a child theme for WPBakery users. Thanks
Hello, an interesting theme. However, there is a problem. Unfortunately, you can scroll to rects when looking at a portfolio. It can be seen in the picture. I think it has something to do with the smooth-scrollbar.min.js. If I deactivate the Smooth Scroll in the settings, you can no longer scroll horizontally, which I would like to have with the Smooth Scroll activated. If you scroll almost to the bottom of a portfolio, the style changes from display: block to display: none. I need help there.
https://pixelaktivisten.de/Bildschirmfoto%202020-03-14%20um%2015.20.17.pngHello can you provide the page url and give us more details because it’s not very clear. Also if we follow the link you sent we get page not found. Thanks
Hello, I have now asked for a refund because I can unfortunately not use the theme.
Hi, a question, is possible to change colors of the theme? Mean having a light background version or a custom colors for pages? Thanks
And in theme there is a theme panel to customize also fonts?. Thanks
Hi, by design the theme comes with backgrounds light and dark. So you can switch between settings. For a custom color it’s an easy change to make. Although we do not recommend changing the fonts (because you may need to do a lot of collateral changes – margins, paddings etc) you can use plugin such Easy Google Fonts
https://wordpress.org/plugins/easy-google-fonts/or
https://wordpress.org/plugins/use-any-font/Hi there, does this theme support the addition of eCommerce platforms like WooCommerce? I know it’s not native to this theme, so I wanted to check if the introduction of a WooCommerce style platform would play nicely with the theme’s components and style? Thanks!
Hi, we have not tested the theme with Woocommerce. You may have to do several CSS adjustments. Thanks
Quick pre-sale question:
I’ve tested the theme under Safari (iPhone) and there’s some overall crop of the site. I’ve tested it on the same device, but with Brave and it looks great. Do you plan to fix it soon?
Please send us a message via our TF profile form and give us more details.Some screenshots are appreciated. Thanks
Hi,
many thanks for the incredible Theme!!!
One Problem: In the Portfolio Mixed template on the home page, I want only selected category items in the list after the first number of items
I will have about 20-30 portfolio items in the Portfolio Mixed Template theme. On the start page, however, only the position ‘First Number Often Items’ allows you to limit items to a certain number. Unfortunately, the following item list shows all items of the published portfolio.
How can I limit this list???
'posts_per_page' => 1000,
to something else
Many thanks for the fast help! That worked perfectly.
Extensive Documentation . I recently purchased the theme and i can’t find documentation inside the “folder”. the “documentation folder ” is empty!!
thanks 
Hi, WHere can I see what the Blog looks like, both the categories page and the individual blog items?
Hi, I like your theme. I want to make a website for video templates, which I am able to sell these. Will I be able to do:
1- can I make the video preview before the client open the link to see the details.
2- can I have built in Video player in the theme?
3- Selling videos and have store featured (check out and payment.
4- make categories for the videos.
5- how much it will charge to add the store feature to you theme if you will do it from your side?
Thanks, Khalil
Hello Khalil,
1. yes, see ‘Gold Man Watching’ in our live demo.
2. yes, you can embed any content in the content. you can use our video shortcode using self-hosted videos. See again Gold Man Watching. For third party plugins you may need to disable AJAX transitions
3. we don’t have a store feature integrated. you may want to use a plugin for this.
4. you can basically create categories for any of the portfolio items so you can group them the way you want
5. we don’t do custom work at the present time even though we really want to help our customers.
Thank you