Forum Replies Created
-
AuthorPosts
-
Hi!
You may have not pasted in the code correctly and caused a php error. The snippet should be added in exactly as it appears here: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
A single missing bracket will cause the functions.php file not to be able to run.
Regards,
DevinHi rgroot_r!
You can use the grid.less file to re-build the whole css file but other than that you would need to re-do the math to create consistent grid columns with smaller gutters.
Best regards,
DevinHi!
I just got this the other day working with the 2.7 beta version but reported it as a beta bug. I’ll re-tag this for Kriesi as a general issue and hopefully he can find the source.
Cheers!
DevinApril 12, 2014 at 7:17 am in reply to: Home Page LayerSlider Only Loads Correctly Some of the Time #250454When you last updated, did you also update the header+footer with the new version from the parent theme?
Hey!
Not sure if its clear but we aren’t the developers for LayerSlider and have absolutely no influence on features being added to it.
The size of any slide inside would be generally the largest possible size since the site is responsive and if its full width will always just be “full width” without a specific pixel size.
Regards,
DevinApril 12, 2014 at 3:55 am in reply to: Possible to open Portfolio grid on category other than "all" #250426Hey shelteredinsound!
No, as far as I know it isn’t able to open with any single item or a category pre-selected.
Cheers!
DevinApril 12, 2014 at 3:54 am in reply to: Custom Post types inside Avia layout builder with child theme (filter code) #250424Glad we could help. Let us know if you have any other questions or issues.
Hi!
Posts are posts and pages/portfolio items are pages. In WordPress those are two different things and it makes sense for them to have individual consistency to work within the realm of what those data types are.
On the category archives you’ll get a better look by actually adding featured images to your posts so that they have an image to display. You can also set the default page header to be visible so that they get the breadcrumbs/title from the themes Header tab in the theme options.
The default blog style can also be set to any of the blog feed styles from the theme options in the General Settings tab.
Best regards,
DevinHi khedrubje!
The syntax should be:
@media only screen and (max-width: 767px) { .Layerslider_button { color: #000; width: 100px;} } @media only screen and (max-width: 479px) { .Layerslider_button { color: #000; width: 50px;} }
The width is just an example of changing the size of the button for the smaller viewport.
Cheers!
DevinHey!
Can we see the actual site and pages with the slideshow live? That way we can inspect the code and source to see whats going on.
Regards,
DevinApril 11, 2014 at 8:46 pm in reply to: Major confusion and issues with Product Category Images, Product Thumnails #250373Think of the single product page as 2 columns. The left column is the product image which is set to use “four” of the available twelve units in the themes css grid. The right column holds the product information and uses “eight” units.
The theme sets these div wrappers in the config-woocommerce>config.php file to replace the default WooCommerce divs. The functions in the documentation link lets you use your own wrappers to replace those. If you only replace the grid units you can easily change the layout of the page in that same 2 column structure.
That whole example snippet of code on that page changes the layout to give you a right sidebar by also adding in
get_sidebar();
wrapped inside three units of the grid (as the “three units” classes).What you can do is use the same code except remove the get_sidebar and then modify the grid units to change the single product layout.
Hey!
Have you tried using the fullwidth easy slider? http://kriesi.at/themes/enfold/shortcodes/easy-slider/
It doesn’t crop anything and adjusts based on the image itself.
For the above, you can add custom classes to images themselves in a regular text tab (not using the ALB) or if you want to try it it on the ALB elements you can turn on the custom class field with this function: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
DevinHey!
Looks like its working on my end. Make sure that you do a few refreshes with your browser so that your local cache of the avia.js file is re-downloaded from your server since it usually gets cached by the browser.
Cheers!
DevinApril 11, 2014 at 7:42 pm in reply to: small header – layer slider WP: problems with images loading #250351Hey!
You can create a new topic at the bottom of this page: https://kriesi.at/support/forum/enfold/
Best regards,
DevinApril 11, 2014 at 7:38 pm in reply to: Major confusion and issues with Product Category Images, Product Thumnails #250346The image is getting cropped at 448×510. There is no setting in the theme with those image dimensions on either edge :http://bluby.com/demos/corporate/1/wp-content/uploads/448×572-448×510.jpg
#2 – As I mentioned above the image size is based on the container in which the image is located when you are look at the single product page. You would need to change the grid used on the single product page like in the code snippet here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Hi yavors!
You can do so from a child theme by using this function along with a new folder to hold the new files: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
DevinApril 11, 2014 at 8:53 am in reply to: Prices and "Add to cart" available to registered or logged in user issue. #250144Hi asecco!
You will need to hire a freelance developer to customize the output for the shop and products so that the plugin is integrated in fully. The theme uses some custom wrappers for some of the elements which may or may not need to be modified in addition to what the above code already does.
Also to note is that new functions should go in functions.php.
Best regards,
DevinHey fragezeichen!
Are you able to view or edit your active plugins? There could have been an conflict with one of them and then update. If you can, deactivate all of them and see if that helps.
If you can’t you can try renaming the plugin folder in wp-content over FTP so that WordPress can’t recognize the plugin folder and it forces them to be deactivated.
You can also try updating the theme files to 2.6.2. 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
Cheers!
DevinApril 11, 2014 at 8:48 am in reply to: parallax effect and individual css settings inside color section #250141Hey Ben!
Not a way that I can think of to do that no. The image element being inside of the content doesn’t allow it to actually align with that container.
You *might* be able to do something with pseudo :after that entry-content-wrapper with the image in its content element. Then make it position relative and align it that way but it would take a good bit of testing, hacking and then cross browser fixes.
Best regards,
DevinHi Tim!
If you use the ALB on a page then it ignores the normal hierarchy and uses the ALB page template. So if you have a specific layout in mind it would be best to re-construct it using the loops and the archive.php files within a template file and ignore the ALB for that specific page.
Regards,
DevinApril 11, 2014 at 8:38 am in reply to: How do I change the alignment of the Menu and Social Icons in the Header? #250133Hey!
You can use the theme options> Header tab to change the layout of your header using the various layout options. Outside of that it would need to be customized by a freelance developer if the layout you are looking for isn’t available.
Cheers!
DevinApril 11, 2014 at 8:36 am in reply to: Major confusion and issues with Product Category Images, Product Thumnails #250132You can try using this plugin to see every thumbnail setting site wide along with their crop values: http://wordpress.org/plugins/simple-image-sizes/
This isn’t something I’ve ever seen not work for someone which is why I’m still not clear on what the issue is. The image sizes can be changed which will be reflected in the *source* of the page but in order to change the *container* sizes you need to change the number of columns in the shop or on a single product page the grid sizes used for the two content sections.
Hey Rosa P.!
We’ll need to see the site with the issue live and if you can point out the specifics on that page we’ll inspect things further.
Best regards,
DevinHey!
Not sure what you mean by not working. The media query is being applied correctly and the rules inside are taking effect below 767px.
In general we are not able to support debugging custom css but with this there isn’t an issue that I can see so I wouldn’t even recommend a freelance developer to assist since by all appearance its working as intended.
Cheers!
DevinHey!
See: http://kriesi.at/documentation/enfold/show-or-hide-sidebar-on-mobile-devices/
Cheers!
DevinHey bitsoul!
Yes, we would need to see the content live. If you are using a boxed layout keep in mind that the element will not escape the bounds of that box.
Best regards,
DevinNo, the zip is only for uploading through WordPress. You would need to unzip the theme so that you are writing over the files 1:1.
You can also re-upload through WordPress in the same way you first installed the theme.
Hey Rupert!
You can use the regular embed code instead of using the video/media element and then use the iframe code with the url parameters you’d like inside of a text element.
Best regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
Hi LeonPals!
Try disabling all active plugins and then see if that helps. If its only not working on the portfolio items my guess would be there is some other script only loading on that custom post type and its causing a conflict.
Regards,
Devin -
AuthorPosts