Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
@angelikam target="_blank" attribute is in wrong place. It should be added for the a tag.
-
1. So the logo size can be increased under Theme options > Global > Logo section. 2. If you got to Muffin Builder and you build site, you can use PLACEHOLDER (it's empty item) on sides and the content inside.
-
We are sorry but we misunderstood your previous question. Of course portfolio content can be indexed/queried. If you open http://themes.muffingroup.com/betheme/?s=Quisque+lorem+tortor you see that the following item http://themes.muffingroup.com/bet…
-
Ok, thanks. Now it works. However, because the sidebar lies on the content part, it is not possible to change whole it's part. You can only change sidebar's background and this could be done with the following css:.aside_both .sidebar-1 { background…
-
Hi, you can do this under Theme options > Global > Logo section. Thanks!
-
To change text color, please use:#Footer a { color: #000 !important; } #Footer a:hover { color: #E2E2E2 !important; }
-
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; }