[Resolved] Blogpage and excerpt posts

Home Forums Support [Resolved] Blogpage and excerpt posts

Home Forums Support Blogpage and excerpt posts

Viewing 15 posts - 16 through 30 (of 41 total)
  • Author
    Posts
  • #1142848
    David
    Staff
    Customer Support

    Maybe the Video here will explain better?

    https://wpshowposts.com

    #1142960
    Bram

    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

    #1143145
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can use our Copyright module for that: https://docs.generatepress.com/article/changing-the-copyright-message/

    Hope this helps πŸ™‚

    #1144040
    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

    #1144148
    Tom
    Lead Developer
    Lead Developer

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

    Let me know πŸ™‚

    #1144779
    Bram

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

    Kind regards

    #1144783
    Bram

    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

    #1144867
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #1144983
    Bram

    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

    #1145120
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #1145335
    Bram

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

    #1145425
    Bram

    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

    #1145919
    Tom
    Lead Developer
    Lead Developer

    No risk at all πŸ™‚

    #1148490
    Bram

    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

    #1148730
    Tom
    Lead Developer
    Lead Developer

    Have you checked the alignment option in Customize > Layout > Blog?: https://docs.generatepress.com/article/adjusting-the-featured-images/

Viewing 15 posts - 16 through 30 (of 41 total)
  • You must be logged in to reply to this topic.