Dhruba J Deka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: OG Meta Tags in WordPress not workingGlad to know that it’s resolved.
Moderator can close the thread as resolved.
Forum: Fixing WordPress
In reply to: Messed up the redirect urlpandasgorawr,
You should follow the WordPress guide as here: https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
1] Your root directory must contain the index.php file that is in your wordpress folder. Move index.php file from wordpress folder to root folder.
2] Change the following and save the file. Change the line that says:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );Forum: Fixing WordPress
In reply to: OG Meta Tags in WordPress not workingAs I see, your blog is displaying Open graph tags as you have set them up with the plugin:
<!– This site is optimized with the Yoast WordPress SEO plugin v2.1.1 – https://yoast.com/wordpress/plugins/seo/ –>
<meta name=”description” content=”Conquering the world with my camera”/>
<link rel=”canonical” href=”https://www.bryantcoffey.com/blog” />
<link rel=”publisher” href=”https://plus.google.com/+Bryantcoffeyphotography”/>
<meta property=”og:locale” content=”en_US” />
<meta property=”og:type” content=”website” />
<meta property=”og:title” content=”bcoffeyphoto blog” />
<meta property=”og:description” content=”photography | news | updates | learning” />
<meta property=”og:url” content=”https://www.bryantcoffey.com/blog” />
<meta property=”og:site_name” content=”bcoffeyphoto Blog” />
<meta property=”article:publisher” content=”https://www.facebook.com/bryantcoffeyphotography” />
<meta property=”fb:app_id” content=”309028460694″ />
<meta property=”og:image” content=”https://www.bryantcoffey.com/images-for-sharing-meta/blog-560×292.jpg” />
<meta name=”twitter:card” content=”summary_large_image”/>
<meta name=”twitter:description” content=”Conquering the world with my camera”/>
<meta name=”twitter:title” content=”bcoffeyphoto Blog – Conquering the world with my camera”/>
<meta name=”twitter:site” content=”@bcoffeyphoto”/>
<meta name=”twitter:domain” content=”bcoffeyphoto Blog”/>
<meta name=”twitter:image:src” content=”https://www.bryantcoffey.com/images-for-sharing-meta/blog-560×292.jpg”/>
<script type=’application/ld+json’>{“@context”:”http:\/\/schema.org”,”@type”:”WebSite”,”url”:”http:\/\/www.bryantcoffey.com\/blog\/”,”name”:”Bryant Coffey Photography”,”potentialAction”:{“@type”:”SearchAction”,”target”:”http:\/\/www.bryantcoffey.com\/blog\/?s={search_term}”,”query-input”:”required name=search_term”}}</script>
<script type=’application/ld+json’>{“@context”:”http:\/\/schema.org”,”@type”:”Organization”,”name”:”Bryant Coffey Photography”,”url”:”http:\/\/www.bryantcoffey.com\/blog”,”logo”:””,”sameAs”:[“http:\/\/www.facebook.com\/bryantcoffeyphotography”,”http:\/\/www.linkedin.com\/in\/bryantcoffey”,”https:\/\/plus.google.com\/+Bryantcoffeyphotography”]}</script>
<!– / Yoast WordPress SEO plugin. –>You should contact at concerned plugin’s support thread.
Forum: Fixing WordPress
In reply to: Messed up the redirect url# 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 WordPress
In your root directory of domain the .htaccess should contain
RewriteBase / as RewriteBase wordpress/Forum: Fixing WordPress
In reply to: how do I make my site go live?No plugin.
Just follow from Step 6 mentioned in Moving a Root install to its own directory
Forum: Fixing WordPress
In reply to: how do I make my site go live?Hello courton,
You can display your site at your domain.
Kindly follow the WordPress guide https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: I can't access my websiteAren’t you able to login to wp-admin?
If so then you can get/see your login access by opening wp-config.php file.
Forum: Fixing WordPress
In reply to: Redirect Loop on admin login pageCan you rename your .htaccess to .htaccess.old and try?
Forum: Fixing WordPress
In reply to: Cannot login since update 4.2.1 – no login form just messageFerdiax, https://citybuiltbyfear.com/ is a parked domain.
Can you try disabling that plugin?
Forum: Fixing WordPress
In reply to: 4.2 update results to a blank dashboardipavaigo,
Please list the plugins you do have.
Also look for the outdated plugins.
Outdated plugins use deprecated codes which cause conflict in PHP.
You can check activating the plugins 1 by 1. Whichever plugin activation brings back the error, do not use that plugin until they release their compatible version for current WP version.
knet,
Does your Plugin information page enable you port 443?
Are you using SFTP?
This issue is mostly related with Webhost.
Also I have noticed SSL issue on your domain.
Please check:
https://sslcheck.globalsign.com/en_US/sslcheck?host=www.ebootis.de
https://www.sslshopper.com/ssl-checker.html#hostname=https://www.ebootis.de/
https://ssltools.websecurity.symantec.com/checker/views/certCheck.jspI recommend you to fix/update your SSL with SHA2 algo and disable SSLv3. Your Server is vulnerable with this SSL. Update your SSL.
Instead of HTTPS WordPress from your webhost, you can use a WordPress HTTPS plugin. This will solve your issue.
Link your site please.
Forum: Fixing WordPress
In reply to: Cannot login since update 4.2.1 – no login form just messageNo, your front end too doesn’t display anything. I see a blank page.
Forum: Fixing WordPress
In reply to: 4.2 update results to a blank dashboardCan you deactivate all plugins from phpmyadmin or renaming plugins folder under “wp-content” to “plugin.old”?
Check after deactivating your plugins.