Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
You are welcome! :)
-
Ok, thanks. So to remove border/shadow around Submit button, you need to use the following css:.div.ss-navigate table tr:first-child td { background: none !important; border: 0 !important; } But about wpml plugin, you need to contact with wpml supp…
-
You are welcome! :)
-
Hi, you need to turn off All pages in pagination option under Theme options > Blog, Portfolio & Shop > General section.
-
Ok, that's right. We missed this part. So for exposure style it is not possible unfortunately.
-
Hi, to center portfolio title on above site, you need to use the following css:.full-width .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner { text-align: center !important; } .full-width .portfolio_group.exposure .portfolio…
-
To center flags, please use:@media only screen and (max-width: 479px){ #flags ul { text-align: center;} #flags li { display: inline-block; float: none !important;} }
-
Sure, it's located under functions/theme-shortcodes.php file where all shortcodes/items are.
-
When we read your message first time, we thought that we understand what you mean but we realized that we do not understand what exactly you want to do. However, if you mean to link to different sections on page (it's called ONE PAGE feature) the fi…
-
Hi Tim, we are sorry but it's not possible unfortunately. Thanks!
-
Ok, thanks for the link. We did checked your site and everything looks good. This is how responsive works and the width of section can not be increased on mobile unfortunately. Thanks for understanding!
-
Hi, we are sorry but we do not have an option to include slider into layouts. Slider can be set under Page Options section only. Thanks!
-
The image you tried to paste above, does not work. You provide it with any online tool like http://pasteboard.co/
-
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-…
-
@megalo74 Would be great if you can provide dashboard details thru contact form on the right side at http://themeforest.net/user/muffingroup#contact so we can have a look on it closer.
-
@janell The same code which is responsible for client's slider is responsible for clients item as well so if you want to change it's sizes, you need to modify theme files but like we wrote above it's not included and if you understand Support Policy…
-
Hi, we are sorry but Revolution Slider background videos does not work on mobile devices and this has not been sorted by author yet. As far as we know there is a technical problem and we are not sure if this could be ever resolved. Thanks!
-
Do you mean this kind of "pink" background? If that's what you mean, please send us link to page where you found it so we can have a look.
-
But as we can see, on inner pages you don't have any background. So we are not sure if we understand. Do you mean to make it full width on inner pages or not? Would be great if you can show us on screenshot how it supposed to look like on homepage a…
-
For recent posts, you have "number of comments". It's not the same feature as "love box".
-
@tcwebsite2 Sorry? We don't understand.
-
Hi, it's post header section and you can remove it with the following css:.section.section-post-header { display: none !important; }
-
You are welcome! :)
-
To set the same width for all sub-menu items, you need to use the following css:#Top_bar .menu li ul li { width: 250px !important; }
-
You're welcome! :)
-
You're welcome!
-
Hi, it's cut because the plugin you use is different from what we have in theme. And to display full captcha, please use the following css:.anr_captcha_field { clear: both; float: left; margin-bottom: 10px; }
-
Ok. So to increase sticky header height, please use the following css:#Top_bar.is-sticky { height: 90px !important; }
-
Hi, to increase logo on smart phones, you can use the following css:@media only screen and (max-width: 767px) { #Top_bar .logo #logo { margin: 0 !important; } #Top_bar a.responsive-menu-toggle { right: -20px !important; } }
-
You're welcome! :)