19047 comments found.
Pre purchase enquiry,
Would like to check if it is possible to install demos as pages rather than an entire website.
Past experience is that, when i install new demos into the site, the formatting for other pages are all messed up.
It becomes a problem when i am unable to install specific pages that i want for some themes.
Is it possible to get the css for individual demos and set them up in specific pages?
Is this theme as easy as i could replace the css for demo 2 for demo 1 when i need in the page custom css?
Or if not then could you understand how your theme css works or is it easily found and re used?
Regards,
Hi,
we are very sorry but it is possible to import complete pre-built demos only.
If you want to learn how things on specific pages were made, please create an extra/additional WordPress installation (ex. under sub-domain or sub-folder) and just do the import of any demos you like for tests. This is the easiest and fastest way to learn, how things were done on different pre-built websites. You can also use Import/Export button which is in the right bottom corner of Muffin Builder so you can export necessary page code and import it into another page.
Best regards,
Muffin Group team
Thank you, I realize that different demo’s had different CSS settings and perhaps more. But under theme options CSS for new demo set ups there were no explicit CSS rules found,
After demo set up, under betheme options i was unable to find much of the css in use.
Are they stored within the wp-content folder? Or are they found under the wp-admin or wp-include folders? Which file should we reference to?
Sorry but what exactly you were unable to find? Not sure what you mean exactly.
Hi,
For example, If you look at the demo for bemedia, and for bePole, the menu items are clearly different. I have also created a new blank demo but the menu items are also different. I would have thought that all css are actually found in your theme custom css section, some were found there, but apparently there was no css that shapes the menu items itself.
the css for bemedia are as follows: /* Top bar / .header-classic #Top_bar { background: url(/uploads/2015/06/home_media_pattern1.jpg) !important; }
/ Button / a.button, a.tp-button, button, input[type=”submit”], input[type=”reset”], input[type=”button”] { font-weight: 400; font-family: Montserrat; letter-spacing: 1px; background-image: none; font-size: 14px; } input[type=”submit”] { background: url(/uploads/2015/06/home_media_pattern1.jpg) !important; }
/ List item / .list_item .list_right h4 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
/ Portfolio */ .portfolio_group .portfolio-item .desc { display: none; }
For Pole: .section-border-top { border-top: 13px solid #b64184; }
table { font-size: 16px; } table th, table td { border-color: #de9abc; } table th { background: #fab7d5; color: #3d1642; } table td { background: #fcd1e3 !important; }
.empty { background: #E19BC0; border-radius: 5px; display: inline-block; height: 10px; overflow: hidden; width: 10px; }
Could you help me to identify which css rule here shapes the menu items?
I have tried using the css for both themes bringing them to my own page, however, it seems that i am unable to shape the menu items as per your demo. Where can i find the whole list of css that is present for each demo? after importing the demo setup, are all css rules being updated in one place? Apparently only some are found in your betheme options page, but what about the rest?
Which folder and file should i look for to find all the css that shapes the particular demo which i have downloaded?
Apparently if i want certain features from certain demos i couldn’t do so by doing a blanket demo synchronization, i have to refer to the specific css to bring them in. But the question is where do i find them? Which file do i look under?
In the past, we’ve been using some css rules for older demos but we don’t anymore due to customers requests. So, if any custom css been used, you will find it under BeTheme Options > Custom CSS & JS > Custom CSS section. All others styles comes from BeTheme Options panel.
Regarding your question, are you looking for an option that makes ping background around active menu items on https://themes.muffingroup.com/be/pole/ ? We’ve marked it on the screenshot http://prntscr.com/kmc33v
Yes in fact, i m looking for the effects that you have on the menu items not just for pole, media and a few others As i only want to style it according to those that i mentioned, the relevant css were obviously not in the options panel.
i am trying to know where to locate them in the folders and files, if you could point me to the location to find the relevant css files then it will be possible for me to find the relevant css that i can copy over to my theme.
I am referring to the wp folders and files, could you let me know? Yes i am talking about the screenshot that you mentioned. Things like the hover css and others. I also want to find the portions which makes the menu on bemedia, so that i could use it on the theme.
Could you relate?
Hi, have not gotten a reply for the last enquiry as yet. I would like check for documentation for the Mega Menu instructions found in your documentation. Apparently after installing the demos, I found that my menu items was different from what you have shown in your docs:
https://themes.muffingroup.com/betheme/documentation/doc-images/menu-edition.png The background image url & the activate mega menu checkbox isn’t there. Could you provide some insights for me?You didn’t get any reply till today, because we do not work on the weekends, what was explained on our profile’s page.
Anyway, you don’t see those options because you probably have them disabled. To enable additional options, please click on Screen Options button which is in the right top corner (you will see it on the screenshot you’ve pasted above) and enable necessary options.
Yes, you are right,i managed to get that mega menu up. Thank you.
Have another question, i have added some blog teaser and blog news and blog items.
But i wanted to remove the author and date details. So i went to theme options, blog layout, and under the Post Meta section, i have unchecked the following items.
Author
Date
Categories & Tagsfor some Blog styles
Yet the date and author still appears on my pages when i placed the blog news, blog teaser and other blog elements.
Anything which i miss out?
These options are reserved for Blog page and not items/shortcodes. If you want to remove such details from items, then you have to use custom css.
I see, Thank you you once again. There are two things i have which are probably the final questions>
1. I refer to the themes such as BePole & Bemedia:
https://themes.muffingroup.com/be/media/ https://themes.muffingroup.com/be/pole/Now, i am unable to find their respective css in the theme option custom css. Or should i say that when i copy the css under those demos and paste to my existing css, i do no see the display effects.
I am referring to the Menu display, when i hover from one menu to the next. For BePole, the effect is a pink rectangle button around the text and it follows my mouse cursor over the menu text.
For the BeMedia, the rectangle is replaced by a top and a bottom pointer which highlights the hovered menu item.
I needed to do that because, i realize that i am unable to create the basic menu item effects, that your other themes have. The special icon or button that appears and the hover effect.
Can you guide me to find the css for that menu item in the theme folder or theme file and its location?
2. Take a look at the column item in the theme builder, there is a <column> item, where in its column and where we can add content shortcode>>
There are many items in there, such as: google font content link
and all of them takes in parameter, example: [content_link title=”” icon=”icon-lamp” link=”” target=”_blank” class=”” download=”“]
some of these items lack documentation on how to use, and its clear enough for us to use them effectively.
There should some documentation to show us what parameter we can use. I have seen many times where it is inside some demos but i will not be able to use them because i do not know what parameters to use.
The documentation should show me. Where can i find the deeper documentation?
1. There is an option included into theme that does this effect and we did not used any custom css. You can find this option under BeTheme Options > Menu & Action Bar > Menu section.
However, if you really want to modify files, style.css file is responsible for all css styles.
2. Yes, you are right and all details about specific shortcodes and its attributes, you can find on https://themes.muffingroup.com/be/theme/shortcodes/typography/#contentlink
1. There is an option included into theme that does this effect and we did not used any custom css. You can find this option under BeTheme Options > Menu & Action Bar > Menu section.
Hello Thank you for the prompt reply,
I actually went in to check those css, however, when i copied and paste those css in my existing theme, my menu items does not carry the same effects from the theme option css which i carried from.
eg, i copied bepole, css from option >betheme options> >i went to my theme betheme options and paste >> refresh page >> it does not carry the menu item hover effects.
so i am trying to identify the theme css that modifies the menu special effects and hover effects and re use them, apparently it does not work that way.
Able to let me know for example Bemedia, the special menu icon effects plus the hover effects what is their Class and id name, and which line in the style,css can i find them?
Sorry but we do not understand what you have copied and what for. This is an option so you don’t have to copy anything. All you need to do is set up desired style in your dashboard.
Also, if you check this option, you will see that there is a notice under: “For some header style only”. Therefore, please try different headers styles and you will see which works with the style you want.
Regards to the revolution slider imported demo from be extreme, your demo is always being showcased at full screen. whether it is placed in the slider plugin element in wraps or it is being inserted from the page settings at the bottom of every page in the page builder.
My own created revolution slider when inserted from the wraps elements is always a small and non full screen in display. It works well as a full screen only when inserted from the page.
May i check which settings in the revolution slider should I be editing to get similar results from your beExtreme revo slider demo?
Or is there any css that i should use to make it full screen?
Please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a closer look on what you did. Please do not forget to let us know in a message, what for this access is.
Good day
The Home Page and Menu doesn’t pull in when installing the BeMechanicTheme. Can you please assist with this. Thanx.
Hey,
please reset your installation using WordPress Reset plugin and then do the demo import once again.
Best regards,
Muffin Group team
Hello, There,
this is almost strange but Google is started to show recently that my website is NOT Mobile-Friendly (namely, “Content wider than screen”) anymore. Maybe there’re some approach to tune some theme’s setting like a %s dimensions within the Admin to fix the issue? Thank you.
Hi,
please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can take a closer look. Please do not forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
Thanks guys, E-mail was sent …
Thanks.
Hi, I’ve taken over looking after a couple of websites which has your theme installed. They are not updating. How can I go about fixing this up so I can have the themes updated? Thanks
Hi,
as you can see, there is no “Purchased” label next to your nickname what means you did never bought this theme. And because support is for our customers only, we can not help you unfortunately. If your client bought it, tell him to create account on support forum and post your questions there.
Best regards,
Muffin Group team
i have tried to register on forum. But it says your themeforest username is incorrect. Please help. I have already purchased this theme.
Hi,
Please check your inbox as we already replied on your private message where you sent same questions. We would be grateful, if you can do not duplicate questions in the future because it is unnecessary.
Best regards,
Muffin Group team
how to add links to action bar?
Hey,
do you mean links for social or menu, like we did on https://themes.muffingroup.com/be/ngo/ ?
Best regards,
Muffin Group team
Exactly like NGO
You can set those links under Appearance > Menus section as this is WP’s menu.
pre buying question: will your theme work with wp 5.0 gutenberg?
Hi,
Gutenberg is still in beta version but yes, we’ve tested BeTheme with this feature and we did not noticed any issues. However, because it is still beta, we do not recommend to use it.
Best regards,
Muffin Group team
Pre-sale Questions:
1. The Top Header zone I want to do this setup: see screenshot https://diigo.com/0cvlwg 2. The Header area under the menu; could we use revolution slider there instead? https://diigo.com/0cvlwg 3. Do you have a mobule in your Page builder where I could do this setup https://diigo.com/0cvlwl 4. Also this setup for sponsors: https://diigo.com/0cvlwm I love the feel of your theme and the way the home page setup, just needed a slight modification to header. I hope that one of your theme is able to do the header setup that I can use on this theme.
Hi,
Please check your inbox as we already replied on your private message where you sent same questions. We would be grateful, if you can do not duplicate questions in the future because it is unnecessary.
Best regards,
Muffin Group team
Hi,
I am having an error in my website.
URL: http://rupeshsherawat.com/ And the error When I am clicking on the Services & Projects in the main menu, It’s not redirecting to the block on homepage, rather it is redirecting to some error page.
Request you to please guide step wise to solve this error.
Thanks in advance!
Hi,
you have default links that came with the demo and you did not changed them. Please go to Appearance > Menus section and change links.
Best regards,
Muffin Group team
We have done this thing, but still facing issues.
What you did exactly? Please show us on the screenshots.
Sir,
Please click on Services and Projects and see it is redirecting to an error page.
Now one more error is coming… please visit bankeykhanna.com and see that I am unable to scroll down the web page. Right hand side scroll option is disabled now.
Please check.
1. But we are asking you for the screenshots of how you change those links so we can check if you did it right. Without those links, we don’t know what else might be the reason.
2. Looks like on of your 3rd party plugins is the culprit. Please disable them all and check. Or, you can also disable Nice Scroll feature under BeTheme Options > Addons & Plugins > Addons section as one of extra plugins might be incompatible with this feature.
Hello Sir,
Please see this (https://prnt.sc/ko9s66) for issue no 01
Issue 02: There is no solution of problem even after doing the uninstallation of plugins.
1. Do you see the link in URL field on your screenshot? It is a default link from our demo and because you do not have such page, you get 404 page. You have to change those links under Appearance > Menus section. This is WP default feature and all details about it you will find on https://codex.wordpress.org/WordPress_Menu_User_Guide
2. Did you disabled Nice Scroll as we told you above?
Hello I just spent weeks building my site and adding paid memberships pro. But the membership pages are still showing,
I am suprised paid memberships pro doesnt work with your theme its a very popular plugin,
Have you got any work arounds?
Hi,
please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a closer look. Please do not forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
Hello, do you have any documentation on SKILLS short code? We would like to see what other icons are available. Also do you want comments here or on the support forum? Thanks in advance.
Example:
progress_icons icon=”icon-lamp” count=”12” active=”11” background=”“ [progress_icons icon=”icon-book-open” count=”12” active=”10” background=”“]For some reason Theme Forest cuts off the proper formatting.
Hey,
yes, Themeforest cut many things due to safety reasons. Therefore, please post your question on support forum instead.
Best regards,
Muffin Group team
I’m updating the theme to 20.9.5.9 but I don’t see where the layer slider – It tells me, not available when you try to update it like other bundled plugins
Hi,
Layer Slider have to be disabled before the update. And later, when it’s up to date, please activate it again.
Best regards,
Muffin Group team
This function (pre-built websites) is not working. I deregistered the theme and reregistered it with not results!
Can you help?
Hi,
please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a closer look. Please do not forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
Hi, check your inbox.
It’s fixed. It was disabled by default.
Great, happy to hear it was fixed.
Hello, as installing pre-built websites they are now mixed and everything is messed up from going from one (translator) to other (business). Any solution? thank you in advance
Hi,
this is regular behave as each pre-built website have own settings/options. If you want to clear your WordPress now, we recommend to use WordPress Reset plugin.
Best regards,
Muffin Group team
Thank you very much, however, now the Slider Revolution is not working. Could you please help?
If Revolution Slider plugin was removed, please install it once again from BeTheme Options > Install Plugins section.
Thank you for your reply. It is installed but I can not activate it: Plugin could not be activated because it triggered a fatal error. Kind regards,
In such case, please remove existing files of Slider Revolution and install plugin once again.
Thank you, now it says: Revolution Slider Error: Slider with alias translator not found. Obviously, I deleted everything and this slide does not exist anymore. Any suggestion?
Now you have to import slider. To do this, please go thru the same process as when doing the import of the demo but this time choose just slider.
Hi, I have experienced the following issues 4 times, “The active theme is broken. Reverting to the default theme.”. The theme completely removes itself from wordpress along with any plugins that I had installed. I have multiple sites using the same theme but I don’t register more then one theme. Any help on what might cause this will be greatly appreciated
Hey,
please be so kind and send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can take a closer look. Please do not forget to let us know in a message, what for this access is.
Best regards,
Muffin Group team
Hi I would like to change to “Read more” button to Enquire Now in woocommerce. How can i achieve this?
Hi,
you can do this under BeTheme Options > Translate > Blog & Portfolio section.
Best regards,
Muffin Group team
Hi Thanks It did not work. It says only Blog and Portfolio. I need to change read more buttons in woocommerce for products that are out of stock
Sorry, we completely forgot that WooCommerce plugin does not have such option included unfortunately.
Hi. How do i show images in woocommerce properly. It appears to be croping my pics. They are all 500X500px
Hi,
you have to set proper sizes for media under WooCommerce settings. For more details, please check this topic.
Best regards,
Muffin Group team
how to deregister the theme on a website that has long been removed? I cannot install this theme on a new website
Hi,
for those who have problem with license registration/de-registration, we released tool to sort licenses. Therefore, please visit http://api.muffingroup.com/licenses/ and sort licenses yourself.
More details about this tool, you can find on http://forum.muffingroup.com/betheme/discussion/36219/cannot-register-deregister-your-license-key-use-this-tool
Best regards,
Muffin Group team
Some themes have no blog in the menu. Is it possible to create this section in the menu?
Hi,
yes, just as we already told you in previous message, you can create Blog on any page you like.
Best regards,
Muffin Group team
Hi,
pre-built websites are only examples of what could be accomplished with the BeTheme. Of course, you can use Blog on any demo you like.
Best regards,
Muffin Group team