Quantcast
Channel: Topic Tag: xml | WordPress.org
Viewing all 3160 articles
Browse latest View live

feedsapi on "[Plugin: RSS Post Importer] directly import in woocommerce as product"

0
0

Hey Smartdev,

Thanks for reaching out, please follow up via email for us to discuss your use case and see how we could implement that feature for you, and know the requirements for your use case... this sounds interesting. Thanks

Cheers


dendis84 on "Calendar plugin to print"

0
0

Wouldn't it be possible for a plugin to take the tabular information and export them in the order you want in a text file? Something like:

<Date>. <Time>. <Title>. <Description>. <Location>. <Cost>.

Which might read:

2/2/2016. 10am. Community Cupcake Festival. A family-friendly fundraiser for local arts programs. Village square. $5.

At that point you'd probably want to do some find & replace in Word and some other cleanup, but it wouldn't be too bad.

Andrew on "Calendar plugin to print"

0
0

Yes as long as there's a standard structure that you and all other people follow for creating your WordPress calendars in Microsoft Access. Otherwise the issue is that the plugin won't know where to look and how to handle the data.

dendis84 on "Calendar plugin to print"

0
0

Thanks Andrew. I'm actually hoping to use one of the various Wordpress calendar plugins to host our online calendar and leave Access behind. Do you know if there are any calendar or export plugins that would accomplish what we outlined above?

Claudio Sanches on "[Plugin: WooCommerce PagSeguro] CPF e dados do cartão não é enviado via XML"

0
0

Os dados do cartão são enviados até.
Aqui:

  <creditCard>
    <token>4f69c78d290c422a9223317abc874d63</token>
    <installment>
      <quantity>0</quantity>
      <value>25.00</value>
    </installment>
    <holder>
      <name><![CDATA[]]></name>
      <documents>
        <document>
          <type>CPF</type>
          <value></value>
        </document>
      </documents>
      <birthDate></birthDate>
      <phone>
        <areaCode></areaCode>
        <number></number>
      </phone>
    </holder>
    ...
  </creditCard>

Mas o resto não esta indo, provavelmente porque deve ter algum outro formulário na página sobrescrevendo o do checkout transparente.

Me mostre seu site.

elsoar on "Google XML Sitemaps not found"

k0c1 on "[Plugin: České služby pro WordPress] Dalsia aktualizacia"

0
0

Super ďakujem veľmi pekne :)

Jan Štětina on "[Plugin: Types] Error with settings XML import/export"

0
0

Hello hgh001, thank you for bringing this to our attention. I was able to confirm the issue and we'll fix it in the next release.


MasterJuan on "[Plugin: Export WordPress data to XML/CSV] Break Lines at Post/Page/Product content breaks CSV file"

0
0

Hello,
I found a very strange/annoying problem. When I export my data in order to see the structure which I must use in order to import data at the same fields, I noticed that when I import the .csv file to excel it's a mess.

This mess is caused by break lines inside the content field. For it's break line inside the post/page/product content the exported .csv file builts a separate row. This is totally wrong.

Somehow it should strip break lines!

So if the content is:
"Lorem Ipsum is
simply dummy text of the printing
and typesetting industry."

My CSV file produces 3 separate rows. Let's say i had two fields, ID and post content.
The above will be like this

ID                                        Post Content
1                                          Lorem Ipsum is
simply dummy text of the printing          and typesetting industry.

The correct format for the above example should be:
"Lorem Ipsum is simply dummy text of the printing and typesetting industry."
without break lines.

https://wordpress.org/plugins/wp-all-export/

WP All Import on "[Plugin: Export WordPress data to XML/CSV] Break Lines at Post/Page/Product content breaks CSV file"

0
0

WP All Export wraps content that contains characters like commas and newlines in double quotes. This is common practice: https://en.wikipedia.org/wiki/Comma-separated_values#General_functionality

Simple CSV implementations may prohibit field values that contain a comma or other special characters such as newlines. More sophisticated CSV implementations permit them, often by requiring " (double quote) characters around values that contain reserved characters.

Here's a screenshot of exported post content viewed in a text editor and in Excel: http://i.imgur.com/HG9fpa4.png

crystalleaver on "Exporting Images in Blog Posts"

0
0

Hi,

