Forum Replies Created
-
AuthorPosts
-
Hi Chenan,
I personally freelance on Codeable.io (though my rates aren’t low). Some of the other support crew does some freelancing as well but availability is always a bit tough.
Good luck however and hopefully someone can help :)
Regards,
Devin
June 17, 2013 at 3:42 pm in reply to: Bug Report – Widget content areas shift when going from 4 to 3 columns in footer #124948Hi kcharity,
Unfortunately wordpress is a bit funky with widget areas.
What you’ll probably need to do is clear out all the content for those widgets and then change your footer widget settings to 4. Save that and then change it to 3 columns again and save.
Now re-add your content to the widget areas.
Regards,
Devin
Yes, you can add your widgets to the sidebar widget area in the Widgets section. You can also have widget areas specific to an individual page by creating them in the Widgets section and selecting them on that page under the Layout meta box.
Hi agarkitekter,
I would suggest first making a backup of the theme files and then do a full update replacing all theme files. Then if things are working as they should, use the 1.3.1 version to re-apply the changes that were made to the core theme files to the now updated theme.
Regards,
Devin
Hi benzrecordings,
You’ll need to translate woocommerce in the same way you would a theme. See: http://docs.woothemes.com/document/woocommerce-localization/
Regards,
Devin
Hi mdmcreative,
I’m not sure what the issue may be from the errors but I would try deleting the theme entirely from your wordpress installation and then activating one of the default themes. Make a post and page to make sure things are working normally and then deactivate any plugins currently installed including drop ins lie Jetpack.
Then re-download the theme from your downloads on themeforest and install via FTP using the steps in this video: https://vimeo.com/channels/aviathemes/64927356
Regards,
Devin
Hi marjan2k,
Centering and moving the elements around is not an easily possible solution. The best would be to just change when the menu changes to the mobile menu if your menu items are that wide.
So in your theme files, open the js>avia.js file. Look for this function:
var menu = header.find('.main_menu ul:eq(0)'),
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 767;and change the 767 number to something a bit bigger so the mobile menu takes effect at the screen width you are seeing the overlap. You can try 800, 850, 900 etc until you get the effect and result you want.
Regards,
Devin
June 17, 2013 at 2:57 pm in reply to: Fixed menu on iPad: not fixed in portrait mode, doesn't shrink in landscape mode #123738Try 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:
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive #top #header {position: fixed;}
}I don’t know what issues this may cause however as it is currently set by the theme to not have the fixed option on tablet size. It could be a bug fix added by Kriesi or something to prevent issues on tablets but I’m just not sure.
Either way that should force it to be fixed on tablets.
Regards,
Devin
Hi xrisxal2000,
You would need to use an iframe with the youtube video set with the autoplay option and the option not to show other related videos after.
Regards,
Devin
Hi Will,
You can add that code to the header.php file wherever you want it to show up.
Unfortunately we can’t give you an exact spot or the overall code that will add it in flawlessly as it depends on where you want it and how you want that translate widget to changes when the theme changes for the responsive design.
So once you’ve added it into your header, there will still need to be some css fixing to get it exactly how you want it.
Regards,
Devin
The site is still set to be responsive so the dropdown option for Fixed wasn’t actually saved. Make sure you set that option to Fixed and then hit Save all Changes.
The mega menu issue is probably a conflict with another active plugin which isn’t setting the menu item to the proper location when it gets adjusted to a different browser width. So you can also try deactivating all active plugins and then trying that option again.
Hi revivalasia,
You can turn on/off the Responsive Layout in the theme options “General Settings” menu. Just select the Fixed Layout option from the Responsive Layout dropdown.
Regards,
Devin
Hi wackyadventurer,
You can use the iOS dev article here as a reference and add the needed line(s) to your header.php: http://developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html
This would be in addition to adding your image as a favicon in the theme settings.
Regards,
Devin
Hi danfarberoff,
For updating, I made a quick how-to for updating via FTP here: https://vimeo.com/channels/aviathemes/67209750
There is also a child theme video here: https://vimeo.com/channels/aviathemes/67221517
How you handle updates and keeping changes is up to you but what I typically do is create a personal change log that I write down any changes to files that I make.
To center the logo above the menu you would need to add the main css changes to your custom.css file in the css folder. Adding them to the desktop media query will allow the theme to still adjust without issue for tablet and below sizes but you can also add additional css to change things there too.
Regards,
Devin
Hi ace2296,
As far as I know the color section isn’t available in the normal visual editor. Its an Advanced Layout Editor element only.
Regards,
Devin
Hi geraldjim,
You can always download updates for items as they are available from your downloads on Themeforest. If you have any questions on how to update, I did a quick how-to for updating with FTP for Enfold here: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi bmacstudio,
I actually create that exact effect in the video here: https://vimeo.com/channels/aviathemes/64927358 (its about 2 minutes in).
That should help show you exactly how to set it up.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
The page with the demo doesn’t appear to have any layerslider loaded in at all. Is the layerslider acutally added to that page layout?
Hi All,
For the header, you need to modify the header.php file or create a child theme and modify the header file there.
See: https://vimeo.com/channels/aviathemes/67221517
For the footer, you can add your widgets to it in the Appearance>Widgets section of wordpress and tell the theme how many columns to use in the themes Footer section (in the theme options).
For major customization like adding widget areas to the header, you’ll need to look into a freelance developer if you aren’t comfortable with php/html and css to keep it all responsive and cross browser compatible.
Regards,
Devin
June 15, 2013 at 4:05 pm in reply to: "Parallax" effect does not work on iPad, and very choppy in Safari (Mac) #123733It just depends on how Kriesi wants to or can add it in. I’m going to close this topic for now until Kriesi can take a look and respond since there isn’t much we can do at the moment.
Regards,
Devin
Hi Andy,
It will most likely need to be done with CSS specific to that page. If you can provide a link to the page we’ll take a look and assist with it.
Regards,
Devin
Hi Tomo,
I know you’ve already attempted to increase the memory limit one way but it may not actually taking effect. Try some of the other ways listed here http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/ and if possible check with your hosting provider to make sure your install is running on at least 128mb.
In addition, you can try to disable all active plugins, log out of your wordpress install, close the browser and then log back in and try again.
Regards,
Devin
Hi juganrising,
No I don’t believe it is. As far as I know the mega menu is only able to work in a single instance per page.
Regards,
Devin
Hi cwright2009,
I see what you mean although I’m not quite sure of a way to force the youtube iframe to have the proper z-index. I’ve tagged Kriesi as well as the other support crew on the issue to see if anyone has any ideas.
Regards,
Devin
Hi Chrysies,
The footer background image is that way because its set to fixed center center. What it should be is just set to repeat:
.footer_color {
background: #021d31 url(https://www.calliframe.com/wp-content/themes/enfold/images/background-images/grunge-big-light.png) repeat;
}The same for your navigation:
.header_color .header_bg {
background: #f8f8f8 url(https://www.calliframe.com/wp-content/uploads/2013/06/snow.png) repeat;
}#2 – The slider adjusts after the next slide gets drawn so there will be delay when moving from portrait to landscape. The responsive change however i’m not getting the same issue. What ipad version are you working with? The retina display on mine tends to be a bit different from ipad3 or before.
1.6 is currently available from your downloads on themeforest.
Regards,
Devin
Hi Dave,
The shop sidebar widget using the Best Sellers or Popular products widget actually messes up the ability for the theme to load in the products properly. Its a bug that is on the to-do for fixing but removing the widget should fix the issue for now.
Regards,
Devin
June 14, 2013 at 2:37 am in reply to: I really like the grid blog style, is there a easy way to allow it to load more? #123616I’m glad you found a working solution but make sure you keep a note of it if you’ve edited the theme files so that you can re-add it after an update.
Regards,
Devin
In the theme files its template-blank.php.
Hi bethsings,
When looking at that page in the advanced layout editor, expand the testimonial element and then click on one of the testimonials. Scroll down in that window and there should be the url field. Are the links in that field?
Regards,
Devin
-
AuthorPosts