Forum Replies Created

Viewing 20 posts - 3,921 through 3,940 (of 4,903 total)
  • Author
    Posts
  • in reply to: Theme options #89143
    Mahesh
    Participant

    @dev-kasam: Thank you for using Clean Box Pro. Please use appropriate theme thread when posting a support. You are using using Clean Box Pro and the thread is in Catch Box Pro.
    Please follow along steps:
    1. Place a Logo & image in the header, also need to put an address on the header right side
    I assume you’ve accomplished this.

    2. Menu strip Primary and secondary menu button text’s are not in the same position when scroll up, have a look at the website.
    3. Menu strip text’s i need in bold.
    Covers 2 and 3
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 991px) {
        .nav-secondary ul.clean-box-nav-menu {
            margin-left: 120px;
        }
    
        .nav-secondary {
            background-color: #c00000;
        }
    
        .nav-primary, .nav-secondary {
            font-weight: bold;
        }
    }

    4. Need content colors different from other pages
    Please mention the pages and relative colors and I’ll provide you with the Custom CSS codes.

    5. Logo text color depending on heading text color, I need individually.
    I don’t quite get this, can you please clarify further.

    Regards,
    Mahesh

    in reply to: Not letting me change Sub-headline for Featured Content #89142
    Mahesh
    Participant

    @ottereli: It is due to some bug in the theme, our team is already onto fixing the bug and will be fixed in the next update which will be released soon. Thank you for your patience.

    Regards,
    Mahesh

    in reply to: Adding a link to the footer #89141
    Mahesh
    Participant

    @sziszi: Seems you are missing a closing curly brace (}) in the function catchresponsive_child_add_links_in_footer because of this it is displaying the error.

    function catchresponsive_child_add_links_in_footer() {
    	remove_action( 'catchresponsive_footer', 'catchresponsive_footer_content', 100 );
    	add_action( 'catchresponsive_footer', 'catchresponsive_child_footer_content', 100 );

    which should be like as follows:

    function catchresponsive_child_add_links_in_footer() {
    	remove_action( 'catchresponsive_footer', 'catchresponsive_footer_content', 100 );
    	add_action( 'catchresponsive_footer', 'catchresponsive_child_footer_content', 100 );
    }

    Hope this helps.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: put site logo before site title #89140
    Mahesh
    Participant

    @mupa: The main logo that displays in the website is from option Dashboard=> Appearance=> Customize=> Site Identity‘s Logo option. By default the Check to disable logo in here is checked and you have to uncheck it to display the logo in your site.
    The one you have mentioned above is the favicon that appears on the top in browser’s tab and above two are different options. Since from WordPress core provides favicon option from version 4.3, Icon Option has been removed. For favicon, go to Dashboard=> Appearance=> Customize=> Site Identity and use Site Icon option. Your previous image in Icon Option is migrated automatically to the Site Icon.

    Regards,
    Mahesh

    in reply to: put site logo before site title #89139
    Mahesh
    Participant

    @feliciano200: Please post the support in appropriate Theme Thread. It will be easier for both us and people who seeks help in support.
    Please post in your site url, so that I can check and help you further.
    For removing footer, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-generator {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Change Homepage Headline – Catch Everest FREE Theme #89138
    Mahesh
    Participant

    @adunning: Yes, you’ll need to create functions.php. style.css file contains all the theme details and some codes to style the theme. All codes for controlling functionality is included in functions.php.
    You can also download Catch Everest Child theme from the link below:
    http://goo.gl/5jcX2l

    Regards,
    Mahesh

    in reply to: How to change the color of hyperlinks? #89137
    Mahesh
    Participant

    @nicksigma: I checked your site, and seems the color scheme is working fine. Also checked the theme in my local server and it is working fine too. May be some cache problem in your browser or something.
    Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Fixed header menu when scrolling #89035
    Mahesh
    Participant

    @cjcomms: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
    1. Remove the white space above and below the logo in header

    /* Remove the white space above and below the logo in header */
    #masthead {
        padding-top: 0;
        padding-bottom: 0;
    }
    #site-branding {
        padding: 0;
    }

    2. How many pixels wide should the artwork be
    Since the wrapper div is 1200px wide, you’ll need logo of width 1200 pixels

    3. Remove the white space above and below the side bar
    I am afraid this is not possible.

    Regards,
    Mahesh

    in reply to: Woocommerce Sidebar on Shop page #89032
    Mahesh
    Participant

    @preparemenz: I assume you mean Catch Kathmandu Pro 4.6. WooCommerce Layout has been added to the theme which will display sidebar on all WooCommerce pages (shop, cart, checkout pages) and will be available with theme’s next update. We will be releasing the update soon (within 1 or 2 days). Thank you for your patience.
    After update, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select layout in WooCommerce Layout Option.

    Regards,
    Mahesh

    in reply to: How to change the color of hyperlinks? #89030
    Mahesh
    Participant

    @nicksigma: You have compressed your site and it is hard for me to check what CSS and Plugins are you using in your site. Are you using any other CSS plugins or made any customization to the theme apart from theme’s customizer option? Please try disabling the plugins one by one and check if it resolves the issue. Something is overriding the link color in your site.
    Let me know if the problem persists.
    However, using !important will resolve your issue.

    a {
        color: #ffb100 !important;
    }

    Note: Before using the !important rule, I recommend you to first check if disabling plugin and see if the issue resolves.

    Regards,
    Mahesh

    in reply to: "Update" older version than current #89025
    Mahesh
    Participant

    @preparemenz: For clean install you would not need to use Catch Updater plugin, you can just add theme from dashboard. For theme version, you can go to Dashboard=> Appearance=> Themes and hover on any of theme and click on Theme Details and Theme Detail page will pop up and you can see the theme’s version and other details of the theme. Please check the image in the link below. Hope this helps.
    1. Theme Page: http://goo.gl/22GshD
    2. Theme detail page: http://goo.gl/hykLP7

    Regards,
    Mahesh

    in reply to: Fixed header menu when scrolling #89022
    Mahesh
    Participant

    @cjcomms: For this you’ll need to add some Custom CSS and Custom scripts. I recommend you to use Catch Web Tool’s Webmaster Tool for add Custom Scripts.
    https://wordpress.org/plugins/catch-web-tools/.
    1. Adding Script
    -Download and install the plugin and activate it. Go to Dashboard=> Catch Web Tools=> Webmasters.
    – Check Check to enable opion in Enable Webmaster Module
    – Add the following script in Header and Footer Scripts on bottom text box and click save.

    <script>
    jQuery(document).ready(function($){
    	$(function () {
    		$(window).scroll(function () {
    			if ($(this).scrollTop() > 280) {
    				$('nav.nav-primary.search-enabled').addClass('sticky');
    			} else {
    				if( $('nav.nav-primary.search-enabled.sticky').length > 0 ){
    					$('nav.nav-primary.search-enabled').removeClass('sticky');
    				}
    			}
    		});
    	});
    });
    </script>

    2. Add Custom CSS:
    – Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .admin-bar .nav-primary.search-enabled.sticky {
        position: fixed;
        top: 32px;
        width: 100%;
    }
    
    .nav-primary.search-enabled.sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: "Update" older version than current #89019
    Mahesh
    Participant

    @preparemenz: Have you uploaded the theme (Catch Kathmandu Pro 4.6) that you’ve download. I assume you know that Pro theme cannot be update via WordPress Update, you’ll need to update it manually. Please use Catch Updater plugin (https://catchthemes.com/wp-plugins/catch-updater/) / Catch Updater module of Catch Web Tools plugin (https://wordpress.org/plugins/catch-web-tools/) to update the theme.
    Here is the link to the video tutorial on how to update theme via Catch Updater.
    https://www.youtube.com/watch?v=W95SuabDZi8
    Let me know if any trouble. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Bought wrong theme by mistake #89017
    Mahesh
    Participant

    @pmagsco: Thank you for using Catch Box Pro. I guess refunding is possible. Please contact our sales team. They will help you.
    https://catchthemes.com/contact-us

    Regards,
    Mahesh

    in reply to: put site logo before site title #89016
    Mahesh
    Participant

    @mupa: I checked your theme and its working fine, the logo is displayed below the menu as it should by default. Please find the zip for Catch Adaptive child theme in the link below.
    https://goo.gl/0IiBKS
    Upload it to your local site and activate it. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-branding > a {
        display: inline-block;
        vertical-align: middle;
    }
    
    #site-header {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    Note: Go to Dashboard=> Appearance=> Customize=> Site Identity make sure that Check to disable logo is Unchecked
    Let me know if any trouble.

    in reply to: Making comments visible #89012
    Mahesh
    Participant

    @charlottekrenk: Yes, you can download the Adventurous Child Theme from the blog page from the above link. And copy home.php from Adventurous to Child theme and edit the code, then you can upload it via file manager or admin dashboard’s Add theme option.
    Hope this helps. Let me know if any confusion.

    Regards,
    Mahesh

    in reply to: Google maps problem #89011
    Mahesh
    Participant

    @joni0808: Can you please send me the credential details to your admin dashboard @ mahesh [at] catchthemes [dot] com. So that I can check what the issue really is. The plugin is working fine mine.

    Regards,
    Mahesh

    in reply to: Change Homepage Headline – Catch Everest FREE Theme #89010
    Mahesh
    Participant

    @adunning: Have you add the above code in your child theme’s functions.php. The above code should work fine. Please share your child theme’s functions.php file.

    Regards,
    Mahesh

    in reply to: I got a error message in blog #88979
    Mahesh
    Participant

    @marga: Please find and use the .po and .mo file in the link below. This will fix your issue.
    https://goo.gl/PWcwqF

    Regards,
    Mahesh

    in reply to: Homepage featured content not opening in new window. #88977
    Mahesh
    Participant

    @woodfact: Yes, there has been a little bug in the theme’s customizer, and our team is fixing it with some other updates. The issue will be fixed in the next update which will be available soon. Please use Theme Options instead of customizer. Please check the image in the link below:
    http://goo.gl/JG3FCW
    Hope this helps.

    Regards,
    Mahesh

Viewing 20 posts - 3,921 through 3,940 (of 4,903 total)