Forum Replies Created

Viewing 30 posts - 1,741 through 1,770 (of 8,514 total)
  • Author
    Posts
  • in reply to: Display Advertising Edit on Google Analytics code #272524

    Hey tidusuper91!

    Add the entire javascript snippet into the google analytics field instead of just the tracking number. The theme only adds in the code as a fallback if the user didn’t add in the full snippet.

    Regards,
    Devin

    in reply to: grid.css file over written by update #272523

    Hi khedrubje!

    The theme isn’t grabbing the css files in the css folder in a child theme recognized way. You can however add the changed grid css to your child theme style.css and that will take priority of the parent grid.css even though it isn’t in the same file.

    Best regards,
    Devin

    in reply to: Vertical separators #272521

    Hey smorrone!

    You can change the default icons used for things with this: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    And add in your own icons with http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ .

    If you wanted to use image based icons then I would suggest using a third party plugin instead since the theme only uses font based icons.

    For the separator, you can do something like this:

    
    .home .avia-builder-el-11:before,
    .home .avia-builder-el-15:before{
        content: '';
        height: 220px;
        border-left: 2px solid #B83B3B;
        display: block;
        position: absolute;
        left: -30px;
        visibility: visible;
    }

    It doesn’t have full browser support since its using :before but it will work in most modern browsers. Just make sure that you put it inside a desktop only media query (see example in the css>custom.css file of the theme files) so that it doesn’t show up on mobile/tablets unless you want it to of course.

    The css is targeting those specific elements on that home page so if you move things around it would need to be changed.

    Best regards,
    Devin

    in reply to: Sticky Header on standard android 4.3. browser #272482

    Hey!

    What browser are you checking with on your tablet? I don’t get any issues with the header on any of my android devices but they are all running stock versions that only use Chrome.

    Best regards,
    Devin

    in reply to: Problem with Portfolio Grid #272469

    Hi!

    You need to add categories to actually see a CPT category in a selection.

    Regards,
    Devin

    in reply to: Set Featured Image from URL ? #272417

    Hey Heathcliffe!

    Not that I know of no. I also don’t think it would protect you from copyright issues either but that isn’t really anything we have much expertise on.

    Best regards,
    Devin

    Hi!

    I just tried it out on my end but didn’t get the same issue. Can we see the site/pages live where its happening?

    Cheers!
    Devin

    in reply to: Ajax portfolio on Android #272182

    As of right now this is the only report we have of this issue. Without being able to reproduce it ourselves there is almost nothing we can do to try and offer a solution or bug fix.

    What browser on your phone is it happening in if it is not Chrome? If its a generic “browser” then what carrier is this on as each carrier has a different sub standard browser with its own quirks and support.

    in reply to: Create blog posts with Advanced Layout builder #272177

    Hey nerkasa!

    1) Unfortunately that isn’t something the theme really supports. You can make the change to allow it to run but we have and will never support any issues that might come from doing that.

    2) You can use shortcodes in your posts to create layouts they would just be more manually created. You can look into other plugins that allow post templates but I don’t know of any off hand as most authors have moved away from doing that kind of thing.

    Editing the file in a child theme will not actually effect the parent. Child theme file hierarchy doesn’t automatically replace every file, it only replaces those that WordPress would recognize as being child replacements.

    For your specifics:
    a+b) You can try them but we have no support for the change.
    c) See above, it would need to be done in the parent or with a custom filter function.
    d) We have never used it ourselves so not sure what could or might happen.
    e) See above with shortcodes.
    f) Never. Posts in general are kept theme modified as little as possible to keep the post data intact so that users aren’t losing their entire WordPress installation when they switch themes. Pages are typically expected to need re-building or editing when switching themes but posts should transition without issue.

    Regards,
    Devin

    in reply to: Can I change the size of the table #271545

    Glad you were able to get it sorted out! Let us know if you have any other issues and if you have some time go through this free course: https://www.codeschool.com/courses/discover-devtools

    Hey tlow87!

    Can you elaborate a bit on what isn’t working? Is there another category that is supposed to be showing?

    Cheers!
    Devin

    in reply to: Sort By Name / Display Products page #271532

    Hey!

    I don’t see the css on your site which is probably why it isn’t taking effect.

    Regards,
    Devin

    in reply to: Sort By Name / Display Products page #271531

    Hey!

    I don’t see the css on your site which is probably why it isn’t taking effect.

    Regards,
    Devin

    in reply to: Sort By Name / Display Products page #271530

    Hey!

    I don’t see the css on your site which is probably why it isn’t taking effect.

    Regards,
    Devin

    in reply to: video background in safari #271364

    Try using the regular youtube url and not the youtu.be url. Eg https://www.youtube.com/watch?v=i_H4qNNHZgs in the field for the video background.

    Also one thing to note is old versions of Safari are typically universally not supported unlike IE versions like IE8 or IE9. Safari on windows is also completely unsupported now since Apple dropped development on it long ago.

    in reply to: Contact form changes integrated in theme #271361

    Hi SiddharthKhurana!

    We don’t have contact form 7 integrated into the theme at all so there isn’t anything we could do to help you with changing its form fields.

    Cheers!
    Devin

    in reply to: Removing unused plugins #271358

    Hi DaveL77!

    You don’t need to install bbPress for anything so removing the plugin is fine but removing the folders will do nothing for performance. The folders being there don’t actually effect performance or anything.

    Regards,
    Devin

    in reply to: Captions below image in Easy Slider #271356

    Hi!

    No unfortunately not that I know of for the gallery elements. The slideshow can have a caption on it like on this page: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-big-slider-3/

    But the gallery items will show any caption as the tooltip.

    Regards,
    Devin

    Hi!

    You can post screenshots here by adding them to an external image hosting service or just on your server then adding the link to them here.

    For the backgrounds, if we can see a live example without needing to log in or jump through hoops we might be able to help but it isn’t really something covered under normal support.

    Regards,
    Devin

    in reply to: Image animation #271344

    Hey!

    Mobile and touch browsing doesn’t have a hover state. At best it will do a first touch for hover, second touch for activate. For css effects it would then be up to the browser and device to animate it or not.

    Regards,
    Devin

    Hi!

    That has to do with your customization and not anything to do with the theme. You made the logo container bigger than the header so its div is on top of the menu below and that prevents the user from being able to interact with your navigation.

    Regards,
    Devin

    in reply to: remove #top extention from url #271269

    Hey!

    The items with # before them in a url are anchors. They will show when a user has navigated to that anchor. There isn’t anything we can do to change that however.

    Your menu item for “forside” is actually your url plus the #top anchor so you have chosen for that to be how it is. You would need to change the url in your WordPress menus manager to remove it.

    Regards,
    Devin

    in reply to: Duplicate sections #271259

    Hi!

    Are you using the Advanced Layout Builder to edit your pages or the visual editor with shortcodes? The two aren’t able to be used together but if there is something allowing you to use both then that might explain your issue.

    Regards,
    Devin

    in reply to: Bugs in one page with color sections #271255

    Hi!

    I’m not sure what other fixes Josue is looking to do but the parallax effect is disabled on mobile as it was and is still causing massive issues on iOS devices because of a bug/rendering with the way it handles the code.

    If the logo/header for mobile is correct as it is not stickied on mobile devices regardless of your settings. See the notations in the Header Layout>Header behavior tab.

    Everything done to your child theme will stay intact while being updated.

    Cheers!
    Devin

    in reply to: animations dont' work on ios #271246

    Hi ShortieD!

    They are disabled on mobile/iOS by default. Kriesi found after the initial release that iOS had some major issues rendering them.

    For the video, you should use the fallback image option so that there is content displayed when the video is hidden by the theme (since it doesn’t work on iOS).

    Regards,
    Devin

    in reply to: Removing Header Transparency #271242

    Hey bngodfrey!

    For the background you also need to change the opacity for the header background class:

    
    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    There isn’t currently an option for the logo to display along with the title and tag line however so you would need to have that customized.

    Cheers!
    Devin

    in reply to: Setting WooCommerce to default #271237

    Hey avsurganov!

    Was the customization done as a plugin or directly to the WooCommerce plugin? Its a bit hard to say what could be causing a conflict without knowing how it was originally customized.

    Regards,
    Devin

    in reply to: Site loads very slow #271228

    You would just be using NextGen without the theme elements. Kriesi has never added in any further support than the default WordPress support.

    I can’t ever agree on space being an issue for anyone these days. You would need to upload 20-30k images to hit most minimum hosting packages caps. Ultimately how you handle storage, images and the like on a site running through thousands of images a month is not something we are really equipped to offer support on nor should you be relying on free theme support for that if its part of a business.

    By generating thumbnail images that are at a range of usable sizes you save bandwidth and give your users better load times. Since storage is cheaper than bandwidth most users across the board choose this route. If you want the opposite and want to load a 1500×1500 image into a 100×100 gallery tile you can simply remove the functions from the themes functions.php and the images will not get generated.

    in reply to: video background in safari #270959

    Hey!

    Only self hosted videos will run into issues but those with youtube/vimeo should have no cross browser issues and so far we’ve not had any reports of them not working.

    One thing I am seeing is a single instance of a video returning a 404 error though with the video playing I can’t see why that would or should be happening. What url are you using in the section background right now?

    Best regards,
    Devin

    in reply to: how to line up my portfolio masonry images #270957

    Hey!

    Because of how the masonry script works there will be points at which the whitespace will appear. There isn’t anything we can do about it at the moment unfortunately.

    Cheers!
    Devin

Viewing 30 posts - 1,741 through 1,770 (of 8,514 total)