mickapoo
Forum Replies Created
-
Yes, I did try those other things you mentioned.
So this morning (AFTER the backup) I did upgrade my version of WordPress. Is this going to mess anything up if I try the restore function? I’ll be restoring everything from yesterday when I had a different version of WP. Would it be better to contact my hosting company and have them do a restore of everything just as it was yesterday?
Thanks for your help.
Forum: Plugins
In reply to: Multilingual content management plugin?Try qTranslate.
No idea what happened, obviously user error but it’s there now. 🙂
Thanks for your help!
Thanks for the response.
I’m almost positive that I did, but let me retry. Stay tuned…
Forum: Plugins
In reply to: [Simple Subscribe] Backup to remote storageUgh. I posted in the wrong plug in forum. Sorry, DISREGARD post above! I could not find a way to delete it… 🙁
Forum: Plugins
In reply to: [Simple Subscribe] Removing widget titleTo add… I see some mention of it (I think) in the Forms.php and Widgets.php files (plugins/simple-subscribe/libs/SimpleSubscribe/) but I’m not sure exactly which lines to delete/edit and I don’t want to mess it up. Thanks.
Forum: Plugins
In reply to: [Image Rotator Widget] [Plugin: Image Rotator Widget] Add urlI don’t think the transition function is working for us- I’ve tried increasing it from 1 to 10 and it still looks the same. Is there a way to increase the amount of time that one image stays on the page before starting to transition to the next image? I wasn’t sure if there is a slice of code that I can add or modify. Thank you!
Forum: Fixing WordPress
In reply to: Where do I find the file that holds the header?Thanks for the help! Here is the link to the custom.php file:
http://wordpress.pastebin.ca/1395311The code from the index.php file is this:
<?php # # DO NOT EDIT THIS FILE # --------------------- # The Semiologic theme features a custom.php feature. This allows to hook into # the template without editing its php files. That way, you won't need to worry # about losing your changes when you upgrade your site. # # You'll find detailed sample files in the custom-samples folder # # send a 404 error if necessary if ( ( !is_search() && !is_home() && !have_posts() ) || is_404() ) { header('HTTP/1.0 404 Not Found'); } ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title><?php do_action('display_page_title'); ?></title> <?php do_action('wp_head'); ?> </head> <body class="<?php do_action('display_page_class'); ?>"> <?php do_action('before_the_wrapper'); ?> <div id="ext_wrapper"> <div id="shadow_top"></div> <div id="shadow"> <div id="wrapper"> <?php do_action('before_the_header'); do_action('display_header'); do_action('display_navbar'); do_action('after_the_header'); ?> <div id="body" class="body"> <div id="ext_main"> <div id="main" class="main"> <div class="pad">Forum: Fixing WordPress
In reply to: Where do I find the file that holds the header?Sorry, I meant to say I am using a custom template. So, I went into the theme directory of my blog, and the header.php file states that “this theme features a custom.php feature”… I’m trying to find out where to put my new header image- I guess I am to specify this in the custom.php file somehow?
Excuse my ignorance, I obviously don’t know much about WP, I’m not sure if I should provide the code for my custom.php file or if they are all the same.
Thank you!
Forum: Fixing WordPress
In reply to: Title TagsI’m trying to find the file where I can edit the title tag. I tried the themes directory, and then and some other directories that have index.php files. I don’t want it displayed on the actual blog header (meaning the header image in the blog itself), but just as a tag within the <head>. In what directory do I find the file, and is it an include or just an index.php file?
Also, what file holds the header image? I found some header.php files but again, didn’t see a reference to the image in the header. I think I”m looking in the wrong place. I am using the Kubrick theme.
Thank you!
Forum: Themes and Templates
In reply to: Formatting content using CSSThank you so much. Sorry for the newbie question. I have two more. I’m pulling every file I can think of but I’m not showing the footer info. I need to change the copyright.
Also, right under the headings is my content. There’s a large space there and I’m trying to decrease it. It’s telling me it’s in the entry class, but I went there and there is no margin or padding, and I tried to make it a negative value but this didn’t work either.
In regards to the headings, the first heading, is the one I wanted to have more space between the header. However, all the headings are <h2>, so it affected all headings further down the page. I’m not seeing in the code where the different headings are so I can put the ones after the first one in a different class without the top padding.
Thank you for your help!
Forum: Fixing WordPress
In reply to: Need to delete Google adwords- what file are they in?I found it- it was in a different directory. Thanks for your help.
Forum: Fixing WordPress
In reply to: Need to delete Google adwords- what file are they in?Here is the entire footer.php file. Could there be another footer.php file in a different directory?
<!-- begin footer --> </div> <?php get_sidebar(); ?> <p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://ww.wp.xz.cn/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p> </div> <?php wp_footer(); ?> </body> </html>Forum: Fixing WordPress
In reply to: Need to delete Google adwords- what file are they in?In what directory? I’m finding my footer.php file with the following code:
<!-- begin footer --> </div> <?php get_sidebar(); ?> <p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://ww.wp.xz.cn/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p> </div> <?php wp_footer(); ?>