Steel_Toe_Boots
Forum Replies Created
-
Forum: Networking WordPress
In reply to: What is the architecture for multisite subdirectories?I’m not sure how much overlap there is between multi-sites with sub-directories vs sub-domains.
What I would like is a few screenshots or some explanation of the subdirectory folder system so that I can just go into Linux and manually create the folders and upload the appropriate files. If someone knows how to get this fixed so that everything is built automatically, that’s good too. Almost all of the support that you can find is just about getting the multi-site installed, and that’s not what I need.
Forum: Plugins
In reply to: [Google Doc Embedder] Remove Pop-Out ButtonI do use PDF Embedder normally. I just had one document where the embedded links needed to be active, so I figured this plugin and css with display:none set for the button’s div ids might work, but not quite. Oh, well.
Thanks for the response and your hard work on these plugins!
Forum: Plugins
In reply to: [vSlider Multi Image Slider for WordPress] The Problem with cssEditing the php page is tricky. Not sure what to delete exactly.
I just need help moving the slideshow up a few pixels on a page. Any info would be great.
Forum: Plugins
In reply to: [MaxGalleria Lite: WordPress Gallery Plugin] Image sizesNot so much more/less space between thumbnails, just smaller thumbnail images for 3 or 5 columns (depending on which I end up going with). For a three column option, the thumbnails are 400x400px when I would rather see them at maybe 150x150px. I’ll just try to use Firebug to figure out what to change.
Forum: Plugins
In reply to: [MaxGalleria Lite: WordPress Gallery Plugin] Image sizesIs there a way to customize the thumbnail size? I only want 3 or 5 columns, but I want the thumbnails to be smaller than the defaults.
Thanks
Forum: Plugins
In reply to: [NextGEN Custom Fields] You do not have sufficient permissionsNever mind. You need to install this plugin:
https://www.ads-software.com/plugins/nextgen-gallery-custom-fields/I had a custom fields and advanced custom fields plugin but not that Nextgen custom fields plugin. The readme page wasn’t clear.
Forum: Plugins
In reply to: [bbPress] How to remove those damn dots (bullets)Easy but incorrect way
Go to your child theme folder. Look for the ul code in the css. Change the tag to read
ul {list-style-type: none;}
The only problem is that you won’t be able to have any unordered bullet lists on your site at all.
Other option
Download the newest version of bbpress.Copy the bbpress css from the bbpress folder.
your_site>wp-content>plugins>bbpress>templates>default>cssPaste it into your child theme folder.
your_site>wp-content>themes>your_child>cssI was getting the bullet points on the forum landing page before I copied that css file over. I tried dozens of combinations of codes to remove the bullets only on the forums, and nothing worked. It’s probably just an installation error like what happened to me.