Forum Replies Created

Viewing 10 replies - 166 through 175 (of 175 total)
  • Plugin Author Tony Archambeau

    (@funnycat)

    As I’m concerned I’m French. I made it possible to change the language through poedit. If you are familiar with it, you just have to add your .mo file on the “languages” folder. But few people are familiar with such a thing (even myself several weeks ago). So, I’m very interesting by your translation to add it directly on the www.ads-software.com for everybody.

    Basically, in the current version of this plugin you need the translation of the folowing terms :

    • Pages
    • Posts by categorie
    • Category

    In the following version there will be new way to customise the plugin. So, I’m glad if you can help me with the Dutch translation of these terms:

    • Pages
    • Posts by categorie
    • Category: %1$s
    • Please choose how you want to display the posts on the sitemap.
    • %1$s: title of the post.
    • %1$s: URL of the post.
    • %1$s: The year of the post, four digits, for example 2004.
    • %1$s: Month of the year, for example 05.
    • %1$s: Day of the month, for example 28.
    • How to display the posts

    Can I contact you for some Dutch translation for further development on this plugin?

    Thanks again.
    Have a great day.

    Plugin Author Tony Archambeau

    (@funnycat)

    Hello.
    It’s not currently possible to limit the sitemap with a kind of “exclude” but it’s a great idea.
    I will try to add this a new version of the plugin.
    Thanks for this idea.

    Plugin Author Tony Archambeau

    (@funnycat)

    Hello.
    Thanks for this question. I haven’t think about that when I designed this plugin, but it can be an idea to improve it.
    So the short answer is “no”, it’s not possible to change the way the posts are sorted, except if you want to modify the source code of the plugin.
    I can add that functionality in an update of the plugin.

    Hope that help.

    Hi.
    Let’s see a couple of things.

    First of all, don’t worry you will not have any trouble of compatibility issues with WP 3.5 and WP Analytics Tracking.
    The main purpose of this plugin is to let you easily add any HTML code you want on all your pages. So it’s perfectly designed to add the Google Analytics Tracking code.

    I know a solution to track the click on a single link with Google Analytics. Basically, here is the idea :
    1- Create an event in your Google Analytics interface
    2- Get the ID of this event
    3- On your WordPress page (or post), use the editor in HTML mode (tab on the upper right hand corner).
    3- Add for example this following code for one link (adapt the URL with the URL of your choice) :
    <button onclick="window.open('https://www.google.com/');_gaq.push(['_trackEvent', 'nbr-clic', 'click-button1']);">link</button>
    This code is a button. When you click on it, it opens a new windows in javascript and you trigger the Google Analytics event.

    I haven’t tried it, but you may also try this code :
    <a href="https://www.google.com/" onclick="_gaq.push(['_trackEvent', 'nbr-clic', 'click-button1']);">link</button>
    This code is a “normal” link. But I don’t know if the Google Analytics event is properly triggered.

    I don’t think it is possible to automatise this process for all your link.
    Hope this answer helped you.

    Plugin Author Tony Archambeau

    (@funnycat)

    Hi.
    Unfortunately this does not work yet for custom post types (cf. the FAQ).
    But I’m working on it to try to add this feature on a next version.

    If you want this feature soon, contact me, I will be able to recommend you a web agency that will be able to develop it sooner that I do.

    If you have any other ideas for the plugin, don’t hesitate to tell me.

    Thanks.

    Plugin Author Tony Archambeau

    (@funnycat)

    Mark this as “resolved”. ??

    Plugin Author Tony Archambeau

    (@funnycat)

    The problem is fixed. Don’t download the new version of the plugin (cf. 1.0.3) if you want to keep your own version (with the date).

    Thanks again for your feedback.

    Plugin Author Tony Archambeau

    (@funnycat)

    Oops, I’m the developer of this plugin and I realize I made a mistake with the translation. Don’t worry, you will not have anymore trouble if the plugin is updated because I will fix this quickly. Probably in a couple of hours.

    You also had a good idea to remove the day to appear. I will upgrade the plugin to add this features. I will try to work on this feature this week-end.

    Thanks again for this feedback. Nobody before you told me I made a mistake.

    Plugin Author Tony Archambeau

    (@funnycat)

    Oh, I didn’t expected this result.
    Could you please replace temporary in your file wp-config.php the line following line:
    define('WP_DEBUG', false);

    By this code:
    define('WP_DEBUG', true);

    This will enable the debug mode. Once you did it, could you tell me the error you will get.

    Just as an information, how many pages/posts do you have?

    I built several sitemap with this plugin and it always worked fine. I will investigate the code to find the bug. Thanks in advance for your patience.

    Plugin Author Tony Archambeau

    (@funnycat)

    Hello, I’m the developer behind this plugin.
    Sorry about that. Just before to sent the first release, I renamed all functions and I forget to change this line.
    I juste fixed the bug on 1.0.2 version.

    Please, feel free to test again this plugin. Don’t hesitate to give me some feedbacks about the plugin.

    Thanks again to report this bug.

Viewing 10 replies - 166 through 175 (of 175 total)