Forum Replies Created

Viewing 30 posts - 5,581 through 5,610 (of 8,514 total)
  • Author
    Posts
  • in reply to: WooCommerce; Product Grid: Product display & align #169017

    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,
    Devin

    in reply to: Lost theme settings on upgrade #169015

    Hello 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,
    Devin

    No, 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.

    Hey!

    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,
    Devin

    in reply to: theme missing after update 2.3.1 #169007

    Hello!

    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!
    Devin

    in reply to: Customizing "Import Dummy Data" #169005

    Hey Michae1!

    Your only route is to edit the xml file in the theme files as far as I know.

    Regards,
    Devin

    in reply to: Icons Missing #168903

    Ah 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.
    in reply to: Font Icons gone in Firefox since Upgrade to 2.3 #168849

    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!
    Devin

    in reply to: Crop and choose section of image for thumbnails #168848

    Hello!

    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,
    Devin

    in reply to: Rename portfolio-item to products in the URL #168846

    Hey 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,
    Devin

    in reply to: Layer Slider sortcode is not working #168843

    Hi!

    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!
    Devin

    in reply to: Prevent Google indexing of private pages #168841

    Hi!

    You can try the steps listed here for use with Webmaster tools: https://support.google.com/webmasters/answer/1663427?hl=en

    Best regards,
    Devin

    in reply to: Icon Box Problem #168834

    Hey!

    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,
    Devin

    in reply to: Conflict with a form plugin #168831
    This reply has been marked as private.
    in reply to: Icons Missing #168830

    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,
    Devin

    in reply to: Make a Child Theme after made all the page without #168823

    Hello 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,
    Devin

    in reply to: Many IE8 Issues #168815

    2) 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/

    in reply to: Enfold Code Update for 2.2 to use Relavanssi Plugin #168811

    Yes it should work fine with the update.

    in reply to: Portfolio Entries – 6 Columns? #168764

    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,
    Devin

    in reply to: Search box in smartphones #168758

    Hi 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!
    Devin

    in reply to: Issue with Product Documentation WP Plugin #168757

    Hi!

    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,
    Devin

    in reply to: Advanced Layerslider in 67% Width Column #168753

    Hello jjranson!

    No, the LayerSlider is only able to be a full width element for now.

    Regards,
    Devin

    in reply to: Enfold Code Update for 2.2 to use Relavanssi Plugin #168752

    Hello 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,
    Devin

    in reply to: Envelope Styled Contact Form #168751

    Hello!

    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!
    Devin

    in reply to: Advanced Layer Slider: Full Screen & Responsive #168748

    Hey 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,
    Devin

    in reply to: Contact form: "email" field as sender ("from") ? #168745

    Hi All,

    No, the form builder for the moment doesn’t have that kind of customization option unfortunately.

    Best regards,
    Devin

    in reply to: Increase sharpness of background images in layerslider #168744

    Hello!

    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,
    Devin

    in reply to: Element that is 4/5 #168731

    Hello 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!
    Devin

    in reply to: A few issues with Enfold 2.3 #168726

    Hi 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,
    Devin

    in reply to: Icons Missing #168725

    Hi 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

Viewing 30 posts - 5,581 through 5,610 (of 8,514 total)