Debra Pearlman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post not showing up even when publishedUnder settings the home page is set to the correct URL
https://school.kki.org
Under Reading it is set to Your latest postI posted something this morning without any problems.
Forum: Fixing WordPress
In reply to: Post not showing up even when publishedUnfortunately, I can’t because it is an internal Intranet site
Forum: Fixing WordPress
In reply to: Commets not availableI’m using Blocked as the theme. I cannot post a link to the site as we are self hosted and you cannot access the site without a Citrix account.
Here is the code on the single.php page<?php
/* Single Posts */
if (!defined(‘ABSPATH’)) die();
global $der;
get_header();
$post_type = get_post_type();
if ($post_type == ‘portfolio’ && $der->has_layout(‘portfolio_layout’)):
$der->render_layout(); // portfolio posts bulk layout
elseif ($der->has_layout(‘single_layout’)):
$der->render_layout(); // single posts bulk layout
else:
default_section_title();
$der->open_section();
default_post_content(11);
default_sidebar(5);
$der->close_section();
endif;
get_footer();
?>
Forum: Fixing WordPress
In reply to: Commets not availableWhat would the “loop” in the single.php file look like? I don’t see anything about comments in the single.php file, but may not know what I’m looking for.
Forum: Fixing WordPress
In reply to: Commets not availableJust checked and don’t see comments called up anywhere. I’ve also posted on the theme forum site to see if it’s a theme issue and not a WP issue.
I’m not totally well versed in PHP as yet. What would a loop look like?
Thanks,
DForum: Fixing WordPress
In reply to: Commets not availableWe are using an older version of WordPress (3.7.1) but I already had the comments and discussion checked on the page Screen Options. I checked the Allow comments box at the bottom of the post and updated, but I still don’t see comments or where someone would leave a comment. Any other suggestions?
Thanks,
DebraForum: Fixing WordPress
In reply to: Cannot Access DashboardMatt,
I’ve resolved the problem. There were lots of corrupted files and someone got into the ftp server and moved things around. All good not.
Thanks,
DebraForum: Fixing WordPress
In reply to: Cannot Access Dashboardhttps://lovelossforgiveness.org/
I’ve tried everything I can think of. Your help will be most appreciated.
Debra
Forum: Fixing WordPress
In reply to: Cannot Access DashboardAugistine56,
Well the back-up is no longer valid. I took this site over from someone and they left it quite a mess. I’m hoping to totally redo on a different theme entirely
DebraForum: Fixing WordPress
In reply to: Cannot Access DashboardAugustin56
good idea, i’ll try that and get back to you.
DebraForum: Fixing WordPress
In reply to: Cannot Access DashboardMark,
I added a PayPal button, but I had problems logging in to do that. I somehow resolved that issue, but this is beyond me.
I’d love to upload a screen shot, but don’t see how to do that here. I can give you access to the ftp server, but don’t want to put that log-in info here. send me a direct email and I can send you the info:Forum: Fixing WordPress
In reply to: wp-admin not workingI cannot even get to Users to see if somehow my access as admin was changed. This is getting really frustrating.
Forum: Fixing WordPress
In reply to: wp-admin not workingI now get to the wp-admin, but it will not let me access the dashboard. Suggestions?
Forum: Fixing WordPress
In reply to: wp-admin not workingYes I have a back-up of the site
Forum: Fixing WordPress
In reply to: wp-admin not workingFILE LOCATION:
ftp://[email protected]/public_html/lovelossforgiveness/wp
ftp://[email protected]/public_html/lovelossforgiveness/.htaccess
ftp://[email protected]/public_html/lovelossforgiveness/.htaccess-old
ftp://[email protected]/public_html/lovelossforgiveness/4-2014LLFP_introductory%20workshop_GF.pdf
ftp://[email protected]/public_html/lovelossforgiveness/error_log
ftp://[email protected]/public_html/lovelossforgiveness/index.phpINSTALLED PLUG-INS
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/akismet
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/all-in-one-event-calendar
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/column-shortcodes
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/contact-form-7
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/google-analytics-for-wordpress
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/grid-columns
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/image-widget
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/jetpack
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/login-logo
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/newsletter-sign-up
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/redirection
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/robots-meta
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/widget-logic
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/wordpress-importer
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/wordpress-seo
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/wp-db-backup
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/hello.php
ftp://[email protected]/public_html/lovelossforgiveness/wp/wp-content/plugins/index.phpI can deactivate plug-ins thru ftp, if that will help and then reactivate them, but I hate for the site to be down for any length of time.
I had this problem once before and was able to resolve it from the discussion forum, but not this time. THANKS FOR YOUR HELP