Forum Replies Created

Viewing 20 posts - 3,661 through 3,680 (of 4,116 total)
  • Author
    Posts
  • tikaram
    Participant

    Hello Carbo,

    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

    in reply to: Main Menu Hover Color #121434
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    #main .entry-title, #main .entry-title a {
    	color: #c4d5df !important;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: How to upgrade the Simple Catch to Pro #121433
    tikaram
    Participant

    @jiu-cai : It looks like you have already upgraded your theme to Simple Catch Pro. Let me know if you have any further issues with the theme.

    Regards,
    Tikaram

    tikaram
    Participant

    @prumejuice : Go to Appearance => Customize => Additional css and add the following css

    .home .entry-meta .tags-links{
    	display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    tikaram
    Participant

    Hi Carbo,

    Go to Appearance => Customize => Additional css and add the following css

    .single #secondary{
    	display: none;
    }
    .single #primary{
    	width: 100%
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

    in reply to: Headers and Widgets #121401
    tikaram
    Participant

    @generalwashington :Welcome and have a Good day.

    Regards,
    Tikaram

    in reply to: Home Page Layout #121399
    tikaram
    Participant

    @lizzie: We will contact you shortly by email.

    Regards,
    Tikaram

    in reply to: Mobile menu background color #121398
    tikaram
    Participant

    @hjhatch :Welcome and have a Good day.

    Regards,
    Tikaram

    in reply to: Header image above the main navigation #121397
    tikaram
    Participant

    @derekbarneysrgmail-com : The header image is supposed to be above the navigation. If you check the demo, you can see the slider below the navigation. If you would like to get the image below navigation you can enable it from the customizer.
    First add a page with featured image to display as a slider then Go to Appearance => Customize => Theme Options => Featured Slider. Enable featured slider and select the page to work as a featured slider.
    Follow this link to know more about adding featured slider on your website.

    Regards,
    Tikaram

    in reply to: Header Resizing #121393
    tikaram
    Participant

    @guitar4090 : Go to Appearance => Customize => Additional css and add the following css.

    #masthead.fixed-header{
    	padding-top: 20px;
    	padding-bottom: 10px;
    }

    Let me know if you have any other issues.

    Regards,
    Tikaram

    in reply to: Headers and Widgets #121392
    tikaram
    Participant

    @generalwashington : 1) The option to set different header for each categories is not available in theme options. If you have knowledge of child theme then you may customize your site as required. Alternatively, you may hire customizer and get your site customized as desired.

    2) The option to have different home page widget than other pages is available in NepalBuzz Pro theme only. Please upgrade to Pro version to get this feature because its not available in free version.

    in reply to: How to Change Fonts and Sizes for the Header #121391
    tikaram
    Participant

    @jiu-cai : The font size can be changed with additional css. Please upgrade to simple catch pro to change font type for different locations, the option to change fonts is available in pro version from customizer.
    Please search for an appropriate plugin in plugin directory.
    To remove the space in the right side of the menu: Go to Appearance => Customize => Additional css and add the following css

     #menu-menu-1 {
       display: table;
       width: 100%;
    }
    #menu-menu-1 > li {
       display: table-cell;
    }
    #menu-menu-1 > li > a {
       display: block;
       text-align: center;
    }
    
    #access ul#menu-menu-1 > li,
    #access ul#menu-menu-1 > li a {
    float: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: How to link photos in a gallery to individual bio pages. #121390
    tikaram
    Participant

    @al-king : While creating gallery Under Gallery Settings Select Attachment page for Link to option. Go to Media and click on the image to add details. Now, click on edit more details where you can add caption, alternative text and description about the image which will be displayed when you click on the image. Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Update problem #121388
    tikaram
    Participant

    @johnnyjorgensen: You cannot update Pro themes by just directly Update Now button like Free themes. You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
    https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-base-pro/#updating

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Home Page Layout #121326
    tikaram
    Participant

    @lizzie: I already mentioned you that reset to default will not bring your site back as it was before. You will need to work on your site and recreate everything again. It’s not a theme related issue, the theme is working fine in 5000+ websites. How many menus do you have on your site? The menu you posted in screen shot is not the menu appearing on your home page.

    Regards,
    Tikaram

    in reply to: Mobile menu background color #121317
    tikaram
    Participant

    @hjhatch : Go to Appearance => Customize => Additional css and add the following css

    .sidr {
     background:#color-code;
    }
    .sidr ul li:hover > a{
    	color: #color-code;
    }

    Please replace #color-code with your desired color code.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Featured Slider Posts Not Linking To Posts #121304
    tikaram
    Participant

    @badjuda : Please try disabling all plugins and follow this link to know more about plugin conflict with our themes. If the problem still persist after disabling all plugins, let me know.

    Regards,
    Tikaram

    in reply to: Error on Activating #121303
    tikaram
    Participant

    @sergiopcar : Please try updating WordPress core and try deactivating all Plugins. Its not a theme related issue because the theme doesn’t have any function named get_parent_theme_file_path().
    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Main Menu Hover Color #121301
    tikaram
    Participant

    @southtexasbrangus : Go to Appearance => Customize => Additional css and add the following css.

    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a {
        color: #c4d5df;
    }
    .create-menu a:hover {
        color: #c4d5df;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Header image above the main navigation #121299
    tikaram
    Participant

    @derekbarneysrgmail-com : Please post in your site URL. Can you please state clearly what exactly would you like to be done on your website.

    Regards,
    Tikaram

Viewing 20 posts - 3,661 through 3,680 (of 4,116 total)