Forum Replies Created
-
AuthorPosts
-
I understand where its happening for you, I’m just not getting it when testing on my end. I’ve tagged the topic for Kriesi however as he can test on an assortment of iOS devices and maybe spot whats going on.
Hey!
I would suggest trying to re-install the theme files via FTP following this video: https://vimeo.com/channels/aviathemes/64927356
Make sure there are no failures on upload for any files and then give it another try.
If it doesn’t work, can you list out the server specs and host here? Maybe we can spot something there.
Best regards,
DevinHey!
Unfortunately not. It can take Kriesi a good bit of time to get to his queue depending on where he is in the development cycle of the current push.
Best regards,
DevinHey!
Kriesi heavily customized the look of just about any plugin he works with. I’m fairly sure Sidebar login is what is being used for the sidebar here on the support forums and the user profiles I believe are just built into bbPress since 2.0.
Cheers!
DevinHey!
I see what you mean but as far as I know its a rendering bug with the webkit perspective and certain builds of browser and OS. So if the fix provided by Kriesi doesn’t do it for you I’m not sure what else we could suggest.
Regards,
DevinHi!
Tables are generally not responsive so the theme has an automatic function to change the data of a table into a more readable format for mobile. It isn’t able to render html or images within it so if you wanted to use a table and have images or html inside of it you would need to use a regular html table.
At that point however you will run into the same issue of the table not being responsive as tabular data isn’t something that can really adjust its width or content elements on the fly.
Regards,
DevinHi hfug!
See: https://vimeo.com/channels/aviathemes/67209750
This is a quick how-to on updating via FTP but once you’ve updated to the newest release you can update from within the theme admin.
Cheers!
DevinHey azulbambu!
I personally use MediaTemplate with a DV server for all of my personal and client sites. The base 2gb is pretty sturdy but you could probably get away with the 1gb base level.
Its a bit expensive for a single site but I have not used their grid server hosting in a while so I can’t recommend it one way or another.
I’m not sure who Kriesi actually hosts with at the moment but findiing a host with servers close to your geogrpahic region is somewhat important too so looking into some semi local options might be a good idea too.
Best regards,
DevinNo, that should be it. You should also try using 755 if possible as 777 is generally not recommended.
It isn’t a major issue since its only a css file but just something to try to shore things up.
November 14, 2013 at 10:28 pm in reply to: Is there no drag-and-drop support for post types?!? #188585Hey brandonguy!
No, this is correct. Posts are not considered by typical WordPress standards to be points where you customize the output heavily. If you were to say switch themes and had been using the advanced layout builder to customize the hundreds of posts you’ve written then they would all suddenly lose their style.
Your RSS feed would also be a mix of shortcodes and text with no visible way to really read it except by visiting the site.
So while you could enable them for posts, it isn’t supported and not really recommended.
Regards,
DevinNovember 14, 2013 at 10:17 pm in reply to: Need to remove Mega Menu from Edit Menus in Admin #188580Hi Doug!
Have you tried to going to the top right hand corner of your menus manager and clicking on the Screen Options tab and then making sure your plugins additional field is checked to be visible?
Cheers!
DevinIts honestly not a small thing you would be able to do just digging around in the code and altering a value. The layers alone are not meant to be paused, its only the actual slides and their progression. So while you might think of the layers of an individual slide as pieces that can be paused at will, they are not ever generally though of as an element that would be.
You could try Microlancer, Codeable.io or http://kriesi.at/contact/customization .
Hey!
Try using this as your template base: https://gist.github.com/DevinVinson/7175338
See if that works for you.
Cheers!
DevinHi anab!
The two themes don’t use the same content building system so it depends on what kind of content you have in place already.
If you wanted to just fix your choices slider you only need to re-download the theme from Themeforest and then update your theme files to Choices version 1.9 which has the fix needed to bring it up to WordPress 3.6+ compatibility.
Regards,
DevinNovember 14, 2013 at 6:36 pm in reply to: Child theme produces empty pages and empty media library #188494Hi kaMai!
Remove the closing ?> on your functions.php file and see if that does it.
You also don’t actually need the @import for the parent style.css file.
Regards,
DevinThe style.css isn’t actually there at all: http://sewacsweb.dev.2pihosting.com/wp-content/themes/enfold-child/style.css
Which is why its pulling up a 404 error.
Hey Delphiine!
You can use the Portfolio custom post type for creating that kind of thing. See: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ for an example.
Cheers!
DevinHi!
The layout builder doesn’t have the ability to have stacking content like you’ve shown there. A single row of columns will always be a row on the front and back end.
Cheers!
DevinHey!
I just checked the site on my macbook and in things look the same to me on Chrome and Safari. Is there a specific page that its not working correctly for you?
Cheers!
DevinHi erostad!
Make sure you are using Enfold version 2.4.2. The sidebar options tab now has a toggle for showing or hiding the sidebar on mobile.
Best regards,
DevinNovember 14, 2013 at 4:19 pm in reply to: Second custom post type with advanced layout builder #188411Hey!
The video is actually an old one from a past support crew member and at about half way through he shows you how to do it by editing the theme files. The plugin shown is only to add the custom post type.
Right now, it isn’t officially supported and was can cause some unpredictable results if you don’t set up the custom post type correctly so I removed it from the official channel.
Regards,
DevinHey josephnarai!
As far as I know the pause is only for the active slide to keep it from moving on to the next. To change that functionality would require a modification to the plugin directly.
Best regards,
DevinNovember 14, 2013 at 5:25 am in reply to: How can I have more than one result in the search page? #188211Glad we could help. Let us know if you have any other questions or issues.
Hey!
This is how the mega menu translates by design as far as I know. The same thing happens on the demo site. The second level menu items are designated as headers so they don’t translate to true menu items.
Best regards,
DevinHey guyco!
The video element only supports all those that WordPress does via oembed: http://codex.wordpress.org/Embed
Cheers!
DevinNovember 14, 2013 at 1:59 am in reply to: How can I have more than one result in the search page? #188144Hey!
Your search result number is dictated by your choice of blog posts to display at a time in the WordPress settings>Reading>Blog pages show at most.
For the my account page, you can 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.page-id-73 .avia-builder-el-0 .iconbox { margin-bottom: 0; }
Which targets that page specifically and that first 1/4 element in the builder to remove the margin.
Best regards,
DevinWordPress doesn’t support the data needed to build the mega menu so we can’t add it in to the xml dummy data file.
What you can do is set the item as a custom link and use a # symbol for the link.
When you designate an item as a mega menu, the next level item down will start a column. The column allows you to set a column title can either be text or if you use a – it will not show a header at all.
Try following along exactly with the video as Nick makes columns with headers in the video right about here: http://vimeo.com/67651241#t=111s
Hi Stevenbegg!
That setting is done from the blog element added to the page. Just make sure the blog page isn’t set from the theme options and that its output is done by the blog element from advanced layout editor.
Cheers!
DevinNovember 14, 2013 at 1:32 am in reply to: Enfold Responsive bug in Safari and mobile devices #188135Hey picnmix!
You’ll want to first try updating the theme files to the most recent update and bug fixes (2.4.2 vs your 2.3). Make sure you are also on WordPress 3.7.1.
Deactivating all active plugins to check for a conflict is also a good idea as well.
Regards,
DevinNovember 14, 2013 at 1:30 am in reply to: Minimizing the Logo Resize Capabilities Under a Child Theme #188134Hi jmikhail!
The child theme doesn’t automatically replace anything except what is in its root folder. So copying over folders and then their contents doesn’t work without adding in functions that reference them.
You would need to dequeue the parent script first and then enque your child theme version instead. I wouldn’t recommend this as you would then still need to replace this file each time you updated the theme anyhow as it typically has an update with each new version.
Regards,
Devin -
AuthorPosts