Forum Replies Created

Viewing 20 posts - 7,821 through 7,840 (of 14,497 total)
  • Author
    Posts
  • in reply to: adsense responsive ad #27852
    Sakin
    Keymaster

    @Ralph177: Yes this one is not working. So, you need to check in your ads code in your google ads account. As I can see other ads coming where as this not coming. So, contact the ads support.

    Sakin
    Keymaster

    @htenbyslide: Nice 🙂

    in reply to: add image-icon before text in menu #27850
    Sakin
    Keymaster

    @Djapeto: I see that you have background in the main menu as
    #header-menu .users_icon a { }
    But then for sub-menus you added in like
    #header-menu .seboj a { }
    But instead it should be as
    #header-menu .users_icon .seboj a { }

    in reply to: White space above post #27848
    Sakin
    Keymaster

    @Jonathan: For 2 it will be as below:

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        padding-top: 2px;
    }
    in reply to: adsense responsive ad #27842
    Sakin
    Keymaster

    @Ralph177: I still can see it in your Header Right Sidebar in your site rednecksoftheworld.com. Can you refresh and check in as it is showing for me.

    in reply to: Menu Not Shown when Header Sidebar Wigget is used #27840
    Sakin
    Keymaster

    @yuccacane: That option is not there. Can you send me your site URL? I will try to see what I can do it.

    in reply to: Social icons display blank on hover #27839
    Sakin
    Keymaster

    @tlrome: Catch Evolution Theme uses the following Media screen for the responsive design. So, when you edit the width in normal css, you need to think about the following media screen, which are defined in responsive.css file.

    @media screen and (max-width: 1224px) {
    
    }
    @media screen and (max-width: 1060px) {		
    
    }
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    
    }
    @media screen and (max-width: 960px) {	
    
    }
    
    @media (max-device-width: 960px) {	
    
    }
    
    @media screen and (max-width: 767px) {
    
    }
    @media only screen 
    and (min-width: 480px) 
    and (max-width: 767px) {
    
    }
    @media screen and (max-width: 479px) {
    
    }
    @media screen and (max-width: 320px) {
    
    }

    But if you want to just modify the width only in large screen and leave the small screen as it is then, there is simple trick to use min-width, which will allow you to modify only for large screen.

    /* For Screen Size with 1225px and higher */
    @media screen and (min-width: 1225px) {
    
    }

    Fore more details about Media Queries tutorial, Click Here

    Sakin
    Keymaster

    @htenbyslide: To remove the slider background effect, you need to go to “Appearance => Theme Options => Featured Post Slider => Slider Effect Options” and check “Disable Slider Background Effect”. Save it.

    in reply to: Child Theme Help #27837
    Sakin
    Keymaster

    @HarveyLo: Yes you can create new child theme with the folder catchevolution-child in theme directory. Then you need to create style.css in your child theme folder. Click Here for the sample style.css

    in reply to: Featured post slider #27836
    Sakin
    Keymaster

    @Viktoria: I see that you are using Catch Kathmandu Free Theme which only have option to use Featured Post Slider or Featured Category Slider. This slider is created to highlight the post. Did you check in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/.

    1. First, you need to create post and add in the Featured image in your post.
    How to add Featured Image in Post?
    * Open the editor of the post where you want to display image, and locate the Featured Image module in the bottom right corner under Page Attributes. Click on Choose a Featured Image.
    * Then you can either upload the image from your computer or select the existing image from your media library and click on Set Featured Image. Click to view screenshot
    2. Then you need to go to “Appearance => Theme Options => Featured Slider” and in Slider Options, select Post Slider or Category Slider.
    3. If you choose “Post slider” then you need to go to “Appearance => Theme Options => Featured Slider => Featured Post Slider Options” and simply insert the ID numbers for Posts in the boxes, one Post ID number in each box. Click to view screenshot
    But if you choose “Category Slider”, then you need to go to “Appearance => Theme Options => Featured Slider => Featured Category Slider Options” and select the category.
    4. Click on Save Changes button

    But if you want Featured Image Slider where you want independent image slide then you need to upgrade to Pro version. See the Catch Kathmandu Pro version theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Changing the margin of the main content #27833
    Sakin
    Keymaster

    @leparaplui3: This them is build in 978 Grid system. So, your content is already on the left. Maybe you can play with the following css.

    /* For Main Layout Width */
    #main.layout-978 {
        width: 978px;
    }
    /* For content Layout Width */
    #content.col8 {
        width: 642px;
    }
    /* For sidebar Layout Width */
    #sidebar.col4 {
        width: 306px;
    }
    in reply to: Responsive Design is not working #27832
    Sakin
    Keymaster

    @Paul: I check in your site and it’s not working in all mobile devices and it’s same like in the screenshot you have provided. When I check in details, I found that the your mobile settings in controlled from WiziApp. Check you plugins and deactivate it.

    in reply to: How to stop Catch Kathmandu Pro from "call home" #27831
    Sakin
    Keymaster

    @Alex: Maybe that’s the Theme Updater. It will try to check in for Theme Update. You can upload screenshot in your site or any screenshot site and paste in the image URL here.

    in reply to: White space above post #27818
    Sakin
    Keymaster

    @Jonathan: Sorry, replace the previous css with the following.

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        padding-top: 0;
    }
    in reply to: Simple Catch – removing specific image border #27816
    Sakin
    Keymaster

    @ihortizuela: If you want to remove it for all you need to add the following css in “Appearance => Theme Options => Csutom CSS” box.
    #main #content img { border: none; }

    in reply to: Display Category on Page #27815
    Sakin
    Keymaster

    @Jonathan: Then you can add the following css.
    .category .page-header .page-title { display: none; }

    in reply to: Display category besides date insted of author #27772
    Sakin
    Keymaster

    @GiovannaChine: That will be like repeat as you can see in the page http://catchthemes.com/demo/simplecatch/uncategorized/beautiful-view-from-namobuddha/, you have categories below the post. But if you want to add it just below the header like you have mentioned. Then you need to create child theme. Then create functions.php in your child theme and add the following code.

    <?php
    /**
     * Display the page/post loop part
     * @since Simple Catch Pro 1.3.2
     */
    function simplecatch_loop() {
    
    	if ( is_page() ): ?>
        
    		<section <?php post_class(); ?> >
            	<header class="entry-header">
    				<h1 class="entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php echo esc_attr( get_the_title() ); ?>"><?php the_title(); ?></a></h1>
                </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>   
    		</section><!-- .post -->
            
        <?php elseif ( is_single() ): ?>
        
    		<section <?php post_class(); ?>>
            	<header class="entry-header">
                    <h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php echo esc_attr( get_the_title() ); ?>"><?php the_title(); ?></a></h1>
                    <div class="entry-meta">
                        <ul class="clearfix">
                            <li class="no-padding-left author vcard"><a class="url fn n" href="<?php echo 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', 'simplecatch' ); ?>&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 class="tags"><?php _e( 'Categories: ', 'simplecatch' ); ?> <?php the_category(', '); ?> </li>
                            <li><?php comments_popup_link( __( 'No Comments', 'simplecatch' ), __( '1 Comment', 'simplecatch' ), __( '% Comments', 'simplecatch' ) ); ?></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: ', 'simplecatch' ); ?> <?php the_category(', '); ?> </div>
                    <?php } else { 
                       	the_tags( '<div class="tags"> ' . __('Tags', 'simplecatch') . ': ', ', ', '</div>'); 
                    } ?>
               	</footer>
    		</section> <!-- .post -->
                
    	<?php endif;
    } // simplecatch_loop
    in reply to: Remove border/shadow fron featured content? #27770
    Sakin
    Keymaster

    @pNICBsa4: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post img, #main-slider img { box-shadow: none; }

    in reply to: How to stop Catch Kathmandu Pro from "call home" #27769
    Sakin
    Keymaster

    @Alex: I don’t know which one you are talking about. Can you post in your site URL? If you are talking about the footer credit. Then you can remove that from “Appearance => Theme Options => Footer Editor Options”.

    in reply to: Display Category on Page #27768
    Sakin
    Keymaster

    @Jonathan: You can add description to your category from “Posts => Categories” in your WordPress Dashboard and that will be added just below your category title. But I see you have css in your child theme style.css that is hiding the category title, you need to remove the following css.
    .category .page-header { display: none; }

Viewing 20 posts - 7,821 through 7,840 (of 14,497 total)