Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

A gallery plugin does not work with an Artisteer theme WordPress

  • SOLVED

I have the slideshow gallery with tribulant
http://tribulant.com/plugins/view/13/wordpress-slideshow-gallery

and a template with Artisteer, but the gallery (with the usual shortcode) does not appear.

Where should I take action and what code?

Answers (1)

2014-12-15

Navjot Singh answers:

Can you show your site or the page where you are trying to make it work?


noronha comments:

http://bit.ly/1svl970


Navjot Singh comments:

Can you paste your theme's header.php and functions.php? Most of the header in your theme seems to be missing which is the cause of the broken plugin.


noronha comments:

Hi Navjot,
no problem to share the log credentials, it is a test/site.

admin
9014efkys4


Navjot Singh comments:

Still you should share them via PM. Never paste them here.


Navjot Singh comments:

Check now. Title and header php tags were missing in header.php.


noronha comments:

Thank you!
I presume is not possible to set the gallery in the position "before" the page title of the single page... or is it possible?

I sent you via PM the new credentials.

Thanks again.


Navjot Singh comments:

You want the page title to appear below the gallery?


Navjot Singh comments:

If that's what you are indeed asking then its not possible. Because the theme you are using is using customised functions to display everything, modifying which would require a major change in the structure of the theme which wouldn't be advisable.


noronha comments:

Yes.

The gallery, and then the page title and the post content, with the availability of the sidebar, widget, etc.
Ideally,
1. the gallery,
2. the 1 px border
3. the page title
4. the post/page content
5. end border

but if is not possible, in that case
1. the 1 px border
2. the gallery
3. the page title
4. the post/content page
5. end border


noronha comments:

ok, I see your answer only now. Ok, so my "ideally" is not possible.


noronha comments:

what should I do to achieve my "ideally"? Should I change the theme? Or the gallery plugin? The fact is that the theme should be exactly that, replicating an old site in html...


Navjot Singh comments:

Check now?


Navjot Singh comments:

I found a way to bring gallery up.


noronha comments:

we're almost there!
1) no thumbnail, in the setting page I set up no thumbnail... and in one page there are thumbnails, in another there are no slideshow
2) the sidebar should be below the gallery


Navjot Singh comments:

Check again.


noronha comments:

Hi Navjot,
the problem persist, it is still the same.


Navjot Singh comments:

You need to remove the shortcode from the location page. You are now inserting a different gallery on that page. Its getting confusing. I inserted the first gallery on the top. Sidebar is below it. In level with the "Location" heading.

Frankly how many galleries on that page and where do you need them?


noronha comments:

Only one gallery for page.
So, don't I have to enter the short code for the gallery? Where I have to enter the short code?
However, I had removed the short codes from the pages, but the galleries don't work and the sidebar is still in the right and not below the title.


Navjot Singh comments:

The gallery is working through the page.php template. Template tag feature of the plugin is required since you want to insert the gallery outside the content.

PM me the new login details. I will fix.


Navjot Singh comments:

Done.


Navjot Singh comments:

You can change the slideshow you wan to show by editing this code in your page.php

slideshow(true, 2, false, array('layout' => "responsive", 'showthumbs' => "false"));

where 2 is the id of your slideshow. you can change it when required.


noronha comments:

If I write another if code in page.php the gallery does not appear.


if(is_page(2))
{
slideshow(true, 1, false, array('layout' => "responsive", 'showthumbs' => "false"));
}


Navjot Singh comments:

That's because you are using the onepage template for your home. The code for homepage slideshow should go in onecolumn-page.php. I have done the change. you can see it.


noronha comments:

You are GREAT!
Thank you very much for all.


noronha comments:

Navjot, last question about this topic.

Since you changed the setting of the gallery, now where can I modify the gallery size? In the configuration page of the plugin now the size setting does not work.

Thanks!!


noronha comments:

Navjot, last question about this topic.

Since you changed the setting of the gallery, now where can I modify the gallery size? In the configuration page of the plugin now the size setting does not work.

Thanks!!


noronha comments:

It is better to insert a new topic for this. I'll do it in an another post.