Forum Replies Created
-
AuthorPosts
-
Hey Boris!
No, not at the moment. The typical way you would show one product is the single product page generated by WooCommerce so it isn’t something Kriesi or any of us would have thought of adding support for.
If you use a WooCommerce shortcode and add the product in that way it will default to the base width of a product which is something like one fourth of the container its inside. But you could override that with css if needed.
Regards,
DevinHello unclemurray!
That definitely shouldn’t be happening. The theme options are all stored in the WordPress database and tied to the folder name of the currently active theme. So modifying the parent shouldn’t have any effect on the child theme options unless there was something else going on server side.
Best regards,
DevinOctober 1, 2013 at 11:15 pm in reply to: Unable to get all pages when importing dummy content from enfold 2.2 #169011No, it doesn’t work like that. The page isn’t something you create as a user. Its a generated page like archives or the blog feed.
October 1, 2013 at 11:14 pm in reply to: Layout Builder Elements Not Showing on Live page, Only on Preview #169010Hey!
Thank you for the followup. If you let the plugin author know they may be able to deploy a fix or help you with one :)
Regards,
DevinHello!
In your theme selection section check at the very bottom for any error messages. If there are any issues with the theme files it will show up there.
Cheers!
DevinHey Michae1!
Your only route is to edit the xml file in the theme files as far as I know.
Regards,
DevinAh gotcha. Looking into a fix now.Kriesi just uploaded a fix to ThemeForest. Look for the release as soon as its approved.
-
This reply was modified 11 years, 9 months ago by
Devin.
Hello!
Make sure to clear you *browsers* cache and not just the sites. The browser may have the old font files and be serving them up locally.
Cheers!
DevinHello!
You can use this plugin to change the crop/size of your images: http://wordpress.org/extend/plugins/simple-image-sizes/
Just make sure to also regenerate the thumbnails for any old photos already uploaded.
Best regards,
DevinHey shriii!
Not sure why the other post was closed but what you are asking is somewhat possible but there are limitations. You can change the permalink for your portfolio items from the theme options>General Settings>Portfolio: Enter a page slug that should be used for your portfolio single items
The slug name can *not* conflict with any other slug on your site. So if you have a page named Products then the slug for that page will have to change.
The custom post type/taxonomy allows you to use the Blog Posts element which lets you choose that custom taxonomy to display instead of regular posts. Its not a one-click solution but it is there for digging into for moderately more advanced/power users.
Best regards,
DevinHi!
No, not that I know of. Its a pretty firm limitation in how everything gets rendered by the theme and items stack to keep it all responsive/cross browser compatible.
Cheers!
DevinHi!
You can try the steps listed here for use with Webmaster tools: https://support.google.com/webmasters/answer/1663427?hl=en
Best regards,
DevinHey!
I would suggest not using the icon box and instead just use a text box and add the icons in via shortcode. Then you can easily add the links without needing to use so much extra browser specific css.
Best regards,
DevinThis reply has been marked as private.Hey!
I just did a quick test using the short code insert through the magic wand icon, popup and am not having any issues. See if deactivating all currently active plugins helps first and if that doesn’t then please try re-downloading the theme files and then installing the theme via ftp.
See this video for a quick how-to: http://vimeo.com/channels/aviathemes/67209750
Also try using this shortcode and link us to the page if possible:
[av_font_icon color="#1e73be" font="entypo-fontello" icon="ue925" size="40px" position="left" link="" linktarget="no"]Playing with some new icons!
Best regards,
DevinHello nicolasweh!
Did you actually modify the css files from the theme? If so then there isn’t really an easy way to update and move to a child theme. You’ll need to re-do all of them by adding those styles to the child theme style.css.
You could also keep the regular theme and update it if you had added your new css to the Quick CSS field in the styling tab or the custom.css file meant for customization in the css folder.
Best regards,
Devin2) I’m not getting the white background issue on my end but I can check with another machine later.
3) Clear out your local browser cache for the icon issue. That has been the solution for 99% of people at this point with icons not displaying.
5) Have you changed any of the theme’s image sizes that are being generated? Either with a plugin or modifying functions?
6) All I can suggest is to modify both values and use this as a reference for break points of devices: http://screensiz.es/
Yes it should work fine with the update.
Hey!
No, that will force the 5 column items into a 6 column width. What exactly are you changing to get 5 right now that isn’t working for 6?
Best regards,
DevinHi disruptivevision!
You will need to add a search widget to your footer or custom add it to your header.php and then only show it on mobile devices with css. The menu and search function isn’t able to be shown on mobile with the way the theme is set up.
Cheers!
DevinHi!
Typically in the WordPress world it goes theme>plugins>custom code as far as compatibility. Its why plugins are supposed to have their own very custom class/function names as well as all css styles very clearly defined since they could be dropped into any number of themes.
I’ll tag the topic for the head of support and see if he can reach out to the plugin author to get a copy of the plugin to take a look.
Best regards,
DevinHello jjranson!
No, the LayerSlider is only able to be a full width element for now.
Regards,
DevinHello sethbutler!
Add this to your functions.php:
add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4); function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults) { $function_name = 'avia_relevanssi_search'; return $function_name; } function avia_relevanssi_search($search_query, $search_parameters, $defaults) { global $query; $tempquery = $query; $tempquery->query_vars = $search_parameters; relevanssi_do_query($tempquery); $posts = $tempquery->posts; return $posts; }
Best regards,
DevinHello!
No, unfortunately we can’t share any of the customizations that Kriesi made to his site. Not only do we not have access to the files but he mentioned he will be releasing how-to’s over time as blog posts.
Cheers!
DevinHey José,
You would need to experiment with the sizes and responsive settings in the global options for that slider. I don’t know of any specific settings that would allow for it which is why Kriesi ended up adding the fullscreen slider to give that option.
Best regards,
DevinHi All,
No, the form builder for the moment doesn’t have that kind of customization option unfortunately.
Best regards,
DevinOctober 1, 2013 at 1:00 pm in reply to: Increase sharpness of background images in layerslider #168744Hello!
The images in the background adapt to your browser width. So if you are using a screen that is 1920 pixels wide then your images will get stretched to 1920 pixels. If the screen is only 1700 pixels then they will not.
So what you are seeing is the images being stretched because of your screen size. You can adjust accordingly to what you want to support.
Regards,
DevinHello RevolutionGroup!
No, not at the moment. We’ll be adding more content elements down the road but right now the only ones available are what is shown.
Cheers!
DevinHi Jason!
We’ll need to see the site live to inspect the code and see whats going on. There were some specific changes to the menu in 2.3 so make sure you’ve also cleared all cache for the site, and caching plugins and just re-iterate we’ll need to see the site live.
Best regards,
DevinHi Everyone,
First, you should need to re-load any of the font files for the fonts.
What you should do is clear your browser cache as the font files are new and the old cached version may not be showing up. So give that a try and we can go from there.
Thanks,
Devin
-
This reply was modified 11 years, 9 months ago by
-
AuthorPosts