jmek
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite: Can't access subdirectory subsitesI ended up deleting and re-installing the multi-site WordPress. This time I was sure to omit the “https://www.” in all cases and it’s mostly working.
Thanks for the help.
Alex,
Is it possible to display a video (.mp4) without showing the player? I have a video I purchased and want to just show it on the page, without the YouTube/Vimeo, etc. surrounds.
The page I’m working on for a client now is:
https://www.taxadvocatesf.com/contact-mejeannine
Forum: Themes and Templates
In reply to: Child Theme won't override parent CSSIt’s always the little things that kill you.
Thanks so much for the help!
Forum: Themes and Templates
In reply to: Twenty Ten Theme: post and sidebar height won't matchOne last word: searching for info about :after led me to an old article about clearing floats (https://blogs.sitepoint.com/2005/02/26/simple-clearing-of-floats/). Turns out that all I needed to add to the inner-wrapper markup was a simple “overflow:auto”. Even works in the relatively recent flavors of IE.
Now I have two new tools.
Forum: Themes and Templates
In reply to: Twenty Ten Theme: post and sidebar height won't matchThat did it! Thank you so much.
Now I need to go learn more about the :after pseudo-class. Forgot all about that sucker.
Forum: Themes and Templates
In reply to: Twenty Ten Theme: post and sidebar height won't matchThanks Esmi, that got me part of the way there. I added a div of inner-wrapper that surrounds both container and sidebar:
get_header(); ?> <div id="inner-wrapper"> <div id="container"> <div id="content" role="main"> ........ </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> </div><!--#inner-wrapper --> <?php get_footer(); ?>
The new inner-wrapper div shows up in View Page Source and Firebug. But I can’t seem to style it. I have added the following in my child stylesheet, to no effect.
#inner-wrapper { background: #CC0000; border: #CC0000; }
Am I missing something?
jeannine
I forgot to ask: is there a way to make the Cost field hold html information?
Forum: Fixing WordPress
In reply to: how do i upload a crossdomain.xml to the root of my webserver??I had to put the crossdomain.xml in the www or public_html folder that’s above all my WordPress installations.
HTH
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Upgrade hanging – not completingI am having a similar problem on a WorePress 2.9.2 installation. It’s a new installation, so I haven’t had NextGen installed before. When I try to install, WP tells me there was a fatal error, but the Gallery header appears in my sidebar. However, when I try to use NextGen, I get the same message about upgrading that everyone else does. If I update, it says update was successful but then returns to the message saying it needs to upgrade.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] My slideshow disappearedNo, I’m using single user WP 2.8.5.
jmek
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] My slideshow disappearedIs there a version newer than 1.4.1? My website (https://www.jmek.net/bchan/) has an upgrade notice when I click on any of the Gallery links in the admin sidebar:
The script detect that you upgrade from a older version. Your database tables for NextGEN Gallery is out-of-date, and must be upgraded before you can continue. If you would like to downgrade later, please make first a complete backup of your database and the images.
The upgrade process may take a while, so please be patient.
Start upgrade now…However, there’s no upgrade notice under the Plugins section of the admin page, and the URL that “Start upgrade now…” links to is a permutation of my own site URL. Is this a real upgrade or have I been hacked?
jeannine