Close

Profile: tamchu

Avatar

User posts

8 years ago

Dear Sir:

I do have the code at the bottom, please see below code I copy from the file, actually, I can use a new page to open the link from the button, just if you click on the button, not response, means the link is there!

CODE:

@*
        #TOPICS IN DROPDOWN: You can comment the code above and uncomment this in order to have all topics in dropdown!




        if (Model.Topics.Count > 0)
        {
            <li>
                <span class="with-subcategories labelForNextPlusButton" title="Topics">@T("SevenSpikes.MegaMenu.TopicsTitle")</span>
                <div class="plus-button"></div>
                <div class="sublist-wrap">
                    <ul class="sublist">
                        <li class="back-button">
                            <span>@T("SevenSpikes.MegaMenu.ResponsiveBackButton")</span>
                        </li>
                        @foreach (var topic in Model.Topics)
                        {
                            <li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
                        }
                    </ul>
                </div>
            </li>
        }
    *@




    @*
        This shows hard-coded About Us and Contact Us menu items
        @Html.Action("TopicBlock", "MegaMenu", new { systemName = "AboutUs", enableDropDown = !isMegaMenuResponsive })




        @Html.Action("TopicBlock", "MegaMenu", new { systemName = "ContactUs", enableDropDown = !isMegaMenuResponsive })
    *@




    if (Model.StickyCategory != null)
    {
        <li class="sticky-category">
            <a href="@Url.RouteUrl("Category", new { SeName = Model.StickyCategory.SeName })" title="@Model.StickyCategory.Name">@Model.StickyCategory.Name</a>
        </li>
    }




    @Html.Widget("header_menu_after")
}

8 years ago

Dear Sir:

I check the file and yes, is missing(Only default clean) , where can i find the Alicante present back? as I install the plugin inside the nopcommerce and it doesn't come out with the file! (I have bought the full package with all the themes and plugin with a multiple licenses)

Best regards,

8 years ago

Dear Sir:

This is a really great help, thanks so so much, one more questions, how can I get the whole roll to be center? now the alignment go to left!

Best regards,

8 years ago

Dear Sir:

How I can hidden the column in the footer, or I don't want to use the "MY ACCOUNT" and "Customer info" in the footer, any method I can disable those Column by entering the CUSTOMER HEAD STYLE, as I'm using a mulpitle Licences and don't want to border other cart!

8 years ago

Dear Sir:

I have add a button call "Our Customer" of which should link to the Topic Page, in the site(http://vic0147.cherryretail.com/), when I click the link, it would open the topic page, but if I open the link in new page, it do open the page, I didn't modify any code, just simply add a topic and set Include in top menu!

8 years ago

Besides, I want to put the menu next to the right side of the LOGO, that is why I add the code
.mega-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  text-align: center;
  padding: 40px 0;
  border-bottom: 0px solid #f1f1f1;
  box-shadow: 0px 0px 0px rgba(0,0,0,.1);
}

Thanks for your kind attention

8 years ago

I have a multiple licenses, so I copy the theme and rename as a new name, the site is using the new named theme, I'm not sure if this means different resources.
I want to change shop "home" name to "shop" Ref.: http://vic0147.cherryretail.com/), but if I change the name in the resorces, all the name for other cart will change, I need help to control the name and the position for the menu,
please tell me what to do, I'm green in programming, your help will be much appreciated!
(Maybe the way I duplicate the theme is wrong, all the code is still related to the original theme, escept the CSS)

8 years ago

Dear Sir:

I took away the Custom head Style Code, change the slider to home_page_main_slider,
now, the menu is located under the slider, please help to check if I have done something wrong!
http://vic0147.cherryretail.com/
It happen not only to this theme, mine licenses is multiple, I copy the theme as a new folder,
will that effect the slider?

I have bought the multiple licenses, I just want to control the slider for one cart only, is it possible to add code in the Head Style? if so, any sample of code I can study, if not, what code should I add in the CSS to acheive the control?
Sorry, I'm not good in programming, thanks for your help!

8 years ago

I put below code in the custom head style, it looks OK, but I think this is not the right method, right?
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  text-align: center;
  padding: 40px 0;
  border-bottom: 0px solid #f1f1f1;
  box-shadow: 0px 0px 0px rgba(0,0,0,.1);
}