Page 25 of 35 FirstFirst ... 152324252627 ... LastLast
Results 241 to 250 of 343
  1. #241
    Join Date
    Jan 2013
    Posts
    113
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Hi Anne,

    I've managed to realigned things mostly... I'm stumped with the links on the mega menu being too much towards the right... I've played around with it but I must not be doing it right... is it possible for you to point me towards the right line of code and the how for it to have the Réseaux show on the same line...

    http://aigui-arts.com/boutique/

    I've tried these so far:

    #mega-wrapper {width: 980px;margin:0 auto;display:block;position: relative;z-index:9999;background: url(../images/menu-bk.png) repeat-x;margin-top:-160px;}
    #mega-wrapper .mega-menu {list-style:none;width:680px;margin:0px auto 0px auto;height:82px;padding:0px 0px 0px 0px;margin-left:300px;position:relative;top:18px;}
    .mega-menu li {float:left;text-align:center;position:relative;margin-right:5px;margin-top:6px;border:none;}
    .mega-menu li.fullwidth {position: static !important;}
    .mega-menu li:hover {background:#8dc63f;border:0px solid #444;border-bottom:none;margin-right:5px;}
    .mega-menu li.nodrop:hover {background:#fff;border:1px solid #444;padding: 5px 10px 3px 10px;}
    .mega-menu li.nodrop:hover a {padding: 0px;}
    .mega-menu li a {color: #fffffd;outline:0;padding: 5px 10px 3px 10px;text-decoration:none;display:block;font-size:1.05em;font-family: verdana, arial, helvetica, sans-serif;}

    .mega-menu li:hover a{color:#fffffd;text-shadow: none;position:relative;z-index:11;border-bottom:0px solid #444;padding: 5px 10px 3px 10px;}
    .mega-menu li:hover div a {display:inline;}
    .mega-menu li .drop {padding-right:17px;}
    .mega-menu li:hover .drop {padding-right:17px;}

    /* bof right aligned menu item */
    .mega-menu .right {float:right;right:0;margin-right:5px;}
    .mega-menu li.right:hover {margin-right:5px;}

  2. #242
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by marieAA View Post
    ok... I will try that... can you tell me too if the language and currency header might be lost as well because of that? I've never seen them show mind you... but saw that there were files included in the Template and first thought that I had to go make that code appear but it could be that's it's always been there but lost... LOL

    thanks for the help
    If you read the readme.html file included in the template package, you will find instructions for turning on the languages and currencies in the header.

    Thanks,

    Anne

  3. #243
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by marieAA View Post
    as far as I know... the only thing I took out was the text... everything else was left untouched and was working before I did the language thing... but I might have missed something

    here is the file



    Can you say if something is wrong with it?
    I would recommend uploading the includes/languages/english/html_includes/piccadilly_posh/define_main_page.php file from the template package to your ncludes/languages/french/html_includes/piccadilly_posh/define_main_page.php

    Thanks,

    Anne

  4. #244
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by marieAA View Post
    Hi Anne,

    I've managed to realigned things mostly... I'm stumped with the links on the mega menu being too much towards the right... I've played around with it but I must not be doing it right... is it possible for you to point me towards the right line of code and the how for it to have the Réseaux show on the same line...

    http://aigui-arts.com/boutique/

    I've tried these so far:
    Try changing the top 2 lines of stylesheet_mega_menu.css file to:

    Code:
    #mega-wrapper {width: 980px;margin:0 auto;display:block;position: relative;z-index:9999;background: url(../images/menu-bk.png) repeat-x;top:-100px;}
    #mega-wrapper .mega-menu {list-style:none;width:940px;margin:0px auto 0px 230px;height:82px;padding:0px 0px 0px 0px;position:relative;top:18px;}
    Thanks,

    Anne

  5. #245
    Join Date
    Jan 2013
    Posts
    113
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Try changing the top 2 lines of stylesheet_mega_menu.css file to:

    Code:
    #mega-wrapper {width: 980px;margin:0 auto;display:block;position: relative;z-index:9999;background: url(../images/menu-bk.png) repeat-x;top:-100px;}
    #mega-wrapper .mega-menu {list-style:none;width:940px;margin:0px auto 0px 230px;height:82px;padding:0px 0px 0px 0px;position:relative;top:18px;}
    Thanks,

    Anne
    I've replaced my two lines by your two lines which were different but when I refresh the page I have no changes at all, is that normal?

    and my apologies for the language header that's a perfect example of when you've already gone through something, you don't look as closely the second time. ...

    as for the define_main_page.php I did as you suggested... it's a no go... what would stop a jscript from being called?

  6. #246
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by marieAA View Post
    I've replaced my two lines by your two lines which were different but when I refresh the page I have no changes at all, is that normal?

    and my apologies for the language header that's a perfect example of when you've already gone through something, you don't look as closely the second time. ...

    as for the define_main_page.php I did as you suggested... it's a no go... what would stop a jscript from being called?
    You must be missing one of the template files.

    If you refresh and don't see changes, maybe you need to clear the browser cache, or maybe you have not saved your changes.

    Thanks,

    Anne

  7. #247
    Join Date
    Jan 2013
    Posts
    113
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    really sorry... can't tell you how much but I,ve gone over everything again and no go... it didn't change anything.

    I don't know much about the works of this, I'm good at installing and following instructions but the understanding isn't there yet... however, feels as if all that text got pushed and the first work Liens for me starts at the middle of the page and never goes more left than that.

    same for the jscript... I can't figure out what is preventing it being called on the page.

  8. #248
    Join Date
    Jan 2013
    Posts
    113
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    here is the latest update...

    on the jscript not being called for the Easy Slider... the file in includes/modules/pages/index/jscript_easySlider.php didn't transfer properly at one time and that's what broke the jscript...

    on the header getting all weird and the search box ending up in the wrong plage... I've also found the culprit..

    includes/languages/LANGUAGE/piccadilly_posh/header.php

    original file looks like this:
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Lancaster Lux :: Free Template by www.picaflor-azul.com');
    define('HEADER_SALES_TEXT', 'By www.picaflor-azul.com');
    define('HEADER_LOGO_WIDTH', '235px');
    define('HEADER_LOGO_HEIGHT', '60px');
    define('HEADER_LOGO_IMAGE', 'logo.png');
    it's not the image that's causing the problem... cause I didn't even have to change the info there for the width and height ... I just changed the logo file itself and it just slipped right in.

    However, if you touch that line in red... here it goes...

    I've found 2 solutions... if I remove the line that calls to that particular text in the tpl_header.php file, it fixes it. But since I wasn't sure if I would need the line in the future... replacing the text by an equal number of spaces fixed it too

    so this is it
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Bienvenu et bonne visite!');
    define('HEADER_SALES_TEXT', ' '); doesn't show but I do have the same number of spaces there
    define('HEADER_LOGO_WIDTH', '235px');
    define('HEADER_LOGO_HEIGHT', '60px');
    define('HEADER_LOGO_IMAGE', 'logo.png');
    Let me know if it's too crude of a fix...

    Thanks

  9. #249
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by marieAA View Post
    here is the latest update...

    on the jscript not being called for the Easy Slider... the file in includes/modules/pages/index/jscript_easySlider.php didn't transfer properly at one time and that's what broke the jscript...

    on the header getting all weird and the search box ending up in the wrong plage... I've also found the culprit..

    includes/languages/LANGUAGE/piccadilly_posh/header.php

    original file looks like this:


    it's not the image that's causing the problem... cause I didn't even have to change the info there for the width and height ... I just changed the logo file itself and it just slipped right in.

    However, if you touch that line in red... here it goes...

    I've found 2 solutions... if I remove the line that calls to that particular text in the tpl_header.php file, it fixes it. But since I wasn't sure if I would need the line in the future... replacing the text by an equal number of spaces fixed it too

    so this is it


    Let me know if it's too crude of a fix...

    Thanks
    I am happy that you figured out what was missing from the slider.

    You can leave the tagline blank and then make your adjustments in the stylesheet file ;)

    Thanks,

    Anne

  10. #250
    Join Date
    Jan 2013
    Posts
    113
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I am happy that you figured out what was missing from the slider.

    You can leave the tagline blank and then make your adjustments in the stylesheet file ;)

    Thanks,

    Anne
    that's what I was trying to do but it wouldn't work. If you remember, you're 2 lines should have moved things and it wouldn't budge... I tried every way I could think of for 3 whole days.... Madness was sooooooooooo close... LOL

    I've thought of commenting out in tpl_header... would that be safer?

 

 
Page 25 of 35 FirstFirst ... 152324252627 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  3. v138a Customers cant create an account? - Piccadilly Posh Template
    By Party Craze in forum General Questions
    Replies: 7
    Last Post: 6 Sep 2012, 10:30 AM
  4. v138a Customers cant create an account? - Piccadilly Posh Template
    By Party Craze in forum General Questions
    Replies: 3
    Last Post: 6 Sep 2012, 08:44 AM
  5. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg