primaveranz
Forum Replies Created
-
Thanks Cais, I have done that now. Will be interested to see the results of your investigations.
Cheers 😉
Hi, I have started a new topic here:- https://wordpress.org/support/topic/clicking-on-next-arrow-in-a-gallery-leads-to-front-page?replies=1#post-6186276
Thanks.Not sure if this helps, but the URL in the page that results appears to be the right one i.e. http://www.punc.co.nz/nggallery/page/2 but the content is that of the Home page.
Yes I can confirm that I did that (in fact I just tried again to make sure). I have also tried using three different browsers, but I get the same problem in all of them.
No joy I’m afraid 🙁
As a bit more input- I have updated to WordPress 4.0 and the solution does not work then either.
Not sure if this is a double post but I have almost the same issue. Using Weaver II theme. When using a tag cloud with a gallery, clicking on the next page arrow in the results leads back to the home page. I tried your suggestions above but to no avail.
You can see this behaviour here if you select e.g. eco range from the tag cloud at the bottom then click the page 2 link. Thanks.
http://www.punc.co.nzThanks Cais, I’ll just wait for the official release.
Cheers.
Thanks for the reply scrambler. Yes I added that code after trying what nppbc suggested above. However it doesn’t actually do what I need so I will remove it. The grey borders I wanted gone, were the ones which appeared whenever I clicked on one of the filters in the tag cloud in the right sidebar. They still did this with that code added.
The code that fixed the problem is:-
.ngg-widget img {border: 2px solid #FFFFFF !important;}However it does nag me a bit that I have to use !important when I thought the NGG “other options” CSS styles would override all other NGG style settings anyway? No matter, I have a solution so will put it down to “one of those things”. Thanks again!
Still unable to figure this out.
Sorry, I forgot to “backtick” the reference to the
<a😉Thanks for the quick reply.
I just quickly tried putting
.ngg-gallery-thumbnail img {
border: 2px solid #FFFFFF;
}
into the “other options” CSS but it didn’t make any difference.
According to Chrome, widgets.css is overriding the value in nggallery.css. So if I temporarily disable the widgets.css attribute in firefox it picks up the correct setting from nggallery.css. Also in Chrome if I use “inspect element” I see the classes “ngg-widget entry-content” wrapping around a class on the element called “shutterset_b(some long number)” and then the “img” tag is wrapped inside that. I don’t see any reference to “ngg-gallery-thumbnail”.I forgot to say that NGG is up to date.
Forum: Plugins
In reply to: [Widget Logic] Hide widgets on single pages?Have you tried !is_page(array(‘this page’, ‘that page’)) or something similar?
I’ll move this to the Basic support forum at EDD.