Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
http://forum.muffingroup.com/betheme/discussion/206/add-google-to-the-share-box
-
Ok, thanks. We checked your site and there is no way to decrease logo padding. But about menu items, we didn't found anything like on your screenshot. http://pasteboard.co/6XG6EYLSU.png - this is how it looks like on our demo. We checked different b…
-
Because it's css background, it is not responsive and couldn't be resized on smaller devices unfortunately.
-
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 then because it's unbelievable. Please don’t forget to let us know w…
-
Hi, looks like you are using old version of theme or WPML. What we recommend is to update WPML and remove theme files via FTP and upload the newest one instead.
-
You are welcome! :)
-
Hi, to decrease Feature Box image to 200px, you need to use custom css:.feature_box .feature_box_wrapper .photo_wrapper img { width: 200px !important; }
-
You are welcome! :)
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plugins …
-
Ok, thanks. We did checked what you mean but it is not possible to replace those numbers with dots for example. The only thing you can do is just remove them.
-
Yes, you have minimalist header on as we see. And the header type you use (Fixed) it's a header type where the content goes behind so everything works as should. So or you will use the css we gave you above to move the content down or you need to us…
-
Hey, yes, we have such option. It's called "Stick to bottom if content is too short" and you can set it up under Theme options > Footer section.
-
You are welcome @andrehaas :)
-
@borisportov Please take a look at http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key where everything was explained.
-
No problem! :)
-
Like we wrote above, we will export splash page with 210+ images with next update (on Friday).
-
Hi, to get rid number of comments from Recent Posts item, you need to use custom css:.Recent_posts ul li .photo .c { display: none !important; }
-
You are welcome! :)
-
Hi Brian, it's Action Button and you can remove it under Theme options > Header & Subheader > Header section.
-
You can remove search under Theme options > Header & Subheader > Extras section.
-
Hi, it's Content Padding which can be disabled under Theme options > Global > Advanced section :)
-
Hi, 1. We do not have such header type as apple site but if you want to move the menu items up, you need to use the following css:#Top_bar .menu > li > a { padding: 5px 0 !important; } 2. As we can see, you have Filtering included already on…
-
You are welcome! :)
-
Ok, thanks. So to move the logo to the right side when it's sticky, you need to use the following css:#Top_bar.is-sticky #logo { margin-left: 80px !important; } But if you want to move menu to the left side, you need to deactivate "Align to Ri…
-
It's because you set up Minimalist option for header and this is how it works exactly. When it's minimalist, the content goes behind the header. So or you will deactivate this option or you need to an extra css to move the content down:body.minimali…
-
You are welcome! :)
-
Each css need to be put under Theme options > Custom CSS & JS > Custom CSS section.
-
You are welcome! :)
-
@julianeumer Your social icons does not work well because are hidden by header. You customized header and made it only 20px from the top and this is the reason why header overlap icons. What you can do is increase z-index for Action Bar with the fol…
-
So if it does not work, please try the following css instead:@media only screen and (min-width: 768px) and (max-width: 959px) { #Header_creative #Top_bar #logo img.logo-main { max-height: 150px !important; } }