postjoe.com
Forum Replies Created
-
I am using only the default editor for blog posts. The theme also uses Bakery Builder, however that is not used for the blog posts.
Forum: Networking WordPress
In reply to: Export Single Site from MultisiteBet thanks for the suggestions. Manual migration works in a pinch, but it’s tedious. Especially with newer themes and plugins the manual option often does not take everything needed with it. For example slide shows.
BackupBuddy does not appear to have documentation specific to this, any chance you’ve got a link to something I could poke at?
Forum: Plugins
In reply to: [Contact Form 7] Style File Upload Button and FieldAny word on this? After searching for hours, it looks like no one really has an answer for styling the file upload input and input text in contact form 7. How is this possible?
I am getting 404s on the events page. And past events are now 404s too. How did you fix this issue?
I am getting 404s on the events page. And past events are now 404s too. How did you fix this issue?
The issue with “galleria” being missing is ongoing. De-activating “galleria” in the plugin settings stopped the error from appearing. BUT this issue should be fixed, or instructions should be included with the plugin installation.
Forum: Fixing WordPress
In reply to: Visual Editor: Not working in WordPress 3.5Visual and Text Editor Bug also in MU installations: AJAX is busted. “Use Google Libraries” plugin corrected the issue multi user installation.
thanks for the reply. it’s appreciated. it’s a good plugin but with a couple additions it could be the best quote rotator: multiple instances of the widget, with the ability to call specific IDs. No current quote rotator can do this.
Forum: Fixing WordPress
In reply to: Tmp Folder Hacked Used to Upload Malicious ScriptsThanks for all the replies!
It turns out upon investigation with my host (godaddy) that one of my many wordpress sites which was used for dev. work was hacked via the famous timthumb.php. This was not immediately obvious because the site that was hacked was not in current use, and the theme in question (Nova, of Elegant Themes) was not active. The hackers left some traces in at root level in x.txt. Apparently, having called a so far unknown script and the wp-mail.php…
Any ideas how to make sure my database is clean?
Forum: Fixing WordPress
In reply to: Tmp Folder Hacked Used to Upload Malicious Scripts@MicheyRoush
Probably the server’s tmp folder, the fold in question is required for the image uploads to work.
Forum: Fixing WordPress
In reply to: Tmp Folder Hacked Used to Upload Malicious ScriptsThanks for the response. The temp folder is used by WordPress and it is essential for the image uploading of WordPress to work. Is there another way to get images to upload that does not use this temp folder?
Forum: Fixing WordPress
In reply to: IE 8 border radius hackI thought I would share my method for installing CSS3 PIE in WordPress Themes. This method has worked pretty well for me:
In your theme functions.php add:if ($wp_ver >= 2.8) include(TEMPLATEPATH . '/includes/widgets.php'); function my_render_css3_pie() { echo ' <!--[if lte IE 8]> <style type="text/css" media="screen"> #featured .your-container-name { zoom=1; behavior: url('.trailingslashit(get_bloginfo('template_url')).'js/PIE.php); } </style> <![endif]--> '; } add_action('wp_head', 'my_render_css3_pie', 8); ?>To the theme files you will upload a file. I called mine “js”. for all the PIE files. PIE_uncompressed.htc, PIE_uncompressed.js, PIE.htc, PIE.js and PIE.php. I am not sure how many of these besides PIE.php are essential but I included them all and it works which is good enough for me. Also, this method does not require that you add anything to your header and is portable because it does not require a hard coded path to the PIE files. Hope this helps someone as much as it helped me. Where I have: #featured .your-container-name you would replace this with all the CSS containers that need PIE to look right, separated by commas.
Forum: Plugins
In reply to: [SS Downloads] [Plugin: SS Downloads] Nice, but too spotty@paulzag, thanks for the response.
you have a point, this is a case where a client wants this behaviour and I need to make it happen. That said, the plugin basically already does what I want it to do. After the email address is input/submitted the page refreshes to show the download link. The user then has to click again to get the information. I want to eliminate this second click. The method you describe is essentially what we had before: Using cformsII we would take the form submission and push the user to a download page, this was basically a modified confirmation page. This method stopped working because of an issue with W3 SuperCache. Regardless, the method you describe still makes the user click twice for the download.
Forum: Plugins
In reply to: [SS Downloads] [Plugin: SS Downloads] Nice, but too spottyThe plugin does what it’s supposed to (THANK YOU) but I am wondering if there an is an easy way to start the download of the file immediately after a valid email is entered, rather than having to wait for the page to refresh and then clicking a second time. Seems like having to click twice is a bit much when it’s only a single file. If there were multiple files on a single page it would be perfect.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Causing Errors in WPMUSorry about the lack of details… See below:
Warning: Invalid argument supplied for foreach() in
/html/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 591
Warning: Invalid argument supplied for foreach() in
/html/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 646
Warning: Cannot modify header information – headers already sent by (output started /html/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php:591) in /html/wp-includes/pluggable.php on line 866