naturegirrrl
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slides not changingMe again,
also the Navigation of prev and next is on the page (so it sees the slideshow no?) the slides just are not moving.https://aaintergroupnepa.org/#next
Thanks much,
baForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slides not changingHi Josh,
ok let me amend the above. When I click on the links which you so graciously provided for the paths above the path for the plugin stylesheet I got back a “not found”However wordpress is in my root and the path on my ftp into the plugin stylesheet is: /wordpress/wp-content/meteor-slides/css/
Can you tell I am new to WordPress ??
Any hints appreciated.
thanks,
baForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slides not changingHi Josh,
path to theme stylesheet matches path you stated above.My path for the plugin stylesheet is
/wordpress/wp-content/meteor-slides/css/Auto Upgraded to wp3.1 and then downloaded the Meteor plugin automatically from wp.
Seems like both paths match your suggestions no?
Any help appreciated,
baForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slides not changingHi Josh, I am having the same problem. Could you take a look and point me in the right direction.
https://aaintergroupnepa.org/wordpress/
I want to two photos to switch not show up above and below one another.
thanks,
baForum: Fixing WordPress
In reply to: I really messed it up…i feel your pain, you are not alone, this stuff takes hammering it out to learn
Forum: Fixing WordPress
In reply to: unexpected T_STRING errorrecopied sidebar.php file from sandbox theme to mytheme that fixed it
good night!
Forum: Fixing WordPress
In reply to: sidebar not showing up on pagethrew this code into page.php
<!-- End <?php echo basename(__FILE__); ?> --> <?php get_sidebar() ?> <!-- End2 <?php echo basename(__FILE__); ?> -->
in view source ‘End2’ was not there so it seems to be blowing up at the
<?php get_sidebar() ?>
Where does get_sidebar() live in WP?
the page is really basic at this point
https://aaintergroupnepa.org/wordpress/userlogon
Yes I am a wp newbie ??Forum: Fixing WordPress
In reply to: wp NEWBIE HERE trying to migrate existing siteWill do, thank you so much esmi!
Forum: Fixing WordPress
In reply to: sidebar not showing up on pageMore info:
/*
THEME NAME: mytheme
THEME URI: https://www.aaintergroupnepa.org/mytheme
DESCRIPTION: theme to integrate with site based on sandbox
VERSION: 1.6.1
AUTHOR: [email protected]
AUTHOR URI: https://aaintergroupnepa.org
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*//* Two-column with sidebar on left from the /examples/ folder */
@import url(‘examples/2c-l.css’);Forum: Fixing WordPress
In reply to: sidebar not showing up on pageIs there a listing of what themes are compatible with which wigets?
Forum: Fixing WordPress
In reply to: wp NEWBIE HERE trying to migrate existing siteHi Esmi,
thanks so much for checking back!I was able to get rid of the black “Userlogon” by
commenting out the title ‘userlogon’ in page.phpdon’t know if that is the “correct” way to get ride of it?
Is that the ‘board approved’ way to do something like that in wp?
If you have any other suggestions I am all eyes ??Forum: Fixing WordPress
In reply to: sidebar not showing up on pageok I am doing further code digging and there does not seem to be a get_sidebar() in my theme functions (functions.php)
Could that be possible? My theme is based on Sandbox (????)Any tips on how one remedies this situation would be GREATLY apprecieated
Forum: Fixing WordPress
In reply to: sidebar not showing up on pagethrew this code into page.php
<!-- End <?php echo basename(__FILE__); ?> --> <?php get_sidebar() ?> <!-- End2 <?php echo basename(__FILE__); ?> -->
in view source ‘End2’ was not there so it seems to be blowing up at the get_sidebar()
any ideas where I should look next.
the page is really basic at this point
https://aaintergroupnepa.org/wordpress/userlogon
Yes I am a wp newbie ??Forum: Fixing WordPress
In reply to: wp NEWBIE HERE trying to migrate existing sitegot rid of the title ‘userlogon’ mentioned above
commented it out in page.phpdon’t know if that is the “correct” way to get ride of it?
If you have any other suggestions I am all eyes ??Forum: Fixing WordPress
In reply to: wp NEWBIE HERE trying to migrate existing siteok was able to follow the directions on
Changing_The_Site_URL and log into my dashboard
Thank you, very very helpful!Now I am back to where I was the other night.
Can you tell me how the heck I get rid of the big black
userlogon at the top of my page?
https://aaintergroupnepa.org/wordpress/userlogon
I do not want that there and have been digging through the code but can’t find where I delete that thing.Thanks esmi