Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Hi, the content of pre-made layouts were made with Muffin Builder tool. When you create/edit page, under "Page options" section you have Muffin Builder where the whole content stored is. Thanks!
-
Hi, can you explain what fix you recommend? Because as we know, there is nothing what can be fixed here. Or images are large and looks good or you make them small and then looks sh**y for visitors. We chosen 1st way because this is what 99% of user…
-
Hi, yes, it is possible. Trailer boxes exist also as 1/6 and 1/5 width.
-
To be honest we are not sure if this could be the reason because this is first time when we see such message but if you did not found anything else then this could be the reason of course.
-
Hi, 1. 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. 2. Yes, this is how iframe works exactly. When you are on iframe, it is not possible to scroll and …
-
Hi, we are really sorry but it is unfortunately not possible to do what you need. Thanks for understanding!
-
You set the sidebars wrong way because 2 sidebars are not possible for bbPress pages. Only can be used for those pages. And widgets for this sidebar you can set under Appearance > Widgets section where Plugin | bbPress default sidebar already is.
-
Hi, your question is really weird because there is a lot of reasons why your dashboard may be slow. We got over 150 demos already and we did never noticed any slow dashboard and we're sure it's not because of theme. Usually dashboard may be slow be…
-
Ok, right. So to remove this shadow line below the subheader, please use below css:#Subheader::after { background: none !important; } But to move title on single post pages to the left side, please use below css:.post-header .title_wrapper { paddin…
-
Hi Rokas, if you want to modify shortcodes, you must do this in functions/theme-shortcodes.php file. This is the only way to edit shortcode items. But please notice that we do not offer code customizations so you need to make those customizations o…
-
Hi, this needs some changes in slider so if you know coding, then you can try. But if you don't know how, then please contact with your website developer. Thanks!
-
For this section, we used "Portfolio" item with following settings then http://pasteboard.co/auiKdMB.png
-
Yes, this works with Muffin Builder only. VC plugin does not have such feature included.
-
So please send us url to page where gallery is and where this happen so we can have a look on it.
-
Hi, alt tag for logo is always the same as title for site. So please set title name for site and then check. But if this won't help, then please send us url to your site so we can have a look into the code. Thanks!
-
We're glad to hear that you sorted it out :) P.S. As far as we know, smooth scroll for one page works fine for all browsers. We did not noticed problems with any browser.
-
Hi, it is possible to change general background color only. You can not set different bg colors per different sections. You can have a look at http://forum.muffingroup.com/betheme/discussion/473/sidebar-background-colour-and-line-removal-widget-aft…
-
We are still not sure what you mean when you are saying that you want to remove grey bar but hope you mean to set the same background color (white) as header and content. So to do this, please use below css:#Subheader { background-color: #FFF !impor…
-
@Salisa777 This is not possible because if you will upload new demo, you will loose all current settings. If you want to know how some things on other demo were made, please create another wordpress instance for test only so you can upload demos and…
-
We are not sure what exactly is the problem but below css will do the temporary fix:.quick_fact .animate { opacity: 1 !important; }
-
We replied on your private message over 1 hour ago where we explained what you did wrong so please check your inbox.
-
@bcashen If it does not work that way, you must have limits on server side and that's why you are not able to install theme. It's necessary to contact with your server admin because FTP is "must have" for every developer and if something b…
-
You're welcome :)
-
You can change these colors with below css:input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus { background-color: #000 !imp…
-
Hi, it's because your logo is too big. You can make it look better with below css and this is all we can do in with current logo size:#Top_bar .logo { margin: 0 !important; padding: 0 !important; } #Top_bar .section_wrapper, #Top_bar .cont…
-
Ok. so to display filers by default, please use below css:#Filters .filters_wrapper, #Filters .filters_wrapper ul { display: block !important; } #Filters .filters_wrapper ul li.close { display: none !important; }
-
You're welcome :)
-
Ok. So to remove this part of content, please use below css:.post-meta .author-date { display: none !important; }
-
Because you removed filtering in files, we have no idea which css will work. On our demo, below css works:#Filters { display: none !important; }
-
You're welcome!