Close

Profile: rosegeng

Avatar

User posts

9 years ago

Deni wrote:
I want Mobile and PC with same interface UI.


.  have deleted meta viewpoint

. changed configuration setting-> mobile, responsive.

but the website on mobile devices are still not right.

any instruction?


Thanks

http://dependableliving.nestreamtv.net/


Hello,

You can go to this folder: ~\Themes\Alfresco\Content\css and delete these files:
480.css , 480.rtl.css , 768.css , 768.rtl.css , 980.css , 980.rtl.css.

This is the change you need.

NOTE: THIS CAN CAUSE UNEXPECTED BEHAVIOUR AND IS HIGHLY NOT RECOMMENDED !

Many thanks.

It seems website is working in my direction now. There is a little issue, hope you can help me out.

MegaMenu is goone after I deleted the above .css files when I  rotate the iPad. (when screen width is less than 980px;)


Hello again,

You have to do some more changes:
1. Go to this file: ~\Themes\Alfresco\Views\Shared\Head.cshtml and comment this lines(Just by adding two slashes in front of each line):

Html.AppendCssFileParts("~/Themes/Alfresco/Content/CSS/768.rtl.css");
Html.AppendCssFileParts("~/Themes/Alfresco/Content/CSS/980.rtl.css");
Html.AppendCssFileParts("~/Themes/Alfresco/Content/CSS/480.rtl.css");

Html.AppendCssFileParts("~/Themes/Alfresco/Content/css/480.css");
Html.AppendCssFileParts("~/Themes/Alfresco/Content/css/768.css");
Html.AppendCssFileParts("~/Themes/Alfresco/Content/css/980.css");


2. Go to this file: ~\Themes\Alfresco\Content\scripts\Alfresco.js . Find this line:

themeBreakpoint: 980,


and make the number quite a big (e.g.):

themeBreakpoint: 6980,


3. Go to file: ~\Themes\Alfresco\Content\css\styles.css and delete this row(should be found twice) and the corresponding closing curly brackets:

@media screen and (min-width: 981px) {


In the end of the file add this code:

.header-menu .mega-menu {
    display: block !important;
}


That is all you need !



Thank you for your support. The problem is solved. You are GREAT!

9 years ago

Deni wrote:
I want Mobile and PC with same interface UI.


.  have deleted meta viewpoint

. changed configuration setting-> mobile, responsive.

but the website on mobile devices are still not right.

any instruction?


Thanks

http://dependableliving.nestreamtv.net/


Hello,

You can go to this folder: ~\Themes\Alfresco\Content\css and delete these files:
480.css , 480.rtl.css , 768.css , 768.rtl.css , 980.css , 980.rtl.css.

This is the change you need.

NOTE: THIS CAN CAUSE UNEXPECTED BEHAVIOUR AND IS HIGHLY NOT RECOMMENDED !


Many thanks.

It seems website is working in my direction now. There is a little issue, hope you can help me out.

MegaMenu is goone after I deleted the above .css files when I  rotate the iPad. (when screen width is less than 980px;)

9 years ago

I want Mobile and PC with same interface UI.


.  have deleted meta viewpoint

. changed configuration setting-> mobile, responsive.

but the website on mobile devices are still not right.

any instruction?


Thanks

http://dependableliving.nestreamtv.net/

10 years ago

rosegeng wrote:
How to change     +777 (100) 9999 sales [at] store.com except modifing the code?

        

<div class="header-contacts">
                <span class="phone">@T("SevenSpikes.Themes.Alfresco.Common.Phone")</span>
                <span class="mail"><a href="javascript:AntiSpam('@T("SevenSpikes.Themes.Alfresco.Common.EmailName")', '@T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")')">@T("SevenSpikes.Themes.Alfresco.Common.EmailName") [at] @T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")</a></span>
            </div>

Hi rosegeng,

Please refer to this post.

Thanks

Update  [shoes].[dbo].[LocaleStringResource] set [ResourceValue]='XXX XXX XXXX'
    where ResourceValue ='+777 (100) 9999'


or

go to admin site--> Configuration ---> Language-->

search "resource name"  contains "phone" --> edit value "+777 (100) 9999" to "XXXXXXX"

same procedure with email

10 years ago

Boyko wrote:
How to change     +777 (100) 9999 sales [at] store.com except modifing the code?

        

<div class="header-contacts">
                <span class="phone">@T("SevenSpikes.Themes.Alfresco.Common.Phone")</span>
                <span class="mail"><a href="javascript:AntiSpam('@T("SevenSpikes.Themes.Alfresco.Common.EmailName")', '@T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")')">@T("SevenSpikes.Themes.Alfresco.Common.EmailName") [at] @T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")</a></span>
            </div>

Hi rosegeng,

Please refer to this post.

Thanks


Update  [shoes].[dbo].[LocaleStringResource] set [ResourceValue]='XXX XXX XXXX'
    where ResourceValue ='+777 (100) 9999'

10 years ago

How to change     +777 (100) 9999 sales [at] store.com except modifing the code?

        

<div class="header-contacts">
                <span class="phone">@T("SevenSpikes.Themes.Alfresco.Common.Phone")</span>
                <span class="mail"><a href="javascript:AntiSpam('@T("SevenSpikes.Themes.Alfresco.Common.EmailName")', '@T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")')">@T("SevenSpikes.Themes.Alfresco.Common.EmailName") [at] @T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")</a></span>
            </div>

10 years ago

rosegeng wrote:
QuickView image shows properly in alfresco template but display wrong within other templates

Problem was solved.

add code in to styles.css
            .product-grid .product-item .picture img {
                margin: 5px;
                width:100%;
                height:auto;
            }
        .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
            text-align: center;
            padding: 10px 0;
            overflow: hidden;
            width: 145px;
            height:145px;
            margin: 0 1px;
        }
        .product-list .product-item .picture img {
                        margin: 5px;
                        width:100%;
                        height:auto;
                    }
       .sub-category-grid .sub-category-item .picture img{
                        
                        max-width:145px;
                        height:100%;
                    }

10 years ago

QuickView image shows properly in alfresco template but display wrong within other templates

Boyko wrote:
I have purchased Alfresco package today, the download package doesn't include all plugin. Could you please update the DOWNLOAD package? Thanks
Hi rosegeng,

Thank you for choosing our products!
We had to make some final theme specific touches to some of the plugins.
These plugins will be added tomorrow to the download package.
You will need to download it again and install the newly added plugins.

Thank you for your patience!


QuickView plugin wasn't added in the package yet

The package still wasn't updated so far.