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

How to edit contentify #77

Closed
ghost opened this issue Oct 28, 2016 · 29 comments
Closed

How to edit contentify #77

ghost opened this issue Oct 28, 2016 · 29 comments
Labels

Comments

@ghost
Copy link

ghost commented Oct 28, 2016

How can I change the theme to be like the one on the demo site for contentify I've looked in all public folders can't see help plz

@chriskonnertz
Copy link
Member

Hi

Did you download version 2.0 (alpha)? You can download it here: https://github.com/Contentify/Contentify/releases/download/v2.0-alpha/contentify2_alpha.zip

After installing it you can login (as admin), go to the admin dashboard, then to settings and there you can switch the theme.

@ghost
Copy link
Author

ghost commented Oct 29, 2016

Will do how to change name from contentify test page

@chriskonnertz
Copy link
Member

Open this file with a text editor: config/app.php. Go to line 39 and there you can change the title of the website.

@ghost
Copy link
Author

ghost commented Oct 30, 2016

Thanks

@ghost
Copy link
Author

ghost commented Nov 1, 2016

Hey dude i did all that it worked perfectly soo i go to install it to my main domain and it installs perfectly when i go to the admin-backend and configuration and change theme to the morpheus theme it isn't like it was on the previous sub-domain i had it on it looks like this: http://prntscr.com/d1pvrq but i'd like it to be like the one on the demo site with the blue thanks!

@chriskonnertz
Copy link
Member

Most likely this is a caching problem of your browser. I had the same problem. You may try to press F5 twice but probably it will not solve the problem. Maybe the easiest thing to do is to open the website with another browser (that does not have the stylesheet in its cache).

@ghost
Copy link
Author

ghost commented Nov 1, 2016

I'll try

@ghost
Copy link
Author

ghost commented Nov 2, 2016

Sorted that one question what is size of banner and favicon

@chriskonnertz
Copy link
Member

Favicon: 64 x 64 pixels (public/favicon.png) and 180 x 180 pixels (public/img/favicon_180.png)
Banner: 180 x 180 pixels (public/img/logo_180.png)

@romcika5
Copy link

romcika5 commented Nov 4, 2016

Ok so really strange. I try to edit contentify template, some css and some view files. First time then i edit everythins works fine, but second time if i edit something and it's not editing. Like that: i changed some css atributes, and they don't changed on website. Sorry for my bad english.

@ghost
Copy link
Author

ghost commented Nov 4, 2016

Also how do i make it soo when i do test.com it goes to public folder on my htaccess ?

@ghost
Copy link
Author

ghost commented Nov 4, 2016

forget my previous comment above ^^ the problem now is http://prntscr.com/d35p3s how do i get that youtube twitter and facebook to go to my socialmedia? i set it in the configuration on admin panel but my social media only works on the footer

@chriskonnertz
Copy link
Member

Ok so really strange. I try to edit contentify template, some css and some view files. First time then i edit everythins works fine, but second time if i edit something and it's not editing. Like that: i changed some css atributes, and they don't changed on website. Sorry for my bad english.

Are you sure that it is not something about caching?

By the way you should only edit the theme that is currently active.

@chriskonnertz
Copy link
Member

forget my previous comment above ^^ the problem now is http://prntscr.com/d35p3s how do i get that youtube twitter and facebook to go to my socialmedia? i set it in the configuration on admin panel but my social media only works on the footer

Yeah that was a bug. 👍 Fixed by:
082acae

@ghost
Copy link
Author

ghost commented Nov 5, 2016

How do I update

@ghost
Copy link
Author

ghost commented Nov 5, 2016

Also can u add like cache reloader and on my index page the news ain't showing

@chriskonnertz
Copy link
Member

chriskonnertz commented Nov 6, 2016

How do I update

Well the easiest way is to apply the changes manually:

  1. Open the template file app/Modules/MorpheusTheme/Resources/Views/layout.blade.php
  2. Select line 67-69
  3. Replace them with this code:
<a href="https://www.facebook.com/{{ Config::get('app.facebook') }}" target="_blank">{!! HTML::fontIcon('facebook') !!}</a>
<a href="https://twitter.com/{{ Config::get('app.twitter') }}" target="_blank">{!! HTML::fontIcon('twitter') !!}</a>
<a href="https://www.youtube.com/channel/{{ Config::get('app.youtube') }}" target="_blank">{!! HTML::fontIcon('youtube') !!}</a>

@chriskonnertz
Copy link
Member

chriskonnertz commented Nov 6, 2016

Also can u add like cache reloader and on my index page the news ain't showing

Yeah I will try to find a solution but this will have to wait a little bit... We should keep this issue open as a reminder for me. :)

@romcika5
Copy link

romcika5 commented Nov 6, 2016

Ok so i found a solution if i changed some files in view i need to run the artisan command: php artisan clear:view

@ghost
Copy link
Author

ghost commented Nov 6, 2016

Okay but can u make it quick?

@ghost
Copy link
Author

ghost commented Nov 6, 2016

Also my news section is not displaying on index page

@chriskonnertz
Copy link
Member

chriskonnertz commented Nov 6, 2016

@romcika5

Ok so i found a solution if i changed some files in view i need to run the artisan command: php artisan clear:view

Or php artisan view:clear? 😛

@chriskonnertz
Copy link
Member

@lolbob181

Okay but can u make it quick?

Sorry but I don't think so.
However, here is a quick workaround:
Open the frontend stylesheet directly in your browser. css/frontend.css (example URL: http://exampe.org/css/frontend.css) Then double press the F5 key.

@ghost
Copy link
Author

ghost commented Nov 6, 2016

Okay will try also do u know why my news is not displaying on index page web is zealgg.com

@ghost
Copy link
Author

ghost commented Nov 7, 2016

K news module is fixed just a problem with users editing there profiles when they go to click save they get this : https://gyazo.com/823e7071279cbc779e9034d710e3377f & https://gyazo.com/8b27c717b8fffdfa11877f27559f5363

@chriskonnertz
Copy link
Member

Hm. Maybe also a GD lib problem? Did you try this? https://github.com/Contentify/Contentify/wiki/Troubleshooting#captcha-image-not-displayed

@ghost
Copy link
Author

ghost commented Nov 8, 2016

http://prntscr.com/d4m2k5 i have it

@ghost ghost closed this as completed Nov 8, 2016
@ghost
Copy link
Author

ghost commented Nov 8, 2016

i didn't close it :(

@chriskonnertz
Copy link
Member

chriskonnertz commented Nov 9, 2016

Well GitHub says you did 😛

lolbob181 closed this a day ago

Well no problem we will continue in the other issue of yours.

#82

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants