Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, it's because of the Nice Scroll. So if you would like to use CTRL+F on your site, you need to switch to default scroll under Theme options > Addons & Plugins > Addons section.
-
Hey, all details about changing colors in Action Bar you can find on http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour/p1 Thanks!
-
Hi Peter, please show us on screenshot how and where exactly you want to put this background so we can give you right solution and avoid confuse.
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plugins …
-
Hi, could you be more specific? Because we do not understand what you mean at all.
-
Hi, you couldn't find this in theme options because it has nothing to theme. For this part, is responsible comments.php file which comes from Wordpress by default.
-
Hi, please send us link to page where you got this button in sticky header then. P.S. Redoing questions, wouldn't change anything and for sure would not speed our reply. If you would like to know what time and when we work, we recommend to check o…
-
How exactly you want to have it on the left side? Please show it us on screenshot.
-
@msteerob What is above, it's CSS what means it need to be put under Theme options > Custom CSS & JS > Custom CSS section. For more details about MailChimp plugin, we recommend to visit plugin's page http://mailchimp.com/
-
You are welcome! :)
-
Hi, we are sorry but it's not possible unfortunately. Thanks!
-
Hi, we do not have an option to make sticky menu bar on mobile devices yet. We are working on it but we need time. However, the logo for mobile devices could be set under Theme options > Responsive section.
-
Hi, it's because you zoomed in your screen. If you will zoom it out, the menu would be fine.
-
@signsintime All icons are located under /fonts/ folder.
-
@Kenneth_V So if that didn't worked for you, we recommend to remove everything and do fresh installation of Wordpress and the whole rest once again because something must be wrong with your installation if this really didn't work. Please notice that…
-
Hey, please send us link to page where this happens first so we can have a look on it closer.
-
Hi, we are sorry but it is not possible unfortunately. With current page, also parent page always highlights.
-
Hey, you set transparent header type and it works exactly as supposed to work. This is the whole sense of being transparent. Of course you can move the content down with the following css but it wouldn't look good in our opinion.#Content { padding-…
-
Do you mean to change this button's color?
-
@Achmeddh Under Post Masonry Grid item.
-
Ok, thanks. So if you want to set slider behind the header, you need to create this slider first and then set it up under Page Options section where Slider Revolution drop-down field is.
-
@Voyamarte Please do what we wrote above.
-
@muzna91 We will reply on your question when we check. Please notice there is no need to repeat questions because it wouldn't speed up anything at all. If you don't know what time and when we work, we recommend to check our profile's page http://the…
-
We are sorry but it is not possible to make it that way unfortunately.
-
Could you explain what exactly you want to do know and what does not look good enough for you?
-
Where did you tested it?
-
Hi, we don't know where did you heard such news but it's for sure not true. None of the websites, was never hacked because of the theme. You should contact with your admin or hosting provider and check in server logs what might be the reason of you…
-
I spoke with my college and he confirmed that he get he message from you with dashboard access but nothing except that. He told me that you didn't explained what for this access is and also the dashboard is not in English language. He also told that…
-
We re-sent the e-mail on your address set on Themeforest. It's [email protected]
-
Hi, to remove top padding on mobile devices only for sections, you need to use the following css:@media only screen and (max-width: 767px) { .section { padding-top: 0 !important; } }