jedifunk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Multiple rows for the headerHi Tobias
I think I’ve read enough other threads to know its not possible, but I wanted to ask anyways.
Can I selected multiple rows to apply the same style to? I’ve tried this.
.wp-table-reloaded-id-2 .row-2,.row-5,.row-8 td {font-weight:700; padding:10px 4px;}
But this only applies the styles to the last row (row-8 in this example). It seems to work just fine when applying to multiple columns, just not rows.
Do I have to explicitly call EACH and EVERY row that I want custom styling on?
Thanks so much for a great plugin!
Forum: Plugins
In reply to: Display featured images in grid/matrix to link to posts?I’m looking to do this same thing. Any chance that I can just use the get_post_thumnail() function?
Forum: Fixing WordPress
In reply to: Conditional Stylesstill working on this sadly.
my problem right now is that when the screen drops to 1024 wide or less, the gallery items don’t reflow with appropriate margins.
You can view the site here. Just scroll down to the gallery.
As the browser is resized I can’t get the margins to auto flow. Currenlty they are hard set in the CSS at 35px, but I’d like to get this to properly flow and dynamically.
Appreciate any thoughts.
ok, so i figured it out on my own with a little tinkering. it isn’t complicated at all, and i’d rather use this instead of another bloated plugin.
my assumption seems to have been correct. i think by trying to use the function inside an echo it was not possible. so i rejigged the php to remove the echo (i realized they weren’t necessary). thus producing cleaner code.
i also moved the loop into its own php bracket and separated the thumbnail URL function from it. the end result is exactly what i was looking for.
here’s my final code, hope it helps someone else out in the future.
https://pastebin.com/ATDhLnwpi’m not using the fancybox plugin, i’m just using its JS.
i think the problem lies in that i’m trying to run php within php, but i don’t know enough about php to know for sure.
sorry, forgot about pastebin, here’s the code
https://pastebin.com/mH8C0xpNit also stripped out some other info.
i’m able to load the custom post type with the thumbnail, but its the on click to get fancybox to open the full size image that doesn’t work. it gives an error
The requested content cannot be loaded.
Please try again later.it also is showing this as the URL
https://jbfj.local/<?php echo $url;?>
thanks.
i would agree on both accounts.
also, if it could not load the js or css inline that would allow for w3c standards compliance. until then i can’t use this plugin.
it would be prefered to load the js from inside the <head> & the css from within my single css file instead of inline.
this would not only be for ease of use, but for standards complaince.
thanks.