WordPress asking for FTP to install plugin and theme

Please add following code is missing from  wp-config.php  file;

 

How to INTEGRATION ECOM EXPRESS SHIPPING in Magento

SmartITSolutions Best Development Services Company in Chandigarh, India

Magento and WordPress Ecom Fast Charge integration allows COD functionality to be integrated into the product detail page. Users can easily follow orders using the AWB number.

Key Features:

> Generation clear
> Payment check function on delivery
> One or several AWB number generation
> Generation of single or multiple shipping labels

If you need any help please contact us

How to Quickbooks Integration in WordPress

SmartITSolutions Best Development Services Company in Chandigarh, India

Please contact us for more information on this integration.

Connecting WordPress to Quickbooks has never been easier. With Woocommerece  Integration, creating a connection between WordPress and Quickbooks is easy.

Request export to Quickbooks
Stop entering orders manually today! With our Quickbooks integration, you will be able to export all relevant orders, items and customer data from WordPress – directly to Quickbooks. All order details required for import will be exported to Quickbooks. Custom fields can be added on request.

This integration currently only supports exports to Quickbooks. Import data from Quickbooks into WordPress

FAQ and support

  • Data changes from WordPress are automatically updated to QuickBooks Online
  • Sync products data from WordPress to QuickBooks Online (Stock sync only Available on QBO Plus)
  • Sync customer data from WordPress to QuickBooks Online
  • Sync sales orders, invoices, and credit memos from WordPress to QuickBooks

Please connect us if you need any help regarding this

We will provide u best solutions within low cost?

 

XML Parsing Error: XML or text declaration not at start of entity in wp

DON’T PANIC!

There is a simple solution for this. It doesn’t require some crazy plugin. It doesn’t require hiring a super hacker geek to fix it AND it won’t require hours upon hours of Google’ing for the solution.

Now, if you want to try there are a few possible solutions. You can try:

Reading this helpful article on the RSS Validator site: http://feedvalidator.org/docs/error/WPBlankLine.html
Try the FIX RSS FEED plugin for WordPress (didn’t work for my clients site at all)
Paying someone lots of money [like me WordPress Remove Blank Line From RSS Feed wordpress error on line 2 at column 6: XML declaration allowed only at the start of the document ] to do it for you.
Or you can simply do this yourself. It’s REALLY really simply and only require one file upload and one line of code. I’ll guide you through the whole process.

1) FIRST. Download the following file. http://wejn.org/stuff/wejnswpwhitespacefix.php.

If you’re a geek you can check it for yourself, but I (Piotr Krzyzek) assure you this file is Virus free. If you don’t trust that file, you can download the exact same file from my server which I won’t change at all. So you can 100% rest assure that this file is safe from my server. You can get But if you download it from my server, rename the file from the “.ph” extension to “.php” so that it will work on your server too.

2) After downloading, upload the .PHP file into your WordPress site ROOT directory. This means wherever the wp-config.php file is. Do NOT upload it into the themes folder, NOR the plugins folder. Only the root directory.

If you don’t understand that, it’s ok. Leave a comment or poke me a twitter and I’ll explain it better.

3) EDIT your index.php file and add the following right after the first line:

include(“wejnswpwhitespacefix.php”);

So at the end, your index.php should look something like this:

That’s of course a condensed version of the index.php file and your’s will probably have lots of comments and stuff in it. But the important thing is to add the include code right at the top.

After that, poof!