bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot import my WordPress.com blogdoes this apply to you?
i’m guessing it does as 4.1mb for the xml file is substanstial
Forum: Fixing WordPress
In reply to: Make submenu tab different color than main menu tab on hoverthis thread goes into some good details on this stuff
it could also be done with some jquery but without having access to the live theme i can’t really look at what the syntax would be
someone with a similar task here
it’ll be a “>” control you’ll likely use to affect the direct children
sorry i can’t do more for you here!
Forum: Fixing WordPress
In reply to: Problem with htacess / Permalinkstry manually putting in generic htaccess code by hand
this is the most basic version from the codex
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: how do i remove the comments off section at the bottom of my websiteto shut it off for posts:
change line 38 of your single.php from
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>to (notice the slashes)
<?php //comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>to shut it off for pages:
change line 36 of page.php in the same manner as above
Forum: Fixing WordPress
In reply to: delete plugin requiring "connection information"?sorry, beyond me on the downgrades. only way i’ve ever done it is by restoring from backups
Forum: Fixing WordPress
In reply to: plug in installation failedok so this address loads the page for me:
http://www.quality-baby-care-products.com/infant-weight-chart.html/
the calculator is attempting to load a plugin from this url: http://media.infantchart.com/infantweightage.swf which is not found, but this url does load the calculator: http://www.infantchart.com/infantweightage.swf
is this calculator displayed through a plugin? if yes the plugin author should update the url they are pulling the file from
if this is code you’ve put in on the page, then you should just have to change the url you are calling
Forum: Fixing WordPress
In reply to: integrate WP blog on html site into new WP site?if the actual URL of the post is moving, facebook won’t know to associate the old like with the new page
if you’re trying to preserve the old urls, you could do that with either a page named “blog” that containted the old blog posts (limited to the old blog category)
or you could run nested wordpress, preserving your old install in it’s location and putting the new one up one level
if it was me i’d explore the /blog as a page that does a category view… you should be able to test and compare urls to ensure they stayed the same
Forum: Fixing WordPress
In reply to: how do i remove the comments off section at the bottom of my websiteYou’ll be editing your theme in order to do that
what theme are you using?
Forum: Fixing WordPress
In reply to: delete plugin requiring "connection information"?i definitely see some other people with this same issue on that host. i’d reach out to them at this point, they likely will be able to point you in the right direction
Forum: Fixing WordPress
In reply to: Make submenu tab different color than main menu tab on hoversorry no it’s against forum policy to move this into a private discussion
it’s this theme though, right? maybe i can do it off the live preview…
try putting in some css like:
.menu li li a:hover { background-color: #22244; }and if when using your inspector that is getting overriden, try adding !important to see if it’s working on the right elements
also very important, it is considered best practice to use a child theme so you dont lose your changes when you update to a new theme. if you dont want to use a child theme, you could also use a custom css plugin
Forum: Fixing WordPress
In reply to: delete plugin requiring "connection information"?back in “the day” this issue was caused by host platform, whats your platform?
are both of the sites you’ve tested with on the same host?
Forum: Fixing WordPress
In reply to: Cannot import my WordPress.com blogif you followed a tutorial like this one it should be pretty automatic. it may be worth tryign the import again with a fresh wp on wordpress.org
Forum: Fixing WordPress
In reply to: Where has my site gone?ahh yes filezilla
port is usually ok to leave blank (default gets used)
if you dont know or are having trouble with the settings your host should be able to provide you with all of the appropriate settigns
Forum: Fixing WordPress
In reply to: plug in installation failedand if the site is not responding, that would cause the “phone-home” aspects of jetpack to fail
Forum: Fixing WordPress
In reply to: plug in installation failedI’m unable to access any of the pages on your site currently. is any of it working for you? are you able to move around the wp dashboard?