edpirone
Forum Replies Created
-
I have root access but avoid it when necessary. I can get any logs that you would want though.
Hello Rene. I have had the same issues with copying files. I have changed permissions on everything on the site but still nothing. I have tried installing the new version that you linked above and still cannot get the files to copy. Database mirrors fine but the files won’t budge. And it isn’t one file, it is any file. Was hoping you could assist me a little. Thanks.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)Good to know. Ill give that a shot. Thank you. Ill also comment on the berocket board from now on. Thanks again and have a great day.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)So just so I understand, rather than using categories for every term I am using to drill down, I should just use one or two main categories and then add the rest of the values as attributes? If that is the case I will mark this as resolved and re-upload the products. If anything comes up I might pop back in to ask another question. Is there an easier way I can contact you besides here? I don’t want to post my email on the thread as I am sure you don’t either but if there is something I can do in that respect for the future that would be really helpful. Thanks again fro all your help.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)I included a link to a screen shot of my current settings.
https://dl.dropboxusercontent.com/u/5150865/Screen%20Shot%202015-12-18%20at%2011.36.23%20AM.png
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)I have updated the settings to your request so you can take a look. Here is the link again. https://www.nutripaws.com/all-products
Right now when you drill down results the product counts are not updating. Not sure if this is a cache issue or something.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)I turned the counts off because they are unnecessary if this other feature doesn’t really work. Essentially if a count on one filter is 100 and another filter is 50. When I click the one with 100 I assumed the one with 50 would update the count to what is currently available. So I wanted the counts to be updating as you select.
The easiest way to test if it is working would be having the filters that don’t have products to display as none and as you click filters, you would notice other filters start to disappear. Essentially something to the effect of https://www.chewy.com/dog/dog-288?query=USA but they are reloading the page where I assume this one would be ajax and happening live.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)There is still a bug that the product counts are not updating when a filter is selected. Unless this is not a feature of the product. I was hoping that when I drill down results the remaining item counts would update.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)Works for me. I have the paid version. I saw the update this morning but was nervous to pull the trigger.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)Do you have any estimated date on when that will occur? Is it like a 1-2 day thing or a couple weeks?
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Product category count showing (0)I turned the feature off currently. But If I choose to show the product count on the categories, every one of the categories seems to break after the top level ajax filter. So if I have a top filter with 2 options and each options has 150 products, then it will say the count next to them. However, all the ajax filters underneath will show (0) products even though there are products listed with those categories to be filtered. Also, if I click one of them it shows “no results match your filters” which makes no sense because there are a ton of products that match those.
If I turn off the counts and updating filters after a selection is made, it works fine. So it’s almost like there are 2 issues. 1. That the filters updating the count after the selection won’t work and 2. that the counts are incorrect after the top level filter. I assume based on the way it is breaking it would be a javascript bug.
Forum: Fixing WordPress
In reply to: Someone please help. Flash embed links not working in sidebar.phpHad embedded wrong. here is the right way.
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ id=”someID” width=”167″ height=”680″>
<param name=”movie” value=”https://www.plantnj.com/assets/navigation.swf”>
<param name=”bgcolor” value=”#000000″>
<param name=”allowScriptAccess” value=”always”>
<param name=”allowFullScreen” value=”true”>
<param name=”name” value=”someValue”>
<param name=”wmode” value=”transparent”>
<!–[if !IE]>–>
<object type=”application/x-shockwave-flash” data=”https://www.plantnj.com/assets/navigation.swf” width=”167″ height=”680″>
<!–<![endif]–>
<img src=”preview.gif” alt=”Preview”>
<p>Download the flash player</p>
<!–[if !IE]>–>
<param name=”bgcolor” value=”#000000″>
<param name=”allowScriptAccess” value=”always”>
<param name=”allowFullScreen” value=”true”>
<param name=”name” value=”someValue”>
</object>
<!–<![endif]–>
</object>Forum: Fixing WordPress
In reply to: Problems with buttons working with embeded SWFWAS POSTING WRONG FIGURED IT OUT. HERE IS THE CORRECT CODE.
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ id=”someID” width=”167″ height=”680″>
<param name=”movie” value=”https://www.plantnj.com/assets/navigation.swf”>
<param name=”bgcolor” value=”#000000″>
<param name=”allowScriptAccess” value=”always”>
<param name=”allowFullScreen” value=”true”>
<param name=”name” value=”someValue”>
<param name=”wmode” value=”transparent”>
<!–[if !IE]>–>
<object type=”application/x-shockwave-flash” data=”https://www.plantnj.com/assets/navigation.swf” width=”167″ height=”680″>
<!–<![endif]–>
<img src=”preview.gif” alt=”Preview”>
<p>Download the flash player</p>
<!–[if !IE]>–>
<param name=”bgcolor” value=”#000000″>
<param name=”allowScriptAccess” value=”always”>
<param name=”allowFullScreen” value=”true”>
<param name=”name” value=”someValue”>
</object>
<!–<![endif]–>
</object>