Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
What Language Course you mean? Please explain what exactly does not work because we do not see anything at all on our side. For us everything looks fine. Only this background in the top does not look good. This is header background section and if yo…
-
Hi, probably you are using pagination and jQuery filtering at the same time what does not work. So you must decide if you want to use pagination or jQuery filtering because both are technically incompatible. Thanks!
-
Hi, logo size can be increased with below css:#Top_bar #logo { height: 80px !important; }
-
You're welcome ;)
-
@salvit You can remove this shadow with below css:#Header_creative { box-shadow: 0 0 0 0 !important; }
-
You can remove the title with custom css:.photo_box h4 { display: none !important; }
-
Hi Deean, it's because of your custom css what you can see on http://pasteboard.co/2gTx2PS2.png
-
Hi, yes, it's true and that's why we made MFN CB Migrate Tool to change those paths :)
-
Hi, your text in the footer is nearly the same color as background and that's why content is invisible. To change copyright color, you can use below css:.footer-copy-center #Footer .footer_copy .copyright { color: #000 !important; }
-
Hi, for that vertical line, we used the following css:#Top_bar .menu > li > a::after { bottom: 0 !important; height: 25px; left: 50%; top: auto; width: 1px; background: #000; }
-
Hi Julian, we just used icon instead of title for menu item. Please check the following topic http://forum.muffingroup.com/betheme/discussion/94/mega-menu-icons where we explained how to use icons in menu. Thanks!
-
You're welcome :)
-
Hi, please use below css to open menu by default on mobile devices. But please notice, that it won't be possible to close this menu.@media only screen and (max-width: 1239px) { #Top_bar #menu { display: block !important; } }
-
Hi, it’s because of CORS library which hasn’t been installed on your server what you can see on http://pasteboard.co/2gWm1hQz.png More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your …
-
Hi Britte, 1. Under Theme options > Header & Subheader > Subheader section you got an option to remove subheader globally. 2. You can change header's height with css which is under Theme options > Custom CSS & JS > Custom CSS:b…
-
Are you sure that you read the link we left you above for gallery? Because there is whole explanation about how to use gallery. On that page, is also link to gallery shortcode.
-
Sure, we'll have a look on it closer while future updates. Thanks!
-
Hi, we did never tested this plugin so we don't know what could be the reason. But, what you can do, is deactivate all extra addons like pretty photo under Theme options > Addons & Plugins > Addons section and check if this may help. Tha…
-
@lapries Wow, this is really weird. We got this tool activated on hundreds of sites and we did never met with anything similar. But thanks for your explanation in case if someone will have similar issue.
-
For which page you used our css? Please give us the url of such page and we'll check.
-
As we see, just footer is messed up. This may happen if your server is not wp ready. For widgets and all other settings import, we use wp_remote_get() function which uses loopbacks and this could be the reason. In this case, you should go to Appeara…
-
http://forum.muffingroup.com/betheme/discussion/3109/don-t-see-some-options-or-demos-please-update-theme
-
Hi Bruce, you got this message because you missed 2nd step of re-creating demo pages. Please take a look at http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be-theme where we explained how to import slider for…
-
Please use below css and check. This css should do the trick:table tr:hover { background: #5d86bc none repeat scroll 0 0 !important; }
-
Hi, what you ask for requires a lot of files customization. Some details about custom post types you can read in topics below: https://codex.wordpress.org/Post_Types http://forum.muffingroup.com/betheme/discussion/4827/adding-custom-post-type Ple…
-
Hi, if you are talking about Shop Slider item, then none of these are possible. It's slider and only items can be displayed in one row only. Thanks for understanding!
-
If you changed something in child theme (we mean you modified files or added ow functions) then of course you will lose those changes. But child theme can be updated the same way as parent theme.
-
Hi, 1. We do not understand this question. 2. We do not have any appropriate sizes. Everything depends on users needs. On our side, we usually use FULL HD images (1920px width). 3. We use W3 Total Cache plugin. 4. We can not recommend any hosting b…
-
Hi, if you want to change responsive toggle behave, please look at http://forum.muffingroup.com/betheme/discussion/29/responsive-toggle-value where we explained how to do this. You can also update to recent version and use the option we recently ad…
-
Hi, no, it's not that. After changing footer layout, make sure that widgets are split in right footer columns under Appearance > Widgets section. Thanks!