pslarsen_wp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Capture address after closing payment windowsAnyone?
Hi Nastia
Thanks for a fast response – much appreciated!
So I can get the subscribe form up, but the formatting is terrible and not the same as if I include it as a widget in, say, the sidebar.
I would love to disable my plugins and provide you with some feedback, but last time I did that I had to recover my entire page and I was down for a long time which gave a lot of customer problems.
Kind Regards,
PeterForum: Plugins
In reply to: [Awesome Surveys] "Submit Reponse" not workingHi Will..
Oh that’s just fantastic – it worked when I changed theme and then I understood what was wrong:
When I initially selected the theme I removed everything from the footer.php to get rid of the horrible footer. Everything worked perfect until your last update – however the mistake was mine!!
I forgot to leave
<?php wp_footer(); ?>
in the footer.phpNow I have included it and it works perfectly.
Thanks for such a fast reply – I love your awesome plugin!
Br, Peter
Forum: Plugins
In reply to: [Awesome Surveys] "Submit Reponse" not workingWell it seem to be working if I remove the disabled=”disabled”, but then the reponse message does look creepy. But its a solution and its better than nothing.
So this plugin generates the survey page that I linked so I dont have direct access to the html code.
Can any of you guys tell me how I find this code so I can remove this “disabled” part from it?
Can I find it using ftp?
Br, Peter
Forum: Fixing WordPress
In reply to: Adobe index.htm file – how do I link it to a wp page?So I found the solution to this, just:
http://www.mysite.com/wp-content/uploads/presentation_1/index.htm
That worked. This content should however be for registered members, so I was trying to use the paid membership pro plugin.
The plugin makes use of this code:
<!--?php if(pmpro_hasMembershipLevel('12')) { ?--> //Place your HTML or PHP code here if the user is in the required membership level ... <!--?php } ?-->so I convered my index.htm to index.php using this site here:
http://www.andrewdavidson.com/convert-html-to-php/and added the code as I have done it before using a PHP embed.
It does however not work. Is this because ‘pmpro_hasMembershipLevel’ function does not work in the uploads folder?
Kind Regards,
Peter