arijuki
Forum Replies Created
-
Pingdom is showing what is below. Perhaps you have something in DNS which redirects? Partly those are coming from plugins I assume.
Remove the following redirect chain if possible:
http://web.facebook.com/v2.3/plugins/page.php?app_id=&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbit…
https://web.facebook.com/v2.3/plugins/page.php?app_id&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbit…
https://www.facebook.com/plugins/page.php?app_id&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter.ph…
Remove the following redirect chain if possible:
http://v2.zopim.com/?2leNsGTr1OGO1xym4RjHRAC9AjRAmRHn
http://v2.zopim.com/bin/v/widget_v2.125.js
Remove the following redirect chain if possible:
http://www.aafxtrading.com/about-us/blog
http://www.aafxtrading.com/Can you share a link to your site?
Have you tried Pingdom or GT Metrix to check files which are directed? See waterfall from there.
Forum: Fixing WordPress
In reply to: Site was hacked, now no contentHi,
You are having so called “White Screen of Death”, see e.g. http://www.wpexplorer.com/fixes-wordpress-white-screen/ Google will find a lots of links for this issue.
You are also mixing up database and file structure. In PHPmyadmin you will see the database and tables in it, which you have listed above. All data is stored there.
Wordpress installation folder with all subfolders and files, including wp-config.php, is accessible through CPanel – File Manager. This will show you the folders and files on your installation.
BR
AriForum: Fixing WordPress
In reply to: fast hosts have blocked my website due to wordpress updateHi,
If you personally have no idea what to do (e.g. using FTP), I would contact the person/company that created the site for you. They should be able to help.Forum: Fixing WordPress
In reply to: Render Images SizesHi,
The reason is that by default images are “soft cropped”, meaning that result respects original aspect ratios. If original images are not the same size, final result will vary (e.g. same width, different height).
You can create new custom-image-size with “hard crop” and the image will be exactly the size you specify.
https://developer.wordpress.org/reference/functions/add_image_size/Forum: Fixing WordPress
In reply to: Fatal Error MessageProblem seems to be related to business-directory-plugin. Try to deactivate that through FTP (if Dashboard is not accessible).
Forum: Fixing WordPress
In reply to: Need a plugin for students and tutorsForum: Fixing WordPress
In reply to: Blog Header QuestionHi,
Its coming from file http://ericaobrien.com/blog/wp-content/themes/eo/style.css?ver=4.3.1 and in row 149 you have border-right: 1px solid #f9c4cf;
Is it framework or child theme? You have css files included at least from themes/eo and themes/cleansale.
BR
AriHi,
Have you tried that any emails sent from your server are really being sent? I mean that sending emails is correctly configured and is working. If yes and you have VPS installation, you need to check your DNS settings e.g SPF record – https://en.wikipedia.org/wiki/Sender_Policy_Framework. Emails from unknown domains easily end up categorized as spam.
Especially Hotmail/Outlook has been problematic. Perhaps test some other email address as well.Forum: Fixing WordPress
In reply to: One click to get to blog…Hi,
Have you checked from Admin Dashboard and Settings – Reading that you have page for your Blog (Posts page) set?
In your case the second click is not to Blog main page, but to so called category page (http://www.amybakerwrites.com/category/no-fixed-plans/). It is not showing all posts, only the ones in “no-fixed-plans” category.
BR
AriForum: Fixing WordPress
In reply to: How can I create a category listing page?Handy function of this purpose – https://codex.wordpress.org/Function_Reference/wp_list_categories
Forum: Themes and Templates
In reply to: [Quark] Site title to uppercaseBrowser cache issue 🙁