Title: IvyL's Replies | WordPress.org

---

# IvyL

  [  ](https://wordpress.org/support/users/ivyl/)

 *   [Profile](https://wordpress.org/support/users/ivyl/)
 *   [Topics Started](https://wordpress.org/support/users/ivyl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ivyl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ivyl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ivyl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ivyl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ivyl/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Black Studio TinyMCE Widget] No compat. with "Advanced Image Styles" ?!](https://wordpress.org/support/topic/no-compat-with-advanced-image-styles/)
 *  Thread Starter [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/no-compat-with-advanced-image-styles/#post-5071701)
 * Hey Andrew, i did what you asked for and started this thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Image Styles] Not compatible with "Black Studio TinyMCE Widget"](https://wordpress.org/support/topic/not-compatible-with-black-studio-tinymce-widget/)
 *  Thread Starter [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/not-compatible-with-black-studio-tinymce-widget/#post-5071696)
 * I read about a workaround by j david ingram here:
 * [http://wordpress.org/support/topic/39-update-how-to-add-padding-and-border-to-images-now/page/2?replies=50](http://wordpress.org/support/topic/39-update-how-to-add-padding-and-border-to-images-now/page/2?replies=50)
 * However i when i add the img.pad class in “appearance>editor>Stylesheet.css (
   style.css)” of my theme it does not seem to work. Do i have to put the css snippet
   into another file???
 * > There is a fairly easy fix to this that doesn’t involve editing the html code
   > directly every time using the text editor. Essentially you need to design a
   > simple (or as complex as you want) bit of CSS one time and then use the “Image
   > Class CSS” field in the image details window (accessed by clicking on the pencil
   > icon in the top left corner of your image in the post. In my case I created
   > a class called pad – might be a good idea to give it a generic name since you
   > can change the value later on. When I insert an image into a post I add the
   > class pad in the Image Class CSS field.
   > Back in the Dashboard I selected Appearance>Edit CSS and then added the following
   > code below the notes:
   > img.pad {
   >  padding: 5px; }
   > This adds padding of 5 px around the image. If I want to change it in the future,
   > I just have to go in and change the padding number. If I want to add a border
   > or a margin I just enter the css required.
   > The only quirk is that .pad doesn’t seem to be enough, img.pad is required 
   > to define the class in the Edit CSS module. You’ll see the class added to your
   > images in posts going forward if you add it in post and view the source code
   > when previewing the page.
   > I liked the old method of adding padding, but this new method gives you a lot
   > more power to change how images are displayed site wide.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Image Styles] Nothing changes when I use Advanced Image Styles.](https://wordpress.org/support/topic/nothing-changes-when-i-use-advanced-image-styles/)
 *  [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/nothing-changes-when-i-use-advanced-image-styles/#post-4881303)
 * Same here.
 * Plugin does not work with “Black Studio TinyMCE Widget”.
 * There has to be a way to add margins around the image captions!!
 * Please, someone help!!! 🙁
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [multisite localhost installation with mapped domains in WAMP](https://wordpress.org/support/topic/multisite-localhost-installation-with-mapped-domains-in-wamp/)
 *  Thread Starter [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multisite-localhost-installation-with-mapped-domains-in-wamp/#post-5035966)
 * SOLVED
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [multisite localhost installation with mapped domains in WAMP](https://wordpress.org/support/topic/multisite-localhost-installation-with-mapped-domains-in-wamp/)
 *  Thread Starter [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multisite-localhost-installation-with-mapped-domains-in-wamp/#post-5035963)
 * Just got some valuable insight from the guy that runs the blog i linked to in
   prev. post…
 * He said i should opt for single site install, because of possible plugin compatibility
   issues with multisite setups.
 * Problem is solved.
 * Best, I.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [multisite localhost installation with mapped domains in WAMP](https://wordpress.org/support/topic/multisite-localhost-installation-with-mapped-domains-in-wamp/)
 *  Thread Starter [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multisite-localhost-installation-with-mapped-domains-in-wamp/#post-5035878)
 * PS. I just found this statement:
 * “The DNS needs to be enable for wildcards before your domain name. Currently 
   I like to test it on my local machine. The complete configuration for DNS and
   WAMP locally is described here: Adding wildcard domains dns to local WAMP
    How
   to configure this on your live webserver depends on your provider. Please ask
   them for this.”
 * Source:
    [http://info4admins.com/configuring-wordpress-3-with-multisite-and-second-level-domains/](http://info4admins.com/configuring-wordpress-3-with-multisite-and-second-level-domains/)
 * This points to:
    [http://info4admins.com/wildcard-domains-dns-and-local-wamp-for-website-development/](http://info4admins.com/wildcard-domains-dns-and-local-wamp-for-website-development/)
 * Sounds like the way to go, am i right??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change URL in General Settings](https://wordpress.org/support/topic/change-url-in-general-settings/)
 *  Thread Starter [IvyL](https://wordpress.org/support/users/ivyl/)
 * (@ivyl)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/change-url-in-general-settings/#post-2192531)
 * Thank you! This is still quite overwhelming, but i love to learn… 🙂

Viewing 7 replies - 1 through 7 (of 7 total)