Forum Replies Created

Viewing 20 posts - 2,061 through 2,080 (of 14,491 total)
  • Author
    Posts
  • in reply to: Change primary menu and title font to Robotic #67938
    Sakin
    Keymaster

    @Isabella: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-title a, #site-description, #header-menu ul.menu a {
        font-family: "Roboto",sans-serif;
    }
    in reply to: Change primary menu and title font to Robotic #67935
    Sakin
    Keymaster

    @Isabella: We are adding new following google in out Font Family option in next version update:
    ** Josefin Sans
    ** Libre Baskerville
    ** Lustria
    ** Merriweather
    ** Quattrocento
    ** Raleway
    ** Roboto
    ** Roboto Slab
    ** Valera
    So, either you need to wait for next version update. Or send me your site URL and let me know title mean all title or just site title and what do you meany my primary

    in reply to: Search Box in Header #67933
    Sakin
    Keymaster

    @David: Which search box are you talking about. Are you taking about Search Box in fixed Header primary menu. Then you can go to “Appearance => Customize => Theme Options => Header Options” and then check in “Check to disable Header Toggle”. Then click on “Save & Publish”

    in reply to: CSS for menu in sidebar #67929
    Sakin
    Keymaster

    @kurt: Can you send me your site URL and and let me know which menu you want to change and the color code. Then I can send you custom css.

    in reply to: Missing Javascript file #67923
    Sakin
    Keymaster

    @Dhuan: I don’t get it what are you trying to do with custom coding. Also where did you add that code. It all depends on your uses. So, if you want to use in your page, then I suggest using google map plugin instead of custom script. For adding custom script, you need to build child theme and then add script in your php template.

    Sakin
    Keymaster

    @Schlaufer: thanks for your appreciation 🙂

    in reply to: Missing Javascript file #67912
    Sakin
    Keymaster

    @Dhuan: This is not related at all. That was for slider and this is different. Please check in your script and if you have issue the please post new question with your site URL. So, that I can check in.

    in reply to: Show Featured Image on Post Page #67887
    Sakin
    Keymaster

    @Gregory: Yes, need to be careful about using child theme as it can change anything.

    in reply to: An easy one ofr you Sakin… #67885
    Sakin
    Keymaster

    @beatmaniaNZ: For menu, just go to “Appearance => Menus => Manage Locations” and assign your custom menu to the location that you desire.

    in reply to: Show Featured Image on Post Page #67882
    Sakin
    Keymaster

    @Gregory: Yes, you are right. It only display in archive and slider. If you want to show that then you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy content-single.php file and add the following code after <div class="entry-content">

    <?php if( has_post_thumbnail() ):
    	if ( $options['sidebar_layout']= 'no-sidebar-full-width' ) {
    		the_post_thumbnail( 'featured-slider-larger' );
    	}
    	else {
    		the_post_thumbnail( 'featured-slider' ); 
    	} 
    endif; ?>
    in reply to: Show Featured Image on Post Page #67872
    Sakin
    Keymaster

    @Gregory: Sorry I don’t get it what do you mean. When I check in your site, you have featured image. Can you explain in detail please.

    in reply to: Hide menu in mobile site #67861
    Sakin
    Keymaster

    @champac: Thanks for your appreciation and if you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    Have a nice weekend. Cheers 🙂

    in reply to: Hide menu in mobile site #67859
    Sakin
    Keymaster

    @champac: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {
        .mobile-menu-one #site-branding { padding: 0; width: 100%; }
    }
    in reply to: Hide menu in mobile site #67857
    Sakin
    Keymaster

    @champac: Yes, for that I need to check your site and then only I can send you custom css.

    in reply to: change logo postion #67855
    Sakin
    Keymaster

    @yyyfor: Thanks for your appreciation 🙂

    in reply to: Hide menu in mobile site #67852
    Sakin
    Keymaster

    @champac: Please post in your site URL and then I can check in.

    Sakin
    Keymaster

    @KGKM: please post in your site URL and then I can check in.

    in reply to: Hide menu in mobile site #67849
    Sakin
    Keymaster

    @champac: To hide that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {
    	.mobile-menu-anchor { display: none; }
    }
    in reply to: 'Menu' Not Working Properly on Mobile View #67848
    Sakin
    Keymaster

    @Young: Yes, we would love to make that compatible. So, can you ask in that plugin support forum about this conflict. Then they should change it or if suggest the way to make it compatible with theme. Then we can make changes accordingly.

    in reply to: Remove comment & blog sidebar on photos #67844
    Sakin
    Keymaster

    @PierreSG: Great you fixed it. Thanks for sharing 🙂

Viewing 20 posts - 2,061 through 2,080 (of 14,491 total)