mixmastermichael
Forum Replies Created
-
Thanks Oleg! So easy! Thanks so much for replying, I didn’t know about that.
Forum: Plugins
In reply to: [Taxonomy Picker] Search Results no longer appearing…Yeah I think that I had to just de-activate plugins causing a conflict… I don’t exactly remember but I did fix it, the site was for playtime.com
Forum: Plugins
In reply to: [Contact Form DB] Contact Form 7 not saving in databaseyeah, understandable. Hmm… furthermore though, I tried installing this plugin on another site all together yet again, and STILL can’t see any submissions in the plugin’s side like I do in the one that works. It definitly is sending the contact form 7’s form, so not sure what’s going on…. this server’s configuration is this:
System Linux 2.6.32-042stab093.4 #1 SMP Mon Aug 11 18:47:39 MSK 2014 x86_64
PHP Version 5.4.13
MySQL Version 5.5.30Forum: Plugins
In reply to: [Contact Form DB] Contact Form 7 not saving in databaseoh, and here’s the config on that site that’s working:
System Linux boscustweb4906.eigbox.net 3.14.27 #1 SMP Wed Dec 17 21:04:05 EST 2014 x86_64
PHP Version 5.3.13
MySQL Version 5.5.32-logForum: Plugins
In reply to: [Contact Form DB] Contact Form 7 not saving in databaseJust my own personal portfolio site, I’ve used this plugin before successfully on many sites, but this one I’m working with has weird hosting, so my guess is that’s what not allowing it to work?
Forum: Plugins
In reply to: [Contact Form DB] Contact Form 7 not saving in databaseFormost, great plugin. Hmm, I’m running into the same issues… I also added my email for an error log after submission and it didn’t send anything. Could it be server related? This plugin works great on a different installation of wordpress on a different site.
This is the configuration I see on the site.
System Windows NT PHP-3 6.1 build 7601 (Windows Server 2008 R2 Web Server Edition Service Pack 1) i586
PHP Version 5.3.10
MySQL Version 5.5.14Forum: Fixing WordPress
In reply to: Image Crop Feature Not working in wp 3.9.1ended up being a conflicting plugin.
Forum: Themes and Templates
In reply to: Foward / back button on single custom post types not workingFixed this by moving <?php wp_footer();?> to within the body tag. FYI.
ah, that might have been it for me too.. I also have a sticky menu. Good to know.
I did fix it…. what I ended up doing to fix this issue though is just build my own hide/show jquery tab that works on the mobile version instead of what was supposed to come with the theme. Replace the <h3>menu</h3> with something like this, and put the script in the header.
Hmm firebug is not showing any javascript errors… I also tried to just copy over the header from the default 2013 code to see if that works.
yeah, the base “twentythirteen” theme has the mobile menu that works fine.. but I’ve changed so much on this site I don’t think I could go back to it to re-start. I just don’t know the paramaters of what actually makes the twentythirteen theme work
I mean I have the twentythirteen theme on backup as a reference but I cant seem to find what it would be that actually enables it… any ideas?
If not I’ll just make a hide / show jquery but was hoping to just use the feature if it can be fixed.
<?php echo do_shortcode( ‘[anything_slides cat=”ur”]’ ); ?>
This fixed it.
Forum: Fixing WordPress
In reply to: how to add an editor to custom fields in the admin section?found a plugin that does exactly this! Advanced custom fields… you have to know what you’re doing to set it up but it works exactly how I need.