jazzfuel
Forum Replies Created
-
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Resizing on scrollSure
Works: This is a standard page with the default WordPress sidebar ticked to display: https://matthewf114.sg-host.com/
Doesn’t work: This post uses a sidebar module and the sticky widget expands outside the edges on scroll. Note if image is larger, the whole image (not just the container) expands: https://matthewf114.sg-host.com/sample-album-3/
Thanks
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Resizing on scrollHi Thomas
I’m using that version and it works well on regular pages. The issue is when it’s being used in a sidebar block (see here) instead of having the default WordPress sidebar option on.
I know that’s probably a specialist case, but most of our posts need that so would be good to know if there’s a solution.
Thanks
Matt
Thanks, that’s great.
Perfect, that works great thanks.
One last thing (I’ll send another tip for the support) is there a way to specifiy a range of tables inside that first CSS line
tablepress-id-2 .column-4 a
without specifying all? At the moment I’m copying and pasting the code for each individual table I need it on.Thanks
Matt
Hi Tobias
The blue buttons are all inserted using AAWP codes such as [amazon fields=”B0003681OZE” value=”button”] and are fine.
The green button should be blue and match the others exactly. It’s inserted using a standard link like
<a> href ="https://test.com/">Check price</a>
and this is the one I thought could be controlled via the Tablepress plugin options css? Whatever I do with the options in that CSS (ie change the color hex), it doesn’t change anything in the Tablepress tableThanks
Matt
- This reply was modified 4 years, 2 months ago by Steven Stern (sterndata).
- This reply was modified 4 years, 2 months ago by jazzfuel.
Hi Tobias,
That’s just because I’ve edited the overall website button style to match. I’ve turned it off now (but left the Tablepress CSS unchanged) so you can see.
Matt
Hi Tobias
No problem at all!
You can see this via the link below, on the final row of table #1 (called Theo Wanne Datta”
https://jazzfuel.com/best-saxophone-mouthpieces-for-jazz/
Please note: I’ve temporarily changed my site-wide (divi) button style to match very closely the AAWP buttons so you won’t notice a huge difference. But I would like to match this style in the Tablepress CSS and turn my theme button style back to what it was.
FYI this is the code I’m using in Tablepress options:
.tablepress-id-2 .column-4 a {
border: 0 solid #000000;
white-space: normal;
color: white;
font-size: 12px;
font-weight: normal;
text-align: center;
padding: 5px;
border-radius: 5px;
background-color: #3598DC;
}Al the best
Matt
Hi guys,
Is there something to add to a shortcode to force it to show one specific post by ID?
Forum: Plugins
In reply to: [Login or Logout Menu Item] Menu disappearing when logged outOK thanks