Forum Replies Created
-
AuthorPosts
-
Hey!
The home page has a masonry element in it and its settings are determined on that individual element. So if you go to your home page and edit that masonry element you can select the categories or images that you want to show depending on which type of masonry element it is.
Cheers!
DevinHi katana!
You can choose the image to have shown using the image element from the media tab of the ALB you can select the size of image to be used from the “ATTACHMENT DISPLAY SETTINGS” dropdown on the righthand side before clicking on the insert button.
Regards,
DevinHi Bas!
I’m not seeing the issue when viewing the site now. It was previously a limitation of the theme but it was fixed in one of the 2.5 iterations.
Cheers!
DevinMarch 11, 2014 at 5:59 am in reply to: Full-Width Masonry: change size each thumbnail and size each lightbox #235207Hey!
A lighbox can’t be larger than the visible space of a users screen. There is nothing we can do to change that without degarding the user experience and altering the lightbox script itself. If that is what you are looking for you would need to have a freelance developer customizing the script for you or look into alternative lightbox plugins/scripts with the features or functionality you need.
Cheers!
DevinHey Sebastianvanderwals!
The favicon will show up in your browser as whatever it last was. The browser caches it separately from anything you, the user, can change.
If you’ve removed it then a new user would only see the default favicon when visiting your site: whatever the browser has set.
Cheers!
DevinHey!
Yes, that is the correct link to the main channel. The forums are picking it up as a single video link so open it up in a new tab or window.
Cheers!
DevinHey!
For the most part post formats have been a failure with WordPress. They were going to get a huge re-do with one of the recent versions but it ended up getting scrapped because it still was too complicated and just didn’t add anything but more complexity for the majority of users.
I hadn’t really thought of doing a tutorial for them but I’ll add it to my list of them to do.
Regards,
DevinMarch 11, 2014 at 5:49 am in reply to: New version problems (CSS, Menu resposiveness, Tooltip funtions) #235200Hi!
The avia.js change is no longer needed as there is an option for it in the header theme options tab under the sub tab “Mobile Menu”. So the previous css should also be removed and the setting controlled from there alone.
For me at least the font-family is showing as open sans.
The icons on iPad I believe is intentional because they aren’t hover events. So the fallback is to not show them.
Best regards,
DevinCan you point out what isn’t working specifically in that case?
Its a fairly simple change that you can make yourself. The Quick CSS field is the exact same thing as adding css to a .css file and allows you to wait for us to update the main parent theme.
If you want to make the change now you can do so in the functions.php. I wrote it out for another user here https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122 .
I’ll need another 20 or so minutes to test it on my live dev server and then push it to Kriesi so it can get added to 2.6.1.
Hi!
Yes, you could do exactly that if you wanted to register new image sizes to be available.
Cheers!
DevinHey sundialstudios!
The changelog on ThemeForest is the best spot to see what has changed as soon as Kriesi uploads it: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
I update the documentation site manually as well and combine file changes and any other notes there are to help as well. For major version updates like this 2.5-2.6 checking before updating is a good idea.
Best regards,
DevinMarch 11, 2014 at 2:55 am in reply to: After update to 2.6 some css styles child theme style.css are not being applied #235122If you want to apply it yourself its very small from the looks of it. I’m currently updating downloading the update and pushing things to my live server so I’ve not tested this:
In functions.php look for:
wp_enqueue_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'all' ); //register default style.css file. only include in childthemes. has no purpose in main theme
Change the first part (wp_enqueue_style) to wp_register_style and it should then get enqueued further down for child themes like its supposed to.
Final line:wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'all' ); //register default style.css file. only include in childthemes. has no purpose in main theme
If we can see your site live we can take a look at why they aren’t loading/taking priority.
The Quick CSS field saves them into a stylesheet as well but if you want to get things fixed right now its the best way to do so.
March 11, 2014 at 2:45 am in reply to: Latest Theme Update Damaged Blog Page & Home Page Fonts #235113Hey Joseph!
Can you try clearing your super cache cache completely and then going to the theme options>styling tab. Make a small change and then save your styles. Change it back if needed and save again.
Then clear the super cache cache again and see if you are still getting the difference in fonts.
For the blog, try re-choosing the blog display in the theme options and setting the page to output the blog as well.
Regards,
DevinHi!
The updated version was released with 2.6 which was rolled out today.
Cheers!
DevinHey wintner!
Try going to the themes styling options and then re-saving the options to regenerate the stylesheet. If you have made changes in a child themes style.css add all of that css to the Quick CSS field in the styling tab of the theme options as well.
Cheers!
DevinHey coretekk!
Thank you for the suggestion! It has been requested a few times in the official feature request topic as well but so far I’ve not heard if Kriesi has any plans one way or another on the feature specifically.
Best regards,
DevinMarch 11, 2014 at 1:46 am in reply to: After update to 2.6 some css styles child theme style.css are not being applied #235083Hey ttem!
Looks like Kriesi changed from registering to enquing. I’ll add in a fix for this and it will get rolled out with the next update.
Regards,
DevinMarch 11, 2014 at 1:33 am in reply to: How can I modify the Icon Box icons and Headers in Enfold theme #235078Hi auroradesignstudio!
It is possible but it would need to be done for that specific element and the styling would be custom to that element. Other than that no, there isn’t a mechanism in place to use images for icons.
Regards,
DevinMarch 11, 2014 at 1:31 am in reply to: Enfold Portfolio Categories Not Showing in Sorting Menu #235077Hey auroradesignstudio!
You need to also update Enfold to the most recent release. 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!
DevinHey!
Looking at the source of your site there is a block of code showing from footprint. Not sure what the issue is but this is more a question for their support rather than ours as this is theme independent.
Regards,
DevinHi claraelisa!
Can we see the site/issue live? IE8 and the video embed in general shouldn’t ever be showing a download link like that.
Best regards,
DevinHey!
You can try using this plugin to see what is using admin-ajax so much: http://wordpress.org/plugins/query-monitor/
The theme does use a lot of ajax in the background when modifying pages but it shouldn’t be causing that much of an issue on the host. I use Media Temple for my dev site and for most of my clients as well and have not had anything like that when using Enfold so far.
Try also deactivating all active plugins in case there is an issue there.
Best regards,
DevinHi!
For right now it is only possible to sort by category. You’ll need to make sure that your portfolio items are in categories and that you have those selected to be displayed on that portfolio grid element so that they are visible as well.
Cheers!
DevinHey!
You can change the text in the avia_which_archive function in framework>php>function-set-avia-frontend .
Regards,
DevinHi!
That is probably the best solution. I’m not familiar with how their specific caching works but if its only the one page then optimizing it is probably best and then turn of caching.
Image size would be the largest acceptable size you want but generally 900×900 is a good standard size.
Regards,
DevinMarch 10, 2014 at 7:38 pm in reply to: Blog Post disappeared + Masonry Gallery order of appearance #234912Hi!
I’m getting a 404 on the link above. Where can we see the issue currently?
Regards,
DevinMarch 10, 2014 at 7:37 pm in reply to: Fullwidth Masonry Gallery: Automatic Placement Problem #234911Hey!
I see what you mean but I can’t see a reason that it should be happening. It doesn’t look like there is any conflicts going on but you can try deactivating any plugins that are currently active and then re-installing the theme over FTP just in case there was a corruption in the main javascript files which could cause the masonry script to not run correctly.
Before that you could also try adding one or two more images to that masonry section and see if its an issue with the calculation of that specific number/size. It *shouldn’t* be happening anyway so I’ve also tagged Kriesi on the topic to take a look into it as well.
Cheers!
DevinHey!
Not that I know of but I’ll re-tag Peter on the topic as he is more familiar with the js used for the slideshows.
Regards,
Devin -
AuthorPosts