Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,845
- Last Active
- Roles
- Administrator
Comments
-
Hi, we are really sorry but it is not possible unfortunately.
-
Hi, we are sorry but we do not have such possibility included into theme. Thanks!
-
To make footer boxed, you need to set boxed layout under Theme options > Global > General section. Except this option, we do not have any other to make the footer boxed. What about the style? What you tried and what didn't worked out?
-
Hi, we did never tested the plugin you use so we don't know what the problem might be but if you use button shortcode in the Column item, it should work fine. If didn't, please send us link to page where you used button shortcode in Column item.
-
Yes, this is true but this is only the result. The problem is somewhere above in the code where one of the tags wasn't properly opened or closed. Of course you can try to overwrite theme files via FTP but we don't think so it would help.
-
Hi, nothing like that is not possible but thanks for your suggestion.
-
Hey, 1. To make header background transparent on mobile, you need to activate Transparent option for mobile header under Theme options > Responsive > Header section. 2. Do you mean to remove whole Top Bar with menu icon?
-
Hi Bruno, you need to contact with your admin/hosting provider because the problem is related with server limits. Thanks.
-
Hi, where did you saw such grayscale effect on slider revolution? Could you point us to demo/page where you found it?
-
If you ask for an option included into theme, then we do not have anything like this but hope the following article https://wpml.org/documentation/plugins-compatibility/using-contact-form-7-with-wpml/ will explain how to use Contact Form 7 with WPML.
-
We did checked your site and text layers are active of course. It does not disappear as you said.
-
Hi, it's Masonry Minimal portfolio style with different, transparent images. Just check these portfolio images below: http://betheme.muffingroupsc.netdna-cdn.com/be/minimal/wp-content/uploads/2016/03/home_minimal_portfolio3.png http://betheme.muf…
-
Hi, to make a button smaller, you need to use custom css. You can set class name for the button for example and then control it's style with custom css. For more details about button shortcode, please visit http://themes.muffingroup.com/be/theme/sh…
-
If it works, then it's correct :) And as we can see, in your case it works as should.
-
Hi, please send us link to page where you got this divider first.
-
Hi, if you use multisite and do not have any slider even you created or imported it, you need to change Table Prefix under Theme options > Global > Advanced section.
-
1. We did checked your css and it's ok. This css is changing menu items color. Where did you pasted it and it does not work? After further checking, we didn't found this code on your site as custom css anywhere. 2. Do you mean Latest Posts section …
-
Hey, this could be probably done with custom css only but we are not sure. If you send us link to page where from you would like to remove specific category, we will see if this could be possible with custom as we think or not. Thanks!
-
Hey, please send us link to example page where from you would like to remove subheader background on mobile because we need to have a look on it first. Thanks!
-
@heydenbluth The css is:#Top_bar .menu li ul li a span { font-family: 'font-name' !important; font-size: 20px !important; }
-
You are welcome ;)
-
Sure, you can install WooCommerce now but the example products that comes with demo import, will not be there because these imports only when all plugins/stuff are installed. So you need to set your products yourself.
-
OMG, it's a "Call to Action Footer" section and to make this phone number clickable, you need to wrap existing phone number into the following html tag:<a href="tel:00-000-000-000">00-000-000-000</a>
-
You are welcome! :)
-
Hmm, so if you want to do a change for this page only, then maybe the following css would be useful enough:.postid-2565 #Subheader { visibility: hidden !important; padding: 30px !important; }
-
Hi, we have only "Load more" feature and it is not possible to load items on scroll. Thanks!
-
Hi, psd files for demos are not included. As it's advertised on product's page only homepage and UI KIT psd files are included. You can see this information on https://snag.gy/0Jb8Nl.jpg However, if you send us request via contact form on the righ…
-
@soutes Please send us link to page where you would like to make sub-menu transparent first and we will see if it's even possible.
-
Hi, we are sorry but we do not have any option for categories list in portfolio page. Thanks!
-
Hey, to decrease gap between menu items, you need to decrease 25px of existing padding to 20px for example under Theme options > Custom CSS & JS > Custom CSS section:#Top_bar .menu > li > a span:not(.description) { padding: 0 25px; }