Jump to content

dolphspeed99

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Location
    Romania
  • Activity
    Freelancer

dolphspeed99's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. OK, so I finally managed to make this work. But I have some clarifications: - insert the JavaScript code in the header.tpl file from the theme you are using (don't use the {literal} tags) - add the "menu" id to the blocktopmenu.tpl located in your theme/modules/blocktopmenu. If you don't have this module under your theme, then add it in the original location - the CSS code that must be added in the superfish.css file ... well it didn't work for me, so I added it to global.css, at the bottom of the file - if you have a fixed width menu you'll have to remove the "left" attribute from CSS. My code wasn't working because I added the "menu" id to the blocktopmenu located in the site's root. So when I added the #menu to the blocktopmenu located under my theme's modules, everything worked great! Thank you so much Jiten rash for your contribution. I am using PS 1.6.0.9
  2. Hi there, I am having difficulties using this code. I really don't know JS or jQuery so I think I am doing something wrong. I did this: I added the JS code to the header.tpl file from my theme (www.mysite.com/mytheme/header.tpl. I tried adding the code before the head, in the head, with and without the {literal} tag, no matter what I do, when I check to see the page source I don't see this code. Therefore, the menu doesn't remain fixed. I checked and I have mo #menu on my main navigation menu so there's no conflict of same ids. Could I get some help on this? I am using PS 1.6. Thank you!
  3. Finally, I managed to fix this, but the problem is far from being solved. After trying again and again, I managed to disable the use of memcache, so under BO Advanced Parameters - Peformance, the last option is about Caching and I turned it off. Then the error would change in frontend to a problem in public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php file, in line 281. So I turned off smarty cache and everything works ok, no more blank screens. I copied the file from instalation folder, same problem. Does anyone know how to fix this Smarty Cache tool?
  4. Hello, As lots of you did, I also get a blank screen. It used to appear every 5-6 clicks and everytime I used to place an order and after refreshing the page, it would load the correct page. But after I logged out of my FO account, the blank screen appeared and I can't see the site anymore, no matter what I do. I turned on the error reporting and I get this error: Fatal error: Call to a member function set() on a non-object in /home/steroizi/public_html/classes/cache/CacheMemcache.php on line 156 Under Advanced Parameters - Peformance, the last option is about Caching and it was set up by default Memcache but I can't change it. When I try to change to file system cache, I get the same fatal error in BO too. I also tried regenerating htaccess file, turned off smarty cache, activated Force Compile, I even copied the original cachememcache.php file from instalation folder ... nothing seems to work. Any advice? When I try to change from memcache to file system cache, I get this error: Warning: MemcachePool::set(): No servers added to memcache connection in /home/steroizi/public_html/classes/cache/CacheMemcache.php on line 156 Warning: Cannot modify header information - headers already sent by (output started at /home/steroizi/public_html/classes/cache/CacheMemcache.php:156) in /home/steroizi/public_html/classes/Tools.php on line 141 My server does not support MemCache.
  5. Hello, I am using the default theme on PS 1.5.5.0. I made no changes to the footer so it is the default view. Under my account block (for footer), the links are the original english links, but I already changed them to my own language. The block doesn't have any configuration options, so I can't edit the links from there. I tried reseting the block, deactivating and reactivating it again, but still no change. The links remain in english and there is no redirect to the new links. I also tried to hardcode the links in the blockmyaccountfooter.tpl file but no success. The interesting thing is that when I am logged in, the links are fine. But as soon as I log out, the links become useless again. My Account block (from sidebar) has the correct links, but that module appears only when I am logged in). Can anyone guide me on how to solve this problem? Thank you! Later edit: after clearing the Smarty Cache everything is fine now This one can be marked as resolved.
×
×
  • Create New...