Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,866
- Last Active
- Roles
- Administrator
Comments
-
@mlgrippi We are sorry but we are too busy and we do not offer such service. But if you want, you can contact with our colleges http://customizationgeeks.com and http://rewrkz.com/ and they would be able to help you for sure.
-
Do you understand that what you ask for is unrelated to theme? If you don't understand it, please read Item Support Policy where everything has been explained. So or you need to contact with Google or your web developer.
-
From what we see, you have old PHP version. Wordpress requires minimum 5.6. So please update php version and if this won't help, please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/mu…
-
Yes, we get it and below we answer on your questions: 1. We have no idea what exactly you want to do with the footer. 2. To remove social icons from creative header, you need to use an extra css:#Header_creative #Action_bar .social { display: none …
-
Hi, at this moment, we have too many features in queue but when we finish them, we will consider your suggestion of course. Thanks!
-
Hi, 1) Widgets are assigned per theme. But for Wordpress, child theme and parent theme are totally different themes so widgets (sidebar and footer) need to be set per each theme individually. 2) If you use child theme, you should keep all custom c…
-
You're welcome! ;)
-
Ok. so to change underline to a box hover, you need to use an extra css:#Top_bar .menu > li:hover { background: #000 !important; } #Top_bar .menu > li:hover a { color: #FFF !important; } #Top_bar:not(.is-sticky) .menu > li > a::after { d…
-
We did checked it and everything works fine just as we thought. What we found is that you overwrite styles from style.css file yourself, for example:#Top_bar .menu > li a::after { background: #cf3e28 none repeat scroll 0 0 !important; } So i…
-
Hi Michelle, what you can do is remove author tags entirely and this could be achieved with the following, extra css:#Filters .filters_buttons li.authors { display: none !important; }
-
You're welcome! :)
-
Each custom css should be put under Theme options > Custom CSS & JS > Custom CSS section.
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key
-
Hi, we guess that you probably need to switch from SIMPLE style to DEFAULT under Theme options > Global > General section.
-
Hi, this plugin works on shortcodes. We suggest to read some details about plugin and it's shortcodes on https://wordpress.org/plugins/wp-mobile-detect/faq/
-
Hi, we are sorry but we do not have such possibility included unfortunately. Thanks!
-
Hi George, we are sorry but we do not have such option included. Thanks!
-
Hi, to get the same effect as on our demo for the Zoom Box item, you need to switch to Default style under Theme options > Global > General section.
-
mfn_builder_print is located under functions/builder/front.php file.
-
Hi, please send us link to page where from you would like to remove those dates first. Thanks!
-
Hey, please send us link to page where you have this black line under so we can have a look on it and see where this line come from exactly.
-
Hi, we are sorry but it is not possible unfortunately. Thanks!
-
Hi, you need to contact with your admin because '500 Internal Server Error' is unrelated to theme. Thanks!
-
Hi, please show us what you mean on example because we are not sure what exactly you want to do. Thanks!
-
Hi, yes, theme is compatible with multisite. Where exactly you put the css which reflect on the 2nd site?
-
Hi, please use DIVIDER item between each row and the items would be aligned properly. Thanks!
-
Ok. So to remove subheader title, please use the following css:#Subheader .title { display: none !important; }
-
You're welcome! :)
-
Ok. so to remove author and the date from search results, you need to use an extra css:.search-results .post-meta { display: none !important; }