Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Hi, this is impossible because there is cart and search on the right side in the same line as menu.
-
You're welcome ;)
-
Please deactivate maintenance mode because we can not have a look.
-
Does above css helped or not? If not, then please explain what else you want to do. Also please tell us what demo did you imported exactly? Maybe this is how demo was created and how supposed to look like?
-
No problem.
-
Great :)
-
Sorry but for single post page it is impossible because this section has not been coded the same way as blog page.
-
Hi, 1. We recommend to activate "Decrease fonts" option under Theme options > Responsive section. 2. Where from did you get this effect? Because as far as we know, it does not come with theme and because of that there is nothing what …
-
We are still not sure what you exactly ask for (still not sure if you talk about Google fonts that are not included or custom fonts). But please check below topics where all information about Google and custom fonts are: http://www.themepunch.com/f…
-
This one is actually possible what you can see on Be|Cosmetics demo. You can use below custom css to do this the same way:#Top_bar .top_bar_right { top: 0; } #Top_bar .top_bar_right:before { top: 0px; background-image: none; transform: skewX(0deg) s…
-
Hi, unfortunately in current version it is not possible to hide this menu after click. Thanks for understanding!
-
How? You need to modify WooCommerce files with php/html/css. This is how you can do this.
-
@danielblinman Like message says, you must contact with server administrator because this problem is completely not related with theme. To be honest, this message says nothing.
-
You can only set fixed width for different devices:@media only screen and (max-width: 479px) { #Top_bar #menu { width: 300px !important; } } If you don't like this solution, then nothing else won't be possible. Which color is different? Becaus…
-
Hi Paul, yes, we know about that very well. This is how VC plugin works. If you decided to use VC, then you must agree with that behave. Or you can use our Muffin Builder where we do not have such weird padding or margin.
-
Sorry but unfortunately we can not help you in this case. In our opinion, header files needs advanced modifications because custom css won't work here at all as you want. But because of obvious reasons we do not offer such customization, you need to…
-
Sorry, we forgot about that one. To remove "at" as well, please use below css:.post-meta .author-date .date .label { display: none !important; }
-
You're welcome :)
-
Yes, it is. It's under betheme.zip/plugins/ folder.
-
Hi Matt, this one is unfortunately impossible. For that you must use WP Gallery.
-
Hi Steve, header background is mage with css. Such are not responsive because it's technically impossible. Thanks for understanding!
-
@carmenkbilar If you use 9.7 version of BeTheme, then you can use latest version of Jetpack. We are sure about that.
-
Hi, please send us private message with details then.
-
Hi, featured images are set by WordPress itself. We can only change their sizes what we do under functions/theme-functions.php file and this is the whole control we got on those images. To get them all the same sizes, you must upload images that ar…
-
Ok, thanks. 1) This one is unfortunately impossible. For that must be rebuilt header. 2) Action Bar background color can be changed under Theme options > Colors > Menu & Action Bar section.
-
Section does not work for blog page unfortunately. Blog is just simple page where posts can be displayed. If you want, you can use custom css only to set background image for whole blog page.
-
Hi, if you are using Muffin Builder, then unfortunately builder does not support Revisions. It's just technically impossible. Revisions support only default WP text editor. If you lost something, you should contact with your server admin and ask if…
-
Do you mean to import fonts that does not exist for Revolution Slider or what exactly?
-
Hi, if you want to add code into header.php file, then you can do this only in header.php file. This is the only way. Thanks!
-
Hi, to remove those meta elements, please use below css:.post-meta .author-date .post-author { display: none !important; } .post-meta .category { display: none !important; }