Welcome Visitor, Please Login or Register Now Saturday, April 20, 2024 01:51 PM 
New Topic   New Reply
Search for:
Author Message
mgmimw mgmimw's personal page
Registered Member
Posts: 26 Display member's posts
Joined: 09-05-12 08:36 AM
Member Offline
View Member's Profile Send private message
 
Back to top
tabs Edit Delete Reply with quote Quote
First Post Posted on: 03-13-16 01:52 PM next post first post
Hello I've been two days trying to figure out how I change them to a location? I want to change their location I want a customer can not cancel them to the location Change Location tabs tweets, weather, polls,
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-20-24 01:51 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: tabs Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 03-13-16 06:00 PM next post previous post

Edit the Template "Frontpage" in your admin design module, Templates, select the template Frontpage, at the end find the code:


search : {
                    'movable': false,
                    'removable': true,
                    'collapsible': true,
                    editable: true,
                    colorClasses : ['color-red', 'color-blue', 'color-green', 'color-purpple', 'color-white', 'color-orange', 'color-yellow', 'color-gray', 'color-pink',  'color-black' ]
                }


you can repeat the above code for every tab/widget, the "search" is the id of the widget, the code in the template

is for the search box widget, you can repeat this code for every tab you want and just set the right values for the

params movable, removabel, collapsible, editable, to either false or true.

Examaple:


search : {
                    'movable': false,
                    'removable': false,
                    'collapsible': false,
                    editable: false,
                    colorClasses : ['color-red', 'color-blue', 'color-green', 'color-purpple', 'color-white', 'color-orange', 'color-yellow', 'color-gray', 'color-pink',  'color-black' ]
                },


weather : {
                    'movable': false,
                    'removable': false                    'collapsible': false,
                    editable: false,
                    colorClasses : ['color-red', 'color-blue', 'color-green', 'color-purpple', 'color-white', 'color-orange', 'color-yellow', 'color-gray', 'color-pink',  'color-black' ]
                },


categories : {
                    'movable': false,
                    'removable': false,
                    'collapsible': false,
                    editable: false,
                    colorClasses : ['color-red', 'color-blue', 'color-green', 'color-purpple', 'color-white', 'color-orange', 'color-yellow', 'color-gray', 'color-pink',  'color-black' ]
                }


You can repeat the code for all the widgets if you want.

Thanks


Mewsoft Support
www.mewsoft.com

mgmimw mgmimw's personal page
Registered Member
Posts: 26 Display member's posts
Joined: 09-05-12 08:36 AM
Member Offline
View Member's Profile Send private message
 
Back to top
tabs Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 03-14-16 01:07 AM next post previous post
Thank Good But how do I change their position? Right Left Center
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-20-24 01:51 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: tabs Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 03-14-16 02:05 AM next post previous post

To change their position staticaly you just need to move the widget code inside the template Frontpage.

Thanks


Mewsoft Support
www.mewsoft.com

mgmimw mgmimw's personal page
Registered Member
Posts: 26 Display member's posts
Joined: 09-05-12 08:36 AM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: tabs Edit Delete Reply with quote Quote
Reply #: 4 Posted on: 03-14-16 03:38 AM next post previous post
Hello I can not change their position Can you give me an example maybe? Thank you
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-20-24 01:51 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: tabs Edit Delete Reply with quote Quote
Reply #: 5 Posted on: 03-14-16 10:47 AM last post previous post

Hello,


Each widget code in the Frontpage template is set between li tag like this:

             <li class="widget color-green" id="tweets"
               


            </li>

So all you need is to cut the widget code and past it to the location where you want it in your template, you just

move it as you edit or move any html code, it does not need programming or coding.


Mewsoft Support
www.mewsoft.com

Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print