yesilaski
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorMag] CLS Value ReductionHi,
Yeah. I’m talking about the mobile menu. My goal is to lower the Cumulative Layout Shift (CLS) value. In this, I am trying to prevent the menu from scrolling. As seen in the photo, the menu scrolls when the screen gets smaller. How can I activate the mobile menu automatically when the menu scrolls?
Forum: Themes and Templates
In reply to: [ColorMag] the Link to the author page in the Author Bio sectionSorry, I can’t get enough solution support. Again, a solution I found myself is as follows;
ColorMag Pro: content.php (inc/hooks/content.php)
<h4 class="author-name"><?php the_author_meta( 'display_name' ); ?></h4>
Forum: Themes and Templates
In reply to: [ColorMag] You May Also Like – Date DeleteHiding date and comment in “You May Also Like” section.
Date
.single-related-posts .article-content .below-entry-meta .posted-on {display: none;}
Comment
.single-related-posts .article-content .below-entry-meta .comments {display: none;}
Forum: Themes and Templates
In reply to: [ColorMag] Reading TimeUnfortunately, I didn’t get enough support.
To hide on the homepage;
.home #content .reading-time {display:none;}
Forum: Themes and Templates
In reply to: [ColorMag] You May Also Like – Date DeleteThank you for the information.
Forum: Themes and Templates
In reply to: [ColorMag] Menu ShiftI enabled.
Forum: Themes and Templates
In reply to: [ColorMag] Favicon and Bullet ChangeHi @nidwija
I have no problem. Since only the codes in “style.css” are deleted during the theme update, I want to add the existing codes to the EK CSS area.
cursor:url(img/ok.cur), text;
list-style-image:url(img/ok.gif);
Link: Ye?il A?k?
- This reply was modified 4 years, 2 months ago by yesilaski.
Forum: Themes and Templates
In reply to: [ColorMag] You May Also Like: Hide the date and comment part#respond h3#reply-title::before {content: "\f0e5"; font-family:FontAwesome; margin-right: 10px;}
Thanks. Worked
Forum: Themes and Templates
In reply to: [ColorMag] Google Page Speed InsightsI have disabled Adsense and tried it. Mobile theme speed increased to 60. Why does Adsense have such a bad effect on mobile theme?
Forum: Themes and Templates
In reply to: [ColorMag] You May Also Like: Hide the date and comment partHi @tgboy,
2) The code below doesn’t work for some reason. (comments.php)
<h3 class="comments-title">
next to this code<i class="fa fa-comments"></i>
Do I need to add it to a different place? The answer should be easy for you.
Forum: Themes and Templates
In reply to: [ColorMag] You May Also Like: Hide the date and comment partHi @tgboy,
I found a workaround for hiding history and comment in post commodities like this. I deleted the following codes. (inc/related-posts.php)
For Comment;
<span class="comments"><i class="fa fa-comment"></i><?php comments_popup_link( '0', '1', '%' ); ?></span>
For Date;
<div class="below-entry-meta"> <?php $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';} $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() )); printf( __( '<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>', 'colormag' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), $time_string);?> <span class="byline"><span class="author vcard"><i class="fa fa-user"></i><a class="url fn n" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo get_the_author(); ?>"><?php echo esc_html( get_the_author() ); ?></a></span></span></div>
Forum: Themes and Templates
In reply to: [ColorMag] Google Page Speed InsightsHi @tgboy,
I tried to reach you via chat support but;
“Support is away. Our Team typically replies in a few hours. Give them a mail to reach to you.” an answer came.
I think it will be easier from here. It may also be useful for other users.
Forum: Themes and Templates
In reply to: [ColorMag] Comment field space reductionForum: Themes and Templates
In reply to: [ColorMag] Comment field space reductionHi @tgboy,
Site URL: Ye?il A?k?
Forum: Themes and Templates
In reply to: [ColorMag] You May Also Like: Hide the date and comment partSite URL: Ye?il A?k?