PaulAman
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Remove UnderlinesClarify: I want to still clink the link to go somewhere, I just dont want to see the link underlined.
Just installed a fresh version and got this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) in /home/chica53/public_html/wp/wp-admin/includes/class-wp-list-table.php on line 493
@oddm – ::gulp:: I guess I can try a new install of the program and see what happens?
@cais Everything was fine. They upgraded their server software from Centos v4 to Centos v6. I use NextGen on a totally diff server with the same gallery software – and that works fine.
never had a problem. ever.
Greetings!
No – I’m not resizing at all. I use 100%. I did upgrade to the latest version of NextGen right after I posted this message, but it did not seem to change anything.
Forum: Plugins
In reply to: [List category posts] Removing Bullets and TabsUpdate:
Ive been able to figure out the bullets — just not the indent.
I see someone suggested for the indent:
ul.lcp_catlist > li:before
{ list-style: none !important;
content:none;
}Did not work.
Found my answer (from THREE years ago! … LOL)
You can customize the nggallery.css file.
Copy nggallery.css from plugins/nextgen-gallery/css/ to your theme folder/themes/<whatever the name>/.
Open it in a text editor. For those images you’ll need to change the CSS starting from line 214 to something like this:
.ngg-imagebrowser img {
border:1px solid #A9A9A9;
margin: 10px auto;
display:block !important;
padding:5px;
}The problem you have is with the width: 100%; line so be sure to take that out.