Forum Replies Created

Viewing 20 posts - 4,801 through 4,820 (of 14,494 total)
  • Author
    Posts
  • in reply to: Media Problems & Category description #52432
    Sakin
    Keymaster

    @ADN: Maybe you have just updated plugin or add new plugin. It looks like plugin conflict. Please check in my disabling plugin one by one. Also can you activate free version and try upload now. As we don’t have any issue in the pro version.

    in reply to: Sidebars Pushing to Bottom of Page #52431
    Sakin
    Keymaster

    @Beth: You have CSS conflict with the plugin LearnDash Course Grid plugin. Remove that plugin and it will work fine.

    in reply to: hiding catagories and archives #52430
    Sakin
    Keymaster

    @Dale: Check your setting at “Appearance => Widgets”. There must be widget in your sidebar. You can remove that or add another widget to replace it.

    in reply to: width of the left sidebar in different layouts #52429
    Sakin
    Keymaster

    @Evelien: It’s not recommended to change the layout size as it’s design that way and it’s responsive design. If you want then we can only change desktop view. Post in your site URL and then I will check in.

    in reply to: Mobile menus #52428
    Sakin
    Keymaster

    @Cybersnaby: You can upload screenshot in any photo-sharing site and send post in the URL there. There is no option to upload image here.

    in reply to: Fixed/Sticky Menu and Transparency/Opacity #52406
    Sakin
    Keymaster

    @luismarioochoa:
    1. There is no option to make the the menu fixed or sticky. This theme is not designed like that. You can look for other themes at http://catchthemes.com/themes/category/premium/. Where we have Full Frame, Gridalicious, Catch Flames Pro and Catch Evolution Pro which has Fixed menu option.

    For Catch Everest Pro, you need to use plugin. I have answer this same question in http://catchthemes.com/support-forum/topic/fixate-menue-and-make-a-smaler-logo/

    2. First add the image and then let me know it which places you want to make it transparent.

    3. Please remove search from Header Top Sidebar and add it in Header Right Sidebar and let me know it. Then I can send you css to make it.

    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;
    }

Viewing 20 posts - 4,801 through 4,820 (of 14,494 total)