Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #278989

    Hi guys,

    I really like the Avia Gallery (shortcode: av_gallery) as a quick and easy way to get a nice, professional gallery going. However, the main problem that I have is with maintenance. After the first time a gallery is edited, the shortcode is inserted, but then there’s no way to go back to the dialog interface for adding/updating/removing photos and settings. I know I could manually edit the contents in the generated shortcode, but it would be much easier if there was a way to use the dialog for choosing all the options, especially for adding and re-ordering photos.

    Is there a way to do this?

    Thanks.

    #279217

    Hey fortuneRice!

    Thank you for visiting the support forum!

    I’m sorry but you won’t be able to go back to the shortcode option panel again if you use the shortcode wand to insert the element. If I am not mistaken, you’re adding the gallery on a posts. Posts does not support the advance layout builder yet. You can add the feature for post s but we won’t provide any support for it. Edit wp-content > themes > enfold > config-templatebuilder > avia-template-builder > config > meta.php, find this code on line 5:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Regards,
    Ismael

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