Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1298082

    Hi – I have been trying to add a number of our advertisers logos to the foot of every page by editing the shortcode but I don’t understand enough about this to succeed, so is there a way to add more content like a row of small logos and their hyperlinks to an existing footer, or is there a way to create a second footer above the original one ?
    In the link below you can see I have added the partner/logo element to part of the page, and there are 6 logos showing. But, if you look at the content of the partner/logo element there are only 3 – this was me trying to copy and paste shortcode from one page to another.

    #1298129

    Hi SolingLover,

    We can’t see the preview page since we don’t have access.
    Please post us your login credentials (in the “private data” field).

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1298496
    This reply has been marked as private.
    #1298993

    Hi SolingLover,

    Thanks for giving us admin access.
    The best way to adjust the shortcode is do the following:
    1. Enable the ALB Debugger by adding this code in your child theme’s functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    2. Create a new page and only add elements that you want to use, then modify the settings/values inside the elements.
    3. Below the Content, there’s a Text Area which is filled with shortcodes (based on what is added), just copy this code and use it.
    I hope this helps.

    Best regards,
    Nikko

    #1299403
    This reply has been marked as private.
    #1299581

    Hi SolingLover,

    I see, if you don’t have a child theme, then you can place the code below this code in functions.php:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    For further information please check: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Also with the code you posted, you’ll only need to remove this code (which is produced by Gutenberg):

    <!– wp:shortcode –>

    and:

    <!– /wp:shortcode –>

    Best regards,
    Nikko

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