Forum Replies Created

Viewing 20 posts - 2,941 through 2,960 (of 4,908 total)
  • Author
    Posts
  • in reply to: Questions regarding thumbnails #98133
    Mahesh
    Participant

    @imboliboli:
    1. Hide page content.
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #main {
        display: none;
    }

    2. Small slider
    Do you mean to decrease the height of the slider or the width? If you mean height, you can use image with least height as you desire.
    Let me know further.
    Note: This will hide page content in Home page only.

    Regards,
    Mahesh

    in reply to: HTML tag in Slider excerpt text #98132
    Mahesh
    Participant

    @benjaminmw: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Static Front page configured but not working #98131
    Mahesh
    Participant

    @fmhboudreau: I just checked your site and seems the home page is now working fine. The site is not redirecting to http://www.cbida.org/index.html anymore. I think you’ve resolved your problem and you’ve also set the static front page.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Logo in alignment with menu #98068
    Mahesh
    Participant

    @olaf-boehmebissantz-de: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Is a logo with different URL possible? #98067
    Mahesh
    Participant

    @olaf-boehmebissantz-de: I checked your site, it seems that you have put the different link in the logo.

    Regards,
    Mahesh

    in reply to: content translation plugin #98066
    Mahesh
    Participant

    @himynameisanton: Oh for that I recommend you to upgrade to Pro version. Pro version fully supports WPML and qtranslate plugins.
    So that you can use string like
    [:en]English Text[:de]Deutsch[:] which shows English Text selecting English language and Deutsch when German language is selected.

    Regards,
    Mahesh

    in reply to: Formatting Slider title typography and position? #98060
    Mahesh
    Participant

    @phillycontemporary: Go to Dashbaord=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .thumbnail h2 {
        display: none;
    }
    
    #feature-slider .entry-title {
    	text-transform: none;
    	font-weight: bold;
    }
    
    #feature-slider .caption > .vcenter {
    	left: 10%;
    	margin: 0;
    }
    
    #feature-slider .caption,
    #feature-slider .entry-content {
    	text-align: left;
    }

    Regards,
    Mahesh

    in reply to: Adding Image to Site Title #98041
    Mahesh
    Participant

    @db: For that, go to Dashboard=> Appearance=> Customize=> Site Identity and then choose a logo you desire. You can hide Site Title and Tagline by unchecking Display Site Title and Tagline option. But because of some bug in the theme, this is not working for now. It will be fixed in the next update. So please use custom CSS to hide the Site Title and Tagline for now.

    .site-title a, 
    .site-description { 
        position: absolute !important; 
        clip: rect(1px 1px 1px 1px); 
        clip: rect(1px, 1px, 1px, 1px); 
    }

    Regards,
    Mahesh

    in reply to: content translation plugin #98035
    Mahesh
    Participant

    @himynameisanton: I tested the plugin with Catch Base theme on our sever and it the translation worked fine. What error do you get.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Static Front page configured but not working #98034
    Mahesh
    Participant

    @fmhboudreau:
    Hi Faith,

    Thank you for using Catch Kathmandu Pro.
    Have you made any changes in permalinks? Go to Dashboard=> Settings=> Permalinks and click Save Changes once and try again. I noticed that the home page url is showing http://www.cbida.org/index.html instead of http://www.cbida.org/, have you created an index.html file? or done any redirection? It should have been just http://www.cbida.org/. And also, if you have any plugins, try disabling it and check if it resolves the issue.

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98026
    Mahesh
    Participant

    @phillycontemporary: Sorry, that’s not possible. You can have only one slider for the entire site. But you can hide the slider where you don’t want it.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #98025
    Mahesh
    Participant

    @brainlowelogic-com: Glad to know. 🙂 Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: HTML tag in Slider excerpt text #98024
    Mahesh
    Participant

    @phillycontemporary: For hiding Read More button, please the following CSS instead:

    #feature-slider span.more {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Migrating from Catch Base (Free) to Pro #98023
    Mahesh
    Participant

    @nickballdesign: Well, since you prefer to use Free version, footer editor function settings cannot be simply added even with a child theme. The alternative is, instead of modifying the code in the base theme, you can override the following function catchbase_footer_content located in inc/catchbase-core.php in the free theme with a different name in child theme and modify/customize the content. Then remove the previous action from the hook and add the new one in the same hook.
    reference:
    add_action( 'catchbase_footer', 'catchbase_footer_content', 100 );
    If possible, I highly recommend you to use the child theme with Pro version and some customization or tune settings so the your site look like as it is even using the Pro theme. I know its kinda hard for you to do tune up all the settings. And there is lot of options and setting in Pro version that you cannot simply get to work just by adding couple of codes from Pro to Free even with the child theme.

    I hope you understand.

    Regards,
    Mahesh

    in reply to: Archiving Pages #98022
    Mahesh
    Participant

    @alesia90230: Can you please post in your site url. I checked the above url and it is using a different theme. Let me know further.

    Regards,
    Mahesh

    in reply to: How to get rid of space obove image header #98020
    Mahesh
    Participant

    @3j: Please use the following CSS instead:

    @media screen and (min-width: 991px) {
        #masthead {
            display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Removing the "Load More" bar on the Featured Content Grid #98019
    Mahesh
    Participant

    @armando: Thank you for your appreciation. If you like my support and Fabulous Fluid theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/fabulous-fluid?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #98018
    Mahesh
    Participant

    @imboliboli: Go to Dashboard=> Appearance=> Customize=> Featured Content=> Featured Content Options and select Below Content option in Featured Content Position drop-down. This will display the Featured Content right next to the menu sidebar.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Removing the "Load More" bar on the Featured Content Grid #97957
    Mahesh
    Participant

    @armando: Do you want to let the title displayed? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .caption .entry-content {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Archiving Pages #97952
    Mahesh
    Participant

    @alesia90230: I don’t quite get you there. Can you explain more.

    Regards,
    Mahesh

Viewing 20 posts - 2,941 through 2,960 (of 4,908 total)