Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
Under Theme options > Responsive section you have Top Bar Icons option where you can hide this button.
-
Ok. Please send us private message with dashboard access then and we'll proof that this is not because of the theme.
-
Hi, the url you sent above, does not work for us unfortunately.
-
Hi, it’s because of CORS library which hasn’t been installed on your server what you can see on http://pasteboard.co/2IM2IOkr.png More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your …
-
You're welcome :)
-
Hi Luana, we are very sorry but we do not have any option to order these categories. If you know PHP well, then you can play with functions/theme-shortcodes.php file where all items/shortcodes are. Thanks!
-
Ok, so you mean background color of active menu item. But what is the url to page where you want to do this? Because above url test.delav.com.ua does not work unfortunately.
-
Please send us url to pages where you have this big padding and we'll have a look on it. Maybe it would be possible to decrease it somehow.
-
Hey, no, there is no need to re-install theme every time we deliver new version. It is only for those who are waiting for features that they need. Otherwise, you don't need to update theme. Thanks :)
-
We understand what you mean but this is how our theme was designed and how supposed to look like. So if you want to modify blog page, you supposed to write some extra css. Below, we are giving you custom css to align content to the left side and to …
-
Hey, sidebar background can be changed with custom css only. Please take a look at the following topic http://forum.muffingroup.com/betheme/discussion/473/sidebar-background-colour-and-line-removal-widget-after where we explained how to do this. Pl…
-
Hi, looks your server is not fully compatible with WordPress. Demo settings can not be imported automatically because your server does not work with wp_remote_get() function which uses loopbacks. In such case, you must import settings manually. Th…
-
@petrowsa Do you add those widgets under Appearance > Widgets section? We are pretty sure that you do but would like to be 100% sure. Please then switch to default WP theme and check if you are unable to add widgets as well. BTW The sidebar name …
-
Ok, thanks. For these items, it is necessary to have have background images. Only then titles are visible. However, if you want, you can change these colors with custom css only but colors will be changed for all items obviously because it is not po…
-
So if you want to apply above css for single posts only, please use below css:.single-post #Content { padding-top: 100px !important; }
-
For single posts only, you should use similar css:.single-post #Subheader { padding: 310px 0 230px; }
-
Hey, yes, you can set custom menu for post pages. You can do this under Theme options > Blog, Portfolio & Shop > Blog section where Menu drop-down field is. Thanks!
-
Hey, you supposed to use above css for larger screens only. So you should wrap above code into right @media only screen size. Thanks!
-
Hi, with custom css, it won't be possible. This change requires files customization and if you want to do this, you supposed to play with includes/header-top-area.php file which is responsible for header. Thanks!
-
It's great to see that you found it :)
-
Hey, if the subheader you have is a part of Muffin Builder, you supposed to create single posts with Muffin Builder as well. There is no workaround for this. Thanks!
-
You're welcome :)
-
Hi, it's because you are using Transparent header. We suggest to use different header type if you don't want the content to be behind header. Thanks!
-
Great, we're glad to see that you solved it!
-
@nildood What demo are you trying to import?
-
We did checked the site you mentioned (url has been removed because it's not allowed to promote other themes on this forum) and we noticed that with their theme, sticky header works exactly the same as with our theme. Sticky works only on tablets an…
-
Hey, these banners looks like are the part of Revolution Slider so probably you must change them inside Revolution Slider plugin.
-
Hi Dave, please deactivate maintenance mode on your site so we can have a look on it. Thanks!
-
You're welcome ;)
-
Ok. So to change this hover effect, please use below css:#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { background-color: #000 !important; }