Forum Replies Created
-
AuthorPosts
-
Hi benzrecordings,
Once you’ve updated to 1.7 you’ll have a new field for each color section with a note next to it that starts with “For Developers: Section ID”. Right now you would just add in your anchor name to that field, save the page and then in your main menu make custom links pointing to those IDs.
There will be some additional polish coming up as well as but that is the general set up and can be repeated for each section you want to link to.
Regards,
Devin
Hi jodyannthomas,
Your server has that folder set so that you are not allowed to write over it. You can either contact your hosting provider to assist you and changing the chmod permissions for the wp-content folder or upgrade via FTP.
I made a video guide on going the FTP route and its a pretty quick process: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Glad Peter could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi jamesmac007,
As formateins said, its an Icon List element from the Advanced Layout Builder.
If you have not already, check out the videos on the AviaThemes channel: https://vimeo.com/channels/aviathemes
Regards,
Devin
Hi Lucia,
As a long time web developer I completely understand. I always recommend giving yourself plenty of room if you are working with software/themes/code that isn’t 100% under your control or unfamiliar to avoid the small issues that will always come up (customization, can XYZ be done etc).
Just keep in mind our queue system goes from oldest post to newest so self bumping or re-posting never actually speeds up getting an answer. Also, the more information available for us in the initial post the better. A website, live example, screenshot etc and details of exactly what an issue is are always important and extremely helpful.
Regards,
Devin
Yes exactly :)
Thanks for posting the secondary fix as well.
Regards,
Devin
Hi gerry3211,
The individual products may need to be opened and then saved for it to register though. I wouldn’t think so but with the setting being set to on within the code and it not being active that is my only guess on why it wouldn’t be taking effect.
Regards,
Devin
July 3, 2013 at 2:32 am in reply to: How to disable auto inputting of a divider for Colored Sections. #127284Try:
.container_wrap {
border: none;
}Or if that effects too much:
.avia-section.container_wrap {
border: none;
}July 3, 2013 at 2:02 am in reply to: Can I use the navigation arrows for each category, not all? #127407Glad Dude could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi akim9044,
The video overlap issue looks fixed on my end. They are no longer visible above the header when I view the site now.
For the last issue, the post type doesn’t matter. The related posts will show if the posts have common *tags*. Note, they MUST have tags to be related.
Regards,
Devin
July 3, 2013 at 1:51 am in reply to: Dynamically Add the Category Name to Grid Layout Source Code #127355Hi itchybrain,
Glad you were able to find the fix and thank you for posting the results :)
Regards,
Devin
Hi oceanmaster,
Most likely this is a permalink issue which can be resolved by going to your WordPress Settings>Permalinks and re-saving the options there. If not, try the troubleshooting issues here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Regards,
Devin
Did you make the two pages at different times? Maybe between upgrades? I tried duplicating the layout of the page where the item isn’t getting the correct class but I’ve not been able to going off the look of the layout.
July 3, 2013 at 12:17 am in reply to: Advance layer slider as header in blog and blog articles and webshop pages #127541Hi JBworx,
It would need to be done by a developer and is quite a bit beyond what we could help with via support. There just isn’t any easy mechanism in place for that with the theme templates/features and woocommerce.
The Blog main page could be done using the Advanced Layout Editor but the individual posts would need a more creative solution. I tried a few things out but nothing that really comes close to that with the tools at hand.
CSS unfortunately wouldn’t be near enough to do that as it will more than likely need some custom page templates or something like that.
Regards,
Devin
July 2, 2013 at 11:57 pm in reply to: Fullscreen slider should force sidebar to stop so it can be fullwidth #127461Hi DavyE,
Can I see your example page live? I just re-created what you have above and the video and slideshow were both fullscreen without issue.
Regards,
Devin
Hi webpress,
Not sure what you have now but this will probably cover all of them:
.blog .big-preview.single-big,
.single-post .big-preview.single-big,
.archive.category .big-preview.single-big,
.archive .big-preview.single-big {
display: none;
}Regards,
Devin
Hi dsgnerfw,
You just need to create portfolio categories and then add the category to each item. You can use the categories meta box on the right hand side of any portfolio item when editing it to do so.
Regards,
Devin
Hey Everyone!
We are working on it! At least, I have for the past few months. I’ve been working on adding to our github wiki (which is private) in preparation for Kriesi’s new site which will be an Enfold child theme.
So yes, things are in the works once support slows down a bit. With how popular Enfold has been we are swamped a bit more than normal but I *think* things are starting to slow down a tad which will give me some time to work on new docs and videos.
Probably not the best answer but we’ll have some more news on it hopefully very soon.
In response to what formateins mentioned, keep an eye out for a new blog post here on the site on using Chrome Dev tools to do more css modifications. I’m working on writing that out now and then doing the videos for it this month.
I’ll close this for now so we don’t get too much of a secondary feature request topic going but thank you everyone for the enthusiasm on push to return on this project :)
Regards,
Devin
Hi giantastic,
The theme is *not* compatible with wordpress 3.3.1. You need to update to at least 3.5.1 or just to the latest 3.5.2 release which has the security updates that just came out.
Regards,
Devin
Hi rickswearingen,
I’ve only got the newest retina ipad which doesn’t give me any issues. I’m guessing that *maybe* there is a hardware issue with the depth of the content loading in. Perhaps its the layerslider or just how much content the home page has.
Do you get the same issues on the sub pages? Try http://kriesi.at/themes/enfold/features/ and http://kriesi.at/themes/enfold/headers/
Regards,
Devin
Hi webpress,
Do you mean the last declaration or that its only partially effecting your mailchimp form. If you can provide a link to the page showing the form we can inspect it live and see what might be causing some of it not to take effect.
Regards,
Devin
Hey Chris,
I did a quick test on my ipad as well and didn’t have any issues. I don’t really know anything about ipad caching or if it does it at all but perhaps it could be something like that (?) .
If it continues or if you find its on generally other tablets or devices let us know and with a bit more info maybe we can find something.
Regards,
Devin
Hi Ride123,
Then you’ll need to do a search through your database and re-name them. This is the plugin I typically recommend using when switching over databases WP MIGRATE DB.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
July 1, 2013 at 8:43 pm in reply to: Remove padding in sections so images are flush on bottom of section #126916Hi Chris,
We don’t have private messages available but you can shoot me an email with the information.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
July 1, 2013 at 8:42 pm in reply to: How to disable auto inputting of a divider for Colored Sections. #127282Hi andyhoodified,
Can you provide an example on your site? A link and point out the exact area will allow us to inspect the code live and see what is causing the border. It may be something different than what Ismael and I are thinking so seeing it live will quickly sort it out.
Regards,
Devin
July 1, 2013 at 8:40 pm in reply to: Gallery pulling incorrect images in – adds early items from media library only! #127480Hi Kris,
When you add the gallery to the page, are you selecting images to be placed into it? It should go something like what I do in this video about half way through: https://vimeo.com/64927358
Regards,
Devin
Hi Lucia,
I’ve not run across that error before and looking at the line where the error seems to stem from doesn’t seem to be related. I’ve tagged Kriesi on the topic as well as the head of support to take a look.
When setting up that page, was it based on imported dummy data or built from scratch? Are you able to add a layer slider to a layout with no other elements or is it just on a page where you have also added elements to the layout below/above it?
Regards,
Devin
July 1, 2013 at 8:16 pm in reply to: Enfold – An error occurred in the upload. Please try again later #127194Great! I’m glad that fixed it for you :)
Let us know if you have any other questions or issues.
Regards,
Devin
July 1, 2013 at 3:07 pm in reply to: How to remove a link to the original image from a featured image? #125723Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
-
AuthorPosts