Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,877
- Last Active
- Roles
- Administrator
Comments
-
Files responsible for blog pages are located under includes/ folder.
-
Hi, if Muffin Options does not work, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. But if this won’t help, then please check t…
-
Hi, you can try to translate them with String Translation tool. But if this won't work, you need to contact with wpml support team so they can provide you the right solution. Thanks!
-
Hi Ollie, we are sorry but it is not possible to change mobile header background to transparent unfortunately. Thanks!
-
Hi, please update VC to recent version which is included into theme package of course and all will be back to normal.
-
Hi, the only place where you can disable prettyphoto is Theme options > Addons & Plugins > Addons section. We already checked it and it works fine. If it does not work on your end, it means the problem is related with one of your extra pl…
-
Thanks for the link. We did checked your logo but it looks fine. We did not noticed anything wrong at all. In which browser you have this problem? Also do you use mac or pc?
-
Hi, can you show us on screenshot what is blank exactly? Sounds like you forgot to attach screenshot. Thanks!
-
Great!
-
Above css should be pasted under Theme options > Custom CSS & JS > Custom CSS section where all custom css's should be. As we can see http://pasteboard.co/iHJOZvn.png above css works fine and single product page is 100% width already. In …
-
We are not your developer and we don't know what you did exactly and what might be the reason. We suggest to check all plugins and whole content you built because this problem is unbound to theme.
-
Hi, this 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. Thanks for understanding!
-
CREATIVE is a type of header. All header types you can check under Theme options > Header & Subheader > Header section. To move creative type to the right side, you should select Creative Right under above section.
-
Recaptcha is incompatible with popup unfortunately.
-
Please activate this header first because as we can see, it does not exist.
-
Switch to fixed header type first and then we will see if it is possible to change it's height with custom css.
-
Hi, please send us example link to such blog page first because this can be done with custom css only probably.
-
But you did not explained what exactly you want to do? Also change background color on hover?
-
Hi, no, it is not possible. You can select main style only once per whole site. Thanks!
-
Hi, we are sorry but there is no way to add php code thru theme. You can add it directly into theme files only. Thanks!
-
Hi, to change cart icon, you need to use the following css:#Top_bar a#header_cart { color: #000 !important; }
-
Hi, you can hide it with extra css only:@media only screen and (max-width: 1239px) { #Footer { display: none !important; } }
-
You're welcome :)
-
To remove those items, please use the following css:.single-post .section.section-post-about { display: none !important; } .single-post .section.section-post-related { display: none !important; }
-
Hi, for that you can use the following html code:<a href="PATH-TO-VIDEO" class="prettyphoto">Link text</a>
-
To change menu items color and remove logo, please use:.header-fixed #Top_bar .menu > li > a { color: #000; } #Top_bar .logo { display: none !important; }
-
You're welcome! :)
-
Hi, to activate comments on portfolio pages, you need to activate Comments option under Theme options > Blog, Portfolio & Shop > Portfolio section. Thanks!
-
To remove this "Read more" section as well, please use the following css:.masonry .post-footer { display: none !important; }
-
You're welcome!