Forum Replies Created

Viewing 15 posts - 61 through 75 (of 3,354 total)
  • Posted in:
  • in reply to: Full width header photo #35120
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Unfortunately there is no option for this, sorry.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Social icons – Navigation bar #35119
    Cosmin – SUPPORT
    Member
    Post count: 3851

    There’s no other way to do it, unless you create a child theme and copy the entire framework as well, so that theme updates don’t override your changes.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Boxed Layout Issues & Navigation Menu Position #35118
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    1) You need to add more content to your page, it’s simply not enough for the layout to go all the way down on your monitor size.

    2) Not sure what you mean with that screenshot, can you elaborate?

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Removing the date from the slider #34301
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Kathryn,

    A lot of the code you have in there is redundant and not needed, as it all does the same thing. You have this in the Custom CSS area:

    .recent-post .post-date {
    display: none!important;
    }
    
    .carousel-items .post-item-details, #posts-slider .blog-item-details {
      display: none !important;
    }
    
    .recent-posts .love-it-wrapper {
      display: none !important;
    }
    
    recent-posts .post-date {
      display: none !important;
    }

    Please replace it with this:

    .recent-post .post-date, .carousel-items .post-item-details, #posts-slider .blog-item-details, .recent-posts .love-it-wrapper {
      display: none !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Slider with Vimeo video not working #34298
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Thanks for letting us know Xènia, closing this as resolved 🙂

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Install Demo Content #33718
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    It’s very common for many web hosts to not successfully import media with the WordPress importer, it doesn’t always work, no matter the theme.

    What I always do:

    1) import with “download media attachments checked” – this usually does import the images, but doesn’t import the pages/posts/etc
    2) do another import, WITHOUT checking the option in step 1) (to get the rest of the content)

    Also, take a look – you have an error about Contact Form 7 (last one) => you first need to install that plugin, and only then import content for it. This applies to WooCommerce/Revolution Slider as well.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: sticky header menu #33716
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    In the Header Options from the theme options.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: navigation header, fancy-heading, animated icon boxes on ff #33715
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I’ve tested your site with Firefox/Safari and everything works fine; make sure you have the latest versions of those browsers installed.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: blog single post featured image #33714
    Cosmin – SUPPORT
    Member
    Post count: 3851

    It will still call it on the page. The file is single.php

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Theme options translation #33712
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    The .po file doesn’t include that, but yes, the strings are trasnlatable. You would just need to generate a translation out of the files.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Header isn't aligned properly anymore #33709
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Have you tried disabling plugins one by one, to see if there’s one of them overriding the theme styles?

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: W3 Total Cache not playing nicely with FlexForm? #33708
    Cosmin – SUPPORT
    Member
    Post count: 3851

    There’s not much we can do about that. Plugins that try to minify files in complex themes, don’t understand the logic of how they’re added and when they’re used, so the often do that, it’s pretty much unavoidable.

    I would suggest using Cloudflare instead.

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Header Height #33707
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Add this in the Custom CSS box from the General theme options:

    #logo img {
        height: 28px;
        padding-top: 10px;
        width: auto;
    }
    
    #header-section {
        padding: 5px 0 !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: vertical dividers in the footer #33706
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Antoine,

    This is not possible with the theme, it requires customizations.

    I’ll try to point you in the right direction, but note that this may require additional work:

    #footer-widgets .span4 section:after {
        background: #FFF;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 1px;
    }
    
    #footer-widgets .span4 { position: relative;}

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    in reply to: Language Selector on top menu bar #33703
    Cosmin – SUPPORT
    Member
    Post count: 3851

    OK, thanks for letting us know 🙂

    Regards,

    ————————————————————————————————————

    Cosmin – Support

Viewing 15 posts - 61 through 75 (of 3,354 total)