I need to export my blog posts for a Hubspot implementation. I go to Tools >Export, and select posts. However, Hubspot needs absolute image urls, and my XML file contains relative image urls. How can I export the absolute image urls?

smackcoders on "[Plugin: WP Ultimate CSV Importer] Tips to trouble shoot wp ultimate csv importer issues"

0
0

These are issues a user may face during the usage of the Ultimate CSV Importer due to the CSV/XML used and the steps to troubleshoot them.

‘Empty Headers’ in mapping section

The issue is due to the improper naming of the CSV/XML. The filename should not contain spaces or any special characters. You can separate each word of your file name with hyphen(-) or underscore(_).

Inline image remaining as a shortcode

The inline image with shortcode will not be imported, if they are not properly imported. The website will render the shortcode as just text. To populate the images in shortcode, follow these steps during import.

- Enable “Advanced Media Handling” in file upload section.
- Upload the zip containing the images. The image name should be similar to the name mentioned in the shortcode of your CSV/XML file .
- Enable “Insert Inline Images” in import configuration section.

‘post_date’ Format compatibility

Different countries across the globe follow different date formats. We use standard PHP functions to transform the date String into meaningful date. The PHP function transforms the date based on the format set when the file is created.

If in case the date does not fit into any of the standard format used across the globe or any part of the date string is missing, then current date will be used.

Zero byte File and Disabled Upload Button

The issue is due to the low “upload_max_filesize” in php.ini settings of your server. The minimum size should be 2M, To import file with large number of records you need to increase it further.

Increasing “upload_max_filesize”

To increase the "upload_max_filesize" you can either overwrite the value in custom php.ini or you can get support from your hosting provider.

Blank page shown in mapping section

Black page in the mapping section will be shown due to the low ‘memory_limit’ or ‘post_max_size’ value in php.ini configuration of your server. The minimum memory_limit need to be 99M and post_max_size need to be 10M. If the uploaded file size is huge then you need to increase it further.

https://wordpress.org/plugins/wp-ultimate-csv-importer/

Jan Štětina on "[Plugin: Types] Error with settings XML import/export"

0
0

Hi again, hgh001. We're in a process of debugging this issue. Would you be willing to provide the actual XML file that was causing you problems? If yes, kindly send it to my e-mail address jan.s@icanlocalize.com.

Adeline on "Exporting Images in Blog Posts"

0
0

To get the absolute image URLs, open up the XML file (in your preferred text editor) and do a search and replace for all relative URLs and replace them with the absolute URL.

rohinitundwal on "How to use categories in my Sitemaps ?"

0
0

Hi,

I am not able to use my categories in sitemap.xml. I want to index my categories. I'm using google xml sitemaps plugin but still can't find categories.

please check it once - http://truestatus.in/sitemap.xml


wptit on "How to use categories in my Sitemaps ?"

0
0

Use yoast plugin ,
You can use that plugin to manage sitemap accordingly to you need.

rohinitundwal on "How to use categories in my Sitemaps ?"

0
0

Yeah you are right we can use according to us normally. That's the problem going in my plugin.

I selected -

wordpress standard content

1. Include homepage
2. Include posts
3. Include pages
4. Include categories

All are check but still i can't find categories in sitemap

BigMediaPrints on "[Plugin: Better WordPress Google XML Sitemaps] Cannot generate sitemap index"

0
0

Plugin in question

When I press "click to generate your sitemap index" it takes me to the blog page with a message that says

"Nothing Found
Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."

What am I doing wrong?

took77 on "[Plugin: RSSImport] Custom fields?"

0
0

Can you post the feed-url you are about to import, please!

What custom fields in that feed do you want to use?

thsbde on "[Plugin: Klantenvertellen Reviews] Plugin geeft niet alle resultaten weer"

0
0

Helaas kom ik niet veel verder met uw plugin.

Wanneer ik de XML url van het bedrijf opgeef en indexeer, dan geeft deze aan 28 velden te hebben geindexeerd.

echter is de enige waarde welke ik middels de plugin kan aanroepen %aantalingevuld%

Alle overige velden geven geen waardes terug.

Daarnaast werkt alleen de shortcode [kbp_general]
kbp_loop of kbp_review geven geheel geen output.

Binnen de "configurator" geheel geen aanpassingen gedaan.

https://wordpress.org/plugins/reviews-for-kv/

Viewing all 3160 articles
Browse latest View live




Latest Images