Tagged: x
-
AuthorPosts
-
November 14, 2016 at 5:32 am #1256224
ChristopherModeratorHi there,
Please change child theme folder’s name from
knowmatesto its original name which isx-child.
Please add following code in Customize -> Custom -> Global CSS :.x-slider-container.below { height: 480px !important; }Hope it helps.
November 16, 2016 at 5:36 am #1259219
knowmatesParticipantHi 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
November 16, 2016 at 2:39 pm #1259855
Rue NelModeratorHello 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.
November 17, 2016 at 8:28 am #1261042
knowmatesParticipantThis reply has been marked as private.November 17, 2016 at 4:34 pm #1261674
RadModeratorHi 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!
November 21, 2016 at 4:49 am #1265173
knowmatesParticipantThis reply has been marked as private.November 21, 2016 at 4:39 pm #1266039
RadModeratorHi 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!
November 23, 2016 at 9:17 am #1268289
knowmatesParticipantThis reply has been marked as private.November 23, 2016 at 4:21 pm #1268715
Rue NelModeratorThis reply has been marked as private.November 28, 2016 at 6:06 am #1273067
knowmatesParticipantYay perfect! Thank you!
November 28, 2016 at 6:10 am #1273068
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1252955 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
