rmsilver7
Forum Replies Created
-
Then why does the first line of your troubleshooting in the plugin say:
If you do not see shipping rates in the cart or have issues creating shipping labels then:
And why don’t you have anything noted in the settings for where you pick the label size in the drop down that it’s only for the Pro Version? You have that notice all over the rest of the page?
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Variations get shown twice@xootixsupport I have double checked on three different browsers (Chrome, Safari and Firefox) and all three show the City Heart variation twice. Chrome is my main browser, but the other two have not visited that page on my site before. I also did a private browser on Chrome and it sill showed it twice. Please see this screen shot: https://rmagtqe-my.sharepoint.com/:i:/g/personal/riika_silver-logic_com/EQ5zeyrNvy1JnCwb47ON27kBiYICblI1d-C6Q9YPg9pIdA?e=VBiVj8
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Variations get shown twiceHello-
I am having this same issue and I applied the piece of CSS @xootixsupport provided and it made no difference. I was also using your add to cart popup box and it was doing it in there (I disabled testing to see if having both active were the issue for some reason). Can test here: https://www.silver-logic.com/shop/arizona-state-home-decal/
Thanks,
RiikaForum: Plugins
In reply to: [WC Fields Factory] Price Will Not Change When Using Field RulesI decided to switch to it using the built in variations for another reason, but you should still recreate the issue I was seeing as I think it was a bug. I am no longer using the plugin currently.
Nope 755 wouldn’t work. I don’t believe this server has SuPHP enabled on their server.
Thank you for the quick response! I started turning off plugins and after a couple it dawned on me that maybe it was a folder permission issue for the “thumbs” folder. And guess what, it was. Once I CHMOD that folder to 777 it generated the thumbnail just fine.
Thanks!
Forum: Fixing WordPress
In reply to: Blog… how do I show comments without clicking on “more info”You could pull the code from the single.php template file in your theme and add it to the index.php file where you want the comments to show up. But that will display all comments. Maybe you can use the loop feature to only show x-number of comments? Check out the codex.
Forum: Fixing WordPress
In reply to: Blog not viewing properly in IE ExplorerCross browser compatibility is what most designers spend a good bulk of their time on since all browser show things differently. You are going to have to work on your HTML/CSS so that it works for all broswers. I usually make a change and then check how it looks in both FF and IE, adjusting as needed.