eonelson48
Forum Replies Created
-
Question follow-up on this:
How can I get the x axis to show more than the month data point, i.e. several of my datapoints in a month such as the earlier charts on this page: https://wisa.cals.wisc.edu/map-pages-files/little_plover_river_15/
Thank you.
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Data Points DisplaySorry – I didn’t read far enough and found the answer in another post.
Thank you. I got it.
Eileen
Here is a link to this month’s folder with all of the csv files in it. .
https://www.dropbox.com/sh/zpvou30apf8g0ea/AADegj0vs0_sR-JU7Pi5ESTna?dl=0
I wondered if it might be something with updates, so I’m hoping you can tell me it is an easy fix.
Thanks.
Forum: Fixing WordPress
In reply to: Editing post single templateOK – Thanks. I’ll try that and get back to you. Always appreciate the patient assistance of people who have a better grasp than I do, yet I want to accomplish it all!
Forum: Fixing WordPress
In reply to: Editing post single templateThanks. I think I sort of understand that. Tell me if I’m on the right track:
The beginning of my current single.php code is:
<?php get_header(); ?> <div id="content"> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class('post-single'); ?>> <h1 class="post-title-single entry-title"><?php the_title(); ?></h1> <?php get_template_part( 'content-postmeta' ); ?> <div class="entry-content"> <?php the_content(); ?>
My “new” post slug is “urlpost”
so If I copy this single.php I can have one called single-urlslug.php and when I use that custom post it will look for and find it? and if it doesn’t it will use the single.php?
As long as I have that new file in my child theme?
Or am I missing something? I’m probably trying to simplify something that is a bit more complicated – but that is how I begin to understand.
Thanks.
- This reply was modified 7 years, 6 months ago by Steven Stern (sterndata). Reason: put code in backticks
Forum: Fixing WordPress
In reply to: Site Inspector Change Works, Coding doesn’tIT WORKS!!!!! Thank you. Can I ask you what was different so I can learn something?
Yes, the complete url — but was the lack of quotes? Everything I saw in various places put the url within the parenths in either single or double quotes . . .guess I didn’t try it without the quotes.
Thank you.
Forum: Fixing WordPress
In reply to: Site Inspector Change Works, Coding doesn’tSteve, Thank you for your patience and persistence. If nothing else, I am learning that I do have some sense of the different things to try to attempt to figure out a problem since I had tried that as well.
I have now pasted that line of code in and saved it. Again, it doesn’t affect the color of the bar. It is pasted with single quotes, but I tried double quotes to just to see if that would make a difference.
Forum: Fixing WordPress
In reply to: Site Inspector Change Works, Coding doesn’tYes, I know.
Now you will find it with nothing before body. When it is entered like that the line disappears completely – also not solving my problem.
Forum: Fixing WordPress
In reply to: Site Inspector Change Works, Coding doesn’tI tried that as well. When I remove the # the line simply disappears.
Forum: Fixing WordPress
In reply to: Site Inspector Change Works, Coding doesn’tYou are right Steve, that should work, but it doesn’t. I notice that when I inspect the site in Chrome it shows that rule as grayed out – perhaps that has something to do with it? I’ve gone through all of the style sheets and can’t find anywhere else that it could be changed.
Does anyone have any other ideas?
Thanks.
Forum: Fixing WordPress
In reply to: Site Inspector Change Works, Coding doesn’tIt is none of those. The bar code is:
/* BODY AND CONTAINER */
body {background:#fff url(‘images/border.png’) repeat-x; background-position:50% 250px; color:#333; font-family:’Open Sans’, sans-serif; font-size:0.9em; line-height:1.5em; text-align:left; word-wrap:break-word;}
#container {max-width:960px; position:relative; margin:0 auto 0; padding:0 20px;}
#container:after {content:”; display:block; height:0; clear:both;}It shows now on https://www.plantclippings.com I have an image that is green.png loaded in the same file. It works if I substitute on the Inspection – but will not get called to the template.
CLUE: On WAMP when I put the code for the bar in first and then the rest of the code in – they all show up and work. If I remove all of the code, the one for the #header-second does not change. . .
So, something is hung up somewhere and there is probably a conflict between the body background bar and the header-second.
I have cleared my caches and restarted my computers on two different browsers with no luck.