IvyL
Forum Replies Created
-
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] No compat. with "Advanced Image Styles" ?!Hey Andrew, i did what you asked for and started this thread.
Forum: Plugins
In reply to: [Advanced Image Styles] Not compatible with "Black Studio TinyMCE Widget"I read about a workaround by j david ingram here:
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
In reply to: [Advanced Image Styles] Nothing changes when I use Advanced Image Styles.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
In reply to: multisite localhost installation with mapped domains in WAMPSOLVED
Forum: Localhost Installs
In reply to: multisite localhost installation with mapped domains in WAMPJust 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
In reply to: multisite localhost installation with mapped domains in WAMPPS. 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:
https://info4admins.com/configuring-wordpress-3-with-multisite-and-second-level-domains/This points to:
https://info4admins.com/wildcard-domains-dns-and-local-wamp-for-website-development/Sounds like the way to go, am i right??
Forum: Fixing WordPress
In reply to: Change URL in General SettingsThank you! This is still quite overwhelming, but i love to learn… ??