Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26025

    Hi,

    using the post slider option, if I select displaying one column it switches to two. Any clues?

    thanks!

    #129023

    Hi,

    Upgrade to Enfold 1.7. It will fix the issue.

    OR

    Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > postslider.php, find this code

    "subtype" => array(	__('1 Columns', 'avia_framework' )=>'1',
    __('2 Columns', 'avia_framework' )=>'2',
    __('3 Columns', 'avia_framework' )=>'3',
    __('4 Columns', 'avia_framework' )=>'4',
    __('5 Columns', 'avia_framework' )=>'5',
    )),

    The array 1 Columns should be equal to 1.

    array( __('1 Columns', 'avia_framework' )=>'1'

    Regards,

    Ismael

    #129024

    thanks!

    should I download it again from theme forest?

    #129025

    I did, thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold > Post slider > number of columns’ is closed to new replies.