Forum Replies Created

Viewing 20 posts - 3,861 through 3,880 (of 14,498 total)
  • Author
    Posts
  • in reply to: Post title not appearing in blog page #57179
    Sakin
    Keymaster

    @Riccardo: looks like you have edit content.php file in your child theme. As your site is lot loading the following code:

    <header class="entry-header">
    	<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catchkathmandu' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    	<?php if ( 'post' == get_post_type() ) : ?>
            <div class="entry-meta">
                <?php catchkathmandu_header_meta(); ?>
            </div><!-- .entry-meta -->
    	<?php endif; ?>
    </header><!-- .entry-header -->

    This code should be below: <div class="entry-container"> in your content.php file.

    in reply to: Can't access Customize after installing #57178
    Sakin
    Keymaster

    @David: Most you will see these type of issue when there is conflict with the plugin. So, try disabling plugins one by one to find the conflicting plugin and check in. Customizer should work fine. Also make sure that you are using latest version of WordPress.

    in reply to: Google Tracking ID #57176
    Sakin
    Keymaster

    @JEmma2314: If you have added in the Catch Web Tools. Then you can add tracing code in “Catch Web Tools => Webmaster Tools”, then first activate it by check in “Enable Webmaster Module” and then add in Header and Footer codes as per your need. Sometime, there might be cache issue. So, if you have any cache plugin then please clear and check in. Share your site URL so that I can check in.

    in reply to: override files in "inc" folder #57175
    Sakin
    Keymaster

    @danielski: You cannot overwrite inc folder like that. Can you let me know what are you trying to do it. So, that I can guide. You can actually copy functions from those files and add in your child theme functions and edit it.

    in reply to: change slider text box #57173
    Sakin
    Keymaster

    @Sheila: Then you can upload same image if you like this image. You can download these image from
    Image One: http://wp-themes.com/wp-content/themes/catch-responsive/images/gallery/slider1-1200×514.jpg
    Image Two: http://wp-themes.com/wp-content/themes/catch-responsive/images/gallery/slider2-1200×514.jpg

    in reply to: Hide Menu item on Mobile device #57171
    Sakin
    Keymaster

    @machoyouk: Yes, you can hide by adding the Custom css. First, count your menu item which you want to hide. For example, if you want to hide the 4th item, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #tinynav1 option:nth-child(4n) { display: none; }

    Note: you can change 4 to any item that you want to hide. For more, you can share you site URL and let me know which you want to hide it.

    in reply to: change slider text box #57170
    Sakin
    Keymaster

    @Sheila: Yes I got it. I gave you right instruction. The image and the text that you are viewing in the slider in from the demo slider. So, first change that slider type to Image Slider, then upload your image, title and content all as per your need. Then you will have your own image, title, content and link

    in reply to: change slider text box #57165
    Sakin
    Keymaster

    @Sheila: First you need to Select the Slider Type from “Appearance => Customize => Featured Slider Options => Featured Slider Type”. Then depending on the type, you can change it. For example, if you choose “Featured Image Slider”, then you can Select Image, Add in Title and Content as per your need and then “Save & Publish”. For Page, Category and post slider, it will take particular page/post title and excerpt content.

    For more, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: Attribution #57156
    Sakin
    Keymaster

    @JEmma2314: Sorry this option to change footer content is only there in Pro version there you can edit from Footer Editor Options. For more information about additional features in Catch Responsive Pro, you can read theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/.

    For free theme, the only way to change do it by building child theme and edit the code manually. Which is technical and you might require hiring developer to do it.

    in reply to: change an element style only for a certain page #57155
    Sakin
    Keymaster

    @Riccardo: Yes, you can do that with your page ID. You can change that 8 to your page ID.

    .page-id-8 #primary { background-color: #000; }

    in reply to: Post title not appearing in blog page #57154
    Sakin
    Keymaster

    @Riccardo: Maybe you have hide it from Custom CSS or maybe same color from color options. So, I need to check in your site URL.

    Hum not exactly, you can add in here as ask me to delete it after I see it. Then I will remove it after I view your site.

    in reply to: Change Text "Older Posts" and "Newer Posts" #57153
    Sakin
    Keymaster

    @Alexander: Looking at your site, I suggest you to add plugin “WP-PageNavi” so that you will get Pagination instead of Older and newer posts.

    in reply to: Home Page Load Problem #57152
    Sakin
    Keymaster

    @Eero: Sorry for that. We are coming up with better solution and will add option in Customizer as well. We will be using all these settings http://jquery.malsup.com/cycle2/demo/loader.php. We will be release update for all Premium theme with Cycle2 slider by tonight and will push update to WordPress.org free theme as well.

    Thanks for all your detail reporting.

    in reply to: Slider not rotating after wp update #57151
    Sakin
    Keymaster

    @GiovannaChine: thanks for your appreciation.

    in reply to: Home Page Load Problem #57121
    Sakin
    Keymaster

    @Mark: Don’t worry, we will be adding this in new version update soon. Give us sometime, we are not fully operational due to massive earthquake in Nepal.

    in reply to: Move my 728×90 ad down on homepage #57091
    Sakin
    Keymaster

    @Marcus: Which ad are you talking about? When I check in your site it’s center.

    in reply to: Home Page Load Problem #57072
    Sakin
    Keymaster

    @Mark: You can try the same fixed mentioned above.

    in reply to: Home Page Load Problem #57071
    Sakin
    Keymaster

    @Eero: If you are using Catch Base Pro theme. Then you can download child theme from http://catchthemes.com/blog/create-child-theme-wordpress/. Then in your child theme functions.php file add the function mention above.

    in reply to: Change nav menu font colour #57070
    Sakin
    Keymaster

    @canehoyer: Yes, that possible can you send me the color code that you want and your site URL. Then I will send you css to do that.

    in reply to: Varying header images #57064
    Sakin
    Keymaster

    @afeauto: this is strange. I need to check in your site as it’s working fine our site. I will email you.

Viewing 20 posts - 3,861 through 3,880 (of 14,498 total)