Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Ok, got it now. So to fix this behave, please use below css:@media only screen and (min-width: 1239px) { #Top_bar #logo { height: 200px !important; } }
-
Hi, those images are controlled by add_image_size() functions under functions/theme-functions.php file. Thanks!
-
You're welcome ;)
-
Hi, did you tried to use Decrease fonts size option under Theme options > Responsive section?
-
Hi, sorry but we do not understand. Why you can't use simply tooltip shortcode?
-
Hi, did you tried "Decrease fonts" option under Theme options > Responsive section?
-
Hi, phone can be displayed in Action Bar only (above header). If you want to display phone in that place, it is necessary to modify theme files. Thanks!
-
If your code works fine, then great but the code we gave you above, we tested on our side and it works properly as well.
-
Hi, please show us what you mean first so we can avoid confuse.
-
Take a look into Muffin Builder which is under "Page options" for each page. And in the right top corner of each section, you have a small pencil icon which is responsible for edition.
-
As we see, this is not a blog page. You created it wrong way. Blog page should be empty (not content inside) and only posts should be set under Settings > Reading section. We recommend to have a look into documentation where we explained this.
-
Hi, looks like you did many changes in theme files and this is the reason why menu works like that. We recommend to go back to original theme files. Thanks!
-
Hi, comments for pages can be activated under Theme options > Pages > General section. And then, you can hide comments forms with custom css only. Thanks!
-
Hi, our theme allow to use only one slider per page and we do not have any option to upload 2 of them. If you want to upload 2nd slider, you can paste slider's shortcode into section. Thanks!
-
You missed one option responsible for searching. It's Builder >> SEO. More details about this feature you can read on http://forum.muffingroup.com/betheme/discussion/1080/search-results-don-t-take-care-of-shortcode-content
-
@RealNegotiators Your message was removed because your words are inappropriate. There is no need to be so rude. It's not our false that you work on localhost which is probably wrong configured. If you will explain what exactly is wrong, then we'll t…
-
You're welcome ;)
-
Below css, should do the trick:.layout-boxed.header-boxed #Top_bar.is-sticky { -webkit-transform: translateX(-50%); }
-
Hi, you can do this under Theme options > Translate > General section.
-
Hi, you can deactivate this feature under Theme options > Addons & Plugins > Addons section.
-
Hi, any url to page where you used above css and does not work?
-
We replied on your private message on 4th September.
-
Hi, as you can see on http://pasteboard.co/spwwSIV.png you did something wrong because you got errors in JS console. This bug is not related with theme so it's something what you did on your side. We recommend to deactivate all plugins but if this …
-
Hi, there is no fix for that at this moment. We'll consider these markups while future updates. Thanks!
-
Yes, it is there. Did you opened section settings? Above we gave you link to section where we showed how section options looks like.
-
Ok. So these chart colors can be changed only under Theme options > Colors > Shortcodes section.
-
Thanks for pointing this out @Monzterdk :)
-
Hi, Sticky Header unfortunately can not be centered because there is logo in the same line as menu. Menu can be centered only if there is nothing in the same row so menu row can be 100% width. Otherwise, it's technically impossible. Thanks!
-
Just as we thought :)
-
Hi, the "Read more" button can not be moved unfortunately because it's hard-coded. But if you want, you can easily remove it with below css:.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button { display: none !important; } But…