Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1256224
    Christopher
    Moderator

    Hi there,

    Please change child theme folder’s name from knowmates to its original name which is x-child.
    Please add following code in Customize -> Custom -> Global CSS :

    .x-slider-container.below {
        height: 480px !important;
    }

    Hope it helps.

    #1259219
    knowmates
    Participant

    Hi Christopher,

    no that helped not. Why do we have to rename the theme folder? CSS didn’t worked 🙁

    Whats about my other question where I send you the credentials?

    Many thanks

    #1259855
    Rue Nel
    Moderator

    Hello There,

    Sorry if it didn’t work out for you. I went ahead and checked your slider. The issue why it becomes bigger and bigger is because you have enabled the kenburns effect. I have disabled it and you should test your slider now.

    I have check the h1 and h2 in the blog title and the single post title. Since you gave access, I made some changes to the _content-post-header.php file as what Christopher suggested in his reply (https://community.theme.co/forums/topic/duplicate-h1-tag-in-blog-page/#post-1256045)

    You can check out the big change in this screenshot: http://prntscr.com/d85tq5
    Now they do not look the same and the h1 is a bit smaller compared to the single blog post which is h2. I added this custom css code to make them look almost the same:

    .site .h-landmark {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 260%;
    }

    Feel free to change the numbers if you want the blog title to become bigger.

    Hope this helps. Please let us know how it goes.

    #1261042
    knowmates
    Participant
    This reply has been marked as private.
    #1261674
    Rad
    Moderator

    Hi there,

    First, please copy this template \wp-content\themes\x\framework\views\renew\_landmark-header.php into your child theme (eg. \wp-content\themes\x-child\framework\views\renew\_landmark-header.php )

    Edit your child theme’s _landmark-header.php and find this block,

    <?php elseif ( is_home() || is_single() ) : ?>
                <?php if ( x_is_portfolio_item() ) : ?>
    
                  <h1 class="h-landmark"><span><?php echo x_get_parent_portfolio_title(); ?></span></h1>
    
                <?php else : ?>
    
                  <h1 class="h-landmark"><span><?php echo x_get_option( 'x_renew_blog_title' ); ?></span></h1>
    
                <?php endif; ?>
              <?php elseif ( is_search() ) : ?>

    Change it to this,

    <?php elseif ( is_home() || is_single() ) : ?>
                <?php if ( x_is_portfolio_item() ) : ?>
    
                  <h1 class="h-landmark"><span><?php echo x_get_parent_portfolio_title(); ?></span></h1>
    
                <?php else : ?>
    
                  <h1 class="h-landmark"><span><?php the_title(); ?></span></h1>
    
                <?php endif; ?>
              <?php elseif ( is_search() ) : ?>

    Second, copy this template \wp-content\themes\x\framework\views\renew\_content-post-header.php to your child theme (eg. \wp-content\themes\x-child\framework\views\renew\_content-post-header.php )

    Edit your child theme’s _content-post-header.php and remove this line,

    <h1 class="entry-title"><?php the_title(); ?></h1>

    And please provide a video recording about the slider’s issue.

    Thanks!

    #1265173
    knowmates
    Participant
    This reply has been marked as private.
    #1266039
    Rad
    Moderator

    Hi there,

    What headline is supposed to appear at https://www.knowmates.de/blog/ ? Because it’s a listing page and multiple posts will appear there. Right now it’s only one, should the headline of the only one post go to the landmark?

    And you didn’t remove this line from _content-post-header.php

    <h1 class="entry-title"><?php the_title(); ?></h1>

    Please re-implement them again the provide the mockup screenshot of how it should appear for reference.

    Thanks!

    #1268289
    knowmates
    Participant
    This reply has been marked as private.
    #1268715
    Rue Nel
    Moderator
    This reply has been marked as private.
    #1273067
    knowmates
    Participant

    Yay perfect! Thank you!

    #1273068
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1252955 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>