Jump to content

Stаn

Members
  • Posts

    29
  • Joined

  • Last visited

Stаn's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Go to Backoffice -> Preferences -> Image and "Regenerate" all the Thumbnails removing the old images.
  2. "Specials" link is part of the block various links: modules/blockvariouslinks/blockvariouslinks.tpl remove this: {l s='Specials' mod='blockvariouslinks'} the Infos is at: modules/blockinfos/blockinfos.tpl before/after {/foreach} put: {l s='Specials' mod='blockvariouslinks'} You can put it between other links, but you'll need one {if} there
  3. .cart_last_product_header, table.std thead th { background-image: none; background-color: #000; } #order div.cart_last_product .cart_last_product_header, #order div.cart_last_product .cart_last_product_header div.left { background-image: none; background-color: #000; }
  4. #new-products_block_right a { color: #000000; } #cart-buttons #button_order_cart, a.exclusive { background: none; background-color: #C4A57B; color: #000000 !important; }
  5. You can do that from Backoffice -> Modules -> Positions. It depends on the specific module where it can be positioned.
  6. Try with the following code at the end of the css/global.css file: #your_account a, #shopping_cart a, #header_user_info a, .breadcrumb a, #block_various_links_footer a { color: #0000ff; }
  7. I don't have any other ideas. This should be debugged onsite. Can you tell me at least what version is your PHP?
  8. Try to find our what value should your PS_BASE_URI have. Usually when it's note set correctly after trying to login at the backoffice it redirects you to the same page.
  9. Did you set your __PS_BASE_URI__ in /config/settings.inc.php ? It should be something like: define('__PS_BASE_URI__', '/xxx/prestashop/');
  10. What theme are you using? Can you post the url of the site?
  11. As the other guys already stated - most of such problems come from a stolen password from your FTP client preserved passwords. 1. See if the files from the FTP are the same as the ones from the PrestaShop distribution. 2. Change your FTP password and do nto preserve it in the ftp client (type it manually) Also, analyze your logs to see the entry point, IP addresses, country, etc.
  12. The problem is probably in the CSS/Markup, but we cannot help you if you do not provide us with a link to the site.
  13. I haven't seen such Module or Mod so far. If you tell me the exact requirements I could develop one for you. I also need to know what version of PS you have installed.
  14. Exactly. These are the titles of the CMS pages from Tools->CMS
×
×
  • Create New...