Forum Replies Created
-
AuthorPosts
-
Aurélien PIERRESpectator
omomstallning, you shouldn’t post such information in public mode. Your log file contains IP, emails, personnal data and PayPal ID…
Aurélien PIERRESpectatorAdding 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 #52512Aurélien PIERRESpectatorIt 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 #52510Aurélien PIERRESpectatorOk, 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.
Aurélien PIERRESpectatorOk, but how can I make this (What are the right shortcode, the right parameters etc.) ? Is it possible with free membership ?
Aurélien PIERRESpectatorThe 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 #49881Aurélien PIERRESpectatorI 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 #49880Aurélien PIERRESpectatorHi,
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 #49878Aurélien PIERRESpectatorThanks.
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 #49875Aurélien PIERRESpectatorAny 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 #49874Aurélien PIERRESpectatorIt 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 , ,
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 #49873Aurélien PIERRESpectatorOk, “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 #49872Aurélien PIERRESpectatorLook 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.
-
AuthorPosts