Forum Replies Created

Viewing 20 posts - 881 through 900 (of 4,908 total)
  • Author
    Posts
  • in reply to: Custom Post Types #113715
    Mahesh
    Participant

    @tesseraltyme: By default, the theme supports metabox for Posts and Pages, if you want to have it in custom post types too, you’ll need to customize the theme further and add the custom post type in metabox intialization. Check inc/clean-box-metabox.php code at the last line. If you are not familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Please HELP, permalink error that came out of nowhere. #113711
    Mahesh
    Participant

    @luismarioochoa: The links are working fine. What seems to be the problem. Checked your site, not getting any 404 error. What actually is specialists on your site. Is it a category? Please make sure, you don’t have two specialists category.

    Regards,
    Mahesh

    in reply to: Header Highlight Content Image Size. #113710
    Mahesh
    Participant

    @cinema-assassin: Please use the recommended image size. Refer to the theme instruciton:
    https://catchthemes.com/theme-instructions/clean-journal-pro/#featured-image

    Regards,
    Mahesh

    in reply to: Rock Star pro footer position #113706
    Mahesh
    Participant

    @vocom: Well, the theme is designed that way. But if you want it to align horizontally next to each other, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #supplementary.four .widget-column {
        float: left;
        width: 25%;
        text-align: center;
    }
    
    #supplementary.one .widget-area .cttours, #supplementary .widget-title {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: German language #113703
    Mahesh
    Participant

    @karaboga: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @olaf-boehmebissantz-de: Okay, thank you for the detailed clarification. Finally find the issue. And yes, there is the bug in the theme and we are looking into it. This issue will be fixed in the next update. Thank you for your patience.
    We’ll let you know as soon as the update is released.

    Regards,
    Mahesh

    in reply to: User name #113653
    Mahesh
    Participant

    @jennyhwd: The issue is because, you have made the child theme with Child theme “ChimneySweeping” and Theme author “csweeps”. And by the theme, it will display the theme name and theme author in the footer by default. Footer editor option is available in Pro version to change the footer content as desired. Or change the theme author of the child theme to some other text.

    Regards,
    Mahesh

    Mahesh
    Participant

    @sumiko: This is a bit tricky one, controlling the line break as you using <br /> is not possible here without customization. Though here is the CSS I’ve come up with, hope this helps. If not, I recommend you to hire a customizer to customize the theme further to display the site tagline with line break.

    #site-details {
        margin-top: 45px;
    }
    
    @media screen and (max-width: 960px) and (min-width: 768px) {
        #site-description {
            width: 260px;
        }
        #site-details {
    	margin-top: 55px;
        }
    }
    
    @media screen and (max-width: 767px) {
        #site-description {
            width: 230px;
            visibility: hidden;
        }
    
        #site-description:after {
            content: "2017年6月30日                                              新横浜国際ホテル マナーハウス南館";
            visibility: visible;
            display: block;
            margin-top: -100px;
        }
    }

    Note: Please paste the code as it is or it won’t work.

    Regards,
    Mahesh

    in reply to: Every Page Is Showing Easy Digital Download Category #113648
    Mahesh
    Participant

    @sydneyjb: Thank you. I checked your site, the category at the top of the page is from the intro widget area. Go to Dashboard=> Appearance=> Widgets and remove any widgets from Intro Widget area and it will go away. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Theme Options of separate pages #113640
    Mahesh
    Participant

    @millerdonkin: There is no such feature to put the section in only one page. However you can enable the section in entire site and just display the section in the page you need and hide in other with Custom CSS.

    Regards,
    Mahesh

    in reply to: Remove space where page title used to be #113639
    Mahesh
    Participant

    @infocommunitypartnersnh-org: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Excerpt Options #113638
    Mahesh
    Participant

    @jamesmillerlifeology: Please use image with same dimensions to avoid the issue. Please check the theme instruction for details. Let me know if any problem.
    https://catchthemes.com/theme-instructions/fabulous-fluid-pro/#featured-image

    Regards,
    Mahesh

    in reply to: text on featured post slider #113637
    Mahesh
    Participant

    @francesca78: Add the following CSS:

    #secondary-menu {
        background-color: #555;
    }
    
    #secondary-menu ul.menu a {
        font-size: 18px;
    }
      
    #secondary-menu ul.menu ul a {
        font-size: 16px;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @sumiko: Add the following CSS:

    .sidebar-top .widget_nav_menu ul.menu a {
        color: #00ff00;
        background-color: #ff00ff;
    }
    
    .sidebar-top .widget_nav_menu ul.menu li:hover > a, .sidebar-top .widget_nav_menu ul.menu a:focus {
        color: #fff000;
        background: transparent;
        background-color: #000fff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    Mahesh
    Participant

    @infocommunitypartnersnh-org: Glad to know about it. Let me know if any problem. Have a nice day!

    Regards,
    Mahesh

    in reply to: Change color and more space #113634
    Mahesh
    Participant

    @chochonet: Add the following CSS:

    #homepage-message p {
        margin-top: 0;
        margin-bottom: 0;
    }

    Regards,
    Mahesh

    in reply to: Logo with Transparent Background #113632
    Mahesh
    Participant

    @melissajakimikgmail-com: Please post in your site url.

    Regards,
    Mahesh

    in reply to: User name #113630
    Mahesh
    Participant

    @jennyhwd: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Add Second Logo in Header #113628
    Mahesh
    Participant

    @rifatgunduz: Header Right widget area is available in Catch Responsive Pro, which will allow you to add text, image, html or some widget to the header right section. So I recommend you to upgrade to Pro.
    But if you wish to have it the way you’ve done, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 991px) {
    	#page {
    		position: relative;
    	}
    
    	.header-addition {
    		position: absolute;
    		top: 100px;
    		right: 0px;
    	}
    }
    
    @media screen and (max-width: 990px) {
    	.header-addition {
    		text-align: center;	
    	}
    }

    Regards,
    Mahesh

    in reply to: Custom Post Types #113627
    Mahesh
    Participant

    @tesseraltyme: Can you please clarify. I don’t quite get what your problem is.

    Regards,
    Mahesh

Viewing 20 posts - 881 through 900 (of 4,908 total)