Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, yes, we have solution. You need to use full paths instead of just hashtag links.
-
You're welcome!
-
@PeriPeriCreative Because Envato Toolkit is deprecated tool. More details about it you can find on https://github.com/envato/envato-wordpress-toolkit/issues/85
-
But we tested this plugin on our side and everything is just fine what means that it's something out of the theme. You should speak with your web developer or admin because we don't know what the reason might be. Or if you don't have any developer, …
-
Sorry but we don't understand what you did and what happened exactly. Also, please notice that this hover effect works with the icons only and not the images.
-
Please send us link to page where it does not work then.
-
And if you look at http://pasteboard.co/bFBZtVMFu.png you see that icons are fine even in Chrome. We checked it in different browsers on different computers and we didn't noticed any problem with icons.
-
Hi, "Reset to Defaults" would remove all settings/options. Your settings would be just default. However, we are not sure what you mean when saying "restore the demo". What exactly you mean?
-
What's the site width on your screenshot? Maybe you are talking about larger size? Previously you asked about the screen size between 768px and 959px and this is what we have you. Maybe you need to increase those sizes in above css then?
-
Hi, please send us link to page where you would like to increase font size on mobile.
-
Hi, please send us link to page where you got this menu first.
-
Hi, this has nothing to theme and we have no idea what might happened on your site. Thanks!
-
Hi, you can do this with shortcodes only but we did never tested portfolio items in sidebar so we don't know if this would work. Thanks!
-
You are welcome ;)
-
Hi, to remove menu from page only, you need to use an extra css:#Top_bar .menu_wrapper { display: none !important; }
-
You're welcome! :)
-
1. Ok, so to remove header background from certain page, you need to use the following css:body.page-id-xxx #Header_wrapper { background-image: none !important; } where xxx is page id.
-
You are welcome :)
-
Hi, you can do this under Theme options > Fonts > Size & Style section.
-
Hi, because it's a plugin page, you can move it up with an extra css only:.single-event #Subheader { display: none !important; } body.single-event #Header { min-height: 0 !important; }
-
Hi, you set transparent header for mobile under Theme options > Responsive section and that's why the content goes behind it. But about Google Analytics, you used it wrong. You should put whole Analytics code, not just it's ID.
-
Hi, you have changed header's height on mobile with custom css and that's why responsive menu icon does not align properly. What you need to do is move it to the top with an extra css now:#Header a.responsive-menu-toggle { top: 10px !important; }
-
No problem :)
-
Hi, please use the following css to change it's design for smaller devices:@media only screen and (min-width: 768px) and (max-width: 959px){ .list_item .list_left {font-size: 30px; width: 30px;} .list_item .list_right {margin-left: 45px;} }
-
You're welcome! :)
-
The only place where you can increase the moment when menu switch to responsive is Responsive Menu Initial Width under Theme options > Responsive section.
-
You're welcome! :)
-
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-…
-
So if you want to remove this icon on certain pages, then you need to use the following css instead:.page-id-xxx a.button .button_icon { display: none !important; } where xxx is page id. But the texts, you can change under Theme options > Trans…
-
Hi, please take a look at http://themes.muffingroup.com/betheme/documentation/#menu where we explained how to set up one page menu links. Thanks!