roy360
Forum Replies Created
-
Hey Dima,
Yes, I’m using the free version now. Here’s an example of 1 of my products:
It’s assigned attributes:
– Bore Size: 3.1, 3.2, 3.3
– Pressure: 330, 400
– Base Material: A, B, C, DWhen I select bore size 3.1 and pressure 330, I see ALL EIGHT of my Base Materials in the dropdown filter, however, only 4 are assigned to this particular product. When I go to the Base Material dropdown, it shows all 8 materials, I want it to only show the 4 assigned to the product. Is that doable?
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search not working with apostropheDo you have an email? I can show you the website and how the plugin is working.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search not working with apostropheNo, the default search works fine. But I only want to search “Listings” which is what brought me to your plugin.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search not working with apostropheThanks for the reply!
Very confused on how to set this up for the apostrophe. All this is doing is searching “Listings”. When I search “Helen” I get the “helen’s bakery” search result.
When I search “Helen’s” with an apostrophe, I get nothing back. Even though the listing is, “Helen’s” with an apostrophe.
Taxonomy? Meta field? These don’t seem to make sense when I go to add them.
Forum: Fixing WordPress
In reply to: Site working great for weeks..then…Thank you, that’s good advice.
Forum: Fixing WordPress
In reply to: Site working great for weeks..then…Bulletproof Security rewrote my .htaccess file completely.
Stay away folks! that scared the crap out of me.Forum: Fixing WordPress
In reply to: Site working great for weeks..then…Your a life saver, thank you so much!
Forum: Fixing WordPress
In reply to: Site working great for weeks..then…Turns out I cannot do a lot of things including update my users.
I have searched the internet attempting various fixes but nothing it working.I am using pretty permalinks and I hear this may be the issue. However I’ve deactivated them and that did not work. Also tried deleting all my saved drafts in my phpmyadmin b/c I read that can cause an “infinite loop”…nope didn’t work.
Anyone else ever have this happen? I’ve downloaded “Whos Online” and “Bulletproof Security” and a couple Facebook plugins. I have deactivated them all though…
Clicking “Drop-Ins” under Plugins also causes the 404 error.
I’m also seeing now that my Jetpack Site Stats graph will not finish loading.Forum: Fixing WordPress
In reply to: Site working great for weeks..then…By the way, “Use as Featured Image” is something built into my theme I believe, it puts the main image on the home page for each post.
When I click “Use as Featured Image”, it simply boots me to the top of the window and nothing happens at all.
Forum: Fixing WordPress
In reply to: Changed Root Directory – Messed everything upUpdating functions.php with:
update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);worked, thanks.
Forum: Fixing WordPress
In reply to: Changed Root Directory – Messed everything upChecking out those posts you linked now.
FYI: I do NOT have access to the dashboard and the CSS file link is hard coded as: <?php bloginfo( ‘stylesheet_url’ ); ?>, so don’t see a problem there.Going to attempt to change my functions file to edit the URL.
Forum: Installing WordPress
In reply to: Cannot access my blog via URLThank you Coolbryan!
It works!Forum: Installing WordPress
In reply to: Cannot access my blog via URLCode of the .htaccess file:
### Begin - Inserted by Miva Merchant DirectoryIndex index.htm RewriteEngine On RewriteRule ^mm5/admin.mvc? - [L] RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^product/([^/.]+).htm$ /mm5/merchant.mvc?Screen=PROD&Product_code=$1 [L] RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^category/([^/.]+).htm$ /mm5/merchant.mvc?Screen=CTGY&Category_code=$1 [L] RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^([^/]+)/([^/.]+).htm$ /mm5/merchant.mvc?Screen=PROD&Category_code=$1&Product_code=$2 [L] RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^([^/.]+).htm$ /mm5/merchant.mvc?Screen=$1 [L] RewriteCond %{HTTP_HOST} !^www.omarcoffee.com$ [NC] RewriteRule ^(.*) http://www.omarcoffee.com/$1 [L,R=301] ErrorDocument 400 http://www.omarcoffee.com/index.htm ErrorDocument 401 http://www.omarcoffee.com/index.htm ErrorDocument 402 http://www.omarcoffee.com/index.htm ErrorDocument 403 http://www.omarcoffee.com/index.htm ErrorDocument 404 http://www.omarcoffee.com/index.htm ErrorDocument 500 http://www.omarcoffee.com/index.htm ErrorDocument 501 http://www.omarcoffee.com/index.htm ErrorDocument 502 http://www.omarcoffee.com/index.htm ErrorDocument 503 http://www.omarcoffee.com/index.htm ### End - Inserted by Miva MerchantForum: Installing WordPress
In reply to: Cannot access my blog via URLWell, we deleted it and this caused a blank screen with text saying we do not have permission.
Forum: Installing WordPress
In reply to: Cannot get this to workJust called GoDaddy, apparently the IP Address setup with my DNS was wrong and they had me add a new one in, hopefully this fixes the problem.
Thanks ClaytonJames