-
Search Results
-
Topic: Main Navigation with Buttons
hi.
a question: how to make a main navigation within enfold, like this one?
http://kriesi.at/themedemo/?theme=brightbox
thx for help.
Chris
Topic: Accordion bugs
I have had this happening for months now, on all different version of Enfold. I have tried Safari and Chrome, it happens on both.
Try adding an accordion, then adding a few elements to it. fine right? Go back into it, edit some elements, add some text to them, maybe a button as well, go to the next one do the same. Eventually – without fail – it will come up with an “undefined” bug showing in the first accordion pop up window instead of all your elements. The only temporary fix is to actually republish the page, then it works (for a while) again.
Any ideas guys? would really appreciate your help, this ones driving me crazy!
Hi;
I’m using Enfold Enfold Version 2.6.2 for my blog and really love it (my web page). But there are a few points that i couldn’t change and i need your help
1) On my post’s images, sizes are getting smaller. But i want to show them in the middle of screen in their exact sizes without lightbox (with 900px). I’m a photographer and image quality is very important for me, when image sizes changes the quality sucks.
I found a few codes to correct this in this forum. This is the last CSS code that i used;
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 900px;
}
#top .fullsize .template-blog .blog-meta content-wrapper > * {
max-width: 900px;
}But when I’m using this code, I had some problems in some browsers;
Chrome: I can preview images in the middle of screen but max size in 800px
Firefox , Explorer and Opera : I can preview images in 900px but they are on the right side of the screen.2) When i’m looking my web page from a mobile phone, my logo and social icons are overlapping. (This problem began with last update)
3) I want to add a “pin it” button to the upper corner of images (example)
I’ll really appreciate if you can help me in this 3 points.
Hi,
Just installed Enfold and when I click on the “Enfold” button in the left menu of WordPress I get this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/46/114/1209929/user/1289562/htdocs/wordpress/wordpress/wp-admin/includes/deprecated.php on line 304
Any idea what the problem is?
James Bosma
Looking to add share buttons to the bottom of posts.
mainly just need facebook and google+ i guess
what do you suggest? the other thread doesnt seem to come up with anything useful.
Topic: Mobile Problem
Hello,
This is a topic I started on Themeforest and was asked to open a thread here.
I have problems on mobile with these 2 websites:
http://www.snnlaw.co.il/
http://www.ranibleierstudio.co.il/As you’ll see, when going mobile on these 2 sites, the buttons and links on the homepage don’t work. Some of them do, and some don’t. I tried it on iPad, iPhone and Galaxy S3. It’s a big problem for me since the mobile part is very important for me. I have been using the AVIA layout builder.
This is the quick css I put in the enfold settings:
h1, h2, h3, h4, h5, h6, p, body, #socket .copyright, #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select .main_menu ul:first-child > li > a{
font-family: ‘atlas’, sans-serif;
font-weight: 400;
}h1{
font-size:60px;
line-height: 66px;
}h2{
font-size:40px;
line-height: 46px;
}h3{
font-size:28px;
line-height: 34px;
}p{
font-size:19px;
line-height: 25px;
}#header_main .container, .main_menu ul:first-child > li a {
height: 60px;
line-height: 60px;
font-family: atlas;
font-weight: 400;
font-size: 18px;
}#socket .copyright{
font-size:14px;
line-height: 18px;
}#top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select{
font-size:17px;
line-height: 18px;
width: 75%;
}#top select{
background-position: 12px center;
margin-top: 10px;
}#top .socket_color .input-text, #top .socket_color input[type=’text’], #top .socket_color input[type=’input’], #top .socket_color input[type=’password’], #top .socket_color input[type=’email’], #top .socket_color input[type=’number’], #top .socket_color input[type=’url’], #top .socket_color input[type=’tel’], #top .socket_color input[type=’search’], #top .socket_color textarea, #top .socket_color select{
width: 100%;
}#top h3 a {
font-size: 19px;
}.rani-about-small{
display:none;
}#top .main_menu .menu li ul a {
width: 100%;
height: auto;
float: left;
text-align: right;
line-height: 23px;
padding: 8px 15px;
font-size: 16px !important;
min-height: 23px;
max-width: none;
text-decoration: none;
}.main_menu ul:first-child > li a {
height: 60px;
line-height: 60px;
padding-right: 20px;
}.avia-button.avia-size-medium {
font-size: 17px !important;
font-family: atlas !important;
color:#000 !important
}And this is what I put in the custom.css file:
@font-face{
font-family:’atlas’;
font-weight:400; /*(regular)*/
font-style: normal;
src: url(‘atlas-aaa-400.eot’);
src: url(‘atlas-aaa-400.eot?#iefix’) format(’embedded-opentype’),
url(‘atlas-aaa-400.woff’) format(‘woff’),
url(‘atlas-aaa-400.ttf’) format(‘truetype’);
}#top textarea {
width: 100%;
height: 140px;
}
#top .avia-menu-fx {
height: 5px;
}
#top .scroll-down-link {
height: 65px;
width: 100px;
margin: 0px 0 0 -40px;
line-height: 70px;
position: absolute;
left: 50%;
bottom: -1px;
color: #000;
background: #AAA;
background: #50d1f5;
text-align: center;
font-size: 40px;
z-index: 100;
text-decoration: none;
border-top-left-radius: 223px;
border-top-right-radius: 223px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}Plus these are the plugins I use:
RTL Tester
Limit Login Attempts
Contact Form 7
Wordpress ImporterThanks for your help.
Yaki
