Forum Replies Created
-
AuthorPosts
-
Hi chartier,
I’ll tag the topic for Kriesi so he can take a look. Thank you for the heads up :)
Regards,
Devin
Hi Hojoon,
Are you using Enfold version 1.9.1? Have you checked or modified your php memory limit yet?
Regards,
Devin
Hi alcakes,
Enfold was updated earlier this week to 1.9 and then 1.9.1 to work with 3.6.
Regards,
Devin
Hi emilottersten,
No plans right now as far as I know. It was a trade of of flexibility since we always had so many requests to change the layout of the portfolio pages.
In order to modify the files in the child theme you’ll need to replace the function that registers those files and then copy them into your child theme so that they are no longer pulled from the parent.
Regards,
Devin
Its an either or kind of situation. If you want it to only effect certain elements then you need to wrap them in a class that you can then target and have the list-style: disc outside; applied to that class without affecting the other elements.
If you have an example with both on a single page I may be able to assist with a sample but it isn’t something that can be auto set to always work both ways from your description.
Hi kirkmc,
Portfolio items use the Featured Image for each portfolio item to display the image in the portfolio grid. So make sure you set one for each portfolio item.
Regards,
Devin
Hi Rob,
#2) We’ll need to see your site live as it shouldn’t be sitting like that now and I’m not sure what has caused it to do so.
#3) You can change the way the text wraps on the special headers using the following css but keep in mind it is set this way because the special headers aren’t really supposed to be used for long sections of text:
.av-special-heading{ white-space: normal !important;
Regards,
Devin
Hi Ueshiba,
IE8 will not show the icons as circle but everything else should. If the are not, there is something incorrect on your installation.
You can try disabling all active plugins and dropins first and see if that helps. Otherwise, we’ll need to see the site live to inspect the code.
Regards,
Devin
Hi penullar,
For the first question, no unfortunately not. The line is actually a separate element next to the text so it would need to be re-done to have two separate entities for the lines on either side.
The second question not yet but you can add the idea to the Feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Its best to ask new questions in their own topic as it makes it easier for others to search and our queue goes by oldest posted topic first. So each self response actually pushes the topic to the end of our queue.
Regards,
Devin
Gary,
Permalink and breadcrum structure are different things. Your permalink structure dictates the slug-name and how it gets added to your url.
The breadcrumbs are set by where the page is in the logical structure of your site. It also takes into account where the user came from so if you are going from Home directly to a sub category the the breadcrumb will read Home>Category .
Regards,
Devin
Hi xyzb,
I’ve seen this pop up a few times but I’m not sure if we ever found a solution for this because of the way youtube loads videos in.
I’ve tagged the rest of the support crew to see if anyone has a solution for it.
Regards,
Devin
Hi American Patriot,
Half page layouts are just that: one half of a page. So you can only have 2 on any single ‘row’.
What you have in the demo is a masonry style grid and would wouldn’t be able to get that using the layout elements since each group of elements that make up a full page width has a clearing effect after the row to prevent overlap.
For image sizes, you can use the largest image size that will fill up the space and the theme will adjust it to fit inside the column. So it depends on the size of container you’ve chosen for your sites layout (wide or reguler, sidebar or no sidebar).
Regards,
Devin
Hi artistic24459,
Our queue system goes by oldest posted item within a topic to newest. So each time you self respond it pushes your topic to the end of our queue.
WordPress image cropping is a core function of WordPress and it isn’t something we can change.
If you need exact control over how your images are cropped you’ll need to connect via FTP to your server and download the thumbnail file that wordpress creates for each image and then re-save it locally to the crop you want.
This is a very common problem with photographers who use WordPress because it doesn’t give you the control to crop your own photos in the way you want because its all automatic.
Regards,
Devin
You’ll also need to adjust the media query as you’ve noticed. So 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:
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul { display: none; }
}Adjust the 767px as needed.
Hi Antonio,
First try disabling any active plugins or dropins you have installed.
Next, in your header.php file move the xmlns:fb line up to be on the same line as where the <html tag starts so it looks like:
<html lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" prefix="og: http://ogp.me/ns#" class=" html_stretched responsive fixed_header social_header ">
Regards,
Devin
Hi ncase,
In IE8 the icons will definitely not be round since that browser version doesn’t supper the border radius. However the layout should still be intact.
Can we see the page on your site live with the icon boxes?
Regards,
Devin
Hi eyeCreative,
You can use this plugin to view the themes thumbnail settings: http://wordpress.org/plugins/simple-image-sizes/
For the portfolio items you can set it Crop and then regenerate your image thumbnails so that the newly regenerated sizes are cropped to your specific size.
Just note that the theme will still be resizing the image to fit the column choices and css sizing but will use the base image size you designate as the source.
Regards,
Devin
Hi Chris,
If you’ve updated Enfold you can also update to WordPress 3.6.
However you have a javascript error coming from something with Facebook and another from a javascript error. So you should try disabling all active plugins before trying anything else to see if there is a javascript conflict.
Regards,
Devin
That is completely different than what I’m suggesting and really we are not able to walk you through creating it. We don’t have an open book for every effect possible with the LayerSlider.
What that appears to be is a LayerSlider slideshow set to autorotation with multiple slides of the same image repeated and animated on top of itself 8 times.
So this image: http://clientbased.com.au/wp-content/uploads/2013/07/CBS-client-logos.jpg is in the LayerSlider 8 times and each is animated to get that effect.
The exact details of it are unknown without seeing it live.
For the above settings, if you have multiple images in your slideshow and they are not animating you are probably on WordPress 3.6 but not Enfold version 1.9.1. If you are not, then you need to add multiple images in order for the slider to animate.
Hi unitedwc,
Once it has been set you can just add any class name into that field and then target it specifically with css. For example if you add:
my-custom-margin-class
and then you add this css to your Quick CSS:
.my-custom-margin-class{
margin-top: 10px;
}You could have an additional 10px margin on the top of that item.
August 9, 2013 at 4:47 am in reply to: Main Content Background Image and Background Image in Fullwidth Easy Slider #133254Glad Nick could help :)
Let us know if you have any other questions or issues.
August 9, 2013 at 4:46 am in reply to: Modifying properties of List Item Content within an Icon List #133632Okay, keep us posted.
Hi Marssolutions,
Unfortunately this will need to be pushed up to Kriesi as he is the only one with an iOS device for testing at the moment and if its happening on the demo it will need to be addressed with a theme update most likely.
Regards,
Devin
Hi web4smallbusiness,
You can define a section as using the Alternate style by putting all of that content in a Color Section.
Regards,
Devin
Hi jdrakeproductions,
Do you know which computers and browsers this isn’t happening on? Some older setups like IE8 will not be able to render things correctly but all newer browsers should have no issues.
I have heard that iPads are having issues with the fixed background images but the last thing I read on it from Kriesi was that it wasn’t fixable yet (at least for that specific ipad instance).
So if we have a bit more information we might be able to help with whats going on.
Regards,
Devin
Looks great seandaily! Amazing to see that html template re-formed into WordPress using Enfold. Really nice job.
That is why Kriesi included the dummy data JKFC! For giving you a quick base to build your site on without having to come up with ever detail from scratch if you don’t want to :)
Unless you are setting your font size with px then it will automatically size itself for the device.
Eg, you can just set your font size using ems or % if its causing specific issues on a specific viewport.
On your Advanced Layout Editor layout drag and drop an Easy Slider into your layout. Next, click the button to add an image and add your image(s) into the slideshow.
Now that your images are in the slideshow you can adjust the options to make it transition, autorotation, autorotation duration and that is all there is to it.
To see an example of adding an Easy Slider watch this video at the marked time where I add one in and modify its settings: https://vimeo.com/64927358#t=183
Glad we could help :)
Let us know if you have any other questions or issues.
Hi Jelle,
You would need to have a freelance developer integrate the functionality from Incarnation into Enfold. The main thing is just using the Events Calendar plugin which is what Incarnation is using and then getting the countdown if you wanted it as well.
Incarnation however has not been updated to work with the most recent version of the plugin so it isn’t quite as easy as just looking at the code from one or copying over functions at this point.
Regards,
Devin
-
AuthorPosts