Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
1. You can not have the same ID for mobile and desktop because ID need to be individual but if you hve the same for mobile and desktop, it means your ID's are duplicate. We are sorry but there is no other way to have individual ID's. 2. When we say…
-
Hi, Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine. P.S. Anticipating your question, yes, those errors are not associated with theme and were made by you or one of…
-
Hi, 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 attach link to current topic so we know…
-
Hi, all details about changing colors in Action Bar, you can find on this forum already http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour/p1
-
Hi, could you explain which sections does not align? We checked your site and all sections are centered.
-
If it still doesn't look the same, then all we can give you is the following Export code http://pastebin.com/8HZzWHR2 And you need to paste it thru Import feature of Muffin Builder. Except that, we do not have anything else what we can give you.
-
Hi, Facebook cached your old text and now you need to wait until they would clear cache.
-
Why? Because it's Wordpress Official Requirement and if you don't understand it, then we really don't know how to explain it more clearer. Your hosting is simply not Wordpress ready. Wordpress goes ahead and thus requirements change.
-
On Mac, CTRL is CMD (Command).
-
You are welcome! :)
-
Hi, you have too many menu items in header and that's why they do not align properly. So or you will move some of those items under sub-menu, or you need to use the following css to decrease padding between menu items:#Top_bar .menu > li > a …
-
You are welcome! :)
-
Please send us link to page where you have this woocommerce installed and the icon does not appear.
-
Hi, IPAD 1. To align items properly on mobile devices, you need to use DIVIDER item between rows. 2. The first column overlap the second because of not enough space on mobile. So if you don't want this column to be overlap, you need to remove pla…
-
Ok, we were wondering if that's what you mean or maybe something else. However, after further investigation, we found that you modified theme files on your own and we can not help you in such case unfortunately. What we may recommend is to remove al…
-
So if you look at https://snag.gy/Y0r58j.jpg you see that your site does not have RTL language format.
-
Demo importer is using default Wordpress Importer and because they still didn't provided the latest version, there is such information. So this could be sorted as soon as the new version of Wordpress Importer would arrive.
-
You are welcome! :)
-
Hi Luci, please send us link to page where you would like to make above changes and we will try to help you.
-
Hi, if you want to move languages next to the logo on mobile devices, you need to modify theme files because it couldn't be achieved with custom css only. Thanks!
-
There is no need to edit child theme files. Please check the following links where everything was explained: http://betterwp.net/wordpress-tips/create-pot-file-using-poedit/ http://betterwp.net/wp-content/uploads/2011/02/a123-new-path.gif
-
What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Or if you don’t have any, fell free to contact wit…
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/14505/content-popup-from-image where other user explained how this can be done. Thanks!
-
Hi, we checked your site and the video works fine in Firefox and Opera. We didn't noticed anything wrong.
-
Like we wrote above, you should always tell in private message what for the access is because different person is checking e-mails than forum.
-
Hi, please put the Analytics code (not just an ID but the whole Analytics code) under Theme options > SEO section and everything would work as should. Thanks!
-
Hi, no, we didn't set nothing special. It's just a regular shop page. But could you explain which difference you mean exactly? What effect you would like to get on your site as it is on http://themes.muffingroup.com/be/pharmacy/ ?
-
Hi, to disable zoom effect on single product pages, you need to use custom css:.single-product .image_frame .image_wrapper img:not(.ls-l) { display: none !important; }
-
You are welcome! :)
-
If you prefer to change sub-menu text color instead of background, then you need to use the following css:#Top_bar.is-sticky #menu ul li a { color: #000 !important; }