-
AuthorPosts
-
April 17, 2019 at 2:32 pm #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
velliApril 18, 2019 at 8:04 am #1092321Hey Alexander,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
VictoriaApril 23, 2019 at 10:35 am #1093611This reply has been marked as private.April 24, 2019 at 7:30 pm #1094117Hi Velli,
Best regards,
VictoriaApril 25, 2019 at 11:42 am #1094356Hello Voctoria
Looks like you have the shortcodes.js in the child theme, and it is not found.
Not really … i just copied theav_toggle_container
code which are generated by avia … and on the portfolio detail page the accordion works well (??)best regards
April 29, 2019 at 11:18 pm #1095507Hi,
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,
IsmaelMay 27, 2019 at 2:26 pm #1104516The
float: none;
works fine for me – thanks a lot.best regards
VelliMay 28, 2019 at 1:14 pm #1104811Hi,
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 -
AuthorPosts
- The topic ‘av_toggle_container in the Ajax portfolio preview’ is closed to new replies.