csites2g
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite Admin LockoutThanks James. I believe the site is secure now but I am unable to access the multisite admin screen. Any ideas about that?
Forum: Fixing WordPress
In reply to: Multisite HackedI’ve done most of those things. I’m not able to access the network admin page? No added users.
Forum: Plugins
In reply to: [WP LinkedIn] The passed in client_id is invalid “0”Where can I find that documentation?
Forum: Plugins
In reply to: [WP LinkedIn] Error from WP LinkedInWhat should I use to get the activity articles on LinkedIn from your plugin?
Forum: Plugins
In reply to: [WP LinkedIn] Error from WP LinkedInThe profile widget is working. Trying to get the articles posted on LinkedIn to show up on the sidebar. Used the rss widget and getting the error.
Forum: Plugins
In reply to: [WP LinkedIn] Error from WP LinkedIn<div class=”tm_pb_widget_area cherry-sidebars-2 tm_pb_widget_area_right clearfix tm_pb_module tm_pb_bg_layout_light tm_pb_sidebar_0″>
<aside id=”wp-linkedin-profile-widget-2″ class=”widget widget_wp-linkedin-profile-widget”><h3 class=”widget-title”>Profile</h3><script src=”//platform.linkedin.com/in.js” type=”text/javascript”></script><script type=”IN/MemberProfile” data-id=”https://www.linkedin.com/in/nealflagg” data-format=”inline” data-related=”true”></script></aside>
<aside id=”rss-10″ class=”widget widget_rss”><h3 class=”widget-title”> Linked In Articles</h3>
- An error has occurred, which probably means the feed is down. Try again later.
</aside>
</div> <!– .tm_pb_widget_area –>I have screenshots but not sure how to post to this?
Forum: Plugins
In reply to: [WP LinkedIn] Error from WP LinkedInClaude, please tell me how you are viewing your posts in the screenshot of your website with this plugin! I am unable to get it working.
Forum: Fixing WordPress
In reply to: Correct wrong path to template-loader.phpYes, I finally figured things out. This is what I get for trying to customize an existing site. Had to edit the database and followed a lot of information online to fix it.
Forum: Fixing WordPress
In reply to: WordPress not redirecting properlyAny help from Forum Moderator? Kmessinger? Anyone??
Forum: Fixing WordPress
In reply to: WordPress not redirecting properlyLinks now work except wp-admin gives me page is not redirecting properly.
Forum: Fixing WordPress
In reply to: WordPress not redirecting properlyJust added .htaccess file.
# Block the include-only files.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ – [F,L]
RewriteRule !^wp-includes/ – [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ – [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php – [F,L]
RewriteRule ^wp-includes/theme-compat/ – [F,L]
</IfModule>
<files wp-config.php>
order allow,deny
deny from all
</files># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Blog PageNot sure if you did anything or not, but I was able to get it working.
ResolvedForum: Fixing WordPress
In reply to: Blog PageDo I need to create a front-page.php?
Forum: Fixing WordPress
In reply to: Blog PageForum: Fixing WordPress
In reply to: Blog PageI have already done that.