bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rss feed validationi am guessing you are currently showing full contents in your feed, can you please confirm?
if yes, as a test please go to Dashboard–>Settings–>Reading, switch to show summary for your feed, save and revalidate the feed
if it now passes validation, it is either content of posts or a plugin adding extra markup
Forum: Fixing WordPress
In reply to: Can't access our WordPress website – White Screenare you able to ftp in and remove the new plugin temporarily?
it would be in wp-content/plugins/{new plugin name}
back that whole folder up to you local machine and then delete it from the server
did both the front end and back end go down?
Forum: Fixing WordPress
In reply to: wp_register_script was called incorrectlywhat version of wp are you on? it looks like you may have fallen to a partial or corrupted upgrade
did you ever make a huge jump in wp versions? ie going from 3.3 to 4.1 directly?
Forum: Fixing WordPress
In reply to: the image is blinking when moving from onet to otherthats where i’d go johan
Forum: Fixing WordPress
In reply to: Posts pagination not working / Older postsi don’t think your $paged variable is changing when you click the view older for page two
you could find out if the vars are getting set ok by echoing them out around line 21
echo "paged = " . $paged;was pagination working prior to your customizations?
Forum: Fixing WordPress
In reply to: Can't Loginhey there
if the support staff can log in, can they create you a new user to try logging in from?
also can you clear your cache on your browser and/or try from a new browser please?
Forum: Fixing WordPress
In reply to: Posts pagination not working / Older postsare you getting php errors or are you just not getting the desired output onscreen?
Forum: Fixing WordPress
In reply to: Big Problem with menu in WP 4.1@rastlin is talking about php’s default limit for the maximum variable length. because menus send in a big array, this often needs to be overriden with htaccess or php.ini
please confirm rastlin and what value did you increase the max_input_var to to achieve success here?
Forum: Fixing WordPress
In reply to: Uninstall WordPress and Revert to Old Version of Sitehey there
when it comes to reverting, you’re best bet is to restore from a backup. is that option available to you?
you can always export content that has been changed since your backup if you desire
Forum: Fixing WordPress
In reply to: the image is blinking when moving from onet to otheri can’t promise it’ll work with your theme, but the plugin devs or theme devs should be able to confirm for you
best of luck!
Forum: Fixing WordPress
In reply to: I need help altering the title bar on my sitethanks blitz
i am on the site but i’m not seeing this behavior, it’s actually looking good to me
can you please link me to a problem page or show me a screenshot of what you’re seeing?
Hey all
I see on @mtnbiz’s site that there are currently errors with two theme files and two plugin files. I would recommend disabling all plugins and retesting, temporarily switching to a new theme and testing as well
from the console:
http://lifecoachshaun.com/wp-content/themes/plugins/easy-pricing-tables/assets/pricing-tables/simple-flat/pricingtable.css Failed to load resource: the server responded with a status of 404 (Not Found) custom.js:10 Uncaught ReferenceError: Cufon is not defined lifecoachshaun.com/:323 Uncaught SyntaxError: Unexpected token < http://lifecoachshaun.com/wp-content/themes/plugins/easy-pricing-tables/assets/pricing-tables/simple-flat/pricingtable.css Failed to load resource: the server responded with a status of 404 (Not Found)Forum: Fixing WordPress
In reply to: I need help altering the title bar on my sitehey there
whats the site address?
Forum: Localhost Installs
In reply to: Can't recover SQL backup to WordPresshey there
just to make sure i have all the details
before migration:
self-hosted wordpress with mysql access
post-migration:
is it now hosted at wordpress.org?
other questions:
do you have mysql access to your new host?
do you still have access to the pre-migration install?
–>if yes have you tried using the export tool (Dashboard–>Tools–>Export)thanks!
Forum: Fixing WordPress
In reply to: the image is blinking when moving from onet to otheryou’re getting into some dangerous areas if you aren’t too familiar. i respect your bravery but i can’t assist further at this time. maybe someone else can but I suggest you begin by reading about javascript as the code to change transitions on your slider is in javascript/jquery
sorry bud