Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

Aurélien PIERRE

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • December 13, 2013 at 5:49 pm in reply to: WordPress 3.8.2 Release / Update #59605
    Aurélien PIERRE
    Spectator

    omomstallning, you shouldn’t post such information in public mode. Your log file contains IP, emails, personnal data and PayPal ID…

    December 25, 2012 at 3:32 pm in reply to: PDF Stamper not working with digital variations #42579
    Aurélien PIERRE
    Spectator

    Adding stamping support for [wp_eStore_download_link_sender] would be great.

    Thanks !

    December 20, 2012 at 2:22 pm in reply to: PDF Stamper – text not displayed after downloading stamped file #52512
    Aurélien PIERRE
    Spectator

    It works with WP Minify, by choosing “Combine files but do not minify” option and Method 6 (nozip) option in eStore download manager.

    Thanks !

    December 19, 2012 at 11:40 pm in reply to: PDF Stamper – text not displayed after downloading stamped file #52510
    Aurélien PIERRE
    Spectator

    Ok, you are right. The trouble comes from WP Minify plugin…

    Is there any solution ? All plugins are loading about 20 scripts and 5 stylesheets, so minifying this is mandatory.

    October 29, 2012 at 12:09 am in reply to: Sending file after registration #50602
    Aurélien PIERRE
    Spectator

    Ok, but how can I make this (What are the right shortcode, the right parameters etc.) ? Is it possible with free membership ?

    October 23, 2012 at 10:43 am in reply to: Redirect at restricted content pages #50564
    Aurélien PIERRE
    Spectator

    The same for me !

    When a reader is looking for information in a member-only content, a message advices him to register.

    So he registers, and then, it will be very helpfull to redirect him to the original member-only content. Because it’s probably the only reason for what he registred ;-)

    October 12, 2012 at 1:59 pm in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49881
    Aurélien PIERRE
    Spectator

    I don’t understand…

    Sometimes it runs, sometimes it doesn’t, and it becomes impossible to download the file (page is reloading but no success message).

    And with the ajax form, it returns the name of the sidebar as customer name.

    October 11, 2012 at 8:44 am in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49880
    Aurélien PIERRE
    Spectator

    Hi,

    It’s a problem with my theme. Indeed, the page where I tried to put the squeeze form is a “portfolio” custom post type. So I tried to download the PDF on your test page, no problem. But the problem is ever the same on the original page.

    Doesn’t matter, I will keep the portfolio post as landing page, and I will create another standard page for the download form.

    Thanks for your help,

    Aurélien PIERRE.

    October 4, 2012 at 6:59 am in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49878
    Aurélien PIERRE
    Spectator

    Thanks.

    I checked it but it doesn’t run better.

    The name is always “Sixth Footer etc.”. Moreover, the text is unreadable (letters are mixed).

    Sorry for my mistake. My email is aurelien[a]aurelienpierre.com

    October 2, 2012 at 3:20 pm in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49875
    Aurélien PIERRE
    Spectator

    Any idea to solve it ?

    Thanks.

    September 30, 2012 at 10:01 pm in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49874
    Aurélien PIERRE
    Spectator

    It appears to be a conflict with this piece of code :

    $ts_default_sidebars = array(

    'primary-sidebar' => __('Primary Sidebar' , TS_DOMAIN) ,

    'footer-sidebar-1' => __('First Footer Widgets Area' , TS_DOMAIN) ,

    'footer-sidebar-2' => __('Second Footer Widgets Area' , TS_DOMAIN) ,

    'footer-sidebar-3' => __('Third Footer Widgets Area' , TS_DOMAIN) ,

    'footer-sidebar-4' => __('Fourth Footer Widgets Area' , TS_DOMAIN) ,

    'footer-sidebar-5' => __('Fifth Footer Widgets Area' , TS_DOMAIN) ,

    'footer-sidebar-6' => __('Sixth Footer Widgets Area' , TS_DOMAIN) ,

    );

    $ts_footer_layouts = array(

    array(12) ,

    array(6 , 6) ,

    array(4 , 4 , 4) ,

    array(3 , 3 , 3 , 3) ,

    array(2 , 2 , 2 , 2 , 2 , 2) ,

    array(6 , 3 , 3) ,

    array(3 , 3 , 6) ,

    array(4 , 4 , 2 , 2) ,

    array(4 , 2 , 2 , 2 , 2) ,

    array(2 , 2 , 4 , 4) ,

    array(2 , 2 , 2 , 2 , 4) ,

    array(8 , 2 , 2) ,

    array(2 , 2 , 8) ,

    array(2 , 2 , 2 , 6) ,

    array(6 , 2 , 2 , 2) ,

    );

    /*

    * REGISTER CUSTOM SIDEBARS

    */

    $custom_sidebars = ts_get_theme_option('custom_sidebars');

    $custom_sidebars = !empty($custom_sidebars) ? explode("&" , $custom_sidebars) : array();

    foreach($custom_sidebars as $custom_sidebar){

    $custom_sidebar = explode("=" , $custom_sidebar);

    $ts_default_sidebars[$custom_sidebar[0]] = $custom_sidebar[1];

    }

    /*

    * REGISTER DEFAULT SIDEBARS

    */

    foreach($ts_default_sidebars as $id => $name){

    register_sidebar(

    array(

    'id' => $id ,

    'name' => $name ,

    'before_widget' => '<div class = "widget">' ,

    'after_widget' => '</div>' ,

    'before_title' => '<h4 class = "widget-title">' ,

    'after_title' => '</h4>'

    )

    );

    }

    September 30, 2012 at 9:26 pm in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49873
    Aurélien PIERRE
    Spectator

    Ok, “Sixth Footer Widgets Area” is the name of a sidebar in my theme. I tried to unregister it from the theme, but now, the squeeze form loads without end…

    Here is a list of activated plugins :

    AddThis Social Bookmarking Widget

    AJAX Thumbnail Rebuild

    Akismet

    Contact Form 7

    Jetpack par WordPress.com

    Login LockDown

    MailPress

    Network Publisher

    Post Thumbnail Editor

    Redirection

    Review Ratings (shortcodes & buttons)

    TinyMCE Advanced

    Transposh Translation Filter

    WordPress SEO

    WP eStore

    WP PDF Stamper

    September 30, 2012 at 5:44 pm in reply to: "Sixth Footer Widgets Area" as customer name in PDFStamper + ajax free download #49872
    Aurélien PIERRE
    Spectator

    Look in “Ebook” tab, in the bottom half of the page.

    The shortcode is [wp_eStore_free_download_ajax:product_id:1:end]

    I am using v6.9.1.

    Thanks for your reply.

  • Author
    Posts
Viewing 13 posts - 1 through 13 (of 13 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