idpweb
Forum Replies Created
-
I found the problem. It was user error.
One more thing I just noticed … on the old site there is WP FullCalendar in the settings on the backend. The new site doesn’t have that.
Forum: Plugins
In reply to: [RestaurantPress] Food Images not wantedI am trying to remove the food images as well but do not see an option to disable the featured image.
Can you please advise?
Thank you.
i’m unable to access admin or front end anymore …
the owner is searching for ftp info.
Here is the original code … https://pastebin.com/Yb6n5Z60
The only difference is
if ( get_magic_quotes_gpc() ) { $_POST = array_map( 'stripslashes_deep', $_POST ); $_GET = array_map( 'stripslashes_deep', $_GET ); $_COOKIE = array_map( 'stripslashes_deep', $_COOKIE ); $_REQUEST = array_map( 'stripslashes_deep', $_REQUEST ); }
I copied the old code and pasted it in admin editor but every time I tried to save I kept getting the error.
It doesn’t contain the code and I added the code at the end of the file.
I added this code:
add_filter('widget_text', 'do_shortcode');
Thanks so much!
Thanks for taking a look at this …
I added the code at the end of this file and deleted it.
Here is what is on line 2266 …
<?php _e( 'Use the information below or try to seach to find what you\'re looking for:', 'pinboard' ); ?></p>
The code I added was at the bottom of the page … I have no idea what the problem is.
The side is dead because of this now …
Thanks so much.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Changes not being displayed.I don’t have a cache plugin.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Changes not being displayed.I cannot figure out how to do this. Can you provide more detail?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Changes not being displayed.I’ve cleared the broswer cache to no avail. Is there a wordpress cache that needs to be cleared?
The form seems to be working perfectly except for the fact that my changes don’t show up. All other changes I make to the site show up, just none to the form.
I’ve even deleted the forms from the plugin and it still shows on my site.
I opened up a browswer that I hadn’t viewed the site in and the form still shows up – even after I deleted it from the plugin page.
I really appreciate any help in getting this resolved ASAP.
Thanks.