mwerks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: yourLogo centeredI figured it out. position: absolute; left: 50%; margin-left: -900px; top: 0;
I added margin-left and reduced by half the length of the image. The is 1800px, so by making margin-left -900px, it moved the imaged back to center.
Forum: Fixing WordPress
In reply to: yourLogo centeredUnder LayerSlider settings, you are able to add “yourLogo” (this is a fixed layer that will be shown above of LayerSlider container. For example if you want to display your own logo, etc., you can upload an image or choose one from the Media Library.) In addition, you can add “yourLogoStyle” (You can style your logo. You can use any CSS properties, for example you can add left and top properties to place the image inside the LayerSlider container anywhere you want).
In my case, I am using the LayerSlider on my homepage, with a width of 100% and height of 349px. I am trying to add an .PNG image with a transparent bg sized at 1800px by 349px, to show centered on the layerslider. The CSS should be basic, I just haven’t had any luck styling this to show it centered. Hope this helps.
Forum: Plugins
In reply to: [WP Job Manager] Can Editor user role edit all jobs via admin?Is there a way to change this to allows lower level WP users to see the “Job Listings” section in the backend? We have many job posters, that need to edit their jobs; however, I do not feel comfortable giving them Admin access.
Forgot to mention – the filter does show successfully on the Category pages.