Forum Replies Created
-
AuthorPosts
-
Hi,
Just add this on your custom.css or Quick cSS
.header-scrolled #header_meta {
display: none;
}Regards,
Ismael
Hi,
Please try this on your custom.css or Quick CSS
.msie8 .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}or
.main_menu ul:first-child > li > a {
padding: 0 8px9;
font-size: 12px9;
}Regards,
Ismael
Hi,
The icons are limited to the characters you have here: http://www.entypo.com/characters/
I think you already find a workaround to the problem. Good job.
Regards,
Ismael
Hi,
Yes, I think installing the theme from scratch will fix it. Make sure you have the latest version of Enfold and WordPress 3.6.
Regards,
Ismael
Hi,
I already tagged Kriesi and Devin. They will check this on their iPads. Please watch the thread here: https://kriesi.at/support/profile/gstar72
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
#top .main_menu .menu li ul a {
line-height: 23px;
padding: 8px 15px;
min-height: 23px;
max-width: none;
}Can you give us a link to your website? This is not happening on our end.
Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS
.avia-icon-list .iconlist_icon {
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}For the iconbox, you can use this:
.iconbox_top .iconbox_icon {
background: #cedce7; /* Old browsers */
background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%); /* IE10+ */
background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}This is a nice website to create gradient backgrounds: http://www.colorzilla.com/gradient-editor/
Regards,
Ismael
Hi,
Usually this is a plugin issue. Please deactivate them, see if it fixes the issue.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.image-overlay.overlay-type-extern {
display: none !important;
}Regards,
Ismael
August 13, 2013 at 5:20 pm in reply to: Trouble changing colour of menu links in styles tab. #134690Hi,
You can add this on your custom.css or Quick CSS to change the menu color:
.header_color .main_menu ul:first-child > li > a {
color: #fefefe;
}Hover State:
.header_color .main_menu ul:first-child > li > a:hover {
color: red;
}Regards,
Ismael
Hi,
They are not missing, they are cut off the screen. Add this on your custom.css or quick CSS
#top .main_menu .menu li ul a {
padding: 4px 15px;
}Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.flex_column.av_one_fourth.avia-builder-el-2.el_after_av_three_fourth {
margin-left: 1%;
width: 25.5%;
}
.flex_column.av_one_fourth.avia-builder-el-2.el_after_av_three_fourth a img {
max-height: 230px;
width: 100%;
}Regards,
Ismael
Hi,
Please switch back to the default wordpress theme then activate Enfold again.
Regards,
Ismael
Hey,
Please give us a link to your website or a screenshot. We need to inspect it.
Regards,
Ismael
Hey,
Look for “Responsive Header Main Menu”. You can select between Slideout or Dropdown mobile menu.
Regards,
Ismael
August 13, 2013 at 3:13 am in reply to: Second link in post with Link Format gets stripped out #134857Hi,
Please increase the wordpress php memory limit, edit wp-config.php then add this code:
define('WP_MEMORY_LIMIT', '256M');
You can ask your host to do it for you.
Regards,
Ismael
Hi,
When you edit a page, click the Screen Options, enable the Avia Layout Builder.
Note: Posts doesn’t have the Advance Layout Editor.
Regards,
Ismael
Hi,
It is working properly on our end. When you add the html tags on the Iconbox editor, please work on the Text/HTML mode. This is the code use for the list.
<ul>
<li>Click here to add your own text</li>
<li>Click here to add your own text</li>
<li>Click here to add your own text</li>
</ul>Regards,
Ismael
Hi,
After you select the Transition, you can close the window then there is a blue “Save Changes” button below under “Publish”.
Regards,
Ismael
Hi,
I’m not sure if that is possible with wp. I don’t see any plugin with that kind of functionality but you can create a single post or single portfolio item for each image. User can then comment on that particular post with image. Let me tag the rest of the support team.
Regards,
Ismael
Hey,
The css issue seems to appear between 786px to 1000px screen widths. We can use Media Queries to fix that. Add this on your custom.css or Quick CSS:
@media only screen and (min-width: 786px) and (max-width: 1000px) {
.avia-icon-list .iconlist_icon {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 25px;
margin-right: 15px;
}
}Regards,
Ismael
Hi,
It should work properly on ipad or iphone. If you check here, http://responsinator.com/?url=http%3A%2F%2Fwww.naturaloutlook.com%2F the color section with the mountain image is working fine. Let me tag Kriesi and Devin to check this on an actual iOS device.
Regards,
Ismael
Hi,
You can find the code on line 305.
I really don’t see the Name and Age fields anywhere. Can you direct us to the correct page and give us a screenshot of what you’re trying to do?
Regards,
Ismael
-
AuthorPosts