Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,867
- Last Active
- Roles
- Administrator
Comments
-
@bpdigitalmedia We recommend to clear cache and remove all extra plugins because this is the reason of your problem.
-
Hi, please switch to default WP theme and check if the same thing happen when default theme is active. Thanks.
-
We understand what you mean but please set the blog page as we told you above because this is the reason why you get this text.
-
No, we don't see it. On page you gave us above, this is what we can see https://snag.gy/f28FQK.jpg 1. Is Post Meta 2. Is Title 3. Is Excerpt So as you can see, we do not see any content with paragraphs, etc on mywebsecrets.com
-
You're welcome! :)
-
Hi, you can sort it with an extra css:.tribe-events-list .tribe-events-event-image + div.tribe-events-content { padding-right: 0 !important; }
-
You are welcome ;)
-
Please send us 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.
-
So we do not have such item included unfortunately.
-
Hi, do you have latest theme version installed? If you have, we suggest to re-install theme files via FTP (just remove current files and upload the newest one).
-
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 are sorry but we do not understand what exactly you want to select. Would be great if you can switch to default wp theme and check if the same problem occurs when default theme is active. Thanks!
-
We may consider them but so far current features on the list would take few months.
-
Try to create completely new slider and add this image there.
-
Hi, if you mean content which goes behind header, you need to switch to another header type because the current one you use is transparent. The sense of being transparent is that anything goes behind it.
-
Hi John, Action Button does not work with simple header. So or you would set another header style or you need to use the following css to display right top bar along with simple header:#Top_bar .top_bar_right { display: block !important; ma…
-
You are welcome! :)
-
Hi, to change fancy heading title color on mobile, you need to use the following css:@media only screen and (max-width: 767px) { .fancy_heading .title { color: #FFF !important; } }
-
Action Bar is hidden by default as there is not enough space for that part. However, if you want to display it on mobile, you need to use the following css:#Action_bar .contact_details li.slogan { display: block !important; }
-
You're welcome!
-
Hey, as we can see, responsive menu icon color was set with custom css under Theme options > Custom CSS & JS > Custom CSS section:#Top_bar a.responsive-menu-toggle { color: #fff; } and this is the reason why you can not change it from op…
-
Ok, great!
-
Hi, you can change it under Theme options > Custom CSS & JS > Custom CSS section.
-
It's Content Padding which can be disabled under Theme options > Global > Advanced section.
-
Hi, to change all these colors, you need to use the following css:.dark .counter .desc_wrapper .number { color: #000 !important; } .counter .desc_wrapper .title { color: #000 !important; } .quick_fact h3.title { color: #000 !important; } P.S. Ther…
-
You are welcome! ;)
-
Hi, 1) Menu bar can be reduced with the following css:@media only screen and (min-width: 768px) and (max-width: 1239px) { #Top_bar .logo { margin: 0 !important; } } 2) It is not possible to set different logo for tablets. On tablets works the …
-
Ok, so it's Top Bar. You can change it's color under Theme options > Colors > Header section. But because you use pre-defined custom skin and you don't use custom colors, you need to use an extra css:#Header .top_bar_left, .header-classic #Top…
-
Hi, if you want header to be fixed, just choose Fixed header type.