Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the change of the brand logo and colors from the backend. #789

Closed
fdefilippo opened this issue May 26, 2020 · 9 comments
Closed

Enable the change of the brand logo and colors from the backend. #789

fdefilippo opened this issue May 26, 2020 · 9 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@fdefilippo
Copy link

Could you add the icon-logo variable for the brandname in the frontend header?

thnx.

@div4d
Copy link

div4d commented May 26, 2020

you could save your logo in the asset folder with the same name as the og one.
mine is /easyappointments/assets/img/logo.png
so save your logo there as a png and should be fine.
same for the favicon if you were wondering

@fdefilippo
Copy link
Author

Yes I know but I would prefer to have a template/variables to modify instead of touching up the source. Something that will allow to customize as follows:

chrome_dRoil25Svo

@davidperezgar
Copy link

It should be nice to have like a template directory in order to save the changes there.

@davidperezgar
Copy link

I don't see the logo, How could I show it?

@fdefilippo
Copy link
Author

change application/views/backend/header.php so look like, about line 37:

        <div id="header-logo" class="navbar-brand">
            <img src="<?= base_url('assets/img/logo.png') ?>">
            <span><?= $company_name ?></span>
        </div>

@div4d
Copy link

div4d commented May 29, 2020

I know pretty much nothing about php, this is the first time I am dealing with it... but I can see that there are some parameters specified in the code such as the $company_name, so I guess that we could create a page to change the colours of the front-end using those.
Do you know if it is possible to do so?

@alextselegidis alextselegidis self-assigned this Sep 28, 2020
@alextselegidis
Copy link
Owner

Hello!

Theming will come in the future for sure.

  Alex Tselegidis, Easy!Appointments Creator
  Need a customization? Contact me in person!

@alextselegidis alextselegidis added the enhancement New feature or request label Nov 29, 2020
@alextselegidis alextselegidis added this to the v1.5.0 milestone Nov 29, 2020
@alextselegidis alextselegidis changed the title Icon logo Brandname Enable the change of the brand logo and colors from the backend. Jan 8, 2021
@stonespheres
Copy link

Alex are you happy for me to jump in on this?
I'm familiar with PHP, etc. Believe I may be able to help with this feature.

@vitormattos
Copy link
Contributor

I made a pull request #1052 adding setting to define a custom script block for all pages. This pull request can be used to apply CSS.

In fact it allows you to insert any HTML in the appointment. You can create a JS and a CSS and use the code from this PR to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants