Forum Replies Created

Viewing 20 posts - 10,801 through 10,820 (of 12,027 total)
  • Author
    Posts
  • in reply to: Adding an HD Youtube video to the header as default #149452
    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,
    Skandha

    in reply to: Remove Author in headings of Pages #149446
    Skandha
    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,
    Skandha

    in reply to: Link Color #149413
    Skandha
    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,
    Skandha

    Skandha
    Participant

    @richardmin: I’m sorry I am not able to get you. Can you please elaborate your issue?

    Kind Regards,
    Skandha

    in reply to: Author bio question: #149407
    Skandha
    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,
    Skandha

    in reply to: distance and colors #149332
    Skandha
    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,
    Skandha

    in reply to: main content area of Clean Journal not responsive #149331
    Skandha
    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,
    Skandha

    in reply to: Copywrit #149317
    Skandha
    Participant

    @oki:こんにちは、
    あなたの問題を解決できることを願っています。それはあまりにも多くのトラブルではない場合は、
    あなたに正直な見解を残してもらえますか?
    https://wordpress.org/support/theme/foodie-world/reviews/#new-post
    あなたのレビューは、他の人が見ているときに何を期待するかを知るのに役立ちます
    私が提供するサポートのために。 1つか2つでも大いに
    感謝。
    ありがとうございました。もし私が助けることができるものが他にもあれば、
    私に知らせるために躊躇しないでください。

    Kind Regards,
    Skandha

    in reply to: Widened Jetpack gallery #149306
    Skandha
    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,
    Skandha

    in reply to: Copywrit #149304
    Skandha
    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,
    Skandha

    in reply to: distance and colors #149289
    Skandha
    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,
    Skandha

    in reply to: Theme Featured Slider #149288
    Skandha
    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,
    Skandha

    in reply to: distance and colors #149222
    Skandha
    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,
    Skandha

    in reply to: Logo too small #149193
    Skandha
    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,
    Skandha

    in reply to: Widened Jetpack gallery #149184
    Skandha
    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,
    Skandha

    in reply to: RSS feed issues – functions.php file #149181
    Skandha
    Participant

    @pmagsco: Please post in your site URL!

    Kind Regards,
    Skandha

    in reply to: Logo too small #149180
    Skandha
    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,
    Skandha

    in reply to: Blog dates? #149138
    Skandha
    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,
    Skandha

    in reply to: Blog dates? #149135
    Skandha
    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' ); ?>&nbsp;<?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,
    Skandha

    Skandha
    Participant

    @nomis: There was an issue with the Header Featured Image in the blog page. The issue has been resolved and will be updated in the next theme update.
    Thank you for reporting us the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,801 through 10,820 (of 12,027 total)