
Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,824
- Last Active
- Roles
- Administrator
Comments
-
Yes, we did never tested it. If we test any plugin, we always inform about it on product's page or in changelog. Thanks for understanding!
-
Hi, any link to page where those images are?
-
Hi, Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine. Anticipating your question, yes, those errors are not associated with theme and were made by you or one of your …
-
Hi, 1. Do you mean to remove background and border around accordion and leave just simple texts with icons? 2. There is no way to move Share Box. You can disable it under Theme options > Blog, Portfolio & Shop > General section only.
-
Hi, we can see, you used below css:body:not(.template-slider) #Header { min-height: 100px; } and if you don't like, how it looks like on mobile, please wrap above css into right @media tag, like:@media only screen and (min-width:1240px) { …
-
You are welcome! :)
-
To set background for this page, you need to use custom css as well:.page-id-120 #Content { background: #FFF !important; }
-
You are welcome! :)
-
You're welcome! :)
-
You are welcome! :)
-
Hi, we have an option that fold last 2 menu items to the left side. It's called Fold 2 Last Submenus to the Left and you can find it under Theme options > Menu & Action Bar > Menu section.
-
You're welcome! :)
-
You're welcome ;)
-
Hi, please take a look in different topic http://forum.muffingroup.com/betheme/discussion/938/problem-with-image-size-in-shop-slider-media-images-settings-sizes where this was already explained.
-
You are welcome! :)
-
Hi, we did checked and looks like one of your plugins is the reason. You can disable 3rd party plugins and check which is the culprit or you can use the following css:#Top_bar .logo #logo img { height: auto !important; width: auto !importan…
-
What you can do is align center both on mobile devices with custom css, like:@media only screen and (max-width: 767px) { .highlight-left .column .align_right, .highlight-right .column .align_left { text-align: center !important; } }
-
Hi, we do not have an option to overwrite subheader background for each post but you can use custom css to overwrite subheader background for all posts:.single-post #Subheader { background: url('path-to-background') !important; }
-
You are welcome! :)
-
Ok, we are happy to know that update helped.
-
Hi Jamie, please take a look at http://forum.muffingroup.com/betheme/discussion/1296/how-could-i-get-this-portfolio-single-page-presentation-quisque-lorem-tortor where this was already explained.
-
Hi Patrick, Slider Revolution plugin is really advanced plugin with tons of options and features and it is technically impossible to make it as fast as you probably would like. However, we suggest to use W3 Total Cache plugin to speed up your site.…
-
There is 2 places that has dark grey background. It's offer box in the top just on the left and footer. And to change these colors, you need to use the following css:.offer_box { background: #000 !important; } #Footer .footer_copy { background: #000…
-
Hi, please send us link to page where menu does not look as on demo so we can check what's the reason.
-
Yes, this is what we meant. Glad to know you found it :)
-
If you think this is because of the theme, we suggest to switch to any default WP theme and you will see this has nothing to do with the theme. It is merely a coincidence and if you switch to default theme, you will see that we are right. Anyway, i…
-
Hi, yes, we can see you changed max_input_vars to 2000 but you got SUHOSIN extension installed that overwrites above setting. Please disable this extension and everything should be fine.
-
Just as we thought, you did not changed anything. .ini files does not guarantee positive effect because some hosting providers simply block this possibility and that's why you need to contact with your hostin provider and ask him to increase those l…
-
Hi, please send us link to page where from you would like to remove it so we can check first if it's possible.
-
You're welcome!