Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, we are sorry but we do not have such effect/featured included unfortunately so far. Thanks for understanding!
-
Hi, all heading tags, you can change under Theme options > Fonts > Size & Style section.
-
@ButterflyHerder What's your PHP version? If you don't know, check Appearance > System Status section.
-
Hi Nico, as we can see, you found the way to do it because whole menu item is highlighted on hover.
-
Hi, please send us link to page where sub-menu does not work so we can have a look on it first.
-
Hi, if you want to modify this section, it is necessary to customize theme files. Thanks!
-
Wordpress, since version 4.5, requires minimum PHP 5.6. It means your current PHP version is older than 5.6 and doesn’t support necessary Wordpress functions. We recommend you to contact with your admin/hosting provider because your PHP version requ…
-
Hi, Just wrap it into link tag: <a href="#">text</a>
-
@yigitcpolat The point it that the content from Muffin Builder is visible and there is no need to make duplicate content (WP Editor and Muffin Builder) to be visible for Google bots.
-
Hi, what do you want to do then? Create an author page or what?
-
Hi, you can not put widgets because you use special characters for sidebar names what is not allowed.
-
Hi, what's your PHP version? How much of memory you got? And the last one, do you have SUHOSIN extension installed? All those details can be checked under Appearance > System Status section.
-
2,3,4) That's totally weird and if you switch to parent theme and it get worse then we really have no idea what might be the reason. What we recommend is to remove parent theme files via FTP and upload the newest one via FTP only once again. Also, p…
-
Please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason then. Please don’t forget to attach link to current topic so we know…
-
http://forum.muffingroup.com/betheme/discussion/12/muffin-content-builder-migrate-tool-3-0-change-builder-paths-for-images-etc-while-site-migration
-
@muffinvernichtungswaffel You have SUHOSIN installed and this might be the reason why it does not work as should as suhosin got own limits specified but this could be sorted by your admin only.
-
Hi, if the problem appears after VC activation, it means that you have not enough memory on server or SUHOSIN extension if you have such installed and that's why it disappear. Please check it under Appearance > System Status section.
-
It's very basic html code and you can paste it in any place where html tags are allowed, ex. Column item.
-
No problem! :)
-
In reference to Item Support Policy files customization are not allowed. So if you want to modify files and don't know how, you need to contact with your web developer.
-
No, there is nothing like that. What you ask for requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
-
2. Sorry but we do not have any css to create placeholder. It's Muffin Builder item. 3. Logo is an image so can be changed only with a new logo image.
-
Please turn off maintenance mode so we can have a look on it once again an see if this could be easily done.
-
You are welcome! ;)
-
Hi, to set up menu background on mobile, please use:#Top_bar #menu ul li { background: #000 !important; }
-
You are welcome ;)
-
1. This can not be true because we did checked and it works. But if it does not work somehow, use the following css:#Top_bar #logo img { max-width: 290px !important; }
-
No problem.
-
You are welcome ;)
-
To hide it on mobile, you need to use an extra css:@media only screen and (max-width: 767px) { #Top_bar a.button.action_button { display: none !important; } }