Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,840
- Last Active
- Roles
- Administrator
Comments
-
You can create simple slider using one of our items/shortcodes. For more details about slider please visit http://themes.muffingroup.com/be/theme/shortcodes/content-blocks/#slider
-
Did you tried to use https://wordpress.org/plugins/wp-facebook-open-graph-protocol/ plugin? If not, please try and let us know about the results.
-
@iloop Thanks for the info!
-
Please send us link to page where you used above code then.
-
Hi, did you created blog page exactly the same as we described in the doc on http://themes.muffingroup.com/betheme/documentation/#blog ? Because it looks you set both: Blog page under Settings > Reading section and also use Blog item but as we e…
-
Hi, you can change them with http://forum.muffingroup.com/betheme/discussion/12/muffin-content-builder-migrate-tool-3-0-change-builder-paths-for-images-etc-while-site-migration tool.
-
Hi, 1,2. We suggest to disable all 3rd party plugins because this might be main reason of your issues. 3. What mess you get exactly? 4. This has actually nothing to the theme. You have zoomed your screenshot too much and that's why items on the lef…
-
Hi, what you can do is set class name for the column where text is and with custom css define for example left margin for the content inside section or wrap.
-
@rajsir What template you mean?
-
@privilege2006 For this demo we used BLANK template. And if you want to display default content like top bar or footer, you need to switch to DEFAULT template. Templates can be changed on the right hand side when you edit page. More details about pa…
-
Just as we asked above, please send us private message with dashboard access because we need to have a look on it closer.
-
Logo can be removed with the following css:#Top_bar .logo { display: none !important; }
-
Hi, you can set any font size you want for the sub-menu using the following css:#Top_bar .menu li ul li a span { font-size: 12px !important; }
-
Hi, we have no idea what you did in the backend and how but we have a quick css solution to center logo on mobile:.mobile-header-mini #Top_bar #logo { text-align: center !important; }
-
You are welcome! :)
-
Hi, yes, it is possible. To add similar backgrounds, you need to set set inline style for each td, like:<td style="background: #000 !important;">some text</td>
-
You are welcome! :)
-
Ok, thanks. So as we can see, sub-menu went down because of your large logo. However, you can move it up of course using the following css:#Top_bar .menu li ul { top: 60% !important; }
-
Hi, you can change those colors under Theme options > Colors > Forms section.
-
Hi, for this section we used Column item the following shortcodes inside:<h3>Our offer</h3> [list image="http://themes.muffingroup.com/be/finance/wp-content/uploads/2015/01/home_finance_offer_small1.png" title="Investmen…
-
Hi, it's an Action Button and you can remove it under Theme options > Header & Subheader > Extras section.
-
To make icons links and to increase their size, you need to use something as below:<a href="#" style="font-size: 20px !important;"><i class="ICON-NAME"></i></a>
-
Ok. So to remove this zoom button, please use:.image_frame .image_wrapper .image_links.double a.zoom { display: none !important; } .if-overlay .image_frame .image_wrapper .image_links.double { margin-left: -30px; width: 60px; } .image_…
-
Hi, to reduce table font size, you need to use the following css:table th, table td { font-size: 12px !important; line-height: 12px !important; }
-
To align logo vertically, please use:.header-split #Header .top_bar_left .logo { margin-top: 5px !important; }
-
Hi, yes, it is possible of course. Please take a look into different topic http://forum.muffingroup.com/betheme/discussion/94/mega-menu-icons where we explained how to set icons for main menu items. Thanks!
-
You are welcome! :)
-
Yes, you can make it sticky under Theme options > Header & Subheader > Header > Sticky Header section.
-
Ok, got it. So to remove this small space between the images, you need to wrap all images into DIV tag and set line-height: 0 style for this div. So it should look like the following:<div style="line-height: 0 !important;"> IMAGES IN…
-
It means we set Builder template under single portfolio settings. If you will go to portfolio item settings, you will see Template drop-down field with Builder option.