Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1092028

    Hi

    I want to use an av_toogle in the Ajax Portfolio preview. I just copy&paste the toggle shortcode i created on the detail page in the preview – but i only can open/close the first toggle element in the preview. what am i doing wrong??

    i copied the whole
    [av_toggle_container initial='1' mode='toggle' sort='' styling
    until
    [/av_toggle_container]

    Kind regards
    velli

    #1092321

    Hey Alexander,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    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
      ( do 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,
    Victoria

    #1093611
    This reply has been marked as private.
    #1094117

    Hi Velli,

    Best regards,
    Victoria

    #1094356

    Hello Voctoria
    Looks like you have the shortcodes.js in the child theme, and it is not found.
    Not really … i just copied the av_toggle_container code which are generated by avia … and on the portfolio detail page the accordion works well (??)

    best regards

    #1095507

    Hi,

    Thanks for the update.

    It’s a floating or clearfix issue. Add this code in the Quick CSS field.

    .avia-section .template-page .portfolio-preview-content .entry-content-wrapper * {
        float: none;
    }

    That should remove the default “float” property of the toggle container. You can also add a clearfix to the parent container if you’re planning to add columned elements.

    // https://css-tricks.com/snippets/css/clear-fix/

    Best regards,
    Ismael

    #1104516

    The float: none; works fine for me – thanks a lot.

    best regards
    Velli

    #1104811

    Hi,

    Great! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads

    And bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘av_toggle_container in the Ajax portfolio preview’ is closed to new replies.