Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
Any web developer that has skills in html/css coding, will be able to do this for sure under footer.php file.
-
Hi, all sliders are located under /slider-revolution-demo/demos/ folder. All details about slider import you can find in one of announcements on this forum http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be-t…
-
That's weird but we are glad to know that theme updated helped.
-
Hi, 1. Title text overlaps - you set large font but not enough big line height. You can increase this line-height under Theme options > Fonts > Size & Style > Heading section. 2. When resolution is less than 768px, all columns has 100…
-
Hi, the only workaround we have to make it look a little bit better on tablets, is the following custom css:@media only screen and (min-width: 960px) and (max-width: 1239px) { a.kill_the_icon .button_icon { padding-left: 10px; padding-right: 1…
-
Hi, if you want to customize Action Bar, you need to modify includes/header-top-area.php file.
-
Ok, thanks. Do you have possibility to check on different device? Because we checked on several different macs with Safari and as you can see http://pasteboard.co/ttVj4LWwP.png the font is fine. It looks exactly the same in every possible browser.
-
It means the issue you faced with, has nothing to do with the theme itself and you need to look for a problem out of the theme.
-
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.…