Forum Replies Created
-
AuthorPosts
-
Kriesi and his team has done a lot in improving Enfold and keeps getting better.
I just want that >
a. A sticky post – on customizations or basic questions that people ask about Enfold.
From changing h1 colors , borders in top padding , how to switch to slide out menu and so on. There are over 100 + pages and they keep on increasing each day. Even if I search the forums it’s still a lot hehe
I like what you did with the recommended plugins sticky post.
Thanks Devin , it works now ! I used this code earlier
>
#socket .copyright {
text-align: center;
width: 100%;
}<<< but didn’t know that sub menu was causing the problem =)
October 6, 2013 at 11:09 pm in reply to: Using Social Icons as Navigation / Increasing the size of the icons #171359Okay , I’ll see to it that I get this on the client’s server, they haven’t purchased the domain yet. Maybe tomorrow, i’ll keep you posted thanks.
October 4, 2013 at 8:04 am in reply to: Using Social Icons as Navigation / Increasing the size of the icons #170346Hi Ismael ,
Sorry I’m going to change my question.
1.) I want a similar navigation like the kriesi site , the social icons look really neat in the navigation. Is this possible in enfold ? I’m using a small non fixed header. If this is a lot of work then I’d rather skip this.
2.) My main issue is with the icons I want to place before the footer. I want the icons inside + the circle to be much bigger , I found this code >
.iconbox_top .iconbox_icon{
float:none;
position: absolute;
left: 50%;
top:-26px;
margin:0 0 0 -26px;
padding:15px; <<< increases the circle size
border-radius:100px;
-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: content-box; /* Firefox, other Gecko */
box-sizing: content-box;
font-size: 20px; <<< increases the font inside
line-height: 24px;
}My main issue here is I can’t center the icons, i mean not all of them. For example facebook centers fine, while vimeo doesn’t
I updated it to 3.6 without any backup ( i know that was crazy ) but it seems to work fine in my site.
In my case, I only edited the quick.css file. So I just use ftp , copy the enfold folder and paste it to the existing enfold folder.
What happened to the auto update in the dashboard?
I just used >
http://www.infobyip.com/testwebsiteresolution.php
to test on a retina resolution. I noticed the icons ( logo , and web icon ) in the layer slider are a bit off ?
1920 x 1200 , 2560 x 1440 and it’s worst in 2560 since the left and right icon in the interface is outside. Or can someone with a retina resolution check it out ?
For the left logo icon I set it at > left > 35% . For 1680 resolutions and below it’s fine. But 1920 and 2560 makes the icons extend outside the interface.
The same goes to the right icon which is set at left > 65%.
Middle icon is okay since both top and left is in 50%.
I tried using a px value for the left and right icon but it looks bad.
Is it possible to use the custom styles in the layer slider to change the value for LEFT , for both 1920 and 2560 resolutions?
Thanks Ismael >
@media only screen and (min-width: 820px) and (max-width: 989px) {
.home .av_one_third .iconbox_content { min-height: 220px; }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
.home .av_one_third .iconbox_content { min-height: 170px; }
}
@media only screen and (min-width: 960px) and (max-width: 960px) {
.home .av_one_third .iconbox_content {
min-height: 230px;
}
}
I might add more resolutions for mobile, is this a good idea rather than using min and max width to set some specific resolutions as well?
Thanks dude, i also used
.logo img {
height:auto;
}
and it seemed to fix the problem but i’ll use yours.
I have an issue with my buttons. So there are 3 columns, and a button underneath each column. Column 2 has lesser text than the other columns. I adjusted the padding in the column in the advance editor but when the browser is reduced the buttons are disalligned. Any workaround for this ?
based on that site joe88 mentioned > go to partners we work with > logos , and you see the logos rotating. Is this possible in enfold using the sliders or a free plugin that can do this ?
Request – Remove default > please put text here in the text area in the icon box.
I like the iconbox but when you just want to use for example the icon + title and not use the text area beneath it. The text > please put text here keeps appearing even if i delete it ( this happens when I change the icon symbol )
Wishlist for Advance LayerSlider WP
– To the right or left of the button enter / exit preview. An ms slider button or indicator on the ms or the ability to pause the animation.
This is useful especially if you have a lot of layers and you want to allign them ( aside from using options )
– Improve moving the layers. Number 1 Layer should be the top layer or the one that is first visible. If you have multiple layers the bottom layer stacks / shows first than layer 1 . Just like in photoshop and other editing programs , the top layer is first visible.
– Layer slider transitions are like 100 transitions in total and a lot of good ones too. How about adding some of them to the layer objects transition ? It would be nice to add like 5 – 10 more transitions to add to the slide in and fade effects.
Hello guys ,
I want to show you what I have done so far with my site http://www.blue2x.com . This is the first theme I have ever bought and I’m planning to use this for my future clients. At first it was hard to customize because of the lack of documentation but the support staff was very helpful in answering my questions ( sorry about that ).
There’s a few stuff I need to tweak first to finally , footer design , footer not showing in blog , edit portfolio images ,homepage buttons need to be alligned in lower resolutions or mobile ) and it’s finished =)
July 12, 2013 at 8:26 am in reply to: Is there a way to control the height of the border in the sidebar ? #129225Hi Ismael. I like it but the border is still close to top. Suppose I want to move the border to be inline with partners >
What do I do ? There doesn’t seem to be a border-height or padding.
I deleted WP super cache, the old wp super cache cannot be find problem a month ago. Deleted other files as well and reinstalled it.
It works fine now.
http://blog.blue2x.com/ << tried adding a footer in the homepage and it works.
http://blog.blue2x.com/blog/ << still not visible
in single posts it works now.
Did I made a mistake creating a page called blog , left it blank . Activated display footer n socket.
Then on enfold settings > where do you want to display your blog > blog .
I also deleted old plugins ( folders ) that I didn’t use.
Hi Dude, actually it doesn’t work on the latest posts page / blog page.
Could this be because of the error in my wp super cache ?
Footer Column 1 >
Footer column 2 >
Footer Column 3 all have a blank text widget. I can’t seem to remove it. When I click edit, the delete it says error while saving ? Any thoughts ?
<<< managed to solve this deactivating accessibility mode in screen options. not sure how it was enabled.
Hi Ismael. Based on the link you showed.
1.) don’t have access to php.ini
2.) define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘WP_MEMORY_LIMIT’, ’64M’); <<<< added this in wp config
3.) # BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
php_value memory_limit 256M
</IfModule>
# END WordPress
<< the .htc access file has 256 m, shud i change it to 64 m ?
4.) haven’t tried install.php , where do i put the code ?
A specific section on this site about enfold tweaks would be good.
That’s divided into like the main sections from the top > header to the footer or socket.
All settings in the header can be explained. Custom code and so on. Pics , videos and examples of sites can also help. This could help the team tackle the no. of questions in this forum. From the start this would take a long time to do but eventually this could help the staff so they can answer the advance questions / bugs.
yup , navigation text, thanks works now =)
Hi , I tried it , wont work.
@jerone ,
hi nice site, how did you change the socket nav link color? from home to contact us? Thanks
[Edit: Nick] The css below will change the socket link color to red:
.socket_color a, .socket_color .widget_first, .socket_color strong, .socket_color b, .socket_color b a, .socket_color strong a, .socket_color #js_sort_items a:hover, .socket_color #js_sort_items a.active_sort, .socket_color .special_amp, .socket_color .taglist a.activeFilter {
color: red;
}Was hoping for something “free” hehe.
It’s okay I can borrow a windows laptop, in windows what’s best ?
Hi Nick ! Thanks for the help. That simple option in the theme options > header > slide out menu did the trick.
I deleted the code you gave me earlier and tried to test it. The background image no longer repeats vertically, and the logo is alligned left. The new slide out menu is needs to be adjusted vertically but I think i can find the code it layout.css > /* All Mobile Sizes (devices and browser) */
What do you recommend for inspecting for mobile browsers using mac ? I tried using the built in developer tools + iphone 5 connected but I’m hoping there’s another option for this ?
If you use a Mac, you somehow got a mac file .DS_Store imbedded in the theme, that was the artifact i spoke of, and if you look at the url , you will see that file being included as a folder in the url structure. This is causing a javascript error , which needs to be taken care of. << deleted the .ds store
1.) Hi Nick , Yes I have tried the code. Both
.header_color {
background: none;
}
.html_stretched #wrap_all {
background-color: rgba(255, 255, 255, 0);
}
and
.html_stretched #wrap_all {
background-color: rgba(255, 255, 255, 0);
}
.header_color .header_bg {
background: #FFF url(http://blog.blue2x.com/wp-content/uploads/2013/05/bg2.jpg) top center repeat scroll;
}
but it didn’t work
2.) Sorry about it, its suppose to say “vertically” rather than horizontal. And now that I have seen the enfold responsive mobile version.
I was thinking if i could allign the logo to the top left
Menu button like enfold mobile to the top right.
In my image below, first is the my current screenshot. 2nd is the enfold one. and 3rd is the one that I want to achieve.
Basically I want to remove the black space on top ( see 1st image ) , allign logo vertically, and also to the top left.
Menu to the top right and also allign vertically.
The header background image no longer repeats vertically or if given an alternative just remove the header image and change it to a solid color?
3.) As for the text in the slider you are right , it’s visible but it’s small. I may plan to increase the font size or just use the google font ( might want to play around with a similar looking type ).
4.) As for the layer not showing, you can see in the screenshot the blue gradient line ( in the layer slider ) doesn’t appear.
5.) Is there a way to do like inspect element on mobile phones like firebug in browsers etc ?
Thanks for helping me nick.
Ty for nick for the tip on making it wide, but it would be nice to make it also taller. In the predefined color scheme , I was hoping there’s a hide button like show all optons . Why ? One mistake could alter the settings of your custom color scheme when you pressed a button accidentally.
It’s a good option for starting the theme but later on it becomes useless.
Hi Nick , what do you mean about the artifact ?
I reinstalled wp super cache ( wasn’t aware it was deleted or might have happened when I messed up my old thematic theme before ).
I don’t want to change the header effect ( it works fine in web but in phones or tablets ) For example in the iphone 5 landscape , it repeats 20 percent of the bg size to the bottom or in the nav area.
I’m either thinking either removing the background image in mobile or fix the repeating background ?
I want to allign the logo horizontally how do i do that ?
And also the widgets don’t have padding. Can you guys point me out where I can find the codes for mobile ? So I can play around and tweak stuff.
Lastly for the transparent png effect or ” laser effect ” . It’s the effect that you see in the layer slider animation, two lines coming from left and right, top line remains and the bottom one fades away. In mobile you don’t see it happen not sure why.
-
AuthorPosts