-
AuthorSearch Results
-
May 8, 2013 at 9:38 pm #118206
Hi rrdr,
In this video I create a section very much like that one: https://vimeo.com/channels/aviathemes/64927358
You just need to use a color section and set a background image to get that kind of effect. Then you can add other elements on top of it.
Additional videos are posted on that same channel and you can make requests for new ones here: https://kriesi.at/support/topic/video-requests
Regards,
Devin
May 8, 2013 at 9:33 pm #23005rrdr
ParticipantI would really appreciate if you could tell me if there is a way to create nested elements. For example, creating a box with an image background that has text on top of the image.
There is an example found on this page, http://kriesi.at/themes/enfold/, all the way at the bottom that reads “In case you need help”. This would be an example of a nested element, the background image is laid behind some other text/images. Did you use a rotator to create this item?
thanks
May 8, 2013 at 8:24 pm #118016In reply to: Mega Menu dropdown alignment issue
Hi,
If I understood you correctly, please add the code below to Quick CSS located in Enfold > Layout .. text area on the bottom of the page OR add it to the bottom of /css/custom.css
@media only screen and (min-width: 1140px){
#top .avia_mega_div.avia_mega3.nine.units {
right: -662px !important;
}}Thanks,
Nick
May 8, 2013 at 7:16 pm #117978In reply to: How to remove featured image inside single post?
Hi madebynoemi,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-post .big-preview.single-big {
display: none;
}This is the most straightforward way of removing the featured media are on the single posts.
Regards,
Devin
May 8, 2013 at 7:10 pm #116107Glad we could help :)
Let us know if you have any other questions or issues. I’ll close this topic for now since the main issue has been resolved.
Regards,
Devin
May 8, 2013 at 6:33 pm #117723In reply to: How to make glitchy scrolling smoother
Geez,
Well after seeing all of these posts, I just got on my HR Directors iMac and tried it in Safari and Chrome. For some reason it was smooth as could be and then I tried her assistants MacBook Pro and it was smooth too?
Now I’m back on my MBP’s (I have a personal and a work MBP and all of these Mac’s are 2011 or 2012 models), and both have the issue but the iMac and assistants MBP dont’t?! I’m happy that it’s been narrowed down to my two laptops but so confused as to what the issue may be…
I’ve tried both of my laptops on three different Wifi connections and no matter what my site is choppy?
Thanks for the help guys.
May 8, 2013 at 6:11 pm #117902Ismael i did exactly that but it doesnt show on “blank pages”
Devin i just tried that also and the full screen background is still not showing.
below are the screenshots
1.) here is where i uploaded background the regular way http://demo.globalads24.com/wp-content/uploads/2013/05/Picture817adj.png
and it shows like this on the website page(s) http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-814.png
2.) here is the color selection and background added http://demo.globalads24.com/wp-content/uploads/2013/05/Picture816adj.png
it shows as orange on top and images below but no full screen stretched background http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-815.png
thx
jasmine
May 8, 2013 at 5:29 pm #118060In reply to: Header not resizing to menu
Now the fixed header doesn’t resize and I’m left with a big white space under the header. Also, how can I add the layerslider without using the advanced layout builder? When I place the layer slider shortcode in the code it gives me white space on top, because it is placing it in the content.
May 8, 2013 at 4:55 pm #22991Topic: Which categories should be used for the portfolio?
in forum EnfoldDravotCarnehan
ParticipantHi,
I can choose “Which categories should be used for the portfolio?” Yet all categories are still displayed as options at top of the page. How do I only have the options that I chose displayed? Thanks.
May 8, 2013 at 1:24 pm #118062Hi kriru,
I’m not sure which theme you are using, but generally you can change the color of the bold text by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top p strong {
color: #333;
}Just change the color code to the color you want.
Regards,
Devin
May 8, 2013 at 1:13 pm #117089In reply to: I can't install enfold theme
Glad we could help :)
If you have any other video requests for tutorials I’m looking to do some more when the current overflow of support topics calms down. Just make a post in this topic with any requests: https://kriesi.at/support/topic/video-requests
Regards,
Devin
May 8, 2013 at 1:06 pm #117554In reply to: Colour & Font Size Changes
Hi,
Ok thats good, however that won’t always work. You need to add #top before everything (which is from the body tag) , this way you will get more specificity and override the original code. Sometimes for some real hard cases, you need to add !important; to the end of the statement — color: red !important;
if your code ignored, do this. Open up chrome developer tools like this ( http://i.imgur.com/RfNyIBs.png ) find custom.css file in there step 2, then you add your changed code into the screen in middle, just don’t forget to copy it if you need to refresh ) and enter the css directly, if nothing changes, add #top, take something off, and you will see results live, so this way you don’t have to copy and paste and save every time to see whats working and what isnt. also you can edit the html live too and any of the files, but as soon as you refresh, its all gone.
also don’t use media=”screen” unless you see something like @media only screen and (max-width:767px) { .. if you see that, you need to grab that since that’s a media query (which is css that works on a specific screen size for mobile/tablets).
so first try (your code with #top directive)
#top .avia-icon-list .iconlist_icon {
height:64px;
width:64px;
line-height:60px;
font-size:30px;
text-align:center;
border-radius:500px;
position:relative;
float:left;
margin-right:30px;
margin-left:2px;
z-index:5;
border-style:solid;
border-width:2px;
color: #fff;
}Then as you get comfortable you will see that css is like a postal address country, state, city, street, house.. further you go in the more specific it becomes. So you can take the less specific stuff off sometimes.
#top .avia-icon-list .iconlist_icon {
background-color: #d73119;
}
I wish you had a url, where I can look at these disks. when i click url from your name , a website loads, but nothing there.
Don’t give up on this tool, watch a youtube tutorial for it because its as easy or complex as you want it to be. Its the only one I use and only one many (if not all) use to debug or modify any website.
Thanks,
Nick
May 8, 2013 at 11:09 am #118012In reply to: Built in form vs. Gravity Forms.
Enfold should be compatible with Gravity Forms (I tested it and I couldn’t find a conflict) and we even added some css code for better styling/css integration (based on the code I posted here: https://kriesi.at/support/topic/gravity-forms-styling-adjustments ).
I can’t say if Gravity Forms is worth the money – it definitely comes with more options, features, etc. and if you need an advanced contact form (which supports conditional logic, etc.) you should use it. However if you just need a simple form with a text message field, etc. it’s not required at all. Btw a good alternative is Formidable – I use it on my websites and it works with Enfold too.
May 8, 2013 at 10:22 am #117537In reply to: Logo container height
Hi!
Insert following code into the quick css field
.fixed_header #main {
padding-top: 151px;
}Best regards,
Peter
May 8, 2013 at 10:12 am #117174In reply to: buttion problem in ie8
Hey!
Yes, exactly – just take the code I posted here: https://kriesi.at/support/topic/buttion-problem-in-ie8#post-109162 and insert it into the quick css field.
Best regards,
Peter
May 8, 2013 at 8:52 am #118025In reply to: I cant figure out to setup shop page
Hi,
Make sure you have the Enfold version 1.4.
1.) Download the Woocommerce plugin. http://wordpress.org/extend/plugins/woocommerce/
2.) Install the plugin then activate it.
3.) After activating you will be redirected to the Woocommerce setup page. On the very top there is a quirky violet box with ninjas. Click the Install Woocommerce Pages to get you started. :)
4.) Add Products. You might want to add the Shop page on your menu. Go to Appearance > Menu to add the shop page, my account, cart, checkout etc.
Regards,
Ismael
May 8, 2013 at 8:45 am #117976In reply to: Boxed Layout – Box Shadow
Hi,
My bad, please try this instead.
boxed#top {
box-shadow: 100px 100px 50px black;
}I exaggerated the value. :)
Regards,
Ismael
May 7, 2013 at 11:38 pm #117911In reply to: Adding the Shop to Enfold
Hi,
The video tutorial for setting up a shop page is currently in the making so for the meantime please follow these simple instruction.
1.) Install the Woocommerce Plugin. http://wordpress.org/extend/plugins/woocommerce/
2.) After installation you will be redirected to the Woocommerce editor. Just click the Install Woocommerce Pages located at the very top with the violet quirky background and you are good to go.
3.) All you have to do now is to add a menu item for the Shop page on Appearance > Menu.
4.) Add some products. :)
Make sure you have the Enfold 1.4 version.
Regards,
Ismael
May 7, 2013 at 10:52 pm #116885In reply to: Mailchimp – No "successfully subscribed" message
I pasted the code into the sidebar and “top portion” that Mailchimp recommended to post into header.
May 7, 2013 at 9:55 pm #117551In reply to: Colour & Font Size Changes
Hi there,
I think we got our wires crossed as the section I was referring to is the ‘Avia icon_list’ the discs which contain the entypo glyphs. I wanted to change the disc and the outline and leave the entypo glyphs white. I also want to resize them too
When I use the inspector I come across the following…
media="screen"
.main_color .avia-icon-list .iconlist_icon {
background-color: #d73119 !important;
}and whilst changing the color works in the inspector as soon as I drop it into the CSS of my child theme nothing changes. I thought adding !important might help (assuming I understood its importance which I guess now I dont!!) but it did nothing.
Thing is, this is where I usually come stuck as ive followed your instructions but things like this wont change. Im clearly not doing something but what is it that im doing wrong? Can you help me understand as my next thing is changing the dropdown background on the top nav and I know that will be the same issue.
May 7, 2013 at 9:54 pm #117941In reply to: Can't upload theme to WordPress?
Hi,
When I download the ‘Installable WordPress File’ I don’t get an option to extract here when it’s on my desktop?
May 7, 2013 at 8:11 pm #117242In reply to: Bold text gets coloured automatically
Hi,
thx Devin & TechShad for the codes.
In fact both work but if I also add the…
#top strong {
color: black ;
}
… unfortunately the headlines in the footer (I’m using Enfold Latest News widget) also turn from white to black, which make them illegible.
Any ideas how I can fix that as well? thx!
May 7, 2013 at 2:39 pm #117550In reply to: Colour & Font Size Changes
Hi,
This is the url of the About Us section of the demo http://kriesi.at/themes/enfold/pages/about-us/ … There are no icons here , but I am guessing thumbnail photos – like when you run the mouse over harrold houdini’s photo?
I got this css exactly the same way as shown on the above video using chrome developer tools
/*---these are the colors when mouse hovers--*/
#top .avia-team-member .twitter:hover {
color: rgb(70, 212, 254);
}
#top .avia-team-member .dribbble:hover {
color: rgb(228, 72, 133);
}
/*---this is the regular color of the icon inside circle--*/
#top .main_color .team-social a
color: grey;
}
/*---this is complete settings controlling size, shape, background color, position of the circle itself--*/
#top .team-social a {
text-decoration: none;
position: relative;
border-radius: 30px;
padding: 0 16px;
background: rgb(224, 17, 17);
margin: 3px;
display: inline-block;
height: 53px;
line-height: 54px;
width: 53px;
}Keep playing with developer tools, i know at first it seems oppressive, but there is nothing better than this to use to quickly be able to edit css of any site.
Thanks,
Nick
May 7, 2013 at 2:24 pm #115618Devin,
This seems to be the same problem I am having still: https://kriesi.at/support/topic/hover-over-image-breaks-word-wrap
I thought it was fixed because I only tested it in Chrome. Then my thread was closed. It is still happening in FF just as the OP shows in his image.
May 7, 2013 at 1:30 pm #117689In reply to: Shrinking Logo
Hi joe88,
Can we take a look at the site live? The header shrinks as part of the option to have a fixed header. You can also set your header to a fixed height using the css Kriesi posted in the FAQ for the theme here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/faqs
We can assist if we can take a look at the site live but otherwise you can use that css and adjust as you’d like it (if that is what you are looking for).
As an aside, our support queue goes by oldest post first so when you self respond or bump a topic it actually sends it to the back of our queue. I just happened to have this topic still open from earlier and when I clicked on it I saw the new response (otherwise it would not have been in my queue).
Regards,
Devin
May 7, 2013 at 11:10 am #22927Topic: Divide portfolio with taxonomies (compatible?)
in forum EnfoldDavyE
ParticipantHi, I’m still new to WordPress and your theme, but I’ve been searching for a way to get structure in both the site and the cms. The following example is exactly what I intend to achieve, but instead of based on “posts” I’d need it to be based on the “portfolio” of the Enfold theme.
You can see an example here (go straight to 2:10):
http://www.youtube.com/watch?v=P4roKGP2WBk
Instead of “Recipes”, “Photos” and “Videos” I would set up “Customers”, “Partners” and “Products”. Because “Posts” are too limited in content layouting (Advanced layout builder) I would need these to be exactly like the Portfolio category in your theme, even the way they are listed on the site (isotope) needs to look exactly like the portfolio.
So my question is: Can I ‘duplicate’ the Portfolio category the same way that video showed by duplicating the posts category? I really hope so! (I would do all the coding myself, based on the Lynda.com extended tutorial and I have a PHP developer to assist me if necessary)
May 7, 2013 at 8:07 am #117240In reply to: Bold text gets coloured automatically
The above fixed the colors in PAGES.
however, I also had to do this to make the Bolds black in Blog posts;
#top b {
color: black ;
}
I hope that does not break anything else ?
May 7, 2013 at 6:21 am #117671In reply to: Insert pages to post slider in Avia Layout Builder
Hey!
Hi,
no such a feature/option is not supported at the moment. However you can add it to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests
Best regards,
Peter
May 7, 2013 at 6:03 am #117675In reply to: Pic not showing in Enfold Combo Widget
Hey!
Have a look at this post: https://kriesi.at/support/topic/popular-posts-list-bug#post-109106 – it will be fixed in the next version.
Best regards,
Peter
May 7, 2013 at 12:20 am #117818In reply to: header option
Hi,
Open header.php and find this code
$phone = avia_get_option('phone');
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";Move that code at the bottom of this code
$extraOpen = $extraClose = "";
if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; }Edit custom.css or go to Quick CSS then add this code
.social_header .phone-info {
right: 140px;
top: 40px;
position: absolute;
float: none;
}Adjust the top and right position.
Regards,
Ismael
-
AuthorSearch Results
-
Search Results
-
I would really appreciate if you could tell me if there is a way to create nested elements. For example, creating a box with an image background that has text on top of the image.
There is an example found on this page, http://kriesi.at/themes/enfold/, all the way at the bottom that reads “In case you need help”. This would be an example of a nested element, the background image is laid behind some other text/images. Did you use a rotator to create this item?
thanks
Hi,
I can choose “Which categories should be used for the portfolio?” Yet all categories are still displayed as options at top of the page. How do I only have the options that I chose displayed? Thanks.
Hi, I’m still new to WordPress and your theme, but I’ve been searching for a way to get structure in both the site and the cms. The following example is exactly what I intend to achieve, but instead of based on “posts” I’d need it to be based on the “portfolio” of the Enfold theme.
You can see an example here (go straight to 2:10):
http://www.youtube.com/watch?v=P4roKGP2WBk
Instead of “Recipes”, “Photos” and “Videos” I would set up “Customers”, “Partners” and “Products”. Because “Posts” are too limited in content layouting (Advanced layout builder) I would need these to be exactly like the Portfolio category in your theme, even the way they are listed on the site (isotope) needs to look exactly like the portfolio.
So my question is: Can I ‘duplicate’ the Portfolio category the same way that video showed by duplicating the posts category? I really hope so! (I would do all the coding myself, based on the Lynda.com extended tutorial and I have a PHP developer to assist me if necessary)
