• Resolved min0me

    (@min0me)


    Hi, i just want to say this is the first gallery plugin that i like and works, so kudos to the creator.

    On a slight problem, i have installed it and it works but if i use the “Summ” theme (it has been modified, but its mostly colour changes and the other pages work properly, also i can confirm its the same issue on a fresh install of the template) it causes the the widget bar to move underneeth everything.
    i have fiddled with the CSS and some of the PHP, but its fast becoming out of my depth.

    any help would be much apreshated..

    picture here

    thankx in advance!

    http://wordpress.org/extend/plugins/gallery-plugin/

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

    (@bestwebsoft)

    Hello,

    Please provide URL of the website and gallery page. We will check it and provide you detailed recommendations regarding this issue.

    Regards,
    Oksana

    Thread Starter min0me

    (@min0me)

    hello
    thank you for having a look

    The link to the gallery on the website

    regards,

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    This is not CSS, it is necessary to fix template for the gallery. It is better to contact our support team directly. Please provide WordPress admin panel accesses. If you would like to make necessary changes by yourself then we will send all necessary instructions for you.

    Regards,
    Oksana

    Thread Starter min0me

    (@min0me)

    Hello,
    Please can you post instructions here?
    This way if someone has a similar problem, they can fix it and i get to see a bit of what is going on in the code..

    regards,

    I had the same issue, the gallery template is a one column template, what you need to do is open up your themes template and copy the style or div id to the galleries template. All themes are different so its hard to tell you which code to replace exactly but if you open the two files you should be able to get an idea, hence the reason they want to do it themselves as its hard to explain, hope it helps

    Thread Starter min0me

    (@min0me)

    ok, since you have mentioned that i will send them the login info and let them have a look and then explane best i can what has changed for the template

    I’m also having similiar problems. There’s a menu appearing under the gallery that I can’t get rid of. Please halp?

    Here’s the link to the gallery on the site.

    Nevermind – found it! 🙂

    I’m having a very similar problem. I copied my theme template’s style to the gallery templates. The page that displays the images of a gallery has the sidebar in the correct location, however the gallery listing page does not. No matter what I try I cannot get the sidebar to move up on the gallery listing page. Any ideas?

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    For this page WordPress adds ‘singular’ class. Please find strings below in your theme:

    .singular #primary {
    margin: 0;
    }

    These strings are not allow to place sidebar on this page.

    Please add strings below to the theme styles:

    .page-template-gallery-template-php #primary {
    margin: 0 -26.4% 0 0 !important;
    }

    Regards,
    Oksana

    hi min0me,

    u r putting this <div class=”gallery_box”> in post <div>
    that’s way your theme is not work.
    don’t change anything in CSS.

    hi sisintl,
    what is your problem u have to move gallery in sidebar
    ??

    Thanks bestwebsoft I added what you suggested and it worked great.

    Hi @bestwebsoft

    I have a similar problem but with the sliding doors theme. In the normal pages the sidebars are on the left and right of the content, but in the gallery both is on the right hand side.

    Working : http://www.photoslave.co.za/working.jpg
    Not Working : http://www.photoslave.co.za/notworking.jpg

    Can you please assist ?

    Thanks.
    Henti

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello Hentis,

    It is necessary to modify styles of your theme for the gallery template (add\replace additional classes, ids or styles).
    Please provide URL of the website so we will be able analyze this issue.

    Regards,
    Oksana

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘[Plugin: Gallery] Moves sidebar’ is closed to new replies.