dchapple
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesDoes not make a difference if I drag the gallery to the root layer or other layer. I experimented by turning off the plugins. Something is interfering with that code. I wish WordPress tech team that wrote this code could chime in.
This is what is running in the “additional CSS” section of the Site Editor:
I wonder if there is a way to override that Page-template-page-portfolio #content code. Maybe that is screwing it up. it is necessary for my site to have that code
- – – – – – – – – –
.type-page div#section-entry-respond {
display: none;
}.page-template-page-portfolio #content .jn-media-width, .blog #content .jn-media-width {
max-width: none !important;
margin-left: -50px;
margin-right: -50px;
margin-top: -50px;
} footer ul li {margin-top: 7px !important;}
@media screen and (min-width: 721px) {
.nav-horizontal .entry-menu ul.sub-menu {
width: 230px;
text-align: left;
padding: 10px 10px !important;}
.sidebar-top.nav-horizontal #sidebar div.section.sub .entry-menu ul.sub-menu li.menu-item a:hover {
background-color: black;
}Forum: Fixing WordPress
In reply to: Padding between Gallery imagesNo. I am in the Page Editor section as you can see:
This is what my Site Editor looks like. Completely different:
And switching to another theme simply does not reveal this missing Padding UI in the Page editor.
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesHow would I add a code snippet that would only affet this page and not every other portfolio page?
EXAMPLE:
.gallery-item, img {
padding-bottom: 60px;
padding-right: 30px;
padding-left: 60px;
}
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesI have tried with ALL of the plugins turned off as well. No difference.
I have heard of others complaining about this. I am chomping at the bit to get this resolved. :-0
- This reply was modified 1 year, 9 months ago by dchapple.
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesOK, something is wrong with my installation. Like I said, there is no UI for Block spacing you are indicating. I have deactivated WP Optimise plugin as well to no avail. Does anyone know why this Padding UI is being nixed from my setup?
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesI need to be able to adjust the padding on this page only. When I added code to the Customize section it changed all of the gallery images accross the board
Here’s the link.
Where can I put code to modify this and what might the code be? i wish i could figure this out on my own :-/. They should put that feature back.
- This reply was modified 1 year, 9 months ago by James Huff. Reason: redundant link removed
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesCan someone verify that the Style setting for Gallery image padding is visible in WP 6.6.1?
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesMaybe you are running 6.3?
I just upgraded to 6.6.1. It is missing.
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesThanks James but my UI only shows Color > Background in the Styles tab.
Safari Version 17.6 (18618.3.11.11.7, 18618)
Forum: Developing with WordPress
In reply to: Portfolio Filtering animation missing or turned offThanks bcworks,
If I get time, I’l get back into the jQuery stuff. For now it seems to be serving its intended purpose. I need a break, heh! Cheers!
Forum: Developing with WordPress
In reply to: Portfolio Filtering animation missing or turned offI think i figured out the DropDown color issue.
Forum: Developing with WordPress
In reply to: Portfolio Filtering animation missing or turned offThanks! I deployed that code you sent and I am at least able to get a visual variation on those blue drop-downs. Wish I could figure out how to change that blue background color to gray. Is this in the style.CSS file?
It seems to be calling that blue color from somewhere. In the WordPress Customizer i have been through this over and over and still can’t find the tool to change the color. i have looked ant the style.css and nothing jumps out. – – – – – – –
RE: the isotope JS code. i found a file in the “third party” folder. this is what the header says;
/*!
- Isotope PACKAGED v2.0.0-beta.3
- Magical sorting and filtering layouts
- http://isotope.metafizzy.co
*/
Maybe this was turned off? Where can I look?
Thanks again! Making progress!
Forum: Developing with WordPress
In reply to: Portfolio Filtering animation missing or turned offThanks bcworkz,
I think I need to look at what nathaliechapple.com is doing in the masonry script. I used to delve into this stuff years ago. I have sort of forgotten what i knew back then. I’ve looked for plugins but this portfolio section of the theme is essentially a “plugin”. Nothing seems to play nice with it. RE the dropdown menus on nathaliechapple.com, you have to be on the “about link, then roll over to the Projects link to see the hover change. Even the nathalie website is only working 1/2 way, heh. Thanks again.
Yes. Old themeForest theme.
Forum: Developing with WordPress
In reply to: Dropdown menu width to match longest linkAnd the winner is…. “LIZ D”!
Awesome Liz. Thank you so much! I admit I couldn’t locate the code in the Google inspector while the drop-down was active. You found it. I sifted through the code and also found this >padding: 10px 10px !important;< which brings the edges in a bit too. I admit I don’t know what I’m doing too much but this helps me keep all the time I had invested in this theme for a little while longer. Blessings!