Re: New! Template Package Update with Admin Interface!
Hi Anne,
how can I centre the Table of Contents for EZ pages? - I have a number of articles in a Chapter in EZ pages and the table comes up but is justified far right of page - how do I change the justification of the table?
cheers,
Mike
Quote:
Originally Posted by
picaflor-azul
I am happy that you figured it out. It would be great if you posted your solution so that others who have the same question can find the answer ;)
Thanks,
Anne
The fix for centering the Table of Contents in EZ Pages is to go to includes/templates/abbington_mega/common/css/stylesheet.css , then at about line 96 under /*bof ezpages*/ first line change float: right to read float: center
the above applies to any template, change abbington_mega to read 'YOUR TEMPLATE' (but why would you use any other template than Abbington Mega? :)
cheers,
Mike
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
shags38
Hi Anne,
how can I centre the Table of Contents for EZ pages? - I have a number of articles in a Chapter in EZ pages and the table comes up but is justified far right of page - how do I change the justification of the table?
cheers,
Mike
The fix for centering the Table of Contents in EZ Pages is to go to includes/templates/abbington_mega/common/css/stylesheet.css , then at about line 96 under /*bof ezpages*/ first line change float: right to read float: center
the above applies to any template, change abbington_mega to read 'YOUR TEMPLATE' (but why would you use any other template than Abbington Mega? :)
cheers,
Mike
Great! Thank you so much for posting your solution.
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
shags38
Hi Anne,
how can I centre the Table of Contents for EZ pages? - I have a number of articles in a Chapter in EZ pages and the table comes up but is justified far right of page - how do I change the justification of the table?
cheers,
Mike
The fix for centering the Table of Contents in EZ Pages is to go to includes/templates/abbington_mega/common/css/stylesheet.css , then at about line 96 under /*bof ezpages*/ first line change float: right to read float: center
the above applies to any template, change abbington_mega to read 'YOUR TEMPLATE' (but why would you use any other template than Abbington Mega? :)
cheers,
Mike
I don't think that there is a "center" definition for the 'float' attibute. I think you might wanna try this instead (soneone can confirm this for me):
Code:
margin-left: auto;
margin-right: auto;
or
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
DivaVocals
I don't think that there is a "center" definition for the 'float' attibute. I think you might wanna try this instead (soneone can confirm this for me):
Code:
margin-left: auto;
margin-right: auto;
or
You're right, DivaVocals, there's no "float: center;". If you want to center an element, that element must have a width and then you can specify something like
Code:
width: 60%;
margin: 0 auto;
to center that element.
Re: New! Template Package Update with Admin Interface!
Hi Anne,
Iam using your abbington Templates. Can I have your advice to know whether there are any program to run "Restock Notification/Alert", as the customer only see SOLD OUT button, and wish to request restock, how to solve this?
Thank you.
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
Orkid
Hi Anne,
Iam using your abbington Templates. Can I have your advice to know whether there are any program to run "Restock Notification/Alert", as the customer only see SOLD OUT button, and wish to request restock, how to solve this?
Thank you.
Check out the back in stock notifications module.
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
tried to find a list in the download of the changed, new and obsolete files to help with upgrading. I have the 1.1 installed and downloaded the v3 (abbington_mega.3)
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
stevefriedman71
tried to find a list in the download of the changed, new and obsolete files to help with upgrading. I have the 1.1 installed and downloaded the v3 (abbington_mega.3)
There is a list of changes in the readme.html file.
Thanks,
Anne
Re: New! Template Package Update with Admin Interface!
Yes, i found that list but it doesn't say what files have been changed. i figured that all admin is new. but i have installed v1.1 and customizations. So, it would be very helpful to know what files have changed, what files can be deleted or have to be moved from the old version.
That way i can compare the old vs the new and find what else was changed. It makes updating much easier.
Re: New! Template Package Update with Admin Interface!
Quote:
Originally Posted by
stevefriedman71
Yes, i found that list but it doesn't say what files have been changed. i figured that all admin is new. but i have installed v1.1 and customizations. So, it would be very helpful to know what files have changed, what files can be deleted or have to be moved from the old version.
That way i can compare the old vs the new and find what else was changed. It makes updating much easier.
I agree.. I too wanted a list of JUST the changed/new files to compare to my previous installation.. To get this list, I used my file comparison program to compare the two versions of this template and by applying some filters to only show the modified files, I was able to see JUST the a list of modified files..