Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
@rg8 You did not created Blog page and that's why it does not work as should. If you will read the doc, you will understand http://themes.muffingroup.com/betheme/documentation/#blog how it works.
-
Yes, we did checked your site previously and of course we know what you mean. And like we wrote, if you want sticky but NO jumpy, you supposed to Fixed header style instead. BTW We tried to check how Fixed header style looks like now, but we can't…
-
You're welcome ;)
-
Ok. So to increase fixed header, please use below css:.header-fixed #Top_bar { height: 80px !important; } #Top_bar.is-sticky { height: 80px !important; } .header-fixed #Top_bar #logo img { max-height: 70px !important; }
-
Ok, thanks. We did checked your site once again and looks like this plugin have the same class as our theme and that's why this is what you get. But if you would paste below css on your site, it would be fine:.container { max-width: 100% !import…
-
You're welcome ;)
-
Hi, 1) This is how our headers works. If you don't like this effect, you supposed to use FIXED header style as this is the only header without this effect. 2) On mobile devices, only menu icon can be sticky. It is unfortunately not possible to hav…
-
Hi, what you want to do requires files customization. For single portfolio page is responsible includes/single-portfolio.php file so if you want, you can play with this file. Thanks!
-
Ok, thanks. So it’s because of CORS library which hasn’t been installed on your server what you can see on http://pasteboard.co/2CJ74V9M.png More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact…
-
Yes, we know and this is the font type used for those letters. This is what you meant exactly http://betheme.muffingroupsc.netdna-cdn.com/be/tuning/wp-content/uploads/2015/08/home_tuning_sectionbg_1.png
-
You can't do this unfortunately.
-
2) If you will send us url to page with fixed header style and large logo, we'll give you solution.
-
Sticky menu does not work on tablets because is simply incompatible. But to center menu items in sticky header, please use below css:#Top_bar.is-sticky .menu_wrapper { text-align: center; width: 90% !important; }
-
Please use below css and this will do the trick with products in responsive:@media only screen and (max-width: 959px) { div.wpb_wrapper .woocommerce ul.products li.product { margin: 0 1% 20px !important; width: 48% !im…
-
Hi Neil, please send us url to page where you got these icons and we'll have a look on it. Thanks!
-
@rg8 Any url to such page?
-
Sticky header does not work properly because of your customization. So if you want to make it work, you should modify your custom code or just do not use it for sticky header. The css which is responsible for this behave is:#Top_bar #logo { hei…
-
@tschubarov So or the conflict is between the map and your extra plugins or inside MAP item you have empty space or something similar in one of the fields.
-
No problem!
-
Ok. So to send us private message, please use contact form which is on the right side at http://themeforest.net/user/muffingroup#contact
-
Hi, this can be done with custom css. Button shortcode have class field where you can set class name and then under Theme options > Custom CSS & JS > Custom CSS section, you can write extra css responsible for these buttons. For more deta…
-
1) Ok. So you can change these attributes with below css:#Filters .filters_wrapper ul li a { color: #000 !important; font-weight: bold; font-size: 20px !important; } 2) If you know coding, then everything is possible but we just do not have such fe…
-
1) If we are thinking about the same, it is necessary to modify theme files to get what you want. 2) With custom CSS, this should be possible.
-
If you will read Item Support Policy, you understand that files customization are not included. What you ask for, requires files customization because first 4 points looks fine so the problem may be with your script. If you don't know what may be wr…
-
Good to know that you sorted it already :)
-
Hey, you can decrease footer height with below css:#Footer .footer_copy .one { padding-top: 0 !important; } #Footer .footer_copy { border-top: 0 !important; }
-
As we see, you have a slider on Shop page now but on Service page we found how Subheader looks like. So basically, if you want to move the subheader down, please use below css:#Subheader { padding-top: 180px !important; } However, we see that you s…
-
If above css works only for main menu, you supposed to use additional class for the #Top_bar element. So the css should look as below:#Top_bar:not(.is-sticky) .menu_wrapper { text-align: center; width: 100%; } #Header .menu > li { di…
-
Hi, we are very sorry but we do not offer any files customization. So if you want to modify something, you supposed to contact with your website developer. Thanks!
-
http://pasteboard.co/2CxVu46O.png - that's the reason why menu does not appear.