
Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,824
- Last Active
- Roles
- Administrator
Comments
-
Hi, yes, you can upload custom fonts under Theme options > Fonts > Custom section.
-
Hi, we suggest to disable any add blockers from your browser because this is the most common reason why they disappeared on your computer.
-
Hey, yes, we have such option. It's called Initial Width and you can find it under Theme options > Responsive > Header > Menu section.
-
You're welcome ;)
-
@Rokell Yes, you can change Single Project slug under Theme options > Blog, Portfolio & Shop > Portfolio > Advanced section.
-
Hey Leslie, to activate auto-scroll for sliders, you need to set its timeout under Theme options > Global > Sliders section.
-
Hey, if you don't need header's background, you can easily disable it by activating Minimalist option under Theme options > Header & Subheader > Header section.
-
You are welcome! :)
-
You can decrease its size on mobile with:@media only screen and (max-width: 767px) { #Top_bar .logo #logo img { height: 100px !important; height: 100px !important; } } But instead of above 100px, you need to set own values in accordance to your…
-
To move it to the right, you need to disable Button | Sticky option under Theme options > Responsive > Header section then.
-
Hi, to remove "Action Button" from mobile, it is necessary to use custom css:@media only screen and (max-width: 767px){ #Top_bar a.button.action_button { display: none !important; } }
-
Above css removes it. So if you don't want to remove this button on mobile as well, please use the following css instead:@media only screen and (max-width: 767px) { #Top_bar a#search_button { display: none !important; } }
-
You are welcome! :)
-
Hi, to change its color on iOS devices, you need to use the following css:a[href^=tel] { color: inherit; text-decoration: none; }
-
Hi, please send us link to page/s where you would like to do above modification first so we can have a look on it and give you best possible solution. Thanks!
-
You're welcome! :)
-
Hi, please send us an example of what you mean because we do not understand how exactly you want to do this. Thanks!
-
Please show us on the screenshot what "weird slide" you mean exactly. But if you want to modify checkout page, you need to customize necessary WooCommerce files located under /woocommerce/ folder.
-
Hi, iOS devices are incompatible with COVER position unfortunately and that's why it doesn't work on your iPhone.
-
No, we do not send any notifications. If you would like to be notified, you should check the right option under your profile settings on this forum. Anyway, we do not understand, how can you do not see the difference. Above portfolio was made with …
-
Hi, please send us link to page/s where you would like to do above modification first so we can have a look on it and give you best possible solution. Thanks!
-
3. But you said that you don't want to remove elements with custom css so we do not have any other workaround and if you want to remove just the tags, it would be possible with custom css only.
-
So it means that your issue has nothing to do with the theme. We suggest to go to Slider Revolution section and check System Requirements tab where all necessary information are.
-
@jkperez Above css's works of course but we have found lots of bugs in your custom css section where you did many customization on your own. Just move above css's into 1st line of custom css section and you will see that we are right. In reference t…
-
Hey, you are asking more for a WooCommerce permissions and its functionality but as far as we know, this plugin does not have such possibilities included. Thanks!
-
If you set this button using shortcode, you need to set class name for that button and then control its style with custom css.
-
Hi, not sure where you found an information that this 3rd party plugin is compatible with the BeTheme but we did never tested it and for sure not advertised as compatible. So we are really sorry but we don't know what might be the reason exactly an…
-
Hi, 1. What's the link of your portfolio category pages where you get 404 error? Did you changed permalinks? Did you tried to deactivate all 3rd party plugins? 2. Portfolio category pages looks always the same as primary portfolio page and its lay…
-
Hi, if you have such old version like 10.2.1, you don't have an option to change logo size included and you need to do it with custom css. So if you will send us link to page where you would like to change logo size, we will see if there is anythin…
-
Please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings and check if your "server support" is telling you the truth because we met with situation…