Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,876
- Last Active
- Roles
- Administrator
Comments
-
@idxwptheme If you are a developer you supposed to know that such modification need to be done by you because like we wrote above, such files customization are not included. For the pages are responsible different files like: index.php, includes/con…
-
Above css is wrong. You forgot about brackets for @media only screen part. If you don't know what we mean, we suggest to look at http://www.w3schools.com/cssref/css3_pr_mediaquery.asp where this has been explained.
-
Hi, if you want to know how some things like footer were made, we suggest to create extra WP instance where you can import demo for tests. This is the best way to learn of how some things were made. Thanks!
-
@delboy2010 Please send us link to page where you want to take the logo out of the top bar frame.
-
Hi, we do not have such feature unfortunately. Thanks for understanding!
-
Hi, it is not possible to display the code for the elements you build in Muffin Builder. The only thing you can do is hide the sections under Muffin Builder. For hiding sections is responsible "EYE" icon in the right top corner of each se…
-
Hi Dan, is that Revolution Slider? If it's Slider Revolution, please make sure you use latest version of this plugin. Thanks!
-
Yes, this is true. So or your popup will not be responsive or you can not set the images with fixed width and height just like you did it above.
-
Check the code you left above and you will see if you didn't set fixed width for the image. Isn't width and height fixed? Anyway, to increase popup width, you need to use the following css:div.pp_pic_holder { width: 640px !important; }
-
You are welcome! ;)
-
You need to send us username and password to your dashboard + the link to this topic or explanation what for this access is.
-
Hi, you can set different font sizes only and this can be done under Custom CSS section in Page Options section. However, the font type can not be changed unfortunately per different pages.
-
Hi, we are sorry but we do not have an option to use custom icons for progress bar items. For that item you can use included icons only that are listed on http://themes.muffingroup.com/betheme/shortcodes/typography#icons but we will consider your s…
-
If it does not work then we do not know any other css that might work in this case. Like we wrote above, you must turn of parallax for all backgrounds in sections individually thru Muffin Builder.
-
We checked it in Safari as well with same result as we presented above on screenshot.
-
What you presented on screenshot above, is not possible unfortunately. Sorry!
-
Yes, you can change it under Theme options > Responsive section where Responsive Menu Initial width option is.
-
Hi, this is Shop Slider item.
-
Yes, it's true but we do not have other type of settings to disable that option at this moment unfortunately.
-
No, there is nothing like that. We suggest to move above css on 1st position because if you did any mistake in custom css section, any css below that mistake won't work. However, if this won't help, you must turn off parallaxes for each sections ind…
-
Hi, you set parallax option for the background and that's why it's not the same as on your original site. Please turn off parallax and the background supposed to look like on your original site.
-
Hi, you can change those paths with Mfn CB Migrate Tool.
-
@Burnout2016 If you don't have that section, it means you install theme without plugins (lighter package). For that, you need to install plugins the same way as you install any other external plugin. In reference to 2nd question, purchase codes (li…
-
Ok, we got it. Please make sure that you set main menu under Appearance > Menus > Manage locations section.
-
Hi Ben, we did checked it on windows like 1000px and did not noticed anything like that. http://pasteboard.co/Q6HTqgI.png - this is how it looks like on 1000px of window.
-
Yes, this is how update works.
-
@maldehelmhold You need to use Builder >> SEO option to make the content visible for Yoast. For more details about it please visit http://forum.muffingroup.com/betheme/discussion/1080/search-results-don-t-take-care-of-shortcode-content
-
No, we are not kidding at all. Any plugin we recommend or include into theme got a sidebar but we can not add the sidebars for any plugin available in the world. Adding sidebars for plugins requires files customization what in reference to Item Supp…
-
Ok, thanks. So to display breadcrumbs on mobile as well, you need to use the following css:#Subheader ul.breadcrumbs { display: block !important; }