Forum Replies Created
-
AuthorPosts
-
Hi Adrian,
Can we see the page where you have the image in your sidebar? My guess is that its hitting the padding or margin on the widget container but there is a bit of room that can be added to that specific widget if we can see it in its specific sidebar/layout.
The same for #2, we can target them with a bit of custom css that you can then use to give them whatever color you’d like.
Regards,
Devin
Hi Andrew,
Not with anything that is currently in place by the theme. You may be able to find a plugin that has that kind of functionality however.
Regards,
Devin
Can we see an example of the form you have now that isn’t working? The current form builder isn’t an overly complicated builder like say Gravity Forms or qforms but basic validation and builds should work fine.
You can update following this tutorial: https://vimeo.com/channels/aviathemes/67209750
Hi Ed,
You would use the Layer Slider interface to position it. See: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
Devin
Hi Detlef,
As far as I know it will never be added in for posts by default as Kriesi did not design it to work with posts.
Regards,
Devin
August 6, 2013 at 4:28 pm in reply to: Switching Between Advanced Layout Editor and Default Editor Stopped Working #133570No, its a one or the other editing situation to keep the shortcodes created with the Advanced Layout Editor a bit more sanitized.
Hi bjornsennbrink,
Enfold is at version 1.9.1 at this point but if you are getting an error only when debug is one it is probably not a big issue.
Regards,
Devin
Hi eyeconictv,
As Kriesi said we need to see the site live and check which version you are running as well.
Regards,
Devin
Hi Josh,
First thing to try is update your Enfold installation as I believe there were some fixes for this in one of the 1.8 versions.
Regards,
Devin
August 6, 2013 at 4:14 pm in reply to: Switching Between Advanced Layout Editor and Default Editor Stopped Working #133568Hi FLSouthPaw,
That was never the case actually. If somehow you were seeing the layouts created from the advanced layout editor in your visual editor it was a bug and really shouldn’t be possible as that isn’t where that data gets saved.
Regards,
Devin
Hi Fabiana,
That really isn’t enough information to be able to give an answer.
There are literally thousands of lines of css in the theme’s css files so without a file name and selector or at least a line number we don’t know what you would be modifying.
If nothing else you can change whatever it is they advise and just see but you shouldn’t really need to change anything and can just add any new css to the Quick CSS filed in the theme options Styling tab.
Regards,
Devin
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.page-id-1473 .post-entry-1473 .iconbox .iconbox_content {
height: 350px;
}You’ll probably want to make this only effect desktop sizes so place it in your custom.css file in the desktop media query that is provided in the file.
The text box under the icon boxes will also need a bit of space so you’ll want to add an HR element above it and set it to just whitespace.
Regards,
Devin
Hi nyh,
I’ve not had any issues for any of the sites I’ve built or the demo of Enfold with my Galaxy S2, S1 or S3. The S2 is my personal phone and the others I’ve tried out at various times in testing.
My guess is that you have too many big images trying to load in on the home page at once which is causing mobile browsers to have issues.
The big background images in your slider and even the image of the books is a bit big for web use and could use with being optimized to create smaller files.
Regards,
Devin
Hi eakozel,
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:
.widget .brand-thumbnails li, .brand-thumbnails li {
clear: none;
list-style-type: none;
}Regards,
Devin
Hi All,
I made a video tutorial that should help guide you in updating via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi HighschoolAustralia,
If you aren’t satisfied with the built in forms its perfectly okay to use an alternate plugin that has the features and functionality you want.
Regards,
Devin
You may be able to hire a freelance developer who can write something in either javascript or maybe a php function that will check the form data and then reject if specific data is within it. Basically form field validation but in reverse.
That should work for you but let us know if you have any other issues :)
Regards,
Devin
August 6, 2013 at 1:55 pm in reply to: Can I set specific padding values for Color Sections? #132738Hi D5WDesignGroup,
You can add in HR elements and then change its style to a blank space which allows you to customize the padding for it. Otherwise you need to target that specific color sections with css selectors and then modify its padding.
Regards,
Devin
Hi jmr7877,
I believe what that user did was create a strip of logos that were a single image. Not each logo individually but one wide image with all of the logos on it.
You then add that as a “slide” for any of the sliders and make it auto rotate with similar images showing multiple inline logos.
Regards,
Devin
Hi Dobrodukh,
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 .post-title a {
color: red;
}Inside of posts you can highlight the header text and then choose a color from the visual editor’s options.
Regards,
Devin
Hi naelam,
From the Preview Image Size option set your image size to “Choose the preview image size manually” and then set it to a size that gives you a taller image. Try out the various pre-generated sizes and see if one will work for you.
Regards,
Devin
Yes, you can just add your css to either the Quick CSS field or you can add your css to the custom.css file in the themes css folder.
All you will need to add is the css you’ve modified including the selector. So you would just add:
.fixed_header.social_header #main {
padding-top: 188px;
}and then if you have any other css items they would go in there as well.
Hey Cameron32,
Glad you were able to get it sorted out and thank you for posting what worked for you :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi serverlift,
What device type is this happening on? Most devices should have a zoom in/out option available at this point.
Can we see the site live? The overflow is set to hidden on the main container and most sub containers as well but we can try some options based on the styling choices you have specific to your site.
Regards,
Devin
Hi toonartist33,
Try installing the theme via ftp following this video: https://vimeo.com/channels/aviathemes/64927356
There could be a timeout issue on your server because of the size of the theme or something like that but installing via FTP will always get the files up there correctly.
You may also want to take this time to check that your wordpress installation has at least 96mb of php memory. You can increase it following one of the options here: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
No, if its not in the update notes it wasn’t changed and looking at the repository for Enfold the folder has not been changed since 1,8,1.
Hi BluCreativ,
Try creating the button shortcode by using the magic wand button in the regular visual editor on another page. Then use the options to build the button and with the generated code, copy and paste it into the text area in your advanced layout editor layout.
Regards,
Devin
Hi Peter,
You can just remove the pseudo class :hover from the above and change the css class names to this format:
#top #header .social_bookmarks_skype a {
background-color: #37589B;
}2) The icon boxes right now aren’t customizable except with direct css or site wide css. So you could do:
#top .avia-icon-list .iconlist_icon {
background-color: red; /*background*/
}
#top .avia-icon-list .iconlist_icon {
border-color: blue; /*border*/
}3) I think this is answered with the first bit of css above.
5) That link shows as a 404 error but if you make a new topic just for that with an example in the topic we’ll be able to fix it directly.
Regards,
Devin
-
AuthorPosts