jeanine55k
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] problems nesting shortcodesI do not have access to the actual ‘code’.. just the shortcode.
it’s an i360 plugin… per the author, it only ‘returns’…
does that shed any light?Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] problems nesting shortcodesPlease excuse my ignorance.. but
how do I ‘post my shortcode’?Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] problems nesting shortcodesoops.. I thought I could insert images… silly me… sorry…
my code…
<p style=”font-weight: bolder;”>Busy Month [i4w_db_FirstName]?
[dynamictext* dynamictext-967 “i4w_db_FirstName”]The result..
Busy Month Jacob?
input field with “i4w_db_FirstName”Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] problems nesting shortcodeshere is a screen shot of my code…
<img src=”https://www.dfymarketingsystems.com/wp-content/uploads/2014/03/test2.png” />Here is a screenshot of the result… Still not working!
There’s gotta be something silly I’m doing…Notice that in my code, the line right above the one in question shows that the shortcode IS infact valid, and shows the output in the results img.
<img src=”https://www.dfymarketingsystems.com/wp-content/uploads/2014/03/test_1.png” />
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] problems nesting shortcodesI have tried this as well with no luck…
[dynamictext* dynamictext-967 CF7_GET key=’i4w_db_FirstName’]Ian Dunn,
Does your plugin still put the file into the normal upload WP location that’s incremented etc? I have it activated and working, but it’s not asking if I want to over-write. It IS actually overwriting.. which is what I want.. I just wasn’t sure if it was supposed to confirm that I want to overwrite…I’m trying to anticipate.. when I get to October, will it put the file in uploads/09/?? where it won’t find a file to overwrite, then start overwriting again?
I hope this makes sense…
That was it.. somehow a “file.php” got put at the top of the file.
THANK YOU SO MUCH! I greatly appreciate your help!
Have a WONDERFUL Afternoon!Since I can’t get into my dashboard at all, am i ok uploading the files via FTP?
Sorry to sound ignorant, I’m rather new to WPIan Dunn,, Below were my modifications
define('OVUP_FILTER_ADDED', true); //JAK NEW custom modifcation for overwrite uploads plugin function wp_handle_upload( &$file, $overrides = false, $time = null ) { // The default error handler. if ( ! function_exists( 'wp_handle_upload_error' ) ) { function wp_handle_upload_error( &$file, $message ) { return array( 'error'=>$message ); } } $overrides = apply_filters( 'wp_handle_upload_overrides', $overrides ); // JAK NEW custom modification for Overwrite Uploads plugin $file = apply_filters( 'wp_handle_upload_prefilter', $file ); // You may define your own function and pass the name in $overrides['upload_error_handler'] $upload_error_handler = 'wp_handle_upload_error';
I can’t even get back into my site dashboard at all.
How do I find version WordPress 3.5.2 to get a fresh install?