Forum Replies Created

Viewing 15 posts - 34,471 through 34,485 (of 34,516 total)
  • Posted in:
  • in reply to: Rollover effects on products stopped working #42210
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please try and turn off any plugins you have installed as they may be causing the issue.

    Have you customised the theme in any way? You may need to reinstall WooCommerce.

    – Kyle

    in reply to: Product detail page layout messed up #42205
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you send me the link so that I can look into this issue for you.

    Not sure what could be causing this.

    – Kyle

    in reply to: My Pages won't show in the header #42199
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you send me the link so that I can look into this for you.

    – Kyle

    in reply to: Cart dropdown in header error #42197
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi Carlos

    This must be a z-index issue, I will inform Ed about this.

    For now please could you send me the link to your website so that I can provide you with some css to display this correctly.

    – Kyle

    in reply to: Can't make changes to mobile navigation #42193
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You may have the color of the social icons set to the same color as the background therefore they may look like they are not there. Please check this or send me the link to your website.

    – Kyle

    in reply to: Fancy Header colors not showing #42191
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This is because in your Child Theme styles.css file you have this:

    .page-heading.fancy-heading {
    background-attachment: local;
    background-color:#343538 !Important;
    background-position: center center !important;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat!important;
    background-position-x: 0!important;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    display: none;
    }

    As you can see you have an important on the background color.

    – Kyle

    in reply to: Logo does not appear #42169
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This is because you have only uploaded the logo in the custom admin logo field.

    Go to Theme Options > Header Options and upload your logo here

    – Kyle

    in reply to: Parallax with no text #42162
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi Costin

    Until we fix this issue, I have added an extra class to the parallax element so that it does not display the text.

    – Kyle

    in reply to: Hide Add shopping bag. #42157
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you provide me with a link so that I can help fix the issue

    – Kyle

    in reply to: Product page accordion #42156
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Did you manage to resolve this?

    Looks fine to me.

    – Kyle

    in reply to: Remove "Related Projects" on Portfolio Item #42155
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi Mark

    1. You can remove the related projects section for all portfolio items by adding this custom css:

    .related-projects {
    display: none;
    }

    2. You can change the heading to Related Services by using a child theme. Open up the single-portfolio.php file and on line 526 you can change this code

    <h3 class="spb-heading"><span><?php _e("Related Projects", "swiftframework"); ?></span></h3>

    to

    <h3 class="spb-heading"><span><?php _e("Related Services", "swiftframework"); ?></span></h3>

    Then save this file in your child theme folder. This way when you update Dante the change will not be overwritten.

    – Kyle

    in reply to: Promo bar mouse over color #42131
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi Costin

    I’ve fixed the issue. It was because you had not closed one of your properties further up the css.

    – Kyle

    in reply to: Promo bar mouse over color #42116
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Would you mind sharing your login details via private reply?

    I will take a look at it for you.

    – Kyle

    in reply to: Promo bar mouse over color #42109
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Apologies

    Try adding this to your custom css:

    #base-promo.footer-promo-arrow:hover, #base-promo.footer-promo-text:hover {
        background-color: #0092BF !important;
    }

    Obviously replace the hex value with the colour that you wish.

    – Kyle

    in reply to: Promo bar mouse over color #42088
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I can not see the promo bar on this link? Do you have the promo bar turned on?

    Yes this is something we will consider adding in a future update

    – Kyle

Viewing 15 posts - 34,471 through 34,485 (of 34,516 total)