Phil
Phil
About
- Username
- Phil
- Joined
- Visits
- 8,063
- Last Active
- Roles
- Moderator
Comments
-
Please, leave your suggestion on the following topic: https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest Thanks to that, we will not miss your message among other forum discussions. Thanks
-
There is no option to add a custom one. You would have to edit theme files to achieve that, but we do not provide help with such customization. Best regards
-
Nonetheless did you contact your server administrator? If not, please, do that. Thanks
-
1) Did you click on the Sticky button, and customize your sticky header? https://forum.muffingroup.com/betheme/uploads/774/EPMXWQVKFBOU.png 2) Please add the language switcher to the menu. https://wpml.org/documentation/getting-started-guide/languag…
-
The previous fix should work, but Lazy Load from W3 Total Cache causes this. I have disabled this option, and this space no longer appears for me. Please, check that. Best regards
-
This could probably be achievable with a custom CSS code. Please, attach a link to your website, so I could check that. Thanks
-
It is fixed on your website. Please, check that. Best regards
-
Do you have any caching tools enabled on your server? It could be the root cause. Best regards
-
Please, update your Betheme, and in Betheme -> Theme options -> Custom CSS & JS -> JS, put the following code: jQuery(function($){ $(window).load(function(){ $(window).trigger('resize'); }) }) Best regards
-
WP fast cache plugin could cause it. I suggest enabling caching plugins after finishing working on the website and disabling them while you perform changes. Best regards
-
Hello, So if I understand well, it broke when you put this CSS in the Custom CSS field? Did you perform any other actions? What plugins do you use? Best regards
-
It is possible to achieve that by creating sidebars for each category and using the sidebar element in the product archive template, but there is no option to achieve that with an off-canvas sidebar. Best regards
-
1) Remove the image from the Global Theme options and from the page Subheader, and the Featured image should show up. If you do not see it, check the three first settings for transparency in Betheme -> Theme options -> Global -> General. ht…
-
Hello, Sorry, but the second link is not working. https://forum.muffingroup.com/betheme/uploads/317/8D6M1Q8ZQJ3X.png Please, check that. Thanks
-
Hello, You can find options for it in Betheme -> theme options -> Shop -> General. https://forum.muffingroup.com/betheme/uploads/189/PPBM48HF9DRX.png Best regards
-
Hi, To change the size of the images used in the portfolio/blog, please navigate to Theme Options -> blog & portfolio -> featured image. Notice! Remember to use thumbnail regeneration after you make your changes. Otherwise, the images will…
-
Hi, What you ask for requires file customization, which about Item Support Policy is not allowed. http://themeforest.net/page/item_support_policy So if you want to modify files and don't know how, you should contact your web developer. Item Policy s…
-
Please send us the WordPress dashboard and FTP access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason. Notice! Please attach a link to this fo…
-
Good to see that you manage that. Please, let me know if you need help with anything else. ? Best regards
-
You do not have subcategories but categories. They are all on the same level. https://forum.muffingroup.com/betheme/uploads/503/BBOGQ0W6GOZW.png Subcategories look like this: https://forum.muffingroup.com/betheme/uploads/761/N1RIV9PPM8JN.png Also, t…
-
Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason. Notice! Please attach a link to this forum discussi…
-
1) Please check the following link: https://support.muffingroup.com/documentation/woocommerce/how-to-set-sidebar/ 2) In the Header template option, choose the position Default or Absolute. https://forum.muffingroup.com/betheme/uploads/875/ZEZJZE8T5M…
-
Unfortunately, there is no setting to achieve that. If you would like to see this feature in future updates, please, let us know on the following topic: https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest …
-
Hey, This message could mean that your license key is used on more than one domain. Please use the license manager to handle your license keys: http://forum.muffingroup.com/betheme/discussion/36219/cannot-register-deregister-your-license-key-use-thi…
-
Hello, Most likely, your server blocks the file_get_contents function, and fonts cannot download correctly. Please, contact your server administrator to resolve that problem. Best regards
-
Please, go to Betheme -> Theme options -> Colors -> General, and check if you have Theme skin set to Custom Skin. If it is not selected, choose it. https://forum.muffingroup.com/betheme/uploads/960/XTYW4BIFMYWD.png Best regards
-
Hello, In your first screenshot, you have an old version of Betheme. Update it there, and Import/Export will work correctly. Best regards
-
But in the Mega Menu, you build with BeBuilder, and you do not set the background image in Appearance -> Menus, but in the section options. Did you watch the video tutorial I sent in my previous message? Please, attach a link to your website. Be…
-
Hi, You can change the font size with a custom CSS code: form select, form input, form textarea{ font-size: 20px!important; } If you want to change the font size for all forms, put it in Betheme -> Theme options -> Custom CSS & JS ->…
-
Hi, Please edit this page, go to Page Options, and put the following CSS code there: .column_column ul{ color: #fff!important; } https://forum.muffingroup.com/betheme/uploads/123/LPPXXYK0VJPJ.png Thanks