Phil
Phil
About
- Username
- Phil
- Joined
- Visits
- 7,819
- Last Active
- Roles
- Moderator
Comments
-
What you showed in this screenshot is the correct approach: https://forum.muffingroup.com/betheme/uploads/144/Y13WYV3LI196.png So, using Plain Text with the Shortcode parser enabled is an appropriate way to use shortcodes. Best regards
-
The following CSS is the root cause: https://forum.muffingroup.com/betheme/uploads/845/HO9O3GFUVTFJ.png After I commented it, this issue does not appear. Please check it. Best regards
-
Hi, Unfortunately, there is no option to achieve that. It would have to be done with some JS, but we do not provide help with such customizations. Best regards
-
Hey, Please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to…
-
Hey, Please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Can we download this demo on yo…
-
Hi, Please edit your header template, and you will find settings for this in the Menu Burger element: https://forum.muffingroup.com/betheme/uploads/423/0CT6Z12OJ2CV.png Best regards
-
Hey, Please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to…
-
Please try to adjust your sliders according to the following video tutorial: https://www.youtube.com/watch?v=IPaUF8UEdz8 Best regards
-
Hi, Please do not share your login credentials on the forum, as others can see them. Anyway, as you already sent them, I have corrected it on your website. Please check it out. Best regards
-
Hi, Please edit this element and adjust the font size under the Style tab. https://forum.muffingroup.com/betheme/uploads/257/45OERQE2L9MB.png Best regards
-
Hi, Sorry, but I completely do not understand. Please explain your issue in more detail. Thanks
-
Hi, Please provide the entire URL before an ID, so it will look like this https://yourwebsite.com/#anchorID. Best regards
-
Hi, You can translate it in Betheme -> Theme options -> Translate -> Blog & Portfolio: https://forum.muffingroup.com/betheme/uploads/015/GEI9NMV8PYHP.png Best regards PS. Do not share login credentials here as others can see them.
-
Please send us the WordPress dashboard access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to this forum d…
-
Hi, Please see the following article: https://support.muffingroup.com/faq/bebuilder-content-different-from-frontend-missing-styles/ Check if your URLs are set correctly. Thanks
-
1) We changed a little one function that caused styles that do not load in BeBuilder. 2) In the update, we introduced a feature that hides out-of-stock products in Query Loops, but it slowed the whole website down, as you have many products. We are …
-
Hey, Please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to…
-
I am happy to see that it works correctly now. If you have any other questions or problems, feel free to ask. Best regards
-
Please use the following CSS code: #Top_bar .menu .menu-item span{ text-align: left; } Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS. Best regard
-
Hi, Please open the page options and set the Full width option for Content only: https://forum.muffingroup.com/betheme/uploads/254/PS8LY2YUH7EN.png Best regards
-
Hi, We provide this forum in English only. Rewrite your question in English, please. Thanks
-
You can use any dummy email address like "[email protected]". Thanks
-
1) Colors for header and menu are placed in Betheme -> Theme options -> Colors: https://forum.muffingroup.com/betheme/uploads/303/59V7CUQWBAJR.png But if you want to style two menu items separately then a custom CSS is required. 2) Please, che…
-
Hi, To activate BeBuilder in a CPT, you must use this: // add in child theme functions.php add_filter('bebuilder_post_types','my_post_types'); function my_post_types($post_types){ $post_types[] = 'my-custom-post-type'; return $post_types; } Best …
-
Hey, Please send us the WordPress dashboard access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to this fo…
-
Hi, Sorry, but I do not quite understand. Can you explain that, please? Thanks
-
I disabled unsupported plugins, and your website loads correctly: https://forum.muffingroup.com/betheme/uploads/161/Z6JHBBHAEOKD.png Are you sure that you disabled all unsupported plugins? You can find a list of compatible ones here: https://support…
-
There is no option to change that. However, you can use Query Loops to set the hierarchy you need. https://www.youtube.com/watch?v=maE0FuFIhjQ&list=PLyfUqkbtW2kxq8AY0SivMxX7kf2H9Y-Wf Best regards
-
Hi @tracym17, BeBuilder popups are triggered by IDs. It works as shown in these video tutorials: https://support.muffingroup.com/video-tutorials/open-popup-on-link-click/ https://support.muffingroup.com/video-tutorials/how-to-open-popup-on-image-cli…
-
Hi, Set "Align to the bottom option" to "Button", and recheck that. Thanks