Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
What's hidden? As you can see on http://pasteboard.co/80qgk6Oej.png the cart is already displaying now.
-
The phone number creates an extra space because you did some mistakes in the code. Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all would be fine. P.S. Anticipating your question, y…
-
What does it mean "the same style"? Same form we have on most of the demos so we do not understand what's so special in this one. Did you tried to do what we told you above? Because this is the fastest and easiest way to learn how some thi…
-
We will consider this when we finish current features/updates. However, Related Posts does not use the thumbnails because people got an option to set the number of columns. And if for example you set 2 related posts in column and 1920px grid width, …
-
Hi, would be great if you can show us how you did it exactly because we don't understand. Also, please send us link to page where you set Content background and it does not change.
-
Hi, what you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Or if you don’t have any, fell free to contac…
-
You are welcome! :)
-
Ok. So from what we see, there is only one way to increase content width on mobile. It's the following css:@media only screen and (max-width: 767px) { .section_wrapper, .container, .four.columns .widget-area { max-width: 95% !important; } }
-
What's your VC version?
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key/p1
-
You're welcome!
-
Hi, you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-…
-
Hi, we did checked and there is no need to use rel="prettyphoto" for VC galleries. All you need to do is just set it up as on the following screenshot http://pasteboard.co/LZy6SVOn.png
-
Like we wrote above, you can make it full width if you will use FULL WIDTH style for the section.
-
Hi, you can change it's color under Theme options > Colors > Forms section. However, if you would like to know how some things were made, next time we recommend to create extra WP instance, import the demo that you are interested with and che…
-
So this one is not possible unfortunately.
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key/p1
-
Like we wrote on http://forum.muffingroup.com/betheme/discussion/18965/can-t-remove-white-space-between-blocks we replied on your message already.
-
Hi Laurens, please send us link to page where you would like to change header's height first and we will see if it's even possible. Thanks!
-
We sent you an answer on 4th of August at 4:14 PM. So please check your inbox/spambox.
-
Hi, it's Visual Composer item and it has no possibility to slide 4 images at a time. Thanks!
-
At first, Portfolio is centered but you need to know that this item does not come from the theme. It comes from your extra plugin. But about the contact details, you build this site with VC which as far as we know does not have an option to set cust…
-
Hi, if you put the API key and the map still does not work, it means you did something wrong and it has nothing to theme. For more details about Google Maps API key, please take a look at https://churchthemes.com/2016/07/15/page-didnt-load-google-m…
-
Hi, maybe you installed Contact Form 7 plugin after demo import? If that's what you did, then the form imported with the demo wouldn't work because it was imported before plugin installation.
-
Hi, to make those tabs full width, you need to put them into own/individual section with FULL WIDTH style.
-
But the link you sent us above, has nothing to shop page. Our page is a WooCommerce page while your is not. It's just a plain page.
-
@dq-8 We do not have an option to change the icon of "Back To Top" button color but to change it's color, please take a look at http://forum.muffingroup.com/betheme/discussion/10575/back-to-top-button-color where we explained this already.
-
If you don't want to provide the link, then the only place where Button colors can be changed is Theme options > Colors > Content section.
-
Ok, got it. So the tables has always auto width. Of course, you can increase td to 100% but it wouldn't look good in our opinion. If you want, you can increase it with the following css:table td { width: 100% !important; }
-
To align list items, please use:.list_item .list_right { text-align: center !important; }