Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Hi Paulo,This is an image from the revolution slider. Just change it in the slider.thanks
-
You will have to wait, it has nothing to do with the code. We are testing the new version and will add it in the betheme update. Please be patient.
-
We checked it on internet explorer and everything is fine. Maybe it is your browser cache? https://snag.gy/9kIshc.jpg
-
Hi,We do not control this. Besides, two decimal places is pretty precise.thanks
-
What do you mean with the page title, on all pages or on blog? Please be specific.And also do you want the date?Where do you want to disbale the author bio, on blog page or single post page or both.
-
The only way to do this is by going to theme optios>menu&action bar>action bar and enable it.This will create a bar above the menu with social icons.
-
Hi,The sidebar fits the layout.Here is the css for the sidebar. .layout-boxed.with_aside .content_wrapper { padding-right:0px; } .widget-area:before { width:100% !important; background:white !important; }
-
Hi,It's because the blog page is not set as a default blog page. Go to setting>reading and set the blog page. Please remember that the blog page must be blank, it load automaticaly.
-
Hi,Please read this:http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key#latest thanks
-
Hi,To change the size of the images on portfolio/blog/shop please navigate to theme options>blog,portfolio&shop>featured imageThere set the desired image size. Remember to read the notice at the bottom of the page regarding thumbnail regen…
-
You have to write custom CSS in order for this to work.It will look like this. @media (max-width:767px) { .big-text {font-size:20px;) } } Add a class, any you want to this text, then place it in the media query. It will change its size when it …
-
Hi,Your website is under maintenance, please disable it.thanks
-
I cannot see any of your screenshots, please upload them to a service like snag.gyRemember to send a link to your page.thanks
-
Hi,You mean the builder or the page.You can scroll there.
-
Hi,Use this css .term-parts-and-supplies body:not(.template-slider) #Header_wrapper { background-image: url(http://185.104.29.62/~labassistent/wp-content/uploads/2016/10/Untitled-2.png); } Change the image url, thanks
-
Use this css .logo { display:none !important; } @media only screen and (min-width: 1240px){ .menuo-right #Top_bar .menu_wrapper { float: left !important; width:100%; } } #menu-links li:last-child { float:right; } #menu-links li:nth-child(…
-
Try this #Top_bar .menu .sub-menu li:hover { background:red !important; }
-
These numbers are the ids of images in your media.
-
Hi, please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is probably related to limits but to be sure which one is the reason, we need tha…
-
The easiest way is to edit the element in the muffin builder and at the bottom you will see custom styles, just type font-size:20px; for example.
-
Hi,You can create another instance of WordPress and import the demo site there, then look for differences.thanks
-
Hi,The link you have set are wrong.Please clear cache and disable all plugins.thanks
-
Hi, Could you please provide us with a link to your page? Also, try to attach a screenshot, and more detailed info would be appreciated. Thanks
-
Hi,I cannot target this element, please add a custom class to it.You can do that by editing it in the muffin builder.thanks
-
Hi,You cannot do this, it is always open. To use icons in the menu just add an icon <i class="insert icon here"></i> to the name of the menu element. The list of icons is here.http://themes.muffingroup.com/be/theme/shortcodes/t…
-
Hi,Sorrry but this is not possible, you would have to edit the files and change this in the code.thanks
-
Sorry, we do not have a circled icon.Send a link to your page, I will have a look. Maybe we can do something.thanks
-
Hi,How would you like for them to look, which color should I change. This needs custom css.
-
We meant the hosts file.Send us details about the address that we need to put in the file.
-
Hi,Use this custom css @media only screen and (max-width: 767px) { .mobile-header-mini #Action_bar { display: block !important; } }