Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,860
- Last Active
- Roles
- Administrator
Comments
-
Hi, we are very sorry but we did never tested this 3rd party plugin so we don't know where the problem might be. Currently, we have hundreds of other features and fixes that need to be done first and when we do them, we would be able to consider yo…
-
The settings we used you can find on http://forum.muffingroup.com/betheme/discussion/1453/w3-total-cache but remember that these probably won't work on your server because each server is different and plugin's settings need to be set individually pe…
-
Hi, we are sorry but we do not have any css solution to move the sidebar below the content on mobile only. Thanks!
-
Ok, great!
-
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, we recommend to try…
-
There is 3 possible reasons why Muffin Options might be empty on load (blank): - PHP version - Wordpress, since version 4.5, requires minimum PHP 5.6. So if your version is older than 5.6, you need to contact with your admin/hosting provider becaus…
-
Hi, the other images you have, were uploaded before theme installation and these images does not have the right size because you did not used https://wordpress.org/plugins/force-regenerate-thumbnails/ plugin after theme installation. Thanks!
-
Hi, we are sorry but we do not have any css solution to make it possible. Thanks!
-
Hi, any link to page where logo does not work?
-
So if the image can be saved in the back-end and does not have any effect in front-end then maybe the problem is with cache? We know from experience that such issues in 99% are related with cache.
-
Hi, please 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 for the acce…
-
We didn't get such private message from you and as you can see, we asked above for a screenshot of how it looks like on your side and link to page where this happens so please provide us such details.
-
Hi, we are sorry but we do not have any css solution to make it possible. This is how this item was made and it's not possible to change it's style. Thanks!
-
@division Any link to page where you would like to change it's color?
-
Hi, we will re-peat this once again - if content does not save, it has completely nothing to do with the theme. You have this issue due to the limits on your server. You can go to your FTP, create php file with phpinfo() function inside and send us…
-
Hi, we did it with the custom css on the splash page:.image_frame .image_wrapper .image_links.hover-title a:before { content: "Preview"; display: block; }
-
Contact Form colors can be changed under Theme options > Colors > Forms section.
-
To replace background color of the Top Bar with image, you need to use the following css:#Top_bar { background-image: url('PATH-TO-BACKGROUND') !important; } #Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top…
-
If above css cause an issue on mobile, just wrap above css into right @media tag:@media only screen and (min-width: 1240px) { #Top_bar .menu_wrapper { margin-top: 60px !important; } } More details about @media rules, you can find on http://www.…
-
If lines are not the same, then or you need to set up FIXED header type or you need to use the following css instead:#Top_bar.is-sticky .menu > li > a::after { left: 10% !important; margin-top: 5px !important; width: 80% !important…
-
Hi Bob, 1. The color of this thin line, can be changed under Theme options > Custom CSS & JS > Custom CSS section, where the following css is:#Action_bar .container { border-bottom: 1px solid #9fbccf; } 2. This color is being taken …
-
You are welcome! :)
-
Hi, this is how this item was designed and it wasn't made for the things like you are using it. However, to remove hover effect from this item, you need to use custom css:.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !…
-
Hi, it's probably default description located under Theme options > SEO section.
-
Hi, did you increased the logo sizer under Theme options > Global > Logo > Advanced section?
-
To change it's color, please use:.woocommerce .shop_table .product-remove a.remove { color: #000 !important; }
-
You are welcome! :)
-
@dannypage1 To remove menu wrapper from single post pages only, you need to use below css:.single-post #Top_bar .menu_wrapper { display: none !important; }
-
Hi, to do this, you can use the following css but you won't have possibility to open menu never again:#Header_creative.dropdown #Top_bar #menu ul li.current-menu-ancestor ul { display: block !important; } #Header_creative.dropdown #Top_bar #menu ul…
-
1. To remove shop filters and products from woocommerce pages, please use:.woocommerce #Content .shop-filters, .woocommerce #Content .products_wrapper { display: none !important; } 2. All you need to add sidebar for shop page is to create SHOP page…