Forum Replies Created
-
AuthorPosts
-
July 31, 2014 at 11:03 pm in reply to: Do i change the grid file in enfold or in child of enfold #298457
Hi jskooij!
Copy the whole grid file to your child theme style.css and it will then take priority as the css is loaded into the page.
Best regards,
DevinHey Bruno!
Not sure as I’ve never played with anything like that. I would recommend trying to find something WordPress specific since it will at least be in a similar setup to theme+WordPress instead of another framework or static html.
No lazy loader offhand but something that can work with the Waypoints script should work since the theme already uses it to set the image delays for fade ins and animations.
Regards,
DevinHey connect4consulting!
The plugin mentioned here is the best resource we can point to: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Doing the database export, changing the data for the new url and then importing in the database via phpMyadmin (or whatever your host has for database management) will move the data over best. Then make sure you have the same files moved over (uploads, plugins, theme).
Best regards,
DevinJuly 31, 2014 at 8:36 am in reply to: Can't understand how to make a masonry homepage for blog #298142Hi nathacc!
This highlights the basics for using the masonry elements: https://vimeo.com/channels/aviathemes/77433498
You’ll add a masonry element to the page, adjust its settings for the categories you want to show and use the theme options to set it as your home page: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
Best regards,
DevinJuly 31, 2014 at 8:32 am in reply to: What setting do I have to have so that pages can be enlarged on smartphones? #298139Hey!
The method in the other thread you linked to is your only option in this case.
Best regards,
DevinJuly 31, 2014 at 8:01 am in reply to: Jumping to Bookmark not supported on Safari – but my customer needs it #298132I don’t have an iPhone specifically to test on but this would the first I’ve heard of a bug like this. I’ve tagged the other support crew who can test first hand.
You might try re-naming the section to remove the underscore just in case iOS has some weird issue there.
Glad Yigit could help. Let us know if you have any other questions or issues.
Hey BleedingThorn!
Masonry sorting doesn’t always respect the order of the elements. It sorts the elements on the page to fit. So you would want to use a different display for them if the order is highest priority.
Cheers!
DevinIn the source code of the page. They point to the files when built by WordPress in the order required.
The descriptions next to each field are all I would be able to explain I think but let me try and add a bit of context.
The Slider Width is the width of the slider as it is inside of the page. The majority of the time it will be 100% so that the slideshow is the width of the users window. The height is the height as it displayed at its regular, non responded size.
The responsive mode is pretty clear since it turns on the slideshows ability to respond to the users viewport/browser size. The Max Width tells layerslider the Max size the slideshow can grow to (for really big monitors).
The Full-Width settings let you make the slideshow expand to the very edges of its container. When LayerSlider takes over on re-sizing all of the elements inside of your slideshow is the “Responsive Under” value. If its 1000px then at 999px the slideshow will start to shrink to the users window.
The Layers Container is the invisible container that the elements in your full width (edges of the screen) slideshow elements will be contained to. So if you set it to 500px then the contents inside the slideshow would be contained in a 500px wide box.
Hey!
Sounds like there was or is an issue with the installation in that case. Also make sure to deactivate and remove any plugins and plugin data just in case there is something causing a conflict there.
Cheers!
DevinThe child version is outdated. When you delete it, what exactly happens with the header/main menu?
July 31, 2014 at 7:31 am in reply to: Background image in color section not working in IPHONE and IPAD #298123Try changing the file name of the image to sobre-nos.png without the accent. Wild guess but maybe iOS has an issue there.
Hey!
No, not easily. The grid for the theme uses fixed widths for different breakpoints but its based on a .less file to calculate all the sizes so if you wanted to dive into generating your own grid you could.
The grid.less is in the css folder and you can read more about less preprocessing here: http://lesscss.org/
Cheers!
DevinHey pgallagher85!
What you are looking for is a sticky footer. The theme unfortunately doesn’t have support for one yet but I’ve been pushing for it to be added in so hopefully soon.
For now though it would need to be added in by a freelance developer. You can try somewhere like Codeable or Envato Studio.
Best regards,
DevinI would try re-downloading the theme from themeforest and then writing over the live header.php with the one from the newly downloaded theme folder.
Then remove the one from the child theme and see where that gets you.
July 30, 2014 at 11:45 pm in reply to: Jumping to Bookmark not supported on Safari – but my customer needs it #297952Hey!
There should be no issues with it working on Safari. Just tested 2.9.1 on my Macbook and having no issues there as well. Can we see the site live so we can take a look?
Cheers!
DevinHi blizzmarketing!
First try re-downloading the theme and updating (or update from within WordPress). There was a bug fix release just after 2.9 which might be the main error here.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
also see: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
DevinHey!
In your functions.php file, *not* the wordpress functions file, but the theme functions.php file you will add that line. If its the parent theme (enfold alone) it will be just after
if(isset($avia_config['use_child_theme_functions_only'])) return;
.If its a child theme then add it after the opening php line like I have in this child theme demo: https://github.com/DevinVinson/enfold-child-starter/blob/master/functions.php#L37Regards,
DevinHey ayron!
The next feature update of the theme will most likely have the plugin update included with it but we don’t have it to release individually. So if its a must-have right away you would need to purchase a license and install it separately as well as deactivating the built in version so only your standalone plugin is running. You can deactivate it by adding
add_theme_support( ‘deactivate_layerslider’ );
to your child theme functions.php or to the parent functions.php at the top and just after the first global line.Regards,
DevinHey!
1) 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 #main .single-product-main-image .sidebar { position: relative !important; visibility: visible !important; }
2) You would need to look into WooCommerce specific plugins as its output is WooCommerce based alone. I know they have a tab manager extension though I don’t know if it offers the kind of flexibility you are looking for.
3) No, it changes the size of the image output not the size displayed.
Cheers!
DevinHi mterrian!
If you previously modified the header.php file via a child theme you would need to re-copy over the parent file to the child and then re-add in your customization.
Otherwise if we can see the site first hand we’ll be able to take a look.
The execution hangup is a WordPress issue but you might get a more specific error by checking the server error logs.
Cheers!
DevinHey Daniela!
You would add the custom post type id just like you would
post
. Its not fully supported but it should work for the most part (read we rarely get any reported issues but its not been debugged to be fully supported yet).Best regards,
DevinIts going to scroll whenever the footer needs room to fully show.
Hi!
If you don’t have the advanced styling option you need to update your theme files. It was added in with a recent update in addition to some other features and theme elements.
For a quick guide on updating your theme take a look at http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
DevinHey famewebdesign!
I’m not quite sure what elements you mean you want to duplicate on your own blog. The theme already has title, date, comment link, category link and author above each post: http://kriesi.at/themes/enfold/blog/
Regards,
DevinHey sunshineh!
We would need to see an example live. Most likely the WordPress editor is either adding a parapgraph when you do a line break or its adding another h3 or h5.
You can also try switching to a flat pixel value instead of em for the line height.
Regards,
DevinHey!
Its on Kriesi’s to-do of things to look at as we’ve had a few scattered reports of it happening depending on the table makeup. It *shouldn’t* be but it does for some users still.
Best regards,
DevinHi!
Do you have an example we can see? We will see if there is anything we can suggest as a fix.
Cheers!
DevinNo none yet. We’ll update either here or within the change log if Kriesi fixes the bug but doesn’t respond.
-
AuthorPosts