Sho-Down
Forum Replies Created
-
Nevermind, I just deleted the css line and everything looks good. Thanks sumobi!
Ah I see them too in Firefox but not in Chrome. Did some digging with inspect element and found the problem:
input { -webkit-appearance: none;
What does that need to be set at? Radio?
I just upgraded to WordPress 3.7 to make sure that wasn’t the issue, but I still do not see the radio buttons or check boxes for variable pricing.
Sorry for the double post, for some reason when I post something in a plugin’s forum it doesn’t show up and I thought it didn’t go through.
ACTIVE PLUGINS:
Contact Form 7: 3.5.4
Contact Form 7 Leads Tracking: 1.0
Easy Digital Downloads: 1.9.4
Post UI Tabs: 1.1.0
Share Buttons by AddToAny: 1.2.7.9
Shared User Table Roles: 1.0
WordPress Importer: 0.6.1
WP-PostRatings: 1.77
Yet Another Related Posts Plugin: 4.1.1Forum: Fixing WordPress
In reply to: Share comments between 2 WordPress sites (same database)I already found the solution and unfortunately it involved hacking the core lol. I know it’s not good but this is the only way I could find to share comments between 2 installs and I google’d for days. I didn’t take anything out, I just added 2 lines ??
Forum: Fixing WordPress
In reply to: Share comments between 2 WordPress sites (same database)I found something that works good enough. On my mobile site (2nd wordpress install) inside the wp-includes folder, I edited the file wp-db.php above line 818 (probably can put it anywhere though) and put this code:
$tables[‘comments’] = ‘wp_comments’;
$tables[‘commentmeta’] = ‘wp_commentmeta’;Now when I comment on my desktop site, the comment also shows on mobile site and vice versa. Only problem is if you delete a comment the total comments number will not reflect it. I also noticed some comments on the mobile site (2nd wordpress install) weren’t showing up. It’s the only way I found to do this so it’ll have to do ??
I only use PayPal Express Checkout and I’ve disabled e-checks. That brings up another question though, what if someone pays offline through Western Union or money order, with EDD can I (the admin) create and send out download links to these buyers?
Back to #2…with my current cart system, for example, if you check the box for a “Basic License” and check the box “Track Separation”, you check out through PayPal and then receive an e-mail with the download link to the Basic License and a note for the Track Separation purchase that states “Track Separation will be manually e-mailed to you within 48 hours”. So the e-mail looks like:
Thank you for your purchase, blah blah download it below:
1. Basic License Download Link – KeepYou_Hook.wav
2. Track Separation – This file will be e-mailed to you within 48 hours.Forum: Networking WordPress
In reply to: Please help me set up a network, redirect problemsI don’t understand why multisite still wouldn’t install correctly when the plugins are disabled. I noticed when I installed a network on a fresh WordPress, it creates wp_2 entries in the database (or something like that). Trying again on my already set up WordPress site with plugins disabled, I do not get those entries. So it’s like the install isn’t finishing, maybe that’s why I sometimes get the blank page on network.php
define('SUBDOMAIN_INSTALL', false);
= error establishing connection
define('SUBDOMAIN_INSTALL', true);
= redirect loopAny idea which plugin could be causing the issue? Here are the ones I have installed:
All In One SEO Pack
Contact Form 7
Contact Form 7 Leads Tracking
Google XML Sitemaps
My favorite posts
Really Simple CAPTCHA
Register Plus Redux
Relevanssi
Simple:Press
Wordpress Thread Comment
WP-PostRatings
Yet Another Related Posts PluginForum: Networking WordPress
In reply to: Please help me set up a network, redirect problemsSo I dropped (deleted) the entire database, deleted all WordPress folders and files, uploaded/installed clean WordPress 3.5.2 and ran the Network install and it WORKED.
So does that mean there’s some weird stuff going on in my database from a plugin that was causing the redirect?
Forum: Networking WordPress
In reply to: Please help me set up a network, redirect problemsI’ve definitely researched those but this isn’t a basic case. The mobile theme I purchased has it’s own WordPress admin settings, so a simple detect plugin+switch theme wouldn’t work because it wouldn’t activate the theme with my custom menu, settings, etc. The mobile theme I bought specifically states that it has to be on it’s own copy of WordPress.
I was going to create a network so I could tie in my user database and plugins so it’s more seamless…but holy cowwww what a headache it’s been so far lol.
I’m thinking it has something to do with the httpd.conf file having the virtual hosts section commented out, something in there needs to be changed and that’s what I’m currently Googl’ing.
Forum: Networking WordPress
In reply to: Please help me set up a network, redirect problemsWell I got rid of the white blank page after clicking “Install”, it took 45 seconds and then finally showed the page with the stuff to add to wp-config and htaccess. Still redirects to https://riptest.info/wp-signup.php?new=riptest.info though.
WP-CONFIG
/* Multisite */ define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'riptest.info'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */
This in .htaccess
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
If I change
define('SUBDOMAIN_INSTALL', true);
to false then I get Error establishing a database connection. Does anyone have a CLUE what the problem is? This is ridiculous.Forum: Plugins
In reply to: [Register Plus Redux] Security Bug?That was on the old version of Register Plus. Check the dates at the bottom “2011.11.25 – found vulnerabilities”, it was back in 2011.
I’m rolling back to 2.0 as well, I worked hard to get the #1 spot for a certain keyword so I don’t want to screw that up. Can’t believe this isn’t fixed yet, seems like a pretty big problem wouldn’t you think?
Forum: Fixing WordPress
In reply to: Database backup doesn't match size shown in phpmyadminYea I figured it could be all the comments, lines, etc in phpMyAdmin but 20 MB worth worries me. I’m sure it’s fine though, thanks for the reply Rank.
Forum: Fixing WordPress
In reply to: Database backup doesn't match size shown in phpmyadminAny one know? I just did another database backup, in phpMyAdmin it says the size is 80.0 MiB but when I use Putty to backup the database, the size of the sql is 60 MB.