Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
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!
-
But http://LINK-TO-ICON is not what you supposed to use exactly. This is just an example that you supposed to replace with the path to the marker (this need to be path to the image that you want to use for map marker). So please replace it with the …
-
Do you know where Post Options of single post are? Do you know how to go to post edition?
-
Hi, please send us WordPress and FTP dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to let us know what for …
-
You're welcome!
-
If you don't have it under String Translation, it means you did not set any text and link for the Action Button under Theme options > Header & Subheader > Extras section. It is necessary if you want WPML plugin to see this text.
-
Or you can use other position than Cover, or you can disable css backgrounds on mobile under Theme options > Responsive > General > Options section. It's called Section | Background Image.
-
Hi, you have too many menu items and that's why they are not in the same line as logo. And to decrease its padding, you need to use custom css:#Top_bar .menu > li > a span:not(.description) { padding: 0 15px !important; }
-
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.