Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
We got tons of messages and we check them one by one. We get your message but you need to wait for your turn. This will be checked today for sure.
-
Please check the section we mentioned above because the footer does not display because of custom css like we thought what you can see on http://snag.gy/yo0i9.jpg - it's:/* Footer */ #Footer { display: none; }
-
You're welcome ;)
-
Hi, how did you created under construction page exactly? As you can see at http://pasteboard.co/PAOT6Cv.png the content is completely empty. This is the reason why your site is blank.
-
You're welcome ;)
-
No problem :)
-
We're glad to hear that :)
-
@numero7 If you set own size for h2 tag, then this option won't work. In this case, you must play with right @media only screen attributes for different screen sizes.
-
You can send us private message with access to your dashboard.
-
The only thing you can do is create custom menu for footer which you can display instead of social icons. For that, you must create menu under Appearance > Menus section and then under Appearance > Menus > Manage locations section you must …
-
Hi, we would start from plugins deactivation because one of them may be the problem. Also, please take a look into Google because this warning is not related with theme. There is something else that is the reason.
-
To send us private message, please use contact form which is on the right hand side at http://themeforest.net/user/muffingroup#contact
-
You're welcome ;)
-
The url you sent above does not work unfortunately. Your site keeps loading and nothing happen. However, will be better if you can send us private message with access. Anyway, we are sure that it is not theme issue. If that will be theme issue, the…
-
Ok. So to increase this icon size, please use below css:#Top_bar a#header_cart i { font-size: 30px !important; }
-
You're welcome :)
-
Hi, are you talking about header background or what exactly? You mean to set header background like we did on http://themes.muffingroup.com/betheme/blog ?
-
We also use GA code on our demos (over 130) and as you see there is no additional tokens. This means the problem is somewhere else. Please deactivate all plugins and then check.
-
As we see, such large padding comes from the revolution slider. You set tall slider what you can see on http://pasteboard.co/Pp44W02.png Also, there is top padding for about section.
-
@argos Great :) We're glad that you sorted it!
-
Hi, what is impressum link? Please explain what you are talking about and we'll try to help. Thanks!
-
@Jaimeemaree It does not simply work for that one because as you can see, all.xml contain hundreds of images. Your server is simply limited and that's why you are unable to import this demo. Please import the same demo without attachments and you se…
-
You're welcome ;)
-
Ok. So to change their colors and move them to the right side, please use below css:#Action_bar .contact_details li > i { color: #000 !important; } #Action_bar .contact_details { float: right !important; }
-
Ok, thanks. So to increase logo size, please use below css:#Top_bar #logo { height: 140px !important; }
-
Hi, to decrease logo size on mobile devices, you must play with below css:@media only screen and (max-width: 767px) { #Top_bar #logo { height: 80px !important; } }
-
We have no idea why this section display in Safari, but the only way to remove this section is below css code:.header-magazine #Top_bar .top_bar_right { display: none !important; }
-
Hey, sticky logo does not work because you turned off responsive mode. Please use below css and this will do the trick:#Top_bar.is-sticky #logo img.logo-sticky { display: inline; } #Top_bar.is-sticky #logo img.logo-main{ display: none; }
-
Hi, to remove those icons, please use below css:.team .desc_wrapper .links { display: none !important; }
-
Hi, It's call to action text that can be changed under Theme options > Footer section. But to remove date and author from blog posts, please use below css:.post-meta .author-date { display: none !important; }