Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
You're welcome! :)
-
Hi, please send us link to page where you got this margin first so we can have a look on it.
-
You're welcome ;)
-
Hi Asmus, alt text comes from Media section. So what you need to do is set alt tags for all media under Media section. Also, make sure that you use latest version of theme. Thanks!
-
Hey, we are sorry but header can not be transparent on mobile devices. We just do not have such possibility so far. Thanks!
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plugins …
-
Great!
-
We are sorry but we do not have such item included into theme.
-
2. Yes, you supposed to see products if you used this shortcode properly. Maybe you put wrong category name and that's why products does not display?
-
If you will send us link to page where menu breaks, we will see if there is anything what we can do to help you.
-
Do you know how to edit pages? If not what how to edit page, under default WP editor you have Page Options section where Slider Revolution drop-down responsible for sliders is.
-
Please send us private message with dashboard access then and we will see what you did wrong exactly.
-
Hi, we are sorry but we do not have such possibility included unfortunately. Thanks for understanding!
-
Hi, to hide menu on individual pages, you need to use the following css:.page-id-xxx #Top_bar .menu_wrapper { display: none !important; }
-
@kirillrubinstein To increase sub-menu width, you need to use the following css:#Top_bar .menu li ul li { width: 250px !important; }
-
To decrease Post Comment button size and to add the border, please use the following css:#respond .form-submit input[type="submit"] { font-size: 10px !important; border: 1px solid #FFF !important; }
-
Each custom css should be put globally under Theme options > Custom CSS & JS > Custom CSS section.
-
Ok, but which background image you mean? If you mean trees background on Be|Eco, you can change it's background for section.
-
Hi, do you mean Blog page like http://themes.muffingroup.com/betheme/blog/ with excerpts then?
-
Ok, thanks. So to do this, you need to put each column into own WRAP (you supposed to have 3 wraps in your case) and then for each wrap, you need to set Vertical Align option to Middle and also, for SECTION you need to set Equal Height of Wraps | eq…
-
Ok, no problem :)
-
Hi, you can do such thing per different sections or pages only. It is not possible to recognize automatically if the background is dark or not.
-
Hi, 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-options-can-not-be-…
-
You can use something like:<img src="PATH-TO-IMAGE" /> instead of text for menu item to get the image in menu item place.
-
Section is an block element inside which all items/shortcodes/wraps are. Before you add any item, you need to click ADD SECTION button and this is what section exactly is. For more details please check http://themes.muffingroup.com/betheme/documenta…
-
Ok. So if increasing that value won't help, please send us private message with dashboard access and link to page where saving does not work and we will have a look on it.
-
Hi, to remove those dates, you need to use the following css:.section-post-related .post-related .date_label { display: none !important; }