Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
Hi, You can paste this code in Appearance > BeTheme Options > Custom CSS field Thanks!
-
Hi, Provide more details what color do you need to change. Please also include your site link Thanks!
-
Ok, I see know where is the problem. You've replaced layout.css file in your child theme, and it's called before parent's responsive.css file. You shouldn't use whole parent's css files in your child theme. Use just this lines you want to replace…
-
Hi, Sorry but we don't offer this kind of support for thirt party plugins. We can only fix any compatibility problems. All necessary informations about Visual Composer's Grid can be found here https://wpbakery.atlassian.net/wiki/display/VC/Grid+B…
-
Hi, This is because you've deactivated Muffin Builder in Theme Options http://pasteboard.co/z1T6BVD.png We've enabled it for you Ps. please don't share your login details public, use PM Thanks!
-
We've checked your site on Android and iPhone6s and we can't recreate this issue it looks like iPhone 4s problem. Maybe you should try YouTube or Vimeo hosted video Thanks!
-
Hi, Please send us link to your site we will check it Thanks!
-
Hi, You can find the latest version of Visual Composer in our theme folder, it's placed in /plugins directory Thanks!
-
Hi, Please read first post in this topic, this will solve your problem http://forum.muffingroup.com/betheme/discussion/1007/fixed-visual-editor-text-area-not-scrolling/p1 You need to reopen the edited page to see the changes Thanks!
-
Hi, Please read first post in this topic, this will solve your problem http://forum.muffingroup.com/betheme/discussion/1007/fixed-visual-editor-text-area-not-scrolling/p1 You need to reopen the edited page to see the changes Thanks!
-
Hi, Text in footer copyright do accept html, please send link to your site we will check it Thanks!
-
Hi, Please explain, because we checked your site and there is a menu in header http://pasteboard.co/z0BhFbn.png Thanks!
-
Hi, This issue was fixed in the last update. Please update BeTheme to version 11.2 Thanks!
-
Hi, CSS code of the theme chenges a lot with some theme version so you need to generate new static css file and everything will be ok Thanks!
-
Hi, This is because demo slider was exported in old version of Revolution Slider. We will include fixed version of this demo slider in next update Thanks!
-
Hi, We've checked your site and looks like your logo is as big as uploaded image (200x200) http://pasteboard.co/yYx0neF.png Thanks!
-
Hi, Shop page is a special WooCommerce page and no Muffin Builder can be added there. Thanks!
-
Hi, It looks like you use some kind of Lazy Load code/plugin. This kind of plugins don't work with ajax load more feature. Please deactivate Lazy Load plugin or use default pagination Thanks!
-
Hi, Please check if you uploaded Retina Logo in Theme Options > Global > Logo. If this won't help please send us link to your site we will check it Thanks!
-
Hi, They are hardcoded in theme files and can not be changed at this moment Thanks!
-
Hi, They are custom icons (images) made by our designer Thanks!
-
Hi, To change header position on mobile please go to Theme Options > Custom CSS and paste below code@media only screen and (max-width: 767px){ #Top_bar { position: static; } } Thanks!
-
We use default WordPress resizer for featured images. Sizes are specified in theme code and all new images uploaded to your media will be resized to this sizes. To resize existing images you can use Force Regenerate Thumbnails plugin. Thanks!
-
Hi, Please go to Settings > Reading > Front Page Displays and select your Blog Page Please also select it in Theme Options > Blog > Blog Page Thanks!
-
Hi, It looks like you have errors in your source code view-source:http://www.rc-dj.nl/pro-deo/ please check if you closed all your html tags Thanks!
-
Hi, If you changed any text in muffin builder and saved text must change in forntend. Please send us link to your site and describe which text you want to change and we'll describe you how to do it Thanks!
-
Hi, To fix it please go to Theme Options > Custom CSS and paste below code.icon_box a { display: inline; } Thanks!
-
Hi, To hide black bar at the top please go to Appearance > Theme options > Menu & Action Bar > Action Bar and turn it OFF There is no BeTheme advert, just default homepage. It should be removed before demo install. Please ask your dev…
-
Hi, To decrease font size on mobile please go to Theme Options > Custom CSS and paste below code@media only screen and (max-width: 767px){ .fancy_heading .title { font-size: 24px; line-height: 24px; } } Thanks!
-
Hi, To remove secondary thumbnails plase go to Theme Options > Custom CSS and paste below code:.woocommerce .thumbnails { display: none; } Thanks!