Forum Replies Created

Viewing 20 posts - 1,261 through 1,280 (of 14,500 total)
  • Author
    Posts
  • in reply to: "Customize" is not fully loading on 3 of 4 sites #89859
    Sakin
    Keymaster

    @mrichwncc: We need to check in your server to find out the issue. So, I will send you personal email. Please reply me there. Sorry for the trouble but we are not able to recreate issue in our server.

    in reply to: larger mobile menu symbols #89649
    Sakin
    Keymaster

    @mupa: You can increase the font size in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .genericon.genericon-menu { font-size: 20px; }

    in reply to: Footer Menu alignment, height and font size #89576
    Sakin
    Keymaster

    Hi Stephane,

    Ok for that you need to edit your custom css. Check out the css that I gave you earlier and then find the css:
    .nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
    Replace this, css with the following css, where you have both font-size and line-height:
    .nav-footer .catchresponsive-nav-menu a { font-size: 14px; line-height: 46px; }

    Regards,
    Sakin

    in reply to: Second Blog Page #89575
    Sakin
    Keymaster

    @mybrokenjeep: For this, you can just create two pages,1. Front page and 2) Blog page from “Pages => Add New”.
    Then, you can assign that pages as Front Page and Posts Page. For that go to “Appearance => Customize => Static Front Page”, just check on “A static page” and then select the page.

    in reply to: narrow side width #89572
    Sakin
    Keymaster

    @Schroeder: Since you site in not live, I don’t know the width of your menu. So, I will not be able to give you the exact width. Now, I will give you css in percentage for content area and right sidebar. In the following css, you can change width: 1280px to your desire width and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 961px) {	
        .right-sidebar .site { width: 1280px; }
        .right-sidebar #primary { width: 63.6%; }
        .right-sidebar #secondary { width: 32.2%; }
    }
    in reply to: shrink header #89568
    Sakin
    Keymaster

    @shawzepe: Can you try replacing your log image to smaller as your logo it large and taking that space. If you don’t want to do that, then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1101px) { 
        #masthead { padding-bottom: 40px; padding-top: 74px;
    }
    @media screen and (min-width: 1024px) {
        #site-branding, #site-logo, #site-header { padding-top: 10px; padding-bottom: 10px; }
        #masthead .sidebar-header { padding-bottom: 10px; }
    }
    in reply to: Footer Menu alignment, height and font size #89563
    Sakin
    Keymaster

    Hi Stephane,

    Yes sure. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Box”. In the following css, change the font-size as per your need to change the size of font.

    .nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
    .nav-footer { text-align: center; }
    .nav-footer .catchresponsive-nav-menu li { float: none; }

    Regards,
    Sakin

    in reply to: larger mobile menu symbols #89562
    Sakin
    Keymaster

    @mupa: Yes, you can. Can you send me your site URL and the tentative height that you want for your menu symbol?

    in reply to: shrink header #89561
    Sakin
    Keymaster

    @shawzepe: What do you mean by that? Your header depends on your header image and header items. So, I am confused on what you want. Sorry, can you explain bit more.

    in reply to: Full Width Disable Sidebar Template #89466
    Sakin
    Keymaster

    @mare and @meinhard: Sorry for the trouble. We have fixed that issue in version 2.7.1. You can update it now and for change log refer to change log page at http://catchthemes.com/changelogs/catch-evolution-change-log/

    in reply to: Feature Request for editor-style.css #89033
    Sakin
    Keymaster

    @robertf: Yes, I got you. Will do that soon.

    in reply to: Feature Request for editor-style.css #88991
    Sakin
    Keymaster

    @robertf: Thanks Robertf, but some of our user requested that. As they need exactly same preview of the content in the live site. So, I am checking on best way to satisfy both.

    in reply to: Embedding a YouTube Video in a Table #88820
    Sakin
    Keymaster

    @sanja2016: For these type of content style. You don’t need to build child theme.

    in reply to: Jetpack Carousel doen'st work with Catch Katmandu #88584
    Sakin
    Keymaster

    @sece43: It’s my pleasure to solve your issues. Have a nice day 🙂

    in reply to: Remove Search Box #88555
    Sakin
    Keymaster

    @rabbyosaberwolves: Just remove the following css from “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #search-toggle {
    display:none;}

    The menu item is more and the space is less. That is why you have issue like that of 3 lines, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to fix it:

    @media screen and (max-width: 1280px) {
    	.clean-journal-nav-menu a {
    	    padding: 0 15px;
    	}
    }
    @media screen and (max-width: 1152px) {
    	.clean-journal-nav-menu a {
    	    padding: 0 12px;
    	}
    }
    @media screen and (max-width: 1100px) {
    	.clean-journal-nav-menu a {
    	    font-size: 14px;
    	    padding: 0 12px;
    	}
    }
    in reply to: Jetpack Carousel doen'st work with Catch Katmandu #88525
    Sakin
    Keymaster

    thanks will check in there.

    in reply to: Jetpack Carousel doen'st work with Catch Katmandu #88501
    Sakin
    Keymaster

    @sece43: I need to check in your server as we are unable to find this issue in our server. I will email you and please respond me there.

    in reply to: author and update date needed for PAGES #88463
    Sakin
    Keymaster

    @cindy: If your page are not static then why don’t you create post. For dynamic it is recommended to create post. That’s the WordPress logic.

    But if you insist of creating Page and add that posted on and date then you need to create child theme. For child theme, refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then copy content-page.php in your child theme. Then add the following code:
    <?php catchresponsive_entry_meta(); ?>
    before the following code:
    </header><!-- .entry-header -->

    Note: this will add code like this in your page:
    <p class="entry-meta"><span class="posted-on"><span class="screen-reader-text">Posted on</span><a rel="bookmark" href="Your page URL"><time datetime="2007-09-04T10:48:10+00:00" class="entry-date published">September 4, 2007</time><time datetime="2015-05-11T16:44:16+00:00" class="updated">May 11, 2015</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Author</span><a href="Your Author URL" class="url fn n">CatchThemes</a></span></span><span class="edit-link"><a href="Your edit page URL" class="post-edit-link">Edit</a></span></p>

    in reply to: author and update date needed for PAGES #88442
    Sakin
    Keymaster

    @thetravelgal: Those are pages and which doesn’t need author and date. Author and date is only for WordPress posts and not pages. Pages are static sections for static pages like About us, contact us and so on.

    So, even if you test your page http://explorationvacation.net/destinations/ in Structured Data Testing Tool https://developers.google.com/structured-data/testing-tool/, you will not see any issue. As Google also knows this is page and not post to have date and author.

    in reply to: catchbox-pro install problem #88408
    Sakin
    Keymaster

    @paintedlady: I have emailed you. Can you respond me there, as I need your access.

Viewing 20 posts - 1,261 through 1,280 (of 14,500 total)