Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Yes, but you have to add a gallery, not single images
-
If you have put custom css in theme options>custom css&js>css you will have it there. If you do not have done something wrong. We cannot recover your old css.
-
please be so kind and send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to let us know what fo…
-
It's happening autmatically, you cannot do alter it just like this.
-
Header&subheader>header then scroll all the way down.
-
Hi,We recommend contacting with your server admin because variables like memory_limit should be definitely increased. This is why the page does not save new content. thanks
-
Ok, I was on your website and I do not see any of our CSS that we gave you and the header is still sticky, not fixed.
-
theme options>custom css&js>css
-
Hi,First of all you have to write !important not ! importantUse this css.mailpoet_submit { display:inline !important; }
-
This is the changed css... @media only screen and (min-width: 1240px) { #Top_bar.loading { display: block; } }
-
Hi,First, add an id to any element on your contact form.then use this id in the button link.For example, i add id="form" and then edit the button, set <a href="#form"... then just save and when you click you will have a scroll…
-
No, sorry
-
Hi,You have to set a static to height to the img, then it will only change the width, but it will not cut, it will get squished. thanks
-
Hey,Please try to disable all plugins and cache, then try to use the slider.If this does not help send us a link to your page.thanks
-
Hi,We really o not know why this is happening, but if you have bought the plugin you can use the wpml support HERE to ask a question there.thanks
-
Hi,Use this custom CSS@media only screen and (min-width: 1240px){ #Header_creative { width: 270px; left: -220px; } #Header_creative #Top_bar .menu > li > a { text-align: left; } } You are welcome 3:-O
-
Hi,Maybe the images you are using are too big in size? Or some third party plugins are slowing down the JS load time.thanks
-
Hi,Please send a link to your websitethanks
-
Hi,Please go to settings>reading There set posts page to articles and research.thanks
-
This is Header Background and you can change it under Theme options > Colors > Header section.If you have a color theme skin selected, you will not be able to change any colors.
-
Hi,We had a look and didn't see anything unusual. The slider works fine. Do you have the theme updated and rev slider aswell?thanks
-
Hi,Please turn responsive to ON and let us know, we will check it then.thanks
-
Hi,To change the height of the sticky logo you would have to use custom css.I will write it for you but your website link does not work, please check it.thanks
-
Hi,Please send a link to the page your referring to with your screenshots.thanks
-
Hi,This is not possible to achieve. You would have to have all images on left and text on right when on desktop.thanks
-
Hi, Go to theme options>header&subheader>header and choose the fixed header style.Then use this custom css.home #Content { margin-top:-35px; } .header-fixed #Top_bar { background-color: rgba(0,0,0,.5); }
-
Hi,Hide content is for plugins like Yoast SEO. When you create content with the muffin builder you can use the builder>>SEO, it's located as a tab in the WordPress editor.It copies the whole content from the builder to the editor in WordPress.…
-
Go to theme options>rensponsive>header and scroll down. There is an option button|sticky you can turn it on for sticky button.
-
Hi,You have set your custom theme skin to red. If the theme is set you cannot use the color changes in the theme options. You would need custom cssthanks
-
Hi,Use this custom CSS.header-transparent #Top_bar #logo { padding:0 !important; } #Top_bar .menu > li > a { padding: 54px 0; } #Top_bar a#search_button { top:-3px; } That is the only thing we can do.