format19
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] URL not working (permalinks)Hi Singcap,
Im sorry to say Im not 100% sure anymore.
I had such a nightmare of a time implementing the SSL cert as it broke a load of things and couldnt get much help from anyone.Come the finish I think you will find it was one of 2 things.
If you have iThemes Security installed disable it temporarily and test, it could have been some option in there.
more likely was the thing that caused a load of probs which was some of the graphics were not being loaded over HTTPS and so the security at that point kept dumping me back to the home page so as to keep me secure.used this site to get a list of all non https content
https://www.whynopadlock.comand then followed these instructions on how to fix
https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warningsI hope that helps ??
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] dynamichidden – Not sending?I think so, I have access to my cpanel hosting?
Forum: Plugins
In reply to: [WP Invoices Ultimate] Custom Meta Boxes not saving in latest version of WP—EDIT—
Ok I’ve stepped the Test site up one version at a time,
The plugin definitely works with 3.5.1
Broken with 3.5.2????
Forum: Plugins
In reply to: [WP Invoices Ultimate] Custom Meta Boxes not saving in latest version of WPI have today been experiencing the same problem (arghhh…. I just got it all working last week but love the plugin)
I have just proved that it is an error with the plugin and WP3.5
I installed the plugin on my test site which is identical to my live site except the WP version 3.3 (live site is 3.5.2)Works perfectly on the test site but no meta boxes saving on live site?
I wonder is there a simple MOD rewrite that might fix the issue?
Forum: Hacks
In reply to: Nested Shortcode – WP-Invoice and WP Print this section half workingHI bcworkz
again thanks for you response…. I have spent another few hours over a few days going over this, I had a good look through the code for the plugin to try and understand it a bit better.I have tried everything I can think of as far as i can see the main code (the function code) and the main code for print this is fine, the only place its not working is on the actual “printable” page this seems to all be controlled by the print-this.php this contains both the php code for stripping out the printable info from the non print info and also the HTML to display on screen.
There is one line where it gets the content using
<?php extract_content(); ?>
It is this line that i think is causing the issue, by using this function it returns the words “[wp-invoice]” instead of treating that as a shortcode and returning the contents of the invoice?Is there any chance you can have another quick look through the code
I have updated the details here
https://www.yourtechally.com/print-this-section-help/There is also a link at the top of the right hand column to the files if thats easier?
I really want to have this working but at this point have spent hours at it, the WP invoice people say its not their problem, the writer of the Print-this section plugin doesnt respond and appears to have given up on the plugin anyway… but I cant find any other product that does this, my only other option is to not have a printable invoice ??
Thanks
MForum: Hacks
In reply to: Nested Shortcode – WP-Invoice and WP Print this section half workingThanks for responding, I have read this a thousand times now over the last few days….. ?? its what every one says, but unfortunately I can not find anywhere to do this in the PHP file ?
I have pasted the code from the PHP file so you can see, https://www.yourtechally.com/print-this-section-help/
I tried line 36
echo do_shortcode($content)
but that didnt workI think it might be further down, line 67
href=”#Print” onclick=”window.print(); return false;”but im not sure what to edit….?
there is no where in any of the code that has $outputThanks
M