eddyaz83 Posted August 23, 2013 Share Posted August 23, 2013 (edited) How do I edit the very top second navigation menu that is included in certain themes, (the one that has links like: Your Account, Contact, Sitemap). Edited August 23, 2013 by eddyaz83 (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted August 23, 2013 Share Posted August 23, 2013 This can be edited in the permanentlinks.tpl file ..modules/permanentlinks/, what is it you want to do. Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2013 Share Posted August 23, 2013 as far as i know the "Your account" link isn't related to the permanent links block. In this case - this is a part of block user info module. Link to comment Share on other sites More sharing options...
tdr170 Posted August 23, 2013 Share Posted August 23, 2013 Oh yes that is correct this is two different modules, blockpermanentlinks and blockuserinfo. my bad Link to comment Share on other sites More sharing options...
Silly2127 Posted August 24, 2013 Share Posted August 24, 2013 I am also having issues with the permanent links tab since they move depending on what page I am...on the home page, it moved to the right, but if I search for something, it moves to the right. Does anybody know how to fix this issue? Please check out my site www.shopusa.cl Thanks! Link to comment Share on other sites More sharing options...
vekia Posted August 24, 2013 Share Posted August 24, 2013 this is how your website looks like for me: you're talking about this red bar with facebook & google login buttons? Link to comment Share on other sites More sharing options...
Silly2127 Posted August 25, 2013 Share Posted August 25, 2013 Exactly, see how the permanent links bar moved? And if I search for something, it moves to the left...I don't know how to fix this problem. I opened the permanent links css file and change the left position coordinate, but it will not update, so I figured I had to make this change somewhere else. Thanks so much. Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2013 Share Posted August 25, 2013 i searched something in yout store, but this block was in the same position as before. i just wondering how it should looks like, something like this: ? Link to comment Share on other sites More sharing options...
tdr170 Posted August 25, 2013 Share Posted August 25, 2013 (edited) I also took a look at the bar never moved, was the same at home page and search page. Maybe try moving its position under Modules, Positions, Top of pages. If you put the site under CSS instead of CCC we can look at the CSS code. I played with the css a little and you can see the results in the pic below. Not 100% sure what css this code is in due to CCC being enabled. If you make these changes post it here and we will have another look. #header_logo{ display: block; float: left; padding: 5px 0 0 33px; (changed) } ul#header_links { background: #C10001; display: inline; float: left; height: 35px; list-style-type: none; padding-left: 0; padding-right: 0; padding-bottom: -10px; position: absolute; left: -250px; (changed) text-align: left; top: 162px; width: 969px; z-index: 2; } Edited August 25, 2013 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
Silly2127 Posted August 25, 2013 Share Posted August 25, 2013 I made the changes suggested, but what I found to be the problem is that the .css file does not update or overwrite. There is an overwrite problem that is not allowing me to push the changes. When I click on inspect element, it shows me the file unchanged. I definitely think the problem was when my partner installed the CMS News Block that did something to the existing files. Is there a way I can figure out how to override whatever was done by my partner or where the issue may be? I am really new at this and have been watching videos and reading the forum to understand. I appreciate your assistance very much. Link to comment Share on other sites More sharing options...
tdr170 Posted August 25, 2013 Share Posted August 25, 2013 Please turn force compile on and cache off, also enable CSS instead of CCC otherwise we can not see the individual CSS files and give you the exact location of the file. Chances are you are not editing the correct .CSS files or your viewing cached content. Looks like you have changes things now. Link to comment Share on other sites More sharing options...
Silly2127 Posted August 25, 2013 Share Posted August 25, 2013 I had the CSS enabled and not the CCC...I can´t add the screenshot. I can give you my login info if you would prefer to take a look around. I am completely clueless right now. Should I send you a private message with my info? Link to comment Share on other sites More sharing options...
tdr170 Posted August 26, 2013 Share Posted August 26, 2013 I will respond to the PM. Link to comment Share on other sites More sharing options...
asmar Posted December 9, 2013 Share Posted December 9, 2013 May I ask please how to add a simple text (no links) on the same file? I tried something like: <li id="header_link_tilefono">title="{l s='tilefono' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</li> but it doesn't show the translation of variable "tilefono" even though I've translated the variable under localizations. Thanks a lot Link to comment Share on other sites More sharing options...
vekia Posted December 9, 2013 Share Posted December 9, 2013 you used tilefono as a title="" not as a displayed text Link to comment Share on other sites More sharing options...
asmar Posted December 10, 2013 Share Posted December 10, 2013 Sorry for the typo. I used the following but doesn't display anything (cleared cache and translate the string tilefono) <li id="header_link_tilefono">{l s='tilefono' mod='blockpermanentlinks'}</li> Thanks Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 thank you for clarification. what file you changed? Link to comment Share on other sites More sharing options...
asmar Posted December 10, 2013 Share Posted December 10, 2013 modules/blockpermanentlinks/blockpermanentlinks-header.tpl Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 thank you for clarificaiton. make sure that this file doesn't exist in theme directory. if it exists there - you have to modify this one. Link to comment Share on other sites More sharing options...
abombazza Posted December 12, 2013 Share Posted December 12, 2013 Hi at all. i would like to include the form on contact permanent link on a cms page. Is possibile ? How can i do ? And for add new fileds on this form, what file mus edit ? thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now