Jump to content

The floating menu bar in my graphileom theme is not aligned


rico666

Recommended Posts

  • 1 month later...

can u disable block languages and currency module for a moment the problem is with

 

 Menu

 

<div class="sf-contener clearfix">

 

where in cpanel can i find this? i will try to make some edit on that part to solve the problem.In a mean time ,i disable the HORIZONTAL MENU in module to get rid of the dis alignment

Link to comment
Share on other sites

where in cpanel can i find this? i will try to make some edit on that part to solve the problem.In a mean time ,i disable the HORIZONTAL MENU in module to get rid of the dis alignment

 

you can disable modules in modules > modules tab in your back office

Link to comment
Share on other sites

the thing is that the menu shud be exactly below the div header right to do this go to modules position put top horizontal menu below the the permanent links i mean scroll up no problem cos "sf-contener clearfix" of menu has a height of 186px in remember i fixed this issue with same theme for this site http://thelaptopcare.in/

 

 

Are you meaning: You has fixed the problem for a while ago. As your memory, actually the top natvigation bar supposed to be below the header right by "div" parameter. It was be able to put up any links in it by our options. In this CSS coding structure, "sf-contener clearfix" has 186px height. So, we have to add a height parameter to "sf-contener clearfix"??

 

On the other hand, your site was gave up  "Currency" and "Language", which is I don't want to.

 

In accidentally, I have found out your site has a funny situation. When I am at your home, I can see "more" arrow at your top natvigation bar, but they don't can be found after I go further sub-catagory. It seems the out looking of the bar is the same, but it is sitting at sub-catagroy inside.

Edited by Becky Wong (see edit history)
Link to comment
Share on other sites

Thanks for your reply.

 

1/. Module position is a bit diffcult to me, can you please guide me slowly??

 

2/. I totally don't know what is hook and unhook.

 

3/. The top natvigation bar is not able to edit (moving and Remove) while I go into real time edit mode by the "back office ---> module" build-in function.

 

I will switch on back them for your checking.

Link to comment
Share on other sites

I see, there has different group of table in different reason. It is a layer control of "div".

 

I have found the "Top of pages" table and try slide the "Top horizontal menu" up and down.

 

Finally drag the menu stay in between "User Info Block" and "Seach Engine Keyword" will be the most uppest and not break the front end.

 

But the grid is looks same, it seem the middle of the menu aligns to the "Language Block"......

Edited by Becky Wong (see edit history)
Link to comment
Share on other sites

As I guess, I think it is because the life of the code (Top horizontal menu) was die by some reason. As we see that menu, it actually results by global setting.

 

Because of its object does not existing, so the make up coding does not count the menu. So then the main page is displaying but ignore the "death" menu.

 

I just don't know why the CSS coding die, and seems some same name global parameter take over......

 

Sorry, I don't know P.S. code.... and that is just I think, maybe not truth.....

Edited by Becky Wong (see edit history)
Link to comment
Share on other sites

Dreamweaver reports it has syntax error on line 48.....

 

{*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2012 PrestaShop SA
*  @version  Release: $Revision: 6594 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}">
    <head>
        <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
        <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
        <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" />
{/if}
        <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
        <meta http-equiv="content-language" content="{$meta_language}" />
        <meta name="generator" content="PrestaShop" />
        <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />
        <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" />
        <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" />
        <script type="text/javascript">
            var baseDir = '{$content_dir}';
            var baseUri = '{$base_uri}';
            var static_token = '{$static_token}';
            var token = '{$token}';
            var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals};
            var priceDisplayMethod = {$priceDisplay};
            var roundMode = {$roundMode};
        </script>
{if isset($css_files)}
    {foreach from=$css_files key=css_uri item=media}
    <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
    {/foreach}
{/if}
{if isset($js_files)}
    {foreach from=$js_files item=js_uri}
    <script type="text/javascript" src="{$js_uri}"></script>
    {/foreach}
{/if}
        {$HOOK_HEADER}
    </head>
    
    <body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if} class="{if $hide_left_column}hide-left-column{/if} {if $hide_right_column}hide-right-column{/if}">
    {if !$content_only}
        {if isset($restricted_country_mode) && $restricted_country_mode}
        <div id="restricted-country">
            <p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p>
        </div>
        {/if}
        
<!-- Header -->
            <div id="header" class="grid_9 alpha omega">
                <div class="header_container">
                    <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
                        <img class="logo" src="{$img_dir}logo.png?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
                    </a>
                    <div id="header_right" class="grid_6 omega">{$HOOK_TOP}</div>
                </div>
                
<!-- Page -->            
                <div id="page" class="container_9 clearfix">
                    <div id="columns" class="grid_9 alpha omega clearfix">
<!-- Left -->
                    <div id="left_column" class="column grid_2 alpha">
                        {$HOOK_LEFT_COLUMN}
                    </div>
<!-- Center -->
                    <div id="center_column" class=" grid_5">
{/if}
 

Link to comment
Share on other sites

u need to ad ' to fixed 1st javascript error,second is fine no issue with that, i think one more </div> is needed here

<div id="header_right" class="grid_6 omega">{$HOOK_TOP}</div>
                </div></div></div>

cos div id page shud not cover entire area and

<!-- Page -->            
                <div id="page" class="container_9 clearfix">
                    <div id="columns" class="grid_9 alpha omega clearfix">

and <div class="header_container"> shud end with header plz add one more </div> and see

Edited by Jiten rash (see edit history)
Link to comment
Share on other sites

I think so, I was bought from AddShopper. It is 0027r (r for Rose Color). I saw all around is available 0027r.  But after your introduce, I purchase for France origin, the file name has "v1.5.4.1", which is longer name.

 

It is because the default setting for the "Customer Insureance" is for multishop, so that why they all becomae broken pics after I install. 

 

I try to capture and post the screen.

Link to comment
Share on other sites

But it has a funny situation, actaully it was found by last version, not this latest version.

 

When I new install the theme, I found the footer:

 

Broken%20Feet.jpg

 

So, I try to use the module "Customer reassurance block" (which is its module for the pics) option to broswe and point back to the Folder "Theme --> thgr0027x ---> css ---> module ---> blockreinsurance ---> img" to correct them, but fail...wherever I chick any pics they are still broken.......

 

So I open the coding to study, I have find out it is writing the same name as the default pics (Just same name not the path), so I changed all five relative pics in thgr0027 to be 1-1.jpg instead of 22-1.jpg, and it result good.

Link to comment
Share on other sites

  • 5 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...