Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
Hi, what tag did you tried to add exactly? Please show it to us.
-
Please use the css we gave you above and this would do the trick for all of your questions. Please notice that it's the only way to achieve what you need.
-
So everything is clear now. Your current hosting is just incompatible with wp_remote_get() which uses loopbacks of course but is a default WP function. If you want to import all demo data like: content, images, menus, widgets, etc, loopbacks are nec…
-
Ok, thanks for explanation. We checked it already and noticed that it's nothing related with theme. If you look at http://pasteboard.co/1nsM9SEP.png you see how many errors in JS console you have. All these need to be sorted.
-
Ok, we see what you mean. However, what you ask for is not possible because pages with sidebars can't go to the left or right edge. It's just technically impossible to do this.
-
Hi, this is how Column item looks like. And because most of our customers need this item and use it for their sites as it's more flexible than WYSIWYG editor it's number one. If you want to use WYSIWYG editor, just use Visual Editor item instead. …
-
Ok, got it. So this option expand top bar to be full width (out of the Wrapper).
-
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.
-
You can do this with the following css:.image_frame .image_wrapper .mask::after { display: none !important; } .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; } .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom:…
-
You are welcome! :)
-
Hi, to set dark menu background on mobile, please use the following css:#Top_bar #menu { background: #000 !important; }
-
You're welcome ;)
-
Ok. So to get similar subheader on mobile, you need to use the following css:@media only screen and (max-width: 767px) { #Subheader .title { font-size: 20px; line-height: 20px; padding: 0 !important; } #Subheader …
-
Hi, you must have page with the same name and that's why above link does not work. Please also notice, that after changing permalinks, you always need to save changes in permalinks under Settings > Permalinks section.
-
@b_fuchs http://forum.muffingroup.com/betheme/discussion/3109/don-t-see-some-options-or-demos-please-update-theme
-
Hi, we are sorry but it is not possible.
-
You're welcome :)
-
As you can see on http://pasteboard.co/1mcFQFCb.png everything is fine. The problem might be related with Transparent header of course but this is the whole sense of being transparent.
-
Great!
-
Yes, this is what we meant.
-
It means that you did somethnig wrong. We suggest to use W3 Total Cache plugin to speed up your site. But please notice that there is also many other factors that have impact on page speed like: hosting, size of the images you used on your site, ext…
-
http://forum.muffingroup.com/betheme/discussion/1007/fixed-visual-editor-text-area-not-scrolling
-
Hi, please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact with above details so we can have a look on it. Thanks!
-
Hi, please send us link to page where you would like to make the font bold.
-
But as we can see, you have header background already what you can see on http://pasteboard.co/1m17RGRe.png
-
Hi Barry, this is header background section. What you can set in that section is header background. You can set up this background under Post Options section where Header Image field is. Thanks!
-
Hi, no, it is not possible to have 2 different pre-built layouts in one WP installation. Each pre-made demo needs own WP installation. Thanks!
-
Could you show us the place on product's page where we wrote that pre-built websites were made with Visual Composer? As we can see, there is information that within VC you can build pages from scratch. It is not true that most features are not avai…
-
Hey, to add padding between portfolio items, you need to use an extra css:.portfolio_group.flat .portfolio-item { padding: 5px !important; box-sizing: border-box !important; }