I can edit things, but major changes I’m scared to touch as it may effect everything. Below are the my concerns that I need to address for an upcoming re-design of the website and want to know the best way to go about it w/o losing anything or having any downtime to our site.
-Our WordPress Site has never been upgraded (hence we’re still on version 3.0.1)… How do I upgrade without losing anything or any major things happen.
-How do I do a re-design in WordPress without disturbing our current content until we’re ready to go live? Thought about using <a href="https://www.ads-software.com/extend/plugins/theme-test-drive/">Theme Test Drive</a>
-What’s the best way to protect my site from spam/phishing without disabling it from search engines?
Thanks for any input you have.. Truly appreciated.
]]>I am very new to the wordpress and this is my first topic posted in the site and I am using version 3.0.1.
I need to integrate QuickBooks with wordpress. I search and found paid plugins to do the job. But I need to get something free. Can anyone of you please tell me how to do the same using PHP coding. I mean I like to use PHP coding to integrate wordpress with quickbooks.
Please help. Thanks a lot in advance.
Regards.
]]>This is the scenario:
1- running three sites on WordPress 3.0.1 with subfolders’ system;
2- .htaccess is here:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
3- wp-config.php contains:
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'enriconatoli.net' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
4- The problem is:
Images in the main site are shown properly while images in the subsites load properly but they are not shown but in the “edit” mode in the upload panel, else I have to manually change the address.
This URL works:
https://www.enriconatoli.net/wp-content/blogs.dir/3/files/filename.xxx
This URL doesn’t work:
https://www.enriconatoli.net/motoperpetuo/files/filename.xxx
Following one of Andrea’s suggestions I contacted my host provider in order to make them add ‘AllowOverrideAll’ to Apache’s httpd.conf, but I had a negative response because of “security reasons on a shared server”, this is what they say.
“Blogs.dir” folder and all its contents are set to 755 and WordPress is able to upload images in the right folders.
I hope some of you can give me a hint about what else to try in order to make subsites’ images work.
Thanks in advance,
have you all a nice nice day.
Enrico
]]><?php if(has_post_thumbnail()):?>
<?php $image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full');?>
<img src="<?php bloginfo('template_directory');?>/style/timthumb.php?src=<?php echo $image[0];?>&w=640&h=230&zc=1" class="alignleft" />
<?php endif;?>
first things first, i used timthumb bcause i have more then one size of thumbnails and seens to be easy this way and have crop, the default set_image_size or whatever related doesn’t have a properly crop.
no big deal, the problem is, i’m using this to get a PAGE thumbnail, not a post thumbnail, but, they act like doesn’t have any thumbnail related to the page :\
Platform details:
Website: https://floridaunemployment.info/debt-ad
Platform: WordPress 3.0.1
Template: 2010 Weaver
Goal: To get the html form to display properly on a wp page
Notes:
Any help is greatly appreciated. Let me know if I left something out.
Thanks again!
]]>I’ve been getting some strange messages from my WP 3.01 installation. They are as follows and contain random numbers and a link to my wp-admin administrative console. Anyone seen this?
ERROR I GET VIA EMAIL:
> From: blahblah.host.com
> Date: November 18, 2010 12:19:26 AM EST
> To: [email protected]
> Subject: 62
>
> 153
>
> https://myserver/wp-login.php
TIA
Any help is appreciated! =)
I have contacted my web provider to ask if it is a problem with their sever. They say everthing is running fine and that the cause is to do with WordPress not updating correctly when I auto-updated to WordPress 3.0.1. But the auto-update said everything was updated correctly.
Now, however, if I try to reinstall through auto-update it doesn’t work – nothing happens, it just hangs. Same with plugins – if I deactivate or activate the screen will go blank – if I use my browser back button and refresh the page it shows that the action has been initialized okay but it’s obvious there’s a problem there.
My site has seen a 50 per cent drop in traffic over the last two days with the problems with the site. I have optimized database, installed hyper-cache, used Mozilla Firebug to check if any file in particular is causing the problem but I can’t seem to solve it.
Any help would be greatly appreciated.
]]>I was looking for a way of adding a way for feedback to my wordpress page.
I found a Plugin that was supposed to do so. After I clicked install I was still on the plugin page from my wordpress dashboard and it asked me to ACTIVATE it. so I did.
Right than the message
Fatal error: Class ‘AeytimesSiteRSS’ not found in /home2/kohtaoad/public_html/wp-includes/widgets.php on line 324
appeared and is still there. I can′t access my wordpress admin area anymore and I even can′t see my website anymore.
What can I do ??? How do I remove this plugin again. bad thing I dont remember the name of it. something with feedback…
Please I have no idea what to do …
My webspace is at bluehost and there is a link to restore a backup. i have no idea how long ago i did a backup or if i even did one of this version.
PLEASE help me … totaly clueless.
Thank you verry much !!!
here the website – only shows the error message now – https://www.kohtao-adventure.com
My website www.techacid.com is running on wordpress and I updated the version last night only to 3.0.1. Although everything seems fine, but today I found that the comment section is not displaying properly, the section is simply displaying a black line with “4 Comments” or “No Comments” written on it. Along with the same I also found that the links to the previous and next post, which were below the comments section are also not working fine.
Are these problem coming because I updated the wordpress? Did not understanding how to rectify the problem, I hope you people will surely help me.
]]>