Forum Replies Created

Viewing 20 posts - 4,821 through 4,840 (of 14,509 total)
  • Author
    Posts
  • in reply to: Blog Issue #52405
    Sakin
    Keymaster

    @afeauto: I check in your site http://clienttest9876.com. I see that the image in your site is Logo and not the header image. Also I don’t get it why you want to hide your header banner from other pages. It’s nice and making your site beautiful.

    Just go to “Appearance => Customize => Site Title and Tagline”. You will see your logo there. There is “Check to disable logo” option. You need to check this to disable logo. Then if you want to add in Header Image then you need to add it from “Appearance => Customize => Header Image”.

    in reply to: wrap space around header #52403
    Sakin
    Keymaster

    @afeauto: OK if you want really tight and nice. Then remove the CSS that I gave your earlier and add the following:
    #site-branding,
    #masthead,
    #masthead .wrapper,
    .sidebar-header-right {
    padding: 0;
    }
    @media screen and (max-width: 990px) {
    .sidebar-header-right { margin-top: -55px; }
    }

    in reply to: adventurous: social widget #52402
    Sakin
    Keymaster

    @invertedstaircase: It’s really pain to add new and new social icon with new site coming here and there. So, we have only added the popular ones. For now, you can upgrade to Pro version and upload your own custom social image URL. There are lot of other additional features in pro version. Read about it at http://catchthemes.com/theme-instructions/adventurous-pro

    in reply to: blog comments #52401
    Sakin
    Keymaster

    @photobyemelie: No Problem 🙂

    in reply to: Social Media Icons Not Mobile Friendly #52400
    Sakin
    Keymaster

    @crankit: You don’t need to restore the footer exactly like as it is. But you can at least add, Catch Everest, or Theme by or Catch Themes with link to http://catchthemes.com or http://catchthemes.com/themes/catch-everest/. We just need credit link in the footer when you are using free themes.

    Catch Everest is the Free theme and Catch Everest is the Pro theme. I can just see your style and find it.

    in reply to: Catch Base Free removing excerpt from featured slide #52372
    Sakin
    Keymaster

    @Cameila: If you want to hide content in the slider then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #feature-slider .entry-container { display: none; }

    in reply to: Mobile menu hide page from navigation #52365
    Sakin
    Keymaster

    @Mattias” Yes domain will matter. That is why I am asking it.

    in reply to: Mobile menu hide page from navigation #52363
    Sakin
    Keymaster

    @Mattias: For Private message and email you need to purchase support membership http://catchthemes.com/membership/. This is free public support forum.

    in reply to: Media Problems & Category description #52360
    Sakin
    Keymaster

    @ADN:
    1. You shouldn’t use 777 file permission. Your site might get hacked. For file permission check out http://codex.wordpress.org/Changing_File_Permissions

    2. I don’t get it which images are you taking about. Did you upload the image using Add Media in your post and then added in your content. Also did you set image as Featured Image in your post. For Featured Image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    3. I don’t see any category description. Are you talking about the “Blog” page title. You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content .page-header { display: none; }

    in reply to: Mobile menu hide page from navigation #52359
    Sakin
    Keymaster

    @Mattias: Sorry there is no option like that. The option that you are asking is more of custom site which will not be in theme. But you can hide few menu items in the mobile menu with custom css. Let me know your site URL and then menu items that you want to hide in mobile. Then I can give you custom css.

    in reply to: Mobile menus #52358
    Sakin
    Keymaster

    @Cybersnaby: For private you need to buy support membership. Check this out http://catchthemes.com/membership/

    in reply to: Left Side Mobile Navigation Not Working #52346
    Sakin
    Keymaster

    @Alexander: Your site is too heavy for mobile devices. Please check your slider images, it’s large and heavy. Also some images are not showing. That is why you are having issue. Please solve this slider problem and it will be fine.

    in reply to: Social Media Icons Not Mobile Friendly #52344
    Sakin
    Keymaster

    @crankit: Thanks for using Catch Everest Free theme. But you shouldn’t edit Theme Name form the footer of Free theme. It’s the product attribution for using free one and this is only thing that we get for providing free theme and free support.

    1. For Header image, you have added is as background and not in responsive css. That is why it is not adjusting in responsive design. So, just go to “Appearance => Header” and upload your header banner there and uncheck “Display Header Text”, just above it. This will add your header banner and remove site title and tagline.
    Then you can go to “Appearance => Theme Options = Header Right Section” and check on “Disable Header Right Section” to remove header right sidebar. Finally add the following css in “Appearance => Theme Options => Custom CSS” box to remove white spaces.
    #hgroup-wrap, #site-logo { padding: 0; }

    2. For social icons, you actually need to ask in plugin support forum. As this is not from our theme. For this time, I will try to answer it. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    @media screen and (max-width: 1000px) {
    .bnsaw-credit .bns-add-widget .socialmedia-buttons {
    right: 0;
    top: 0;
    width: 100%;
    }
    .bnsaw-credit .bns-add-widget .smw_center img,
    .bnsaw-credit .bns-add-widget .smw_left img {
    margin-right: 5px !important;
    }
    }

    in reply to: removing space on top menu left side #52343
    Sakin
    Keymaster

    @srp7: It cannot be done exact. But you can try following css in “Appearance => Theme Options => Custom CSS” box:
    #header #mainmenu ul li a {
    padding: 0 7px 0 8px;
    }
    #header #mainmenu ul li:last-child {
    border-right: none;
    }
    #header #mainmenu ul li:last-child a {
    padding: 0 10px 0 11px;
    }

    in reply to: featured image showing up in search #52342
    Sakin
    Keymaster

    @homerun: looks like you have customize the theme. As in Catch Box there will not be image in search. Check this http://catchthemes.com/demo/catchbox/?s=layout&submit=Search

    So, can you check your search.php file.

    Note: please don’t edit/add any code/files inside core theme folder ‘catch-box’. As all these edits will be reverted back to original when you update/upgrade the theme. So, if you want to edit the theme either do it all from Theme Options panel or build child theme if you want to do it more customization.

    in reply to: blog comments #52341
    Sakin
    Keymaster

    @photobyemelie:
    1. I see that you are using Catch Flames Free version and this is pro version forum. Free doesn’t have comment options. Read this for more details about additional features in Pro version http://catchthemes.com/theme-instructions/catch-flames-pro/

    2. Sorry there is no option to change the font in Free theme but yes in pro version we have google fonts that you can choose from. Maybe search for plugin is you don’t need pro version.

    3. To make the title of center, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-title { text-align: center; }

    4. To add in each post, you need to build child theme and then copy content.php and content-single.php and add the code there. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/

    Thanks for your appreciation.

    Note: For Catch Flames Free version, please post in forum http://catchthemes.com/support-forum/forum/catch-flames-free/

    in reply to: Catch Box Pro Child – missing Header Image #52323
    Sakin
    Keymaster

    @Claire: ok thanks.

    in reply to: Homepage PRoblems at Content/Footer Convergence #52322
    Sakin
    Keymaster

    @JOSHUA: As per our menu design, you need to add the following css in “Appearance => Theme Options => Custom CSS” for your mobile menu css:
    /* Mobile Menu background */
    .sb-holder {
    background-color: #d11d0f;
    }
    /* Mobile Menu link color */
    .sb-options a:link,
    .sb-options a:visited {
    color: #1a2b35;
    }
    /* Mobile Menu Hover */
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
    background-color: #d11d0f;
    color: #dadada
    }

    in reply to: Changing banner in header right sidebar widget #52320
    Sakin
    Keymaster

    @Cybersnaby: Cool 🙂

    in reply to: Simple Catch – removing specific image border #52318
    Sakin
    Keymaster

    @chuckasaurusrex: Yes add the following css in “Appearance => Theme Options => Custom CSS” box:

    #main #content img.wp-image-125,
    #main #content img.wp-image-126,
    #main #content img.wp-image-127,
    #main #content img.wp-image-219 {
        border: none;
        padding: 0;
    }
Viewing 20 posts - 4,821 through 4,840 (of 14,509 total)