leftbas65
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embedded javascript code not workingI’m not sure what trouble you’re having. When I click the Shopify link, I see a child window with three products in it, so the Java script does appear to be working.
Do you have Java enabled on your browser?
Forum: Fixing WordPress
In reply to: Add media button does nothingWhich web browser are you using? Have you tested this with more than one? You might want to clear out all the temporary files from which ever web browser is giving you trouble uploading images.
Forum: Fixing WordPress
In reply to: Images will not display in psotYeah, I can confirm that images are displaying. And I see today’s test post, as well.
What browser are you using, and what version? It might be helpful to know.
Forum: Fixing WordPress
In reply to: grrr…getting frustrated trying to match sitesGood job. I’m brushing up on CSS as I write this, but you can copy all of the CSS info (should be delimited by a /style tag) into a new file with a .css extension (probably a good idea to store the style sheets in a separate ‘css’ directory), and then use a link command to refer to the CSS. For instance, call the new file ‘style.css’, then use the command <link rel=”stylesheet” href=<directory_name>/style.css”>.
I recommend making a copy of the files that you modify, in case something goes awry.
Good luck.
Forum: Fixing WordPress
In reply to: Can't get page text content to show upWhere exactly does the text appear in the code? Inside which tags?
Forum: Fixing WordPress
In reply to: grrr…getting frustrated trying to match sitesHi, Disneyzell:
I’m pretty knew here and I haven’t fooled around with HTML in a while and I hope this suggestion doesn’t sound ignorant. But it looks like the CSS is embedded in the HTML page itself. Have you tried extracting the CSS then referring to it in the page you’re creating?
Chris