[Support request] Copyright in Beaver Builder

Home Forums Support [Support request] Copyright in Beaver Builder

Home Forums Support Copyright in Beaver Builder

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #349960
    Mitchell

    Hello. Can someone please tell me how to add the copyright notice in Beaver Builder?

    Thanks,

    Polarisman

    #349967
    Leo
    Staff
    Customer Support

    Hi there,

    You might have to ask BB for that one.

    If you are using GP this is what you would do: https://docs.generatepress.com/article/changing-the-copyright-message/

    #350107
    Mitchell

    Thanks, but I am asking how to get the Copyright code to actually appear (not edit it) in the footer of a website using the Generatepress theme.

    Polarisman

    #350202
    Leo
    Staff
    Customer Support
    #350219
    Mitchell

    Man, I am simply asking how to do it. Can you mot give me an explanation w/o referencing something else?

    #350221
    Leo
    Staff
    Customer Support

    If it’s a shortcode then you can use the after footer content hook.

    #350222
    Mitchell

    Well, is there a shortcode that your theme uses? Generatepress has a section for editing the copyright. I am asking, again, how to insert this into a page. I do not know how to be more clear.

    #350227
    Leo
    Staff
    Customer Support

    I thought you wanted to insert something created from BB? Then is that in shortcode form?

    If you are just using GP’s copyright section then it should be there by default so no need to insert.

    If it’s not there can you provide a link to your site?

    #350233
    Mitchell
    #350242
    Tom
    Lead Developer
    Lead Developer

    The copyright notice in GP isn’t a shortcode, so you can’t add it anywhere else other than the standard copyright area.

    You would have to manually type out the copyright into your content/BB section.

    #350274
    Mitchell

    Is there a way to display the copyright section in BB?

    #350291
    Tom
    Lead Developer
    Lead Developer

    No, the GP copyright section only works in the GP copyright section.

    In order to display a copyright section inside BB, you will have to manually type it in.

    #350303
    Mitchell

    Well, let me suggest that you add the ability to add the copyright info via shortcode using BB.

    #350313
    Tom
    Lead Developer
    Lead Developer

    It hasn’t really been requested before now.

    You can just create your own shortcode with your copyright information:

    add_shortcode( 'copyright', 'tu_my_copyright_shortcode' );
    function tu_my_copyright_shortcode() {
        return 'Copyright © 2017 My Company Name';
    }

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    Then just use this in your content: [copyright]

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.