Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    You can insert gallery shortcode to the content of any ‘single post’ or ‘single page’ and after that you can determine displaying template for required page or post. Or you can edit templates for gallery displaying (you need to remove <?php get_sidebar(); ?> string).

    Regards,
    Oksana

    Thread Starter MichaelKl

    (@michaelkl)

    that’s right. But if you choose the single-page (standard) layout, there is no chance to use the gallery template…

    If I choose the single-page layout with the gallery shortcode, the pictures are shown on the page…and there is noch chance to use a linking-page.

    If I delete <?php get_sidebar(); ?> i get the same problem -> a singe-page with all the pictures from all gallerys and no linking-page.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello Michael,

    it is necessary to select Gallery Template for the general page of all galleries and remove the line get_sidebar() if it required. This file is placed in your theme, it is called gallery-template.php. Also there is the template for single gallery – it is in your theme, the file gallery-single-template.php; you should remove the line get_sidebar() if it is required. The template single-page will not display the gallery correctly because this is the custom post type.

    Sincerely

    Thread Starter MichaelKl

    (@michaelkl)

    Yes, thats fine.

    How is it possible to use the full width of the site?

    Thank you very much for you effort and help

    Best regards
    Michael

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Michael,

    Please in your theme in the files gallery-single-template.php and gallery-template.php find the line <?php get_sidebar(); ?> ; delete this line in both plugins and then the page will be displayed without sidebar.

    Sincerely,
    Tatyana

    Thread Starter MichaelKl

    (@michaelkl)

    I already delete it…

    But how can you use the full page?

    i need to change the css code, to use the full page for the gallery.

    Best regards
    Michael

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Michael,

    It is necessary to comment get_sidebar(); string in the templates.

    Regards,
    Oksana

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘BWS Gallery with single colums layout’ is closed to new replies.