Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,860
- Last Active
- Roles
- Administrator
Comments
-
My college did not explained it too clearly so i will try. Builder template is kind of template that display builder content only and nothing else. This is the whole sense of have such template. So, if you want to have comments, you need to use one…
-
I am not sure if my college understood your question, nor i didn't. So please do the screenshot with explanation of what you would like to achieve because if i understand well, what you ask for is not possible.
-
We are very sorry but we do not have any solution to make it possible unfortunately.
-
Ok, thanks. So this looks like you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-o…
-
Hi Stefan, please send us link to page where you would like to change this color first so we can take a closer look.
-
No, you did not. Compare the css my college gave you above and the one you have on your site and you will see the difference. Your css is broken is it is not the same as above.
-
@swarupa You can try to add it as raw shortcode but we can not guarantee that it would work as we did never made such items to be compatible with sidebars.
-
Hi, WP adds sometimes p tags automatically and the only solution to remove them is to switch to Visual Editor and remove these html tags. However, if these tags would be back after removing them, then we do not have any other solution to remove the…
-
Hi, we did never used this plugin so we don't know what might be wrong unfortunately. The only multli language plugin we tested so far and is compatible with the BeTheme, is WPML plugin.
-
Hi, all details about that, you can find on http://forum.muffingroup.com/betheme/discussion/2853/popup-contact-form-shortcode but the popup shortcode, you can find on http://themes.muffingroup.com/be/theme/shortcodes/typography/#popup
-
Ok, thanks. So, the lines you ask for are images so to change their color, you need to replace existing images with own. Below, you have full path of both images: /betheme/images/timeline_right.png /betheme/images/timeline_left.png
-
Hi Alex, as far as we know, WooCommerce does not have such possibility so or it is necessary to modify existing files or you need to look for a plugin that can do things like this one. Thanks.
-
Ok, got it. So to do this, you need to disable FULL WIDTH style for that section where offer slider is.
-
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 on it first. Please don’t forget to let us know in a message, what …
-
Hi Georg, as we can see, you have 2 different things: Layer Slider and Subheader. We have no idea what you did in the past but Subheader can not overlay the layer slider so if you want to have title on layer slider, you should put the title as laye…
-
Hi, this sounds like you are unable to save the content only because of the limits on your server side (there is no limit in Muffin Builder itself at all). More details about that you can read in the following topic http://forum.muffingroup.com/bet…
-
Hi, http://pasteboard.co/66tUOlXxd.png - this is the screenshot of code of your site. As you can see, you got many errors there that has nothing to with the BeTheme of course so we suggest to look for a problem out of the theme itself.
-
Hi, 1. To change buttons background and text color on hover, you need to use custom css:a.button:hover { background: #000 !important; color: #FFF !important; } but first, remove inline style from those buttons as we can see, you set color for some…
-
Hi, 1. There is 3 possible reasons why Muffin Options might be empty on load (blank) or does not save: - PHP version - Wordpress, since version 4.5, requires minimum PHP 5.6. So if your version is older than 5.6, you need to contact with your admi…
-
@thianirel Looks like you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-op…
-
This fullscreen attribute is being added by Prettyphoto addon. We have plan to replace it with a newer one soon but this needs time.
-
We sent you all necessary details privately and we would be grateful if you can do not duplicate messages because this won't change or speed up anything. P.S. Please understand that we can not be responsible for 3rd party plugins and all we can do …
-
Hey, to remove icon from Icon Box item on mobile devices only, you need to use the following custom css:@media only screen and (max-width: 767px) { .icon_box .icon_wrapper { display: none !important; } }
-
Ok, thanks. So to remove featured image section from single post page, you need to use the following custom css:.single-post .single-photo-wrapper.image { display: none !important; }
-
Thanks. We can see that you put each accordion into own column and because the columns has a padding by default, you got 40px of bottom padding. And to decrease it, you need to use the following css:.column.column_accordion { margin-bottom: 5px !imp…
-
Hey, are you talking about the gallery? Quite not sure, how this supposed to look like in your mind. Please take a look at http://themes.muffingroup.com/be/theme/pages/gallery/ where we have some gallery examples.
-
The file responsible for portfolio page is includes/content-portfolio.php
-
Hey, yes, this is true. It's a WooCommerce problem and it has nothing to with the BeTheme as @DaniaBikes mentioned.
-
Hi, this is the first time we met with situation when the work was lost on update. If something like that happened, you should contact with your admin or hosting provider and ask for a backup from the time, when everything was fine. Basically, the…
-
Could you show us on the screenshot, what does not appear correctly on mobile exactly? We have checked your site already and we didn't noticed anything wrong related to that line on mobile.