Site logo

Archived topic

Blogpage and excerpt posts

40 replies · Started by Bram on January 20, 2020

Viewing posts 16–30 of 41

Hi David the video did indeed. Gold!! Thank you!!!

Last question in addition when it is ok with you.
To change the footer bar normally goes with the footer.php in the editor.
Normalky you recognize easy the footer bar content in the footer.php

But now it is different.
My footer says:
© 2020 Zelfontplooiing • Aangedreven door GeneratePress

and this is the footer.php:

<?php
/**
* The template for displaying the footer.
*
* @package GeneratePress
*/

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>

<!-- #content -->

<!-- #page -->

<?php
/**
* generate_before_footer hook.
*
* @since 0.1
*/
do_action( 'generate_before_footer' );
?>

>
<?php
/**
* generate_before_footer_content hook.
*
* @since 0.1
*/
do_action( 'generate_before_footer_content' );

/**
* generate_footer hook.
*
* @since 1.3.42
*
* @hooked generate_construct_footer_widgets - 5
* @hooked generate_construct_footer - 10
*/
do_action( 'generate_footer' );

/**
* generate_after_footer_content hook.
*
* @since 0.1
*/
do_action( 'generate_after_footer_content' );
?>

<!-- .site-footer -->

<?php
/**
* generate_after_footer hook.
*
* @since 2.1
*/
do_action( 'generate_after_footer' );

wp_footer();
?>

</body>
</html>

Where do I have to edit?
Or is it in an other section?

Kind regards,
Bram

Again great help!!! and a step further again. Also found out to ad a link to the tekst in the footer bar.

And now another question, I hope I may ask that in this topic.

I found out that I can change my font family for normal text easyily with customizer, but for H1, H2,H3,H4,H5,H6 there is a fixed font family.
I did some careful tryout in the style sheet to change the H1/H6 range into, for exambal Arial Bold, but nothing changed.

How can I change this H1/H6 range into desired font family and make it for example bold.

Kind regards,
Bram

Have you checked out the Typography options in Customize > Typography > Headings?

Let me know :)

Thank You Tom, I'm quite happy now!!!

Kind regards

Sorry, one thing I forgot.

With WPshowpost I have created the excerpt on my homepage.
I tried to edit the read more buttons with customizer, backround colors, hovers etc.
No effect.
How can I edit these buttons?

Kind regards!
Bram

WP Show Posts is separate from GeneratePress, so the Customizer doesn't work for it.

You would need to have WP Show Posts Pro, or use CSS to alter the look of those buttons. I can help with the CSS if you can link me to the page and explain what you're wanting to change :)

May be I wil go for buying wpshowpost pro. For dollar 50,- per year I can have unlimitted sites.
I will give it a thought.
But in the meantime I should like to know, if there is a more incidental solution.

You ask for the page; http://rickmoeliker.nl/ and I should like to use the same effect that I created on the above button GA DIRECT NAAR BERICHTEN.
If you can tel me how to handle the css for this action, it should be marvelous.

Kind regards,
Bram

Try this CSS:

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    background: #13932c;
    border: 0;
    color: #fff;
    border-radius: 11px;
    padding: 10px 30px;
    font-weight: bold;
}

a.wp-show-posts-read-more:hover {
    background: #3af23d;
    border: 0;
}

Perfect Tom!!!! Thanks again!!!!

May be out of the box, but I saw a recommendation from wordpress to update WP PHP version to version 7.3.
In relation to Generate press theme, do you recommend this as well and no risk for GP theme?

Kind regards,
Bram

No risk at all :)

Hi Tom,
Still one detailquestion.

On this blogpage http://rickmoeliker.nl/creativiteit/ I have placed a featured image and it is positioned on the left.
I tried to find out to get the image on the right and the text on the left.
In the editor there is no option and in customizer I cannot find one either
Do I overlook something?

Kind regards,
Bram

This archived topic is closed to new replies.