Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@mihnea-dublesiu: To make HD Videos display in the header section. When you copy the video URL link from youtube you need to make sure the quality is set to HD or the highest possible. The same quality set on the youtube will be displayed on your site as well.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@joshua: You can remove the author in pages using a bit of css code.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..page .author.vcard { display:none !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@pixeld: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
a { color:#ed1651; }Let me know if this works out!
Kind Regards,
SkandhaJuly 15, 2018 at 12:29 am in reply to: You don't have clean without going to the FTP for "Clean Fotografie Pro"? #149408Skandha
Participant@richardmin: I’m sorry I am not able to get you. Can you please elaborate your issue?
Kind Regards,
SkandhaSkandha
Participant@joshua: To change the font of the author bio in the header
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-header .entry-summary { font-family:ravie; }The changing author permalink is not a theme relate issue and is wordpress issue. I suggest you to use security plugins for that purpose.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@josefsdorf: Yes, I think you can change the previous and next button using the plugin.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.post .entry-title { padding-top:20px; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@anjika: You seem to using a child theme. Please activate the parent theme and check for responsiveness. If the parent theme is responsive it will mean the there is some issue with the child theme. Also you seem to have used plugins and have made a lot of customization to the site. This may be the reason the site is not being responsive.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@oki:こんにちは、
あなたの問題を解決できることを願っています。それはあまりにも多くのトラブルではない場合は、
あなたに正直な見解を残してもらえますか?
https://wordpress.org/support/theme/foodie-world/reviews/#new-post
あなたのレビューは、他の人が見ているときに何を期待するかを知るのに役立ちます
私が提供するサポートのために。 1つか2つでも大いに
感謝。
ありがとうございました。もし私が助けることができるものが他にもあれば、
私に知らせるために躊躇しないでください。Kind Regards,
SkandhaSkandha
Participant@lmphotos: Full Content Width Page template is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional features available in pro version of the theme.
Alternately you can use additional css
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..post-501 .entry-content { max-width:1148px !important; }Let me know if this helps you out.
Kind Regards,
SkandhaSkandha
Participant@oki: まず、子テーマを作成する必要があります。子テーマの作成方法がわからない場合は、子テーマプラグインの生成を使用できます。
https://catchplugins.com/plugins/generate-child-theme/子テーマを作成した後=>親テーマフォルダ=> template-parts =>フッターに移動し、site-info.phpファイルをコピーします。
次に、=> Child Theme Folder => template-parts / footer / folderの下にsite-info.phpファイルを貼り付けます。
これでsite-info.phpファイルの著作権セクションを編集できますI hope this helps you out.
Kind Regards,
SkandhaSkandha
Participant@josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/*To change background and border color of Read More button */ .readmore a { background-color:red; border-color:blue; }/*To change Pagination button color */ .post-navigation a:hover, .post-navigation a:focus { background-color:#123456; }You can change the color according to your requirement.
To change previous and next text in the pagination button you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@the-way-of-wellbeing: What you can do is Enable the slider on entire site. Then
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.page) #main-slider { display:none; }This way the slider will be enabled only on pages.
Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change space the between featured image and page titles */ .page .entry-title { padding-top:20px; }Please post in your URL and let me know which read more button color you want to be changed.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@arekm: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.header-modern .site-branding { padding:20px 65px; }You can adjust the padding according to your requirement.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@lmphotos: You seem to have disabled right click on your site. Please enable it so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@arekm: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.custom-logo-link { max-width:300px; }Also, remove the following Code from the Additional CSS so that the Logo sits perfectly on the center.
`position:relative;
left:-50px;`Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@tg: When you make edits to your core theme files to make some changes in your site, this changes will be lost when you update the theme to the new version. So in order to retain the customization, first a child theme is created and then customizations are done. To know more about child theme follow this link.
Also Did the code I provided you work out?
Kind Regards,
SkandhaSkandha
Participant@tg: First you will need to create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin.
Then Go to => Child Theme Folder => functions.php file and paste the following Code.
if ( ! function_exists( 'simplecatch_loop' ) ) : /** * Display the page/post loop part * @since Simple Catch 1.3.2 */ function simplecatch_loop() { if ( is_page() ): ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header --> <div class="entry-content clearfix"> <?php the_content(); // copy this <!--nextpage--> and paste at the post content where you want to break the page wp_link_pages(array( 'before' => '<div class="pagination">Pages: ', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '%', 'echo' => 1 ) ); ?> </div><!-- .entry-content --> </article><!-- #post-## --> <?php elseif ( is_single() ): ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <div class="entry-meta"> <ul class="clearfix"> <li class="no-padding-left author vcard"><a class="url fn n" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo esc_attr(get_the_author_meta( 'display_name' ) ); ?>" rel="author"><?php _e( 'By', 'simple-catch' ); ?> <?php the_author_meta( 'display_name' );?></a></li> <li class="entry-date updated"><?php $simplecatch_date_format = get_option( 'date_format' ); the_time( $simplecatch_date_format ); ?></li> <li><?php comments_popup_link( __( 'No Comments', 'simple-catch' ), __( '1 Comment', 'simple-catch' ), __( '% Comments', 'simple-catch' ) ); ?></li> </ul> </div> </header> <div class="entry-content clearfix"> <?php the_content(); // copy this <!--nextpage--> and paste at the post content where you want to break the page wp_link_pages(array( 'before' => '<div class="pagination">Pages: ', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '%', 'echo' => 1 ) ); ?> </div> <footer class="entry-meta"> <?php $tag = get_the_tags(); if (! $tag ) { ?> <div class='tags'><?php _e( 'Categories: ', 'simple-catch' ); ?> <?php the_category(', '); ?> </div> <?php } else { the_tags( '<div class="tags"> ' . __('Tags', 'simple-catch') . ': ', ', ', '</div>'); } ?> </footer> </article><!-- #post-## --> <?php endif; } // simplecatch_loop endif;Let me know if this works out!
Kind Regards,
SkandhaJuly 11, 2018 at 2:11 am in reply to: Simple Persona Pro – Featured Image on Blog/Posts page #149133 -
AuthorPosts
