Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,876
- Last Active
- Roles
- Administrator
Comments
-
Hi, 1. While you are in Appearance > Menus section, click on Screen Options in the right top corner and check if all options are activated. 2. Make sure that you did not deactivated BeTheme Demo Data option under Theme options > Global > …
-
You can do this with WP default gallery. For more details about this gallery please visit https://codex.wordpress.org/The_WordPress_Gallery
-
Please send us link to page where menu is aligned to he left side.
-
Yes, it's true. Many items/columns got default padding because this is how it was designed by our coders. It's just extremely necessary so all items can look good. However, if you want to remove space for that button only, you need to set class name…
-
But as we can see you use Classic header style and for that header type it won't be possible to set transparency for header. It's just impossible. If you want top bar to be transparent, you should use one of our transparent top bars.
-
Hi, if cover does not work as you want, you can set any other background size. For more details about it please visit http://www.w3schools.com/cssref/css3_pr_background-size.asp Thanks!
-
Hi, we suggest to turn of all extra plugins first to check if one of them is not the culprit. However, if this won't help, please re-install theme files but via FTP only. Thanks!
-
This is the code for our default responsive menu. So it's for the 3 lines next to the logo.
-
Hi, we are sorry but we do not have anything like that included. Included Mega Menu into theme is kind of plain menu without any additional features. Thanks for understanding!
-
Hi, please provide us link to page where widgets does not display in the sidebar.
-
Hi, 1. This is not possible not change position of elements. You can only remove some of them if you don't like it. 2. We have Visual Editor item which has wysiwyg editor. 3. We did never tested this plugin unfortunately.
-
@IhsanMohamad What styles altogether you want to remove exactly? Where from?
-
Great, glad to hear you sorted it @RichardSunday :)
-
No problem.
-
Hi, while site migration, we always use 2 plugins and did never had any problems with content or settings migration. Those plugins are: WP Migrate DB and Mfn CB Migration Tool. We think that 2nd tool would be the key in your case. Thanks!
-
Hi Manuel, what IE version you mean? We did checked your site in IE and all is good. We did not noticed any crash problem.
-
No problem.
-
Hi, please send us link to page where you got those buttons so we can have a look on it first.
-
Hi, we are sorry but it's not possible to change the number of columns on the Mega Menu unfortunately. Thanks!
-
Hi, we know about this issue. This would be fixed with next theme update. However, at this moment, you can fix it with the following css:.image_frame.inline-block { display: inline; }
-
You are welcome ;)
-
Ok, now it works. To change menu items color on mobile only, you need to use extra css:@media only screen and (max-width: 767px) { #Top_bar #menu ul li a span { color: #000 !important; } } But to change copyright section, you must put your own …
-
You are welcome :)
-
button="0" means it's text but button="1" will set the button instead.
-
You're welcome!
-
1. Ok, so if the css we gave you does not work, it won't be possible to move logo to the left side unfortunately. 2. To resize logo on mobile, you need to use the following css:@media only screen and (max-width: 767px) { #Top_bar .logo #logo im…
-
@BananByran So if you mean background videos in sections, those videos won't work on mobile devices unfortunately. It's because mobile devices are incompatible with those kind of backgrounds. Thanks for understanding!
-
We did never tested this plugin and we don't know where the problem might be exactly. We suggest to do not use the plugin if it's the culprit.
-
Hey, we are afraid that you need to write your own css instead. Of course you can try to use shortcode button but we don't guarantee that this would work. Thanks!