Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. It worked for me awhile ago.
  2. Hi @Electronic Universe Welcome to the forums! Sorry you are having problems. Please create the error_log, if you haven't already. Then see what error messages you get when trying to get the messed up parts to work. https://forums.cubecart.com/topic/51550-how-to-create-the-error-log/ Also, there are quite a few threads on here about problems with the latest upgrade process. They appear to have been fixed in the GitHub beta version, but that won't help you right now. Searching for upgrade should give you some places to be reading while you wait for one of the knowledgeable folks to be online.
  3. Sorry, but I had forgotten that I still have this in my robots.txt as well: Allow: /*page=all Google was complaining that I was blocking a large number of pages, so I added this to my robots.txt after the Disallows.
  4. I'll leave this unresolved for now. We'd appreciate your feedback on how this plugin worked for you, once you've had time to use it for a bit.
  5. That's good - what v6 version were you on previously?
  6. Does the emulator have the same phone that did not work as a choice that you have that did work? If so, that would indicate that I haven't really replicated it. I don't have an Apple product to test it on.
  7. Welcome to the forums, @Retrodisco I tried adding a toy to the basket and buying it on our store, using this PHONE Emulator set to Apple Iphone 7 and 7s: http://www.mobilemoxie.com/tools/mobile_handset_emulator/ The Buy button worked for me, but the Checkout button returned the empty cart - continue shopping message. I would not be the one who could help with this. Hopefully someone else will be along shortly who can help.
  8. Search is not working right for me - I keep getting an Indexing is going on message.
  9. I fiddled around with some of the parameters, and now it autoplays properly. THANKS!
  10. AGHH! I may have celebrated too soon. I can't get it to play properly.
  11. It works!! FANTASTIC! I had tried $category.cat_id at one time, but couldn't work out the right syntax. THANK YOU @bsmither!!! Now to work on the parameters that are keeping it from being responsive. I tried taking off the height and making the width 100%, but that didn't work. I ended up with {if $category.cat_id eq 173} <center> <iframe width="350" height="197" src="https://www.youtube.com/embed/XQDbOJRNZx8" frameborder="0" allowfullscreen></iframe> </center> {/if} <div id="ccScroll"> And you can see the result here: https://dirtybutter.com/plushcatalog/plush-giraffes.html
  12. What I have in mind, since the category description does not allow me to embed that way - is something like this concept: {if $cat_id=173} <br> <iframe width="560" height="315" src="https://www.youtube.com/embed/XQDbOJRNZx8" frameborder="0" allowfullscreen></iframe>{/if} <div id="ccScroll"> The if does not work, because I have no idea how to set the braces, quotation marks, parentheses, etc. So right now it shows up on every category when my code is there. But this is what it looks like on the Giraffe category (173) that I would like:
  13. Don't spend any time on it, keat. I appreciate it, but it does just what I want if I hard code it. But I obviously would not want it on every category.
  14. That would work, as I could easily link to the feed, but that takes them off our store. I don't want to do that. If it can't be done without buying the plugin for one limited purpose, I'll just do without the video.
  15. Yes, that's what I wanted. But I don't mind hard coding the video code in content.category.php, as long as there is a way to limit it to that one category with some kind of if/then. There's something of an internet fad going on at the moment of people watching this giraffe on a live feed in the Animal Adventure Park in NY. She is very close to giving birth. There will be a naming contest after the calf is born. Since we have about 100 listings in our store for giraffes, I figured I'd try to market to those people as long as the craze lasts.
  16. It saves in a product description without issue. But I can't get it to save in the Category description. Does that give you any idea what I have wrong? Or is this the reason SemperFi has the plugin - this won't work for every document box?? Trying to figure out a different approach to what I want - is there a way to specify code in content.category.php that will show only in category=173? I briefly tested adding the embed code straight into content.category.php, and it shows correctly - but of course it's at the top of EVERY category.
  17. Nothing shows up in the error log. Is there some smarty or javascript or ?? that might be missing that allows the IFrame to work? What I'm trying to do is embed the live feed video in the Category Description.
  18. Can PayPal handle email addresses that have hyphens in them? Most recent issue was tried 3 times by sisters this weekend. She tried it today with a different email address and it worked.
  19. I've never tried this before, but I wanted to add the live feed of April the Giraffe to a Featured Giraffe Plush special category. Here's what Youtube shows as the embed code: <iframe width="560" height="315" src="https://www.youtube.com/embed/XQDbOJRNZx8" frameborder="0" allowfullscreen></iframe> I've tried adding it as-is in Source Code, but I get a blank page that says ./error.html up in the top left corner when I try to save. So I tried again using the Globe and putting the url and the size information from the embed info into the popup that comes up when I click the globe. I get the same dot slash error.html code. This is with 6.1.5 code.
  20. Works for me. But as I said, the pagination urls are different now - so may not be necessary any more. I still have the Disallow in my robots.txt file, though.
  21. I have had PayPal issues with some orders, not with others, for the last few days.
  22. The special character issue was resolved a long time ago, as you said. As I long ago, before the fix, added all variations of such words in the keywords, so it will find M&M as well as Carters, Carter's, Carter, etc. The problem I still have is the trailing space for some reason. Thanks for trying to help. I've only seen that happen once, so I'll just have to chalk it up to "can't be helped". I appreciate your time in making suggestions on this and trying to help!!
  23. I can tell you for sure that Google sees the page=2,3,etc as duplicate pages. But I added ?page= to my Disallow in robots and that stopped being an issue. I think 6.1.5 changed the way the pages urls are done that may have solved this one.
  24. It's only had 45 downloads, so you may have to be the guinea pig.
×
×
  • Create New...