Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,859
- Last Active
- Roles
- Administrator
Comments
-
Hi, if you will open your site in html mode (CTRL+U) you will see that your site is cut and there is no javascript files in the footer and other. This is probably because of the limits on server side like memory but to fix it, you need to contact w…
-
Sorry but we do not have any other solution to make it possible.
-
Hi, the only multilingual plugin that was tested with the BeTheme is WPML plugin and this was clearly advertised on product's page. We did never informed about any other 3rd party multilingual plugin. Thanks!
-
Please disable maintenance mode so we can have a look on it.
-
Please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a look on it. Please don’t forget to let us know what for the access is.
-
Hi, for full content display is responsible the_content() function. All details about this function you can find on https://developer.wordpress.org/reference/functions/the_content/
-
Hi, where did you changed this? As far as we know, we do not have an option to change subheader heading type.
-
Did you tried the css we gave you above?
-
Hi, we suggest to start from fixing bugs in html and disabling 3rd party plugins because you have extra amount of custom code which does not come with the theme.
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plugins …
-
Where exactly you want to set up background? And what's your difficult?
-
You are welcome!
-
Because above css need to be global (to change it for all pages around website) then it need to be put under Theme options > Custom CSS & JS > Custom CSS section.
-
No, you can't of course. In reference to TF license and agreements, once purchased license can be used for one site/domain only. If you want to use this theme for few sites, then you must buy as much licenses as many sites you want to build. Of cour…
-
Hi, your logo is 1030px wide and that's why it does not look good in IE. You need to replace it with the smaller image.
-
Hi, the real title of your site is different what means above issue has nothing to do with the theme itself. Looks like the Google read your logo alt text as site title but why, we have no idea.
-
Hi, VC is not compatible with some items and these can not be added unfortunately. Thanks for understanding.
-
Hi, you can use any video format file which is accepted by WordPress.
-
So if above suggestion didn't helped and slider does not load as you wish, then we do not have any other solution to make it possible unfortunately. Please note this is the only option that comes with the slider.
-
Hi Karl, we are sorry but we do not have any solution to split translation files into back-end and frond-end.
-
Hi, as we can see, the buttons does not look good on iPad because of your custom css:.hbbtn1 { width: 200px !important; }
-
Hi, we suggest to update theme to it's latest version because it looks like you modified something in theme files and that's why it does not work now. For both links, we use same WP function and this couldn't work that way without your extra custom…
-
@greybatter What style is not being taken into account? Because we did checked already and it is fine of course.
-
Hi, if you mean weird padding on mobile, you probably set those padding under Muffin Builder for wraps or sections and that's why it doesn't look good on mobile. Thanks!
-
Hi, 2. To center this h1 tag, you need to add inline style for h1 so it looks like:<h1 style="text-align: center !important;"></h1> 3. What would you like to do then? Change featured image size with custom css? Thanks!
-
Hi, logo size can be changed under Theme options > Global > Logo section. We are sorry that we didn't replied earlier but to be honest, we missed your request somehow and we really apologize. Thanks!
-
Hi, to remove date from recent posts widget, please use:.widget_recent_entries ul li .post-date { display: none !important; }
-
You are welcome! :)
-
Hi, to change filtering layout, you need to change general style of your site under Theme options > Global > General section. Thanks.
-
Hi, 1. To change subheader title color, please use:#Subheader .title { color: #FFF !important; } 2. You can change this line color with:#Footer .footer_copy { border-color: #FFF !important; }