Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. What's your url? No sooner asked than I saw it. BRB Yes, removing buttons is a matter of finding the section in the code and putting {* has to have a space before the code.... and a space before the asterisk *} around it. Find this section and comment it out with braces and asterisks. Just remember I'm guessing!! {if $product.ctrl_sale}<span class="old_price">{$product.price}</span> <span class="sale_price">{$product.sale_price}</span> {else} {$product.price} {/if}
  2. Your front end seems to be working. What CC version are you on? Have you done any upgrading or hosting changes lately?
  3. Oh - I misunderstood - I thought you were trying to get all the options/price/add to cart button stuff off the Category listing of Products.
  4. So is the Info button now showing where you want it?
  5. @bsmither's signature says he has all kinds of versions and edits. He's mostly offline right now, but does stop by when he can. Hopefully he'll see this thread, since I've tagged him.
  6. What version of CC and what skin are you using? Have you recently upgraded? from what?
  7. Try Noodleman's suggestion. Please list ALL your plugins.
  8. Broad is based on Foundation. So make a good copy of content.homepage.php and save it. We'll take baby steps and see if you can get more comfortable with the code. See if you can take off the {* *} around the code, so the Info Button shows on your listings (of course I'm assuming the code is there).
  9. I'm sorry!!!! I forgot you are using Mican! So few people provide a signature I'm out of the habit of looking. i'll download Mican and see what I can do.
  10. It should be somewhere in that Tooltip section. Or it could be a special button??? I ran into the same issue a long time ago, probably on v4 or v5, but I have no idea what I changed back then. I do remember there was a left side and right side to the pyramid shape.
  11. I must be remembering the list of browsers then. I wasn't sure this was a bot BECAUSE they stick around so long for each item. But I've seen so many of that IP they just about had to be a bot. Thanks for the help @ayz1 and always glad for your help @bsmither!
  12. </div> *} <div class="hide" id="ccScrollCat">{$category.cat_id}</div> {if $page!=='all' && ($page < $total)} {$params[$var_name] = $page + 1} {* Add "hide-for-medium-up" to the class attribute to not display the more button *} <a href="{$current}{http_build_query($params)}{$anchor}" data-next-page="{$params[$var_name]}" data-cat="{$category.cat_id}" class="button tiny expand ccScroll-next">{$LANG.common.more} <svg class="icon"><use xlink:href="#icon-angle-down"></use></svg></a> {/if} </div> <div class="hide" id="lang_loading">{$LANG.common.loading}</div> This is the correct code for 6.1.7 skin/templates/content.category.php.
  13. I don't use Options, so I can't speak to that. But I don't show Add to Basket on Latest Listings or on Category listings. The only Add to Basket I have is on the Product Listing. On content.homepage.php you will find this: {* Remove comment if you want info button <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a> *} You can change the language for Info to whatever suits your store. Then you can comment out the Buy button and price if you want. Just be sure you save a stock version before you start experimenting. Once you've figured out what you need there, you may be able to make the appropriate changes to content.category.php.
  14. Maybe .tooltip > .nub in foundation around line 3927???
  15. @havenswift-hosting would be the one likely to know. Are you still on v5?
  16. Take a look at the seo url for the two pairs. See how CC is handling the /. Maybe if you use the symbol code for the slash it will work.
  17. There are settings on the Extras tab of Store Settings that you need to look at. Hopefully that will fix this.
  18. They did not all copy over. I've already checked. There's no apparent pattern to what worked and what didn't. I'll try again tomorrow with moving files out of one folder.
  19. Thanks, but I know how to do that. But there is a place somewhere in the admin code that lists all the bot agents, so they don't show up in the Customers Online information.
  20. Look in your homepage document in the Source code. I don't use the boxslider, so this may not be good advice. Be sure to save the current Source code before fiddling with it.
  21. I had looked at the Whois page, but had not realized it was a bot. I've forgotten which file has the list in it of bots to block. Anyone know where to look? The user-agent is BLEXBot.
  22. I followed the directions correctly this time, and it worked. BUT (probably due to the large number of images involved) there were lots of missing images when all caches were cleared. and products were opened in the browser. This was all done on a test site, so no problem. And of course I had a backup database, so I could revert quickly.
  23. Getting a lot of 10-20 second visits from this IP for some time. A lot of them are coming up 404, but Google WebMaster Tools is not reporting a jump in 404's.
  24. It sure sounds like a skin problem. Have you contacted Havenswift via his Support ticket System? Contact https://www.havenswift-hosting.co.uk/clients/contact.php Account Support https://www.havenswift-hosting.co.uk/clients/supporttickets.php
  25. Check to see what language the Super Admin has as default. That turned out to be the cause of one poster's issue.
×
×
  • Create New...