Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Please send us a screenshot with necessary changes because we are not sure what exactly you want to do. We thought that we know what you mean but looks like we are thinking about something different.
-
What is wrong with the table exactly? Because as we see, everything looks great. The css we gave you for those links above, will remove this "weird icon" on hover on homepage as well. P.S. We appreciate if you can do not "attack&quo…
-
Hi, 1. Do you mean that image is cut on mobile or what? Please notice that parallax is unfortunately not compatible with mobile devices and it's only because some mobile devices does not support parallax so far. 2. The carousel display images on m…
-
Thanks a lot for your explanation :) Hope this will help some users.
-
You're welcome :)
-
To remove both icons, please use below css instead:.image_frame .image_wrapper .image_links { display: none !important; }
-
@kaffealskare We hope so, because we do not have other idea what else may happen in your case.
-
Hi, Please switch to default WP theme and check if the same thing happen.
-
No problem :)
-
You're welcome ;)
-
This is section's background image. You need to edit section to change this image.
-
You're welcome :)
-
Hi, when we look at your site, looks like your server is not compatible with wp_remote_get() function what means that your server is not wordpress ready. Please take a look at http://forum.muffingroup.com/betheme/discussion/6679/manual-import-of-mu…
-
Hi, you did not found any information because unfortunately VC, does not have such feature. Muffin Builder got ID fields included while VC does not have such fields. And because plugin's author does not support this feature, there is nothing what w…
-
@kaffealskare No, it's not revslider as well. These are wordpress default files.
-
@madore Please take a look at http://forum.muffingroup.com/betheme/discussion/968/what-to-do-when-you-get-are-you-sure-you-want-to-do-this-please-try-again-while-installation where we explained what to do in such case.
-
@oktav30 Please look at 1st message we left under this topic where we explained how to import slider. This message says that you forgot to import slider within pre-made layout.
-
You're welcome ;)
-
You can apply this css for desktop devices only because this is the only solution in that case. This can be accomplished with below css:@media only screen and (min-width: 1240px) { #Top_bar .logo { position: absolute; z-index: 1; } }
-
Ok. So to align logo to he left side on mobile, please use below css:@media only screen and (max-width: 479px) { #Top_bar .logo { text-align: left !important; } }
-
You're welcome ;)
-
To remove image from related post section, please use below css:.section-post-related .post-related .image_frame { display: none !important; }
-
Ok. so to remove the details from above image, please use below css:.single-portfolio .post-header { display: none !important; }
-
You're welcome ;)
-
1. .single-product .post-nav { display: none !important; } 2. .image_frame .image_wrapper .image_links.double a.add_to_cart_button { display: none !important; } .image_frame .image_wrapper .image_links.double a.link { width: 100% !important; } .ima…
-
You're welcome ;)
-
There is one more option that should be ON as well. "Header |Minimalist" option under Theme options > Header & Subheader > Header section.
-
Do you mean buttons like this one on http://themes.muffingroup.com/betheme/shortcodes/typography#buttons ?
-
1) Header style you can choose under Theme options > Header & Subheader > Header section. 2) When you create/edit blog page, under "Page options" section you have section where you can set sidebar layout for page. 3) You can se…
-
We are very sorry but this option is unfortunately unavailable for portfolio items. On those pages, you can remove subheader with custom css only at this moment:.single-portfolio #Subheader { display: none !important; }