Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
There is no option for this, only custom css.
-
This is caused by your custom .services classhttp://prntscr.com/fs80dl
-
The problems do not come from cache itself but from wrong configuration of them.Yes, better not use them or at least do not mimify files, especially JS
-
Add :margin-left:10% !important; to the css I gave you. The amount of margin differs on how much width does it have, so for example:80% width will be 100% - 80% = 20% / 2 = 10%
-
Hi!The equal height of wraps is used to position elements on: top, middle or bottom in wraps. In order to achieve this you need to:1. Edit your page, and go to the muffin builder. Edit a section and under the advanced>style select 'equal heig…
-
Hi,the category/archive page will have the same sidebar as the main blog page.thanks
-
Hi,please send a link to your pagethanks
-
What exactly do you want to change? The background, title, text, arrows ?
-
Sorry for the late response, you can use this custom css #Header_creative { background:red !important; }
-
Hi,the only possibility would be to use the portfolio. You can check all of our items/shortcodes here:http://themes.muffingroup.com/be/theme/ thanks
-
please go to your FTP, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. Then send it privately thru the contact form which is on the right side at http://themeforest.net/user…
-
Hi,this is because 4 is the maximum for this item. There cannot be 5.thanks
-
Yes, this button, and the rest of the content is dont with VC. http://prntscr.com/fs7nf0 thanks
-
Hi, you cn enable/disable comments when editing the post. If you do not see this option you have to enable it in the screen options(top right corner)thanks
-
We can see in the code that you have custom css there. Please remove it. The theme is responsive, background images were never responsive.
-
Hi,please update the theme to the newest version.thanks
-
Hi,this is because the server limits, set your max_input_vars to 5000 at lease. Untill you go online with your page we will be not able to help you.thanks
-
Sorry but we do not know why cloudflare is not working, we do not support it.
-
But if you remove the custom css you get what you want then please do it.
-
Hi,to remove the underline effect use this custom css .column a:hover { text-decoration:none !important; } You cannot have the effect on the whole box. thanks
-
Then edit the page, set the theme template to BLANK, this will let you hid the footer and header. Then set the sidebar options to none in page options as well.
-
Please send us url to page where you did it and we'll have a look on it.
-
Hi,Please send us a link to your page.thanks
-
You have probably registered the theme on your local host, please install the theme and attach the existing database to deregister the theme.
-
Hi,please go to your themes folder via FTP and remove the betheme folder completly, then install the theme again and do the same with the plugins.thanks
-
Hi,sorry but we do not have icon animations avaliable.thanks
-
This is because your text has the italic style, it is not unformatted still.
-
You cannot, only with custom css. Use this .blog-teaser .desc .author, .blog-teaser .desc .date .label { display:none !important; }