Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Dante
  • #182990
    nathanscamera
    Member
    Post count: 130

    Is there a way to disable or turn off the custom excerpts in Dante that I’m unaware of. Just asking for general experimentation.

    #183064
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Where do you want to hide this custom excerpt? Please be more specific. You can disable it through Blog element of Swift page builder if you are using this blog element.
    Thanks
    Mohammad

    #183353
    nathanscamera
    Member
    Post count: 130

    I would like to disable them throughout the entire site. Can you point me to the php file?

    #183484
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    .excerpt {
      display: none;
    }

    – Kyle

    #183692
    nathanscamera
    Member
    Post count: 130

    Thanks. That works but hides all excerpts, I’m looking for a way to disable the custom excerpts. Would the php file for the custom excerpts be with the page builder files?

    #183696
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I don’t understand, why would you write a custom excerpt if you did not want to use it?

    – Kyle

    #183701
    nathanscamera
    Member
    Post count: 130

    When I wrote the custom excerpt I did want to use it, but now I don’t. Instead of going to each one and deleting it, I’m experimenting with the site to disable just the custom excerpts. Which is why I was asking if you could point me in the right direction. Sometimes when you’re setting up these sites, you can’t foresee into the future.

    #183704
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide a link to a page where it exists so I can provide some css?
    Thanks

    -Rui

    #183709
    nathanscamera
    Member
    Post count: 130
    This reply has been marked as private.
    #183710
    nathanscamera
    Member
    Post count: 130

    I don’t think you’ll be able to provide any custom css because there are no ids or classes that differentiate between a custom excerpt and a regular excerpt, hence why I would like to try just disabling the function.

    #183714
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just checked and like you said it’s not possible to use css.
    Try to use this plugin to bulk edit the field

    Custom Field Bulk Editor

    The field name is sf_custom_excerpt

    Just to avoid copy 400 lines of code from an entire function to the child theme and change a couple lines.

    -Rui

    #183727
    nathanscamera
    Member
    Post count: 130

    Thanks.

    #183728
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

    #191263
    nathanscamera
    Member
    Post count: 130
    This reply has been marked as private.
    #191331
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-icon-box-animated .front, .sf-icon-box-animated .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .no-csstransforms3d .sf-icon-box-animated .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .no-csstransforms .sf-icon-box-animated .back {
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -o-backface-visibility: visible;
        backface-visibility: visible;
    }

    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register