Forum Replies Created
-
AuthorPosts
-
Hi promowl,
In the upper right hand corner click on Screen Options and then check the box for the Advanced Layout Editor.
Just note however we don’t actually support adding the advanced layout editor to custom post types at this time. Nick made the video as a request but Kriesi hasn’t yet decided that the Advanced Layout Editor is to a point where it is extensible to other post types (the same with regular posts).
Regards,
Devin
Hi artistic24459,
Your original rgba color code is incorrect because its rgba and you don’t have an alpha value. So it should just be rgb.
The icon is a font so if you want it larger you just increase the font size (its the best thing about using font file for icons!).
For example, this gives you a gray overlay with a giant icon:
.image-overlay {
position: absolute;
background: #333;
z-index: 500;
height: 100%;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
}
.image-overlay .image-overlay-inside::before {
content: "E744";
font-family: 'entypo-fontello';
font-size: 120px;
font-weight: normal;
}
.image-overlay .image-overlay-inside::before {
position: absolute;
border-radius: 50px;
background: #000;
height: 80px;
width: 80px;
line-height: 80px;
left: 50%;
top: 50%;
margin: -40px 0 0 -54px;
z-index: 500;
text-align: center;
color: #fff;
}
a:hover .image-overlay .image-overlay-inside {
-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}I included the animation just so you can have it as a reference. If you wanted everything to only effect the portfolio on that page you could use the page ID selector as a prefix to your other selectors.
Hope this helps.
Regards,
Devin
Hi Torlock,
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:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 116px;
line-height: 116px;
}And modify each value to 58px.
Regards,
Devin
Hi shortow,
You’ll need to update to the most recent version of Enfold available from your Downloads on themeforest. The version you are currently using isn’t updated to work with WordPress 3.6.
I did a quick video on how to update here: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi turner2f,
Just an FYI the import doesn’t actually import every single page from the demo. Its an assortment to try and give you a good starting point and examples for most of the features but the demo has some content that isn’t able to be shared.
When moving installations, I would recommend not relying on the wordpress export and instead use a database export using something like: WP MIGRATE DB
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi Tom,
We’ve noticed it takes a bit of time for all the various caches to refresh after an update for some users so i’m glad it cleared itself up on your end.
Let us know if you have any other questions or issues.
Regards,
Devin
Hi kpellikaan,
Which iPhone do you have and which OS version? Kriesi is the only one of us that is able to test for iPhones specifically but it should scale somewhat based on the image settings for the color section.
Regards,
Devin
Hi Magh,
There was an old bug that did something similar to this so if you are not using Enfold 2.0 please update your theme files and see if that fixes the issue.
I did a quick how-to video for updating here: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi bethperkins,
I’m seeing the 1030px layout when viewing your site live right now. Maybe it was just a caching issue so you weren’t seeing the change live yet.
Regards,
Devin
Hi artistic24459,
The whole page is showing incorrectly for some reason. How did you navigate to it on the front end? What are your settings for your permalinks?
Have you made any changes to any of the portfolio/related posts files?
Regards,
Devin
Hi tjayowen,
It really depends on exactly what you want to alter. Generally you can do things like:
#top h3 {
color: #333;
}However, if there is something else that is more specific then the css would need to be altered for that item with another level of selector.
So you might need to do:
#top #footer h3.widgettitle {
color: #333;
}Regards,
Devin
Hi cyrusis,
Our queue system goes by oldest response in a topic to newest so each time you self bump or respond it actually pushed the topic to the end of our queue.
I’m not getting any error with the portfolio navigation at this point though it does have a bit of a delay so it takes a moment to load in.
The header height can be adjusted with:
#header_main .container, .main_menu ul:first-child > li a {
height: 88px;
line-height: 88px;
}Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Elaine,
You can change the default layout for your blog posts to Single Author big preview image in General Settings>Blog Style. Then for your blog layout page just set the layout to whatever you had before.
This will make your single page blog posts display at the default blog style but the blog page you set using a page and the advanced layout editors blog element display in whatever layout you want.
That is what I do on my personal site to get the small preview layout on my home page but my picture showing on single blog posts (multi author layout set as default in general settings).
Regards,
Devin
Hi deamon54,
Try re-uploading the config-layerslider folder and all of its content again. It sounds like one of the files didn’t get uploaded correctly on installation or update.
This video shows how to update and replace files: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
August 19, 2013 at 9:06 pm in reply to: Enfold/Layer Slider: Background Opacity in Text Layer #135916Hi vlane,
Yes, images are needed to keep things responding to the device width. That is what Kriesi did in the demo and it works pretty well.
Regards,
Devin
Hi Helen,
Choose the fourth heading option in your theme options>header so that you get the fourth look from here: http://kriesi.at/themes/enfold/headers/
The centered menu is not advisable if you want to still use the mega menus but you can then just set a background image for the header from the themes styling tab.
Regards,
Devin
Hi cwisniewski,
The theme update for 3.6 was 1.9.1 so there was no reason to wait for 2.0.
It sounds like you may need to check the permissions on the files the theme creates in your uploads folder of your WordPress files. Make sure they have permissions that will allow WordPress to write over them (eg chmod 755).
Regards,
Devin
It would still work the first time since you were creating the folder and not writing over a folder. Its a pretty common issue and once fixed shouldn’t come up again.
Hi Omar,
No, unfortunately there is not.
Regards,
Devin
August 19, 2013 at 8:29 pm in reply to: This theme recommends the following plugin: BB Press Forum Software. #135784Hi macrunner,
Sorry for the delay but each time you self responded it actually pushed your topic to the end of our Queue. Our Queue systems goes by oldest posted response which means each self bump actually puts the topic at the back of our queue.
To get rid of the bbPress message you can comment out or delete this code in includes>admin>register-plugins.php:
array(
'name' => 'BB Press Forum Software',
'slug' => 'bbpress',
'required' => false
)Regards,
Devin
Hi David,
For the most part they are the same but Gravity Forms doesn’t spit out multi column forms so you would need to manually edit a form by each ID, adding percent widths and floats.
For example:
#top.page-id-2571 #field_1_2 {<br /> width: 48%;<br /> float: left;<br /> }<br /> #top.page-id-2571 #field_1_3 {<br /> float: right;<br /> width: 48%;<br /> clear: none;<br /> }
and something like this would force all the input widths to 100%:
#top .gform_wrapper input {<br /> width: 100%;<br /> }
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi vadi4ek,
I closed the topic as this isn’t a bug. If you choose for an image to be “fixed” that means that it does not respond to the size of the browser.
There is no fix for this. If you want the image to be responsive then it can not be fixed in the color section.
You can change the alignment of the image to change where it stays fixed to the page/content.
Regards,
Devin
Hi nrosella,
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.home #after_full_slider_1 .template-page.content {
padding-bottom: 10px;
}This will target your home page and then that elements container and finally reduce the padding on the bottom for the content within.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi Michiel,
My guess is that the permissions on your wp-content folder or wp-content>themes folder is such that your WordPress user level isn’t allowed by the server to write over the theme folder.
Typically we suggest just updating via FTP but if it isn’t an option you can either contact your hosting provider to see about changing the chmod permissions on your wp-content folder and themes folder or updating through your hosting panels file manager.
Regards,
Devin
August 19, 2013 at 5:52 pm in reply to: Help with setting up the Google Map Widget on the Contact page like the Demo #136277Hi stwallis001,
Once you’ve added the sidebar section this video shows you how to add the google maps widget; https://vimeo.com/channels/aviathemes/64978020
Regards,
Devin
August 19, 2013 at 4:22 pm in reply to: How create images with exactly square corners (no rounding)? #136247Hi John,
Do you have a live example we can see? I can’t think of any functions in the theme that add a border radius to images other than the testimonial user images.
Regards,
Devin
-
AuthorPosts