Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Hi, our theme does not have any impact on WooCommerce php files responsible for working. All files responsible for WooCommerce you can find under betheme/woocommerce/ folder and all we do is own styles for plugin. We do not touch anything else.
-
http://forum.muffingroup.com/betheme/discussion/8510/jetpack-3-7-incompatibility
-
http://forum.muffingroup.com/betheme/discussion/8510/jetpack-3-7-incompatibility
-
http://forum.muffingroup.com/betheme/discussion/8510/jetpack-3-7-incompatibility
-
http://forum.muffingroup.com/betheme/discussion/8510/jetpack-3-7-incompatibility
-
You're welcome :)
-
Hi, this is how sticky menu button on mobile works. If you don't like how it works, then turn off sticky menu on mobile. But to decrease padding between menu items on mobile, please use below css:@media only screen and (max-width: 479px) { #Top…
-
You're welcome :)
-
Hi, you can't do this. Style can be set under Theme options > Global > General section for the whole site once.
-
As we see, subheader background is set under Custom CSS section. Below css is responsible for that color:#Subheader { background-color: rgba(19, 191, 177, 0.7) !important; }
-
@krgirard Great. We're glad to hear that disabling cache helped you. @Bretai If you don't know what is cache plugin, then go to your "Plugins" section and deactivate all you got there. One of the plugins must be the reason.
-
You're welcome :)
-
Hi Joel, please show us on screenshot what padding you mean exactly because on our side all is good.
-
Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine.
-
We have checked your site and looks like the problem is with files responsible for styles. Just try to open http://www.miuarganoil.com/wp-content/themes/betheme/style.php?ver=9.5 and see what happen. Looks like dynamic css is blocked on your server…
-
If Muffin Options are empty after installation, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. But if this won’t help, then plea…
-
Yes, we did. Our main demo is working on 4.3 version.
-
For buttons you must use class="scroll" but for action button you can activate nice scroll under Theme options > Header & Subheader > Extras section.
-
Hi, did you added all font files? Did you checked in the code if all fonts can be read properly?
-
No, it is not possible.
-
@housesatl Like @dankreider wrote, deactivate all your plugins and check.
-
@dankreider We do not use this horrible plugin because it's completely useless for us. This plugin got so many additional things that it is sometimes nearly impossible to create own solutions. We are checking this already and we'll see if there is a…
-
Yes, this could be jetpack or cache. Just deactivate plugins and check which one is the problem.
-
You're welcome!
-
If you use Child Theme then all styles must be under style.css file. Child theme reads 2 files only: style.css and functions.php. More details about that you can read on https://codex.wordpress.org/Child_Themes
-
Files responsible for this navigation are functions/theme-functions.php and includes/single-portfolio.php
-
Sure, we'll consider this. We currently still work on new Muffin Builder.
-
Ok, now the site works fine. We have checked your site and looks like the problem is with files responsible for styles. Just try to open http://www.chennaiweekendclickers.com/wp-content/themes/betheme/style.php?ver=9.5 or http://www.chennaiweekendcl…
-
We have checked your site and we see what happen. background-size: 100% is a good solution but you got this padding on mobile devices because you set it yourself under section settings. It's 600px and that's why on mobile you got so large empty spac…
-
Hi, for that you need to modify theme files, especially functions/theme-head.php file which is responsible for header. But please notice that we do not offer that kind of customizations unfortunately so you need to do them on your own. Thanks for …