Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,863
- Last Active
- Roles
- Administrator
Comments
-
As you can see on http://pasteboard.co/jVIAABM3v.png we set lawyer2-wrap-border class name for the wrap inside which items are and used the following css for this class name:.lawyer2-wrap-border { border: 2px solid #c0c0c0; } Next time we recom…
-
Hi, you got this message, because you didn’t watched our instructional video. Slider Revolution is external plugin and it’s content can not be imported automatically with the demo import so you need to import it separately. More details about slide…
-
Hi, this could be done with custom css only. If you send us link to page where you would like do this, we will give you solution.
-
Hi, as far as we know, it's not possible. Thanks!
-
Hi, no, it is not possible at all. Only your server may go down if the number of visitors would be definitely bigger than your hosting account is able to handle.
-
Please send us link to page where you got "these" so we can have a look on it.
-
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. The problem is related with those limits but to be sure which one is the reason, we need that link.
-
Hi, please send us link to page where you would like to change this and we will have a look on it.
-
Each custom css need to be put under Theme options > Custom CSS & JS > Custom CSS section. If you want to put background, replace: background: #FFF !important; with background-image: url('PATH-TO-IMAGE') !important; in above css. But …
-
Sorry but we didn't noticed anything wrong except images we mentioned above.
-
Hi, please contact with your admin/hosting provider and ask him if he is able to make your hosting compatible with wp_remote_get() function as it's default WP function. If not, you can try to import options manually.
-
Hi, the link you sent us above, does not work unfortunately.
-
Sorry but we do not have any suggestion/solution to make this.
-
Hi, we are sorry but we do not have an option to change number of client's logos. Thanks!
-
Yes, exactly. For more details about css customization, please visit http://themes.muffingroup.com/betheme/documentation/#theme-customizations
-
Really? 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. The problem is related with those limits but to be sure which one is the reason, we need t…
-
We are sorry but we do not keep login details because of security reasons. So if it's necessary to log-in, please send us private message with login details thru contact form on https://themeforest.net/user/muffingroup
-
Your above css was clearing styles for the lists and we thought this is what you want to do. However, if you want to create custom bullets lists, please take a look into other topic where we explained how to do this http://forum.muffingroup.com/beth…
-
Hey, please be so kind and send us 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 th…
-
@fuguet Please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a look on it. Please don’t forget to let us know what for the access is.
-
But as you can see there is no client's logos there now http://pasteboard.co/jDTUX2a13.png - we did checked on several different devices with exactly same result.
-
Hi, we are sorry but it is not possible to limit Wordpress search to tags only. Thanks!
-
Hi, we are sorry but we do not understand your question. The image you tried to send, does not work as well. To send us images, we recommend to use http://pasteboard.co/
-
@tobie631 Please send us 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 the access is.
-
1. To replace font color, you should use below css:<span style="color: #000 !important;">text</span> this is the right way to color text. 2. How you want to add border? Please explain it on the image. 3. We do not have such …
-
Maybe you should to change format type of database stuff with Builder | Data Storage option under Theme options > Global > Advanced section? Sorry but except this option, we do not have any other solution.
-
You are welcome! :)
-
Ok. So to change it's background colors now, please use the following css:.infobox-red .infobox { background: red !important; } .infobox-green .infobox { background: green !important; }
-
Hi, you can change this text under Theme options > Translate > Blog & Portfolio section.
-
Hi, to change background color on woocommerce pages, please use:.woocommerce #Wrapper, .woocommerce #Content { background: #FFF !important; }