Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
So this is the reason why you are not able to save empty fields. You must go to WPML > String Translation > admin_texts_betheme section and remove the fields that you want to save empty because wpml plugin is blocking it.
-
Please use below css and this will do the trick:@media only screen and (max-width:767px) { .column.one-second.column_image, ul.portfolio_grid li { clear: none; margin: 0 1% 10px; width: 48% !important; } }
-
What is the url to site where you want to increase width of the content on mobile devices?
-
To disable subheader on search pages, please use below css:.search #Subheader { display: none !important; }
-
Hi Peter, please use below css and this will do the trick:@media only screen and (max-width:767px){ #Top_bar .logo { margin-left:15%; width: 70%; } }
-
Hi, to move slider down on mobile devices, please use below css:@media only screen and (max-width: 767px) { #mfn-rev-slider { padding-top: 90px !important; } }
-
This is not for a mobile view only. If you want this code for mobile view, then wrap code into media screen, like below:@media only screen and (max-width: 767px) { #Header_creative #Top_bar #logo img { max-height: 150px !important; } #Header…
-
Hi, yes, this is the section where some things like this one can be changed. We're glad to hear that you found it :)
-
We have no ideas because as we wrote you before, on our side all works fine what you can see in http://pasteboard.co/2i5tBwHs.png (it's IE9).
-
This can be default padding for columns. Please send us private message with access to the dashboard of this site and we'll see if there is anything what we can do for you.
-
Hi, some settings, widgets and other stuff are assigned for specific theme. And because you change the theme name, for WP it's different theme and that's why some settings may be lost. So if you want to change theme folder name, you must set up som…
-
Hi, where taxes exactly won't display? Any url to page where these taxes should be?
-
Any url to site so we can check if this is possible?
-
Hi Tom, please send us url to page where you got images that you want to make circle and we'll try to help you with custom css. Thanks!
-
Hi, these icons can be found under Appearance > Widgets section where footer widgets are. Thanks!
-
This code looks fine for us. We do not see anything wrong here.
-
Hi, please send us url to page where you got action bar and we'll tell you how to change these colors.
-
Hi Adam, yes, this is normal behavior. Different images sizes are for different items and sections. If you don't use some images and don't need them, you need to modify functions/theme-functions.php file where add_image_size() functions are.
-
@klevur Some background images may be set under Theme options > Custom CSS & JS > Custom CSS section and that's why this may happen.
-
Hi, each demo that you want to import must have own wordpress instance. You can create them on other domain for tests or you can create them under subdomain or subfolder of the current domain. Thanks!
-
Hi, background for boxed layout can be changed under Theme options > Colors > General section. About posts we are not sure how you did them. Do you display posts by default instead of homepage? If this is how you display posts, you can change…
-
Hi Sam, you can change these colors with below css:.list_item .list_right h4 { color: #FFF !important; } .list_item .list_right .desc { color: #FFF !important; }
-
More details about action bar colors you can read on http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour
-
As we see, background is not big enough and that's why is full width. You should upload larger background image. The best one will be 1920px width (full HD size).
-
We have checked your site already and there is no classes like text30a in your code. It does not exist at all so this can't work.
-
To center top bar stuff, please use Top Bar Icons option under Theme options > Responsive section.
-
Hi, some items exists in pre-defined sizes and it is not possible to use them smaller or bigger. That's how Blog items looks like. But if you want to change images sizes, you must play with functions/theme-functions.php file where add_image_size() …
-
Hi, we'll consider this while future updates. Thanks!