Forum Replies Created

Viewing 30 posts - 3,691 through 3,720 (of 8,514 total)
  • Author
    Posts
  • in reply to: Logo Slider – on home-v6-classic-4-column #216050

    Hi hark!

    That is the Partner/Logo element which is in the Media tab of the Advanced Layout Builder.

    Best regards,
    Devin

    in reply to: YouTube Plugin Layout Problem #216049

    Hey!

    It uses its own post type for the video posts correct? If thats the case then you wouldn’t be able to include them in the same regular blog feed automatically. You would need to create a new regular post for each automatically imported post that links to the plugin custom post type post.

    Regards,
    Devin

    in reply to: enfold reach the limit of server's cpu and memory usage #215910

    Hey saquasar!

    If you can post what it is specifically we can see what we can do. By itself Enfold shouldn’t be using more than any other premium theme but I know when WooCommerce and bbPress get added in it can start to use a bit more.

    Unless the host has a very low threshold for what is allowed it shouldn’t be causing any issues.

    Cheers!
    Devin

    in reply to: still cant send email usng form #215908

    Hey!

    What part of the form sending isn’t working? Is it not sending to *you* or not doing the auto respond?

    If it isn’t being sent to you make sure you are using an email hosted on your domain to see if there is a host limitation there and double check that the emails aren’t getting put into any junk mail filters/folders.

    Cheers!
    Devin

    Hey jonnyT!

    First thing to try is change your permalinks to the default setting with no re-write. If that works then make sure you don’t have any conflicts with the permalink name for the portfolios (which should default to portfolio-item) and any other slug for any page on your site.

    Cheers!
    Devin

    in reply to: shorten gap #215898

    Hey dhunter413!

    Since each of those is a icon list item it has the padding below it. So you can add this to your QuickCSS in your styling tab of the theme options:

    #top.home #av_section_1 .avia-icon-list li {
    padding-bottom: 0;
    }

    Which targets that specific section and removes the padding.

    Regards,
    Devin

    in reply to: Portfolio-Name #215884

    Hey dulei07!

    1) The permalink settings were moved to the WordPress permalink menu area so that they can be handled more directly by WordPress.

    2) The number of items is set on the individual portfolio element on the page where you have the grid.

    Regards,
    Devin

    in reply to: BLOG not showing in Safari and Firefox #215883

    You’ll need to keep it in until the next release is out.

    in reply to: Searching captions in portfolios or galleries #215881

    Hi!

    Where are you adding it in? I checked the main docs and its the same function: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Checking it now and not getting an error so it may just be the placement in your functions.php file. Try adding it at the very end of the file just after the last line.

    Regards,
    Devin

    in reply to: Enfold > Gallery > Lightbox #215874

    Glad we could help :)

    in reply to: Change product sort by options #215873

    Hey!

    These are determined by WooCommerce and not the theme. So you could use a function like this to add your own sort option: https://gist.github.com/mikejolley/1622644

    Or you can check with WooCommerce support on how to easily re-name a sorting option.

    Regards,
    Devin

    in reply to: BLOG not showing in Safari and Firefox #215868

    Hey!

    That removes the bbPress post types from the query but if I remember correctly it was a conflict that has since been patched.

    Best regards,
    Devin

    in reply to: Mega Menu that knocks down slider below on click or hover #215605

    You may be able to hard code it into the header.php and remove the themes nav (lines 167 to 178).

    If you needed a custom walker to custom style the sub menu items with special classes then you would still have to write that and then use the wp_nav_menu function to load your menu in.

    in reply to: problem with fullscreen slider #215476

    Hi!

    The full screen slider is responsive but also *fullscreen*. This means it adapts to whatever the width of the users screen is above all else to stay fullscreen.

    So it doesn’t have the individual message control to have a specific part of the image visible at all times.

    The caption will always be visible but the image in the background will be cropped at the edges to fit whatever screen is viewing the site.

    Regards,
    Devin

    in reply to: Product image size #215472

    Hey dhuet!

    Yes, the sidebar appears under the image as intended by the theme.

    The woocommerce resize should change the root size of the image displayed. Its the css/html container which determines how the image is shown on the front end. So just changing the image size would never increase that container.

    Cheers!
    Devin

    in reply to: changing the look of main page #215471

    Hey!

    The theme has nothing in place to do something like that by default. The reference site loads a completely different mobile version which may be what you are looking for.

    So you could look into a plugin that loads a different site or styling for mobile versions if you wanted or have a freelance developer code the header/menu for mobile devices in the way you are looking for.

    Regards,
    Devin

    in reply to: Loading Message #215468

    Hi brijesh1111!

    It would need to be done with either a plugin or some custom jquery/javascript. The theme doesn’t have anything like that in place right now however.

    Regards,
    Devin

    in reply to: Shortcode is not working #215467

    As long as the sliders are saved then they should be showing in the LayerSlider element. No hard limits or anything on the number of them. For example my live dev install of the theme has 10 or twelve different sliders listed and they all show in the advanced layout builder element dropdown.

    Try re-naming them and make sure the name only uses plain characters just in case there is an issue there. If that doesn’t work you can also try deactivating any plugins that are active just in case there is an odd conflict there.

    in reply to: Avia builder templates #215427

    Hey uniquelylost!

    No, its saving the raw data of the shortcodes and data/settings of those shortcodes into the database. Think of them more as snapshots of when you saved it rather than the more traditional templates which are editable on their own or change in a single place and then are reflected elsewhere.

    Cheers!
    Devin

    in reply to: How to make blog posts appear in subdirectory #215425

    Hey!

    If you mean you want to just add /blog/ to your permalink structure you would do that in the WordPress permalink settings. It is independent of the theme.

    Cheers!
    Devin

    As I said they are doable its just beyond the scope of what support covers. I’ve done customization somewhat similar to that for clients and especially for just the home page you can target all the changes through css and using #top.home as the first selector to limit everything just to the home page.

    in reply to: Shortcode is not working #215417

    Hey!

    No, you would need to purchase the plugin on its own and disable the built in one. The stand alone doesn’t have the advanced layout builder integration but it does have all the regular features of the plugin independent of the theme.

    Cheers!
    Devin

    in reply to: Enfold Feature Requests #215193

    Once again thank you everyone for all the great suggestions! Also a reminder we occasionally go threw and prune non-feature requests or off topic comments just so its easier to keep track of all the features requests :)

    If you have any questions or support requests make a new topic in the Enfold forum directly.

    Thanks,

    Devin

    in reply to: Remove Layer Slider & Page Speed Issues #215075

    Hey deyowulf!

    As far as I know this is the only thing Kriesi uses to help the load out of the demo: http://wordpress.org/plugins/bwp-minify/

    With not using LayerSlider it shouldn’t be impacting the front end load time. Other than that its the standard things like keeping your image sizes small and that should put you at a good point without any issues on load times.

    Best regards,
    Devin

    in reply to: organize pictures #215073

    Hey Iladevi!

    The theme uses the WordPress media manager so anything that would work with that should work with the theme. I don’t know of any offhand since its not something I typically worry about but try searching through the plugin repository on WordPress.org.

    Cheers!
    Devin

    in reply to: W3 Total Cache Minify CSS and Img Rollover Conflict #215037

    Hi deyowulf!

    It looks like the option to manually choose how the files get minified is no longer available. You can try the other options instead of the full automatic minify settings and still get a tiny performance boost but without knowing how the plugin is doing its thing there isn’t much we can do to help unfortunately.

    Cheers!
    Devin

    in reply to: Menu and sidebar issue Windows #215035

    Hi!

    Can you try switching to one of the default WordPress themes and then go to your WordPress menus manager. See if the menu items can expand to show the menu text and options for each item.

    When I logged in the issue was the same as the other topic in that the menu items couldn’t be expanded and so each sub menu item was marked as a mega menu item. I don’t know what the common link is but it looks like the WordPress install has an error in it which would be unrelated to the theme. Checking to see if its the same on another theme will verify it.

    Cheers!
    Devin

    in reply to: Portfolio avia navigation order problem #215033

    Hi!

    Did you add a function on the theme that has incorrect ordering to change its ordering? It would be in the functions.php.

    Cheers!
    Devin

    in reply to: Want to apply an Enfold Stylesheet to a third-party plugin #214728

    Hey mscott819!

    Unfortunately that kind of customization is beyond what we can do via support as well. I would recommend having a freelance developer from either Microlancer or Codeable re-style your iframe to match the theme styling in the same way you’ve started to above.

    Regards,
    Devin

    in reply to: WooCommerce Error 404 after update of Enfold #214725

    Hey p_niedrich!

    With this, it may not be something that we can assist with as I don’t know of a way to turn of the permalink structure for WooCommerce products. Try switching to a default theme like twenty fourteen or twenty thirteen. If the issue happens there then its a conflict with your server settings and permalinks that really should get ironed out in order to use pretty permalinks site wide.

    Otherwise you could try the WooCommerce support forums and see if they could provide the same kind of fix Peter did for the portfolio permalink removal but for products.

    Regards,
    Devin

Viewing 30 posts - 3,691 through 3,720 (of 8,514 total)