dchapple
Forum Replies Created
-
Just testing out the free version for now. There is no way to adjust the gallery width that I can see i WordPress. Very unintuitive I must say!
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesThank you James! I have my work cut out for me tomorrow.
What do you mean by “Block Themes”? Do you mean Gutenberg styled Themes?
I have never seen a WP theme similar to my masonry portfolio theme. Is there something like this now? I dont see one ??
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesThe missing Style icon set appears after I switch to WP 2024 Theme.
I turned off all the PlugIns and then turned them back on. It is most likely the theme itself over riding the Gutenberg system. This “CRUSH” theme was designed before Gutenberg was introduced and now the developer is MIA.
I have years of work into this site and dont feel like starting over because of some gutter spacing.
Is there any way to inject some code into this LOGOS page so as to only affect the padding around these static images?
thanks for all of your help! here are some screen shots…
- This reply was modified 3 months, 1 week ago by dchapple.
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesI have done this. as stated in another post. Doing it again. Oooh getting some love here. i’ll let you know how it goes.
- This reply was modified 3 months, 1 week ago by dchapple.
Forum: Plugins
In reply to: [WP Masonry & Infinite Scroll] ErrorWhere are you pulling the Category / Taxonomy Settings from? Are you tasking these from only “Posts”? what if I need to create a “Page” whereby the title of the page is linked to a menu item where the gallery will show up? Also we use Portfolio and rarely use Posts. And your taxonomy terms are being pilled from Posts. ;-/
Forum: Plugins
In reply to: [WP Masonry & Infinite Scroll] Errorwhere is the tutorial for this plugin?
Forum: Fixing WordPress
In reply to: Padding between Gallery imagesI may need to find a plugin to deal with this padding problem. I reloaded WP 6.6.1, No change.
The WP Theme perhaps is over-riding the update. I wouldn’t know where to sort that out.
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 3 months, 1 week 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 3 months, 1 week 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.