Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
We have checked IE and there is Open Sans as well. We do not see any difference. We only noticed that under IE9 there is an error in console related with one of your addons pluso-like.js We have checked the section you mentioned in point 2 and para…
-
Wish you luck then :)
-
To send us screenshot you can use http://pasteboard.co/ tool for example. However if you want to make these images smaller, then please change their sizes under functions/theme-functions.php file where add_image_size() function responsible for portf…
-
@tschubarov We did not tested any so we can't recommend anything unfortunately.
-
Hi Vera, as we see, you got tons of errors in html code what may be the reason of why site does not look good in IE. Also we recommend to deactivate all plugins and addons to check if they are not the reason of problems as well because we noticed a…
-
Ok, we see what happen. Please add below css code as well and this will do the trick:#Filters .filters_wrapper ul { display: block !important; }
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/29/responsive-toggle-value where we described how to change the moment when menu should switch into responsive menu. Thanks!
-
Hi, please send us private message and we'll see if we got .psd for this demo.
-
Are you talking about portfolio images?
-
Hi Tova, if you don't want to lose any content and want to get back your settings, you must contact with server admin because this is the only person who may help you. Ask if he got daily backups so he ca restore them to previous version. Thanks!
-
@steadymarvin If above css does not work for you, it means you did it wrong. If you will send us url to page where you want to remove borders, we'll have a look on it.
-
So if you still have the same issue, you should contact with server admin because something wrong happened with .htaccess file on server side as this error is due to server always. Before that, you can also deactivate all plugins but we are not sure…
-
You're welcome ;)
-
Hi, to deactivate "Betheme Demo Data" section on back-end, please go to Theme options > Global > Advanced section where this is possible. Thanks!
-
Sorry, we missed that color. It's "Header background" option under Theme options > Colors > Header section. But to make slider arrows smaller, please use below code:.tparrows.round, .tparrows.navbar { width: 30px !important; height: …
-
You're welcome :)
-
No problem.
-
Clearing cache does not help at all. We opened page in Private window and then it works. We have checked your site and as we thought, this is related with your custom css code. Just look at http://snag.gy/OMXhf.jpg
-
Ok. 1. To remove price, use below css:.woocommerce .product div.entry-summary .price { display: none !important; } 2. To remove SKU: n/a below code will help:.woocommerce .product div.entry-summary .product_meta .sku_wrapper { display: none !impor…
-
Hi, in 9.0 version, we added only new layout but we did not changed any sizes. But if you want to change portfolio images sizes, you must change them under functions/theme-functions.php file where add_image_size() functions are. But after this chan…
-
Hi, please check the topics below where this was explained: http://forum.muffingroup.com/betheme/discussion/464/betheme-options-page-stops-working-muffin-options-saving http://forum.muffingroup.com/betheme/discussion/1908/backend-not-funtioning-a…
-
So this is exactly what for this code is. This code makes logo smaller on screens larger then 1240px. If you want to do something else then switch between max-width and min-width and set right values for them. BTW What is the url to site where you a…
-
What exactly is wrong? Please explain. BTW The url you sent above does not work.
-
Still does not work. We got the same 404 message.
-
Hi, for Be|Art logo we used Helvetica Rounded LT font. But to get the .psd file, please send us private message. Thanks!
-
Ok. So to leave this beige background on mobile as well, please use below css:#Action_bar { background-color: #d6beb1 !important; }
-
Hi, to change icons colors in Action Bar, please use below css:#Action_bar .contact_details li i { color: #000 !important; }
-
Ok. So to remove those borders, please use below css:.ui-tabs .ui-tabs-nav { border-width: 0 !important; background-image: none !important; } .ui-tabs, .ui-tabs .ui-tabs-nav li { border-color: transparent !important; }
-
We did a small mistake because instead of max-width should be min-width if you want to use this code for larger screens only. So the code should be:@media only screen and (min-width: 1240px) { .header-creative #Top_bar #logo { height: 50px !importan…
-
You can try to use button shortcodes in Banner section under Theme options > Header & Subheader > Extras section.