ArtHughesPhoto
Forum Replies Created
-
Forum: Plugins
In reply to: [Exclude Pages From Menu] Not working for mobile menu displayI really appreciate the response. i was about to update this topic with new information when I saw your response. As you are seeing, it is now working correctly. It is very odd but all I did last night in trying to resolve it, was disable, then re-enable the menu’s via the standard wordpress menu options tab. For whatever reason, after doing that the menus that were incorrectly still showing on mobile are now hidden. I am not sure why disabling and regenerating the menus fixed it, but I am happy it did.
Hopefully at least that information might help if anyone reports a problem to you in the future.
I really appreciate your response on this and thank you for developing a much needed and quality plugin.
Best,
-Art
I just updated the CSS on my site and its working perfectly now. I just need to do some color changes on the borders and it will be good to go.
Thank you very much for your help!
Thank you very much. I will try that this evening and report back.
I am on the Photocrati theme w the nextgen gallery plugin. Unfortunately the Photocrati support ticket i opened to try and get help was no help at all.
I assumed getting the album thumbnails centered would be simple considering how easy it was w the gallery thumbnails.
If there is any help you can provide i really appreciate it.
Thank you
Do you happen to know how I should alter the gallery thumbnail css to work for the album thumbnail display?
thank you so much!
Forum: Themes and Templates
In reply to: How to center a search widget using Custom CSSThank you so much Kendall. You’ve resolved all my issues and taught me a lot. I really appreciate it.
Have a wonderful weekend!
Forum: Themes and Templates
In reply to: How to center a search widget using Custom CSSI can’t tell you how much I appreciate the help. That worked perfectly. I am very new to modify wordpress sites w CSS so I really appreciate the help.
Is it easy to modify the width?
Thank you so much Kendall!
Your css to hide the image count worked perfectly. Thank you!
I tried using the same code just substituting album instead of gallery, but it didn’t work. It was just me guessing so I wasn’t surprised
This is what i used for the gallery thumbnails that worked:
.ngg-galleryoverview {
text-align:center;
}.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}