Forum Replies Created

Viewing 20 posts - 11,081 through 11,100 (of 12,014 total)
  • Author
    Posts
  • in reply to: Edit Copyright in Pro version #147289
    Skandha
    Member

    @sezg: I am not saying the footer is auto-generated. What I mean to say is you have a Footer Editor Option in the Pro version of the theme whereas the option is not available in Free version so you will have to create a child theme and make some customization to edit the footer.

    You say you have Clean Journal Pro theme but I checked your site and Clean Journal Free theme is activated.
    I hope I made sense! 🙂
    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    Skandha
    Member

    @spacer: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Menu Issues. Can\'t change the placement of top menu. #147287
    Skandha
    Member

    @bwynne524: Hello there, I have replied to your issue in the previous thread.

    Kind Regards,
    Skandha

    in reply to: Minor Menu Issue #147285
    Skandha
    Member

    @bwynne524: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic .site-header-menu {
    	float:right !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Featured Slider Can't Add over 4 Pages #147284
    Skandha
    Member

    @aconnor1: Please try clearing you browser cache and check if this resolves the issue.

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    Skandha
    Member

    @vietnamrehberi: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    Skandha
    Member

    @ruthmaramis: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Simple Catch Pro Installation #147244
    Skandha
    Member

    @ranadhar: This seems to be a folder permission issue. Please contact you web server and tell him about the issue.

    Let me know if the issue is resolved.
    Kind Regards,
    Skandha

    in reply to: Social Media Links #147243
    Skandha
    Member

    @dana-preshous: There seems to be an issue with the Primary Menu. The issue will be resolved in the next theme update. For now

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

    .site-navigation-fixed.site-header-main {
        z-index:101;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Catch kathmandu pro upgrading problem #147242
    Skandha
    Member

    @vietnamrehberi: Is your issue resolved?

    Kind Regards,
    Skandha

    Skandha
    Member

    @vietnamrehberi: Go to = Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:641px) {
    	.site {
    		width:1349px;
    		margin:0;
    	}
    	.featured-slider .slides img {
    		width:1349px;
    	}
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    Skandha
    Member

    @spacer: You seem to have activated the Mobile Theme Module from Jetpack Plugin that is the reason your mobile site is appearing different that desktop site.
    Please deactivate the mobile theme module to get your mobile site appearing like your desktop site.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Custom CSS for Portfolio Font Color #147238
    Skandha
    Member

    @nsd: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #portfolio .entry-container .entry-content:hover, #portfolio .entry-container .entry-content {
    	color:#fff;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Edit Copyright in Pro version #147233
    Skandha
    Member

    @sezg: Hello there. I checked your site and you seem to have activated Clean Journal Free Theme that is why you don’t have Customize => Theme Options => Footer Editor Option which is only available in Pro version of the theme.

    Please make sure you have Clean Journal Pro theme.
    Kind Regards,
    Skandha

    in reply to: Second menu #147229
    Skandha
    Member

    @radiohaven: It is not secondary menu but its Breadcrumb Option that you seem to have enabled.

    Go to => Appearance => Customize => Theme Options => Breadcrumbs Options => Uncheck the Check to Enable Breadcrumb Option

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: How To Add User In WordPress Staging Site #147227
    Skandha
    Member

    @baldwinjackson: What you can do is create two child themes to create 2 different design for the same website.
    You can activate one child theme for one design and activate another child theme for the other design. You can use Generate Child Theme Plugin to create Child Themes.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Featured image size #147218
    Skandha
    Member

    @rawikltd: Please try disabling all your plugins and check if the issue gets resolved.

    Kind Regards,
    Skandha

    Skandha
    Member

    @diidunlop: You seem to have a lot of menu items.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation li {
    	display:unset !important;
    }
    
    .menu-toggle-wrapper {
    	display:block !important;
    }

    Let me know if this works out for you!
    Kind Regards,
    Skandha

    in reply to: Social Media Links #147114
    Skandha
    Member

    @dana-preshous: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    
    .site-social .social-navigation .menu-item {
       width: auto;
    }
    
    .site-social .social-navigation .menu-item,
    .social-navigation a {
       width: auto;
    }
    
    .site-social .social-navigation .menu-item .screen-reader-text {
       clip: unset;
       height: auto;
       overflow: unset;
       position: static !important;
       width: auto;
       word-wrap: normal !important;
    }
    
    .site-social .social-navigation a::before {
       display: none;
       height: auto;
       line-height: auto;
       text-align: center;
       width: auto;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Simple Catch Pro Installation #147112
    Skandha
    Member

    @ranadhar: Go to => Dashboard => Themes => Add New => Upload Theme => Browse and Select the file you just downloaded => Install Now
    Activate the theme once the theme has been successfully installed.

    You can check out this tutorial as well.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

Viewing 20 posts - 11,081 through 11,100 (of 12,014 total)