- This topic has 10 replies, 4 voices, and was last updated 4 years ago by
Leo.
-
AuthorPosts
-
February 17, 2017 at 6:23 am #280144
Willy
I followed the instruction about how to install GP-premium. Everything works okay till I want to go to generate press in the appearance menu. There…it doesn’t show…..
Looking by Add-ons it is installed and activated….Please what can I do?
Greetz, Willy
If you do what you alway do, you get what you always get!
GP Premium 1.2.94February 17, 2017 at 8:17 am #280217Jamal
Hi
Please make sure the GeneratePress theme is installed as well https://generatepress.com/forums/topic/appearance-generatepress-not-available/#post-187280
Agressively support the kind of work you want to see. Buy it. Talk about it. Review it.
February 17, 2017 at 9:29 am #280251Willy
Okay, I installed the generate press theme. I deleted the GP premium and later on I installed the GP premium again. Still I do not see the item in my appearance menu. GenereatePress theme is installed, not active.
Do I have to use that GP theme instead of twenty seventeen I am using now?Thanks for your help.
If you do what you alway do, you get what you always get!
February 17, 2017 at 9:38 am #280261Leo
StaffCustomer SupportMake sure GP theme and GP premium plugin are both activated π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 17, 2017 at 9:42 am #280266Tom
Lead DeveloperLead DeveloperYes, GP Premium extends GeneratePress, so GP must be the active theme.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 17, 2017 at 10:13 am #280286Willy
okay, than I have another question.
I only wanted to change the copyright in the footer of my page so that’s why I installed GPpremium (I already had bought it for an other site on which it is working – yes an generate press theme)
Right now on a new site, I added custom CSS in: appearance > customizer > extra css
.site-info {display: none}
so there’s no copyright to see at this moment.
I would like to have as a personal copyright
“copyright 2017 @willustration-design.nl” with a link.How can I do that?
p.s. you can see my site on http://www.willylubach.nl (in Dutch)
If you do what you alway do, you get what you always get!
February 17, 2017 at 2:48 pm #280377Leo
StaffCustomer SupportThat site you show is currently not using GP.
To change copyright message in GP, this should help: https://docs.generatepress.com/article/changing-the-copyright-message/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 18, 2017 at 4:57 am #280538Willy
Sofar I’ve found out myself:
In my hosting editor I found the file: site-info.phpI changed the code:
<div class="site-info"> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a> </div><!-- .site-info -->
into:
<div class="site-info"> <a href="<?php echo esc_url( __( 'https://willustration-design.nl/') ); ?>"><?php printf( __( 'Copyright 2017 by %s' ), 'WilluStration Design & Fotografie' ); ?></a> </div><!-- .site-info -->
On my page it shows the right text, but the link does’t work. So obviously I have to change something more in this code.
And I am questioning myself, will it stay with an update?If you do what you alway do, you get what you always get!
February 18, 2017 at 8:17 am #280608Leo
StaffCustomer SupportNot sure what’s going on here. Why are you using Twentyseventeen when you already bought GP?
If you use GP then it should be very simple as the link I provided above.
And to answer your question I don’t think the way you did it will stay through update as it’s the theme’s core file.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 19, 2017 at 3:19 am #280849Willy
The reason why I use twenty seventeen is that I love the way it scrolls with pages and pictures on the homepage.
This way I can highlight my two businesses and my graphic packaging designer job on the home page.
For further (personal, educational en work) info you can use the menu if you are interested in hiring me.I will shut down the standard copyright on the page and leave it that way.
For a next site I have to learn by myself how to programm the scrolling thing on the homepage so I can use GP theme with the GP premium and edit it the way I want it to be π
Thank you all for your help!
If you do what you alway do, you get what you always get!
February 19, 2017 at 8:31 am #280918Leo
StaffCustomer SupportI’m pretty sure GP can handle everything a twenty series themes can do π
Glad we could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.