Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
The code does not work because you already have this code under Theme options > Custom CSS & JS > Custom CSS section what you can see at http://snag.gy/pPcCE.jpg :) As you see, it's 100px top and bottom padding and that's why it's so big :)
-
You're welcome :)
-
No, you don't need to pay for it. Recent version of rev slider is included into theme package. Just look at http://forum.muffingroup.com/betheme/discussion/5/how-to-update-revolution-slider where we explained how to update slider.
-
You're welcome ;)
-
@ahmadyousef You can do this with custom css only. Below we show us example of how such css should look like:body.page-id-xxx #Header { min-height: 0 !important; } where xxx is page ID.
-
You can not assign more images to the same category because it is not allowed. In categories, posts only display where 1 image per post is available only. If you want to display galleries, you should use default WP gallery instead.
-
Hi, because it's localhost, we have no idea what could be wrong. This most common issues are usually related with wrong localhost configuration. Also please make sure that revolution slider plugin folder is included because we have no idea what els…
-
Hi, these lines should be pasted under header.php file but please notice that we do not offer files modifications. Thanks!
-
Hi, as we see, you have default theme activated now what means these problems are not related with theme at all. We see some errors related with default wordpress files. We recommend to update WP, plugins and theme files via FTP because it's the sa…
-
It is unfortunately impossible to display YT playlist. Only single YT videos.
-
Sorry but we do not have such tablets so we do not know what the problem may be. Try to turn off "Nice scroll" feature under Theme options > Addons & Plugins > Addons section because this is the only feature we use for scrolling.…
-
@baloma The answer on this question you can find on http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments?page=422 (it's permissions issue). We spoke with ThemePunch and they confirmed it. There is no other reason…
-
Sorry, we did mistake above. Please use below css as well to remove those triangles:.timeline_items li h3 span::after { display: none !important; }
-
As we see, you already increased logo size. But to increase logo on sticky menu, you must use below css:#Top_bar.is-sticky #logo img { max-height: 65px !important; }
-
Hi, to remove image from "Related posts" section, please use below css:.section-post-related .post-related .image_frame { display: none !important; } .section-post-related .post-related .date_label { display: none !important; }
-
Hi, to change menu items color on mobile devices, please use below css:#Top_bar #menu ul li a { color: #000 !important; }
-
Unfortunately with your header style it won't be possible to make this bar thinner because you got language flags on the right side. All you can do is background color change and this can be done with below css:#Top_bar #menu { background-color: #00…
-
You're welcome ;)
-
@netpoint1 What for you want to modify theme files? Is the code we gave above not enough? If it's not enough, then try with !important declaration:#Subheader { padding: 15px 0 !important; }
-
Hi, widgets for sidebars can be set under Appearance > Widgets section. Thanks!
-
@dandellscreations Please send us url to page where this code does not work and we'll have a look on it.
-
Hi, if you are unable to save "Page options" it means max_input_vars are limited on your server side. Please take a look at http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-saved-max-inp…
-
You can change the color of mobile menu. This can be done with below css:#Header a.responsive-menu-toggle { background: #000 !important; color: #fff !important; padding: 0 0 10px 10px !important; }
-
To change font size of Fancy links item, please use below css:a.mfn-link { font-size: 20px !important; }
-
Hi, to change background color of mobile menu, please use below css:#Top_bar #menu { background: #000 !important; } each css should be pasted under Theme options > Custom CSS & JS > Custom CSS section.
-
Hi, "Coming soon" can be activated/deactivated under Theme options > Pages > Under construction section.
-
Hi, to understand what parameters do what for shortcodes, we recommend to read the documentation where this was explained. Thanks!
-
You did it completely wrong. This field is reserved for custom classes names. More details about this you can read on http://themes.muffingroup.com/betheme/documentation/#theme-customizations But your css, should be pasted under Theme options > …
-
Sorry but to be honest we have no idea what you did on this site. We do not have any similar site and this must be something related with your changes or plugins. At this moment, comments are in accordion what definitely shouldn't happen. We recomme…
-
Great :)