Edit ‘Work’ Page Section

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4312
    jongrant
    Member

    Hey how can i make this page 4 columns?
    http://clinicsoft.atomicstudio.io/page-section/work/

    i wanna show 4 images on one line… i edited the page using “firebug” for firefox and saw it is possible by changing the class from “fourcol” to “threecol”

    I dont know where i would edit this to make it happen…

    any input at all would be greatly appreciated

    #4359
    Raghavendra
    Moderator

    This option was disabled by us in the code for aesthetic reasons. Enabling it would require a small change in the file framework/functions/post-functions.php at line number 181. Pls change –

        $args['number_of_columns'] = 3;
    

    to

        $args['number_of_columns'] = $number_of_columns;
    

    and then input the shortcode in the page section with the modified number of columns and post count specified this way –

    [show_rounded_post_snippets post_count=4 image_size='medium' number_of_columns=4]
    
    #4366
    jongrant
    Member

    currently line 181 reads:

    $last_column = false

    please see screenshot…what line do i change ?

    #4378
    Raghavendra
    Moderator

    Sorry my mistake. The file name is framework/shortcodes/posts-shortcodes.php.

    #4389
    jongrant
    Member

    thank you!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Edit ‘Work’ Page Section’ is closed to new replies.